DannyExploitz

Plates of fate script

Jul 23rd, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.62 KB | None | 0 0
  1. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  2. if v.Name == "Marble" then
  3. v:Destroy()
  4. end
  5. end
  6. --]]
  7.  
  8. plr = game.Players.LocalPlayer
  9. local player
  10. local all = "all"
  11. local others = "others"
  12. local me = "me"
  13. local pos
  14. local mine = "minefield"
  15. local bana = "bananarain"
  16. local pla = "plates"
  17. local mon = "moneyrain"
  18. local mega = "megafield"
  19. local size = "platesize"
  20. local point = "points"
  21. local yata = "yatagarasu"
  22. local wati = true
  23. did = "s"
  24. mem = "s"
  25.  
  26. local swrd = "sword"
  27. local pot = "potato"
  28. local pie = "pie"
  29. local gracoil = "gravcoil"
  30. local specoil = "speedcoil"
  31. local regcoil = "regencoil"
  32. local cola = "cola"
  33. local banan = "banana"
  34. local para = "parachute"
  35. local firew = "firework"
  36. local plate = "plate"
  37. local burg = "burger"
  38. local plamine = "mine"
  39. local treer = "tree"
  40. local telep = "teleport"
  41. local mbag = "bag"
  42.  
  43. local on = "on"
  44. local off = "off"
  45. local status = "s"
  46.  
  47. local fire = "fire"
  48. local black = "blackhole"
  49. local ls = "lavaspinner"
  50. local bmb = "bomb"
  51. local pri = "prison"
  52. local spk = "spike"
  53. local zomb = "zombie"
  54. local bmbc = "bombcloud"
  55. local tor = "tornado"
  56. local fen = "fence"
  57. local dis = "disco"
  58. local pbmb = "plrbomb"
  59. local cac = "cactus"
  60. local wal = "wall"
  61. local frz = "freeze"
  62. local vol = "volcano"
  63. local mun = "moon"
  64. local nuk = "nuke"
  65. local min = "landmine"
  66. local marbl = "marble"
  67.  
  68. local coin = "coin"
  69. local chest = "chest"
  70.  
  71. function layer(y)
  72. local xx = math.random(-111.6, 111.6)
  73. local zz = math.random(-108.2, 108.2)
  74. for i = 1,5 do
  75. for i = 1,100 do
  76. print("Layered!")
  77. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,y,zz), "D=9Vb7aMuZt!8aMH")
  78. xx = math.random(-111.6, 111.6)
  79. zz = math.random(-108.2, 108.2)
  80. end
  81. end
  82. end
  83.  
  84. function addplates(stage)
  85. local xx = math.random(-111.6, 111.6)
  86. local zz = math.random(-108.2, 108.2)
  87. local yy = math.random(stage, stage*3)
  88. for i = 1,60 do
  89. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(xx,yy,zz),"D=9Vb7aMuZt!8aMH")
  90. xx = math.random(-111.6, 111.6)
  91. zz = math.random(-108.2, 108.2)
  92. yy = math.random(stage, stage*3)
  93. end
  94. end
  95.  
  96. function utsuho()
  97. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(55.8,90,54.1),"D=9Vb7aMuZt!8aMH")
  98. for i,v in pairs (workspace.Plates:GetChildren()) do
  99. if v.Plate.Position == Vector3.new(55.8,90,54.1) then
  100. workspace.RemoteEvents.AddDecal:FireServer(148020567, v, "D=9Vb7aMuZt!8aMH")
  101. for i = 1,3 do
  102. workspace.RemoteEvents.AddParticles:FireServer(148020567, v, "D=9Vb7aMuZt!8aMH")
  103. end
  104. v.Plate.Touched:Connect(function(who)
  105. if who.Name == "Right Leg" or who.Name == "Left Leg" or who.Name == "Right Arm" or who.Name == "Left Arm" or who.Name == "Torso" or who.Name == "Head" or who.Name == "HumanoidRootPart" then
  106. local winner = who.Parent.Name
  107. for i,b in pairs (game.Players:GetChildren()) do
  108. if b.Team == game.Teams.Playing and b.Name ~= winner then
  109. workspace.RemoteEvents.TakeDamageEvent:FireServer(b.Character.Humanoid, 99999, "D=9Vb7aMuZt!8aMH")
  110. end
  111. end
  112. end
  113. end)
  114. end
  115. end
  116. layer(-5)
  117. wait(10)
  118. addplates(5)
  119. wait(5)
  120. layer(2)
  121. layer(5)
  122. layer(7)
  123. wait(5)
  124. addplates(20)
  125. wait(10)
  126. layer(10)
  127. layer(13)
  128. layer(16)
  129. layer(19)
  130. wait(5)
  131. addplates(30)
  132. wait(5)
  133. end
  134.  
  135. local xx = math.random(-69.25, 147.75)
  136. local zz = math.random(113.75, 330.75)
  137. local yy = math.random(-20.5,45.5)
  138. local plat = math.random(-10,10)
  139. plr.Chatted:Connect(function(msg)
  140. if string.sub(msg, 1, 5) == "kill/" then
  141. if not all:match(string.sub(msg, 6)) or others:match(string.sub(msg, 6)) or me:match(string.sub(msg, 6)) then
  142. for i,v in pairs (game.Players:GetChildren()) do
  143. if v.Name ~= "XxCreeperStalkerz" or v.Name ~= "Apostasla" then
  144. if v.Name:match(string.sub(msg, 6)) then
  145. player = v.Character.Humanoid
  146. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  147. elseif all:match(string.sub(msg, 6)) then
  148. player = v.Character.Humanoid
  149. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  150. elseif others:match(string.sub(msg, 6)) then
  151. if v ~= game.Players.LocalPlayer then
  152. player = v.Character.Humanoid
  153. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  154. elseif me:match(string.sub(msg, 6)) then
  155. if v == game.Players.LocalPlayer then
  156. player = v.Character.Humanoid
  157. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  158. end
  159. end
  160. end
  161. end
  162. end
  163. end
  164. end
  165. if string.sub(msg, 1, 9) == "loopkill/" then
  166. if not all:match(string.sub(msg, 10)) or others:match(string.sub(msg, 10)) or me:match(string.sub(msg, 10)) then
  167. for i,v in pairs (game.Players:GetChildren()) do
  168. if v.Name ~= "XxCreeperStalkerz" or v.Name ~= "Apostasla" then
  169. if v.Name:match(string.sub(msg, 10)) then
  170. while wait(1) do
  171. player = v.Character.Humanoid
  172. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  173. end
  174. elseif all:match(string.sub(msg, 10)) then
  175. while wait(1) do
  176. player = v.Character.Humanoid
  177. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  178. end
  179. elseif others:match(string.sub(msg, 10)) then
  180. if v ~= game.Players.LocalPlayer then
  181. while wait(1) do
  182. player = v.Character.Humanoid
  183. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  184. end
  185. elseif me:match(string.sub(msg, 10)) then
  186. if v == game.Players.LocalPlayer then
  187. while wait(1) do
  188. player = v.Character.Humanoid
  189. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  190. end
  191. end
  192. end
  193. end
  194. end
  195. end
  196. end
  197. end
  198. if string.sub(msg, 1, 8) == "explode/" then
  199. if not all:match(string.sub(msg, 9)) or others:match(string.sub(msg, 9)) or me:match(string.sub(msg, 9)) then
  200. for i,v in pairs (game.Players:GetChildren()) do
  201. if v.Name ~= "XxCreeperStalkerz" or v.Name ~= "Apostasla" then
  202. if v.Name:match(string.sub(msg, 9)) then
  203. pos = v.Character.HumanoidRootPart.Position
  204. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  205. elseif all:match(string.sub(msg, 9)) then
  206. pos = v.Character.HumanoidRootPart.Position
  207. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  208. elseif others:match(string.sub(msg, 9)) then
  209. if v ~= game.Players.LocalPlayer then
  210. pos = v.Character.HumanoidRootPart.Position
  211. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  212. elseif me:match(string.sub(msg, 9)) then
  213. if v == game.Players.LocalPlayer then
  214. pos = v.Character.HumanoidRootPart.Position
  215. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  216. end
  217. end
  218. end
  219. end
  220. end
  221. end
  222. end
  223. if string.sub(msg, 1, 6) == "plate/" then
  224. if not all:match(string.sub(msg, 7)) or others:match(string.sub(msg, 7)) or me:match(string.sub(msg, 7)) then
  225. for i,v in pairs (game.Players:GetChildren()) do
  226. if v.Name:match(string.sub(msg, 7)) then
  227. pos = v.Character.HumanoidRootPart.Position
  228. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  229. elseif all:match(string.sub(msg, 7)) then
  230. pos = v.Character.HumanoidRootPart.Position
  231. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  232. elseif others:match(string.sub(msg, 7)) then
  233. if v ~= game.Players.LocalPlayer then
  234. pos = v.Character.HumanoidRootPart.Position
  235. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  236. elseif me:match(string.sub(msg, 7)) then
  237. if v == game.Players.LocalPlayer then
  238. pos = v.Character.HumanoidRootPart.Position
  239. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  240. end
  241. end
  242. end
  243. end
  244. end
  245. end
  246. if string.sub(msg, 1, 5) == "tree/" then
  247. if not all:match(string.sub(msg, 6)) or others:match(string.sub(msg, 6)) or me:match(string.sub(msg, 6)) then
  248. for i,v in pairs (game.Players:GetChildren()) do
  249. if v.Name:match(string.sub(msg, 6)) then
  250. pos = v.Character.HumanoidRootPart.Position
  251. workspace.RemoteEvents.PlaceTreeEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  252. elseif all:match(string.sub(msg, 6)) then
  253. pos = v.Character.HumanoidRootPart.Position
  254. workspace.RemoteEvents.PlaceTreeEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  255. elseif others:match(string.sub(msg, 6)) then
  256. if v ~= game.Players.LocalPlayer then
  257. pos = v.Character.HumanoidRootPart.Position
  258. workspace.RemoteEvents.PlaceTreeEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  259. elseif me:match(string.sub(msg, 6)) then
  260. if v == game.Players.LocalPlayer then
  261. pos = v.Character.HumanoidRootPart.Position
  262. workspace.RemoteEvents.PlaceTreeEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  263. end
  264. end
  265. end
  266. end
  267. end
  268. end
  269. if string.sub(msg, 1, 7) == "banana/" then
  270. if not all:match(string.sub(msg, 8)) or others:match(string.sub(msg, 8)) or me:match(string.sub(msg, 8)) then
  271. for i,v in pairs (game.Players:GetChildren()) do
  272. if v.Name:match(string.sub(msg, 8)) then
  273. pos = v.Character.HumanoidRootPart.Position
  274. for i = 1,3 do
  275. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  276. end
  277. elseif all:match(string.sub(msg, 8)) then
  278. pos = v.Character.HumanoidRootPart.Position
  279. for i = 1,3 do
  280. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  281. end
  282. elseif others:match(string.sub(msg, 8)) then
  283. if v ~= game.Players.LocalPlayer then
  284. pos = v.Character.HumanoidRootPart.Position
  285. for i = 1,3 do
  286. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  287. end
  288. elseif me:match(string.sub(msg, 8)) then
  289. if v == game.Players.LocalPlayer then
  290. pos = v.Character.HumanoidRootPart.Position
  291. for i = 1,3 do
  292. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  293. end
  294. end
  295. end
  296. end
  297. end
  298. end
  299. end
  300. if string.sub(msg, 1, 7) == "potato/" then
  301. if not all:match(string.sub(msg, 8)) or others:match(string.sub(msg, 8)) or me:match(string.sub(msg, 8)) then
  302. for i,v in pairs (game.Players:GetChildren()) do
  303. if v.Name ~= "XxCreeperStalkerz" or v.Name ~= "Apostasla" then
  304. if v.Name:match(string.sub(msg, 8)) then
  305. for i = 1,3 do
  306. workspace.RemoteEvents.PotatoEvent:FireServer(""..v.Name,"D=9Vb7aMuZt!8aMH")
  307. end
  308. elseif all:match(string.sub(msg, 8)) then
  309. for i = 1,3 do
  310. workspace.RemoteEvents.PotatoEvent:FireServer(""..v.Name,"D=9Vb7aMuZt!8aMH")
  311. end
  312. elseif others:match(string.sub(msg, 8)) then
  313. if v ~= game.Players.LocalPlayer then
  314. for i = 1,3 do
  315. workspace.RemoteEvents.PotatoEvent:FireServer(""..v.Name,"D=9Vb7aMuZt!8aMH")
  316. end
  317. elseif me:match(string.sub(msg, 8)) then
  318. if v == game.Players.LocalPlayer then
  319. for i = 1,3 do
  320. workspace.RemoteEvents.BananaEvent:FireServer(""..v.Name,"D=9Vb7aMuZt!8aMH")
  321. end
  322. end
  323. end
  324. end
  325. end
  326. end
  327. end
  328. end
  329. if string.sub(msg, 1, 7) == "kawaii/" then
  330. local decals = {305103891,148020056,426868863,51193582,147906004,496638309,253197559,148020132,147905960,481751303,493330460,147905379,148020283,149874244,149874205,149874142,149874121,149874091,149874074,149874053,149874019,149873976,149873926,148021078,148021043,148020947,148020932,148020914,148020831,148020602,148020411,148020366,148020343,148020177,148020092,148020028,148019993,147906126,147906096,147906037,147905917,147905713,147905608,147905537,147905513,147905447,147905405,147905353,147905331,147905274,147905257,147905207,147905183,135796114,135795749,135795807,135795953,135795910,135795616,135795592,135795638,135795523}
  331. local decal = math.random(#decals)
  332. local c = decals[ decal ]
  333.  
  334. local songs = {747000636,919270364,155880750,225557046,919256199,919236601,590243700,235201055,155880750,730013942,737043670,379240208,343508984,383056380,911777530,747000636,920219269,168337558,171222847,363553876,227488587,665015838}
  335. local song = math.random(#songs)
  336. local b = songs[ song ]
  337.  
  338. for i,v in pairs (workspace.Plates:GetChildren()) do
  339. workspace.RemoteEvents.AddDecal:FireServer(c, v, "D=9Vb7aMuZt!8aMH")
  340. for i = 1,3 do
  341. workspace.RemoteEvents.AddParticles:FireServer(c, v, "D=9Vb7aMuZt!8aMH")
  342. end
  343. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..b, v, "D=9Vb7aMuZt!8aMH")
  344. song = math.random(#songs)
  345. b = songs[ song ]
  346. decal = math.random(#decals)
  347. c = decals[ decal ]
  348. end
  349. end
  350. if string.sub(msg, 1, 7) == "health/" then
  351. for i,v in pairs (game.Players:GetChildren()) do
  352. if v.Name:match(string.sub(msg, 8)) then
  353. workspace.RemoteEvents.TakeDamageEvent:FireServer(v.Character.Humanoid, v.Character.Humanoid.Health-v.Character.Humanoid.MaxHealth, "D=9Vb7aMuZt!8aMH")
  354. end
  355. end
  356. end
  357. if string.sub(msg, 1, 4) == "god/" then
  358. for i,v in pairs (game.Players:GetChildren()) do
  359. if v.Name:match(string.sub(msg, 5)) then
  360. repeat wait() workspace.RemoteEvents.TakeDamageEvent:FireServer(v.Character.Humanoid, -999999999, "D=9Vb7aMuZt!8aMH") until v.Character.Humanoid.Health == 0
  361. end
  362. end
  363. end
  364. if string.sub(msg, 1, 6) == "anime/" then
  365. for i,v in pairs (workspace.Plates:GetChildren()) do
  366. if v.Owner.Value:match(string.sub(msg, 7)) then
  367. player = v.Owner.Value
  368. end
  369. end
  370. local z
  371. local n
  372. local decals
  373. local decal
  374. local chooser = math.random(1,75)
  375. local songs = {747000636,919270364,155880750,225557046,919256199,919236601,590243700,235201055,155880750,730013942,737043670,379240208,343508984,383056380,911777530,747000636,920219269,168337558,171222847,363553876,227488587,298226253}
  376. local song = math.random(#songs)
  377. local x = songs[ song ]
  378.  
  379. if chooser ~= 1 then
  380. decals = {305103891,148020056,426868863,51193582,147906004,496638309,253197559,148020132,147905960,481751302,147905379,148020283,149874244,149874204,149874142,149874121,149874091,149874074,149874054,149874019,149873976,149873926,148021078,148021043,148020947,148020932,148020914,148020831,148020602,148020411,148020366,148020343,148020177,148020092,148020028,148019993,147906126,147906096,147906037,147905917,147905713,147905608,147905537,147905513,147905447,147905403,147905353,147905331,147905274,147905257,147905207,147905183,135796113,135795749,135795807,135795953,135795910,135795616,135795592,135795638,135795523}
  381. decal = math.random(#decals)
  382. z = decals[ decal ]
  383. else
  384. z = 148020567
  385. x = 156401749
  386. end
  387.  
  388. print("Decal is "..z)
  389. print("Audio is "..x)
  390. for i,b in pairs (workspace.Plates:GetChildren()) do
  391. if b.Owner.Value == player and wati == true then
  392. workspace.RemoteEvents.AddDecal:FireServer(z, b, "D=9Vb7aMuZt!8aMH")
  393. for i = 1,3 do
  394. workspace.RemoteEvents.AddParticles:FireServer(z, b, "D=9Vb7aMuZt!8aMH")
  395. end
  396. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..x, b, "D=9Vb7aMuZt!8aMH")
  397. wati = false
  398. wait(3)
  399. wati = true
  400. end
  401. end
  402. end
  403. if string.sub(msg, 1, 7) == "utsuho/" then
  404. for i,v in pairs (workspace.Plates:GetChildren()) do
  405. if v.Owner.Value:match(string.sub(msg, 8)) then
  406. z = 148020567
  407. x = 156401749
  408. workspace.RemoteEvents.AddDecal:FireServer(z, v, "D=9Vb7aMuZt!8aMH")
  409. for i = 1,3 do
  410. workspace.RemoteEvents.AddParticles:FireServer(z, v, "D=9Vb7aMuZt!8aMH")
  411. end
  412. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..x, v, "D=9Vb7aMuZt!8aMH")
  413. end
  414. end
  415. end
  416. if string.sub(msg, 1, 14) == "destroy/server" then
  417. local xx = math.random(-151.6, 151.6)
  418. local zz = math.random(-108.2, 108.2)
  419. for i = 1,10 do
  420. for i = 1,50 do
  421. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  422. xx = math.random(-151.6, 151.6)
  423. zz = math.random(-158.2, 158.2)
  424. yy = math.random(-20.5,45.5)
  425. end
  426. end
  427. wait(3)
  428. local decals = {305103891,148020056,426868863,51193582,147906004,496638309,253197559,148020132,147905960,481751303,493330460,147905379,148020283,149874244,149874205,149874142,149874121,149874091,149874074,149874053,149874019,149873976,149873926,148021078,148021043,148020947,148020932,148020914,148020831,148020602,148020411,148020366,148020343,148020177,148020092,148020028,148019993,147906126,147906096,147906037,147905917,147905713,147905608,147905537,147905513,147905447,147905405,147905353,147905331,147905274,147905257,147905207,147905183,135796114,135795749,135795807,135795953,135795910,135795616,135795592,135795638}
  429. local decal = math.random(#decals)
  430. local c = decals[ decal ]
  431.  
  432. local songs = {919270364,155880750,225557046,919256199,919236601,590243700,235201055,155880750,201179350,730013942,737043670,343514724,379240208,237388464,343508984,284768504,609167755,383056380,164833164,911777530,397723799,298226253}
  433. local song = math.random(#songs)
  434. local b = songs[ song ]
  435.  
  436. for i,v in pairs (workspace.Plates:GetChildren()) do
  437. workspace.RemoteEvents.AddDecal:FireServer(c, v, "D=9Vb7aMuZt!8aMH")
  438. for i = 1,5 do
  439. workspace.RemoteEvents.AddParticles:FireServer(c, v, "D=9Vb7aMuZt!8aMH")
  440. end
  441. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..b, v, "D=9Vb7aMuZt!8aMH")
  442. song = math.random(#songs)
  443. b = songs[ song ]
  444. decal = math.random(#decals)
  445. c = decals[ decal ]
  446. end
  447. for i = 1,10 do
  448. for i = 1,300 do
  449. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  450. xx = math.random(-151.6, 151.6)
  451. zz = math.random(-158.2, 158.2)
  452. yy = math.random(-20.5,85.5)
  453. end
  454. end
  455. end
  456. if string.sub(msg, 1, 3) == "tp/" then
  457. for i,v in pairs (game.Players:GetChildren()) do
  458. if v.Name:match(string.sub(msg, 4)) then
  459. player = v.Character.HumanoidRootPart.Position
  460. workspace.RemoteEvents.ToolTeleportEvent:FireServer(Vector3.new(player.X,player.Y,player.Z), "D=9Vb7aMuZt!8aMH")
  461. end
  462. end
  463. end
  464.  
  465. if string.sub(msg, 1, 8) == "platetp/" then
  466. for i,v in pairs (game.Players:GetChildren()) do
  467. if v.Name:match(string.sub(msg, 9)) then
  468. for i,b in pairs (workspace.Plates:GetChildren()) do
  469. if b.Owner.Value == v.Name then
  470. local plater = b.Plate.Position
  471. workspace.RemoteEvents.ToolTeleportEvent:FireServer(Vector3.new(plater.X,plater.Y,plater.Z), "D=9Vb7aMuZt!8aMH")
  472. end
  473. end
  474. end
  475. end
  476. end
  477. if string.sub(msg, 1, 7) == "points/" then
  478. if not all:match(string.sub(msg, 8)) or others:match(string.sub(msg, 8)) or me:match(string.sub(msg, 8)) then
  479. if me:match(string.sub(msg, 8)) then
  480. workspace.RemoteEvents.ShopBuyEvent:FireServer(-999999999, "D=9Vb7aMuZt!8aMH")
  481. end
  482. end
  483. end
  484. if string.sub(msg, 1, 4) == "win/" then
  485. for i,v in pairs (game.Players:GetChildren()) do
  486. if v.Name:match(string.sub(msg, 5)) and v.Team == game.Teams.Playing then
  487. for i,b in pairs (game.Players:GetChildren()) do
  488. if b.Team == game.Teams.Playing and b ~= v then
  489. workspace.RemoteEvents.TakeDamageEvent:FireServer(b.Character.Humanoid, 99999, "D=9Vb7aMuZt!8aMH")
  490. end
  491. end
  492. end
  493. end
  494. end
  495. if string.sub(msg, 1, 9) == "expand50/" then
  496. for i,v in pairs (game.Players:GetChildren()) do
  497. if v.Name:match(string.sub(msg, 10)) then
  498. if v.gamestats.Plate.Value then
  499. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, 50, "D=9Vb7aMuZt!8aMH")
  500. end
  501. end
  502. end
  503. end
  504. if string.sub(msg, 1, 9) == "expand10/" then
  505. for i,v in pairs (game.Players:GetChildren()) do
  506. if v.Name:match(string.sub(msg, 10)) then
  507. if v.gamestats.Plate.Value then
  508. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, 10, "D=9Vb7aMuZt!8aMH")
  509. end
  510. end
  511. end
  512. end
  513. if string.sub(msg, 1, 9) == "expand25/" then
  514. for i,v in pairs (game.Players:GetChildren()) do
  515. if v.Name:match(string.sub(msg, 10)) then
  516. if v.gamestats.Plate.Value then
  517. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, 25, "D=9Vb7aMuZt!8aMH")
  518. end
  519. end
  520. end
  521. end
  522. if string.sub(msg, 1, 10) == "expand100/" then
  523. for i,v in pairs (game.Players:GetChildren()) do
  524. if v.Name:match(string.sub(msg, 11)) then
  525. if v.gamestats.Plate.Value then
  526. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, 100, "D=9Vb7aMuZt!8aMH")
  527. end
  528. end
  529. end
  530. end
  531. if string.sub(msg, 1, 10) == "expandinf/" then
  532. for i,v in pairs (game.Players:GetChildren()) do
  533. if v.Name:match(string.sub(msg, 11)) then
  534. if v.gamestats.Plate.Value then
  535. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, 9999999, "D=9Vb7aMuZt!8aMH")
  536. end
  537. end
  538. end
  539. end
  540. if string.sub(msg, 1, 9) == "shrink50/" then
  541. for i,v in pairs (game.Players:GetChildren()) do
  542. if v.Name:match(string.sub(msg, 10)) then
  543. if v.gamestats.Plate.Value then
  544. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -50, "D=9Vb7aMuZt!8aMH")
  545. end
  546. end
  547. end
  548. end
  549. if string.sub(msg, 1, 9) == "shrink10/" then
  550. for i,v in pairs (game.Players:GetChildren()) do
  551. if v.Name:match(string.sub(msg, 10)) then
  552. if v.gamestats.Plate.Value then
  553. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -10, "D=9Vb7aMuZt!8aMH")
  554. end
  555. end
  556. end
  557. end
  558. if string.sub(msg, 1, 9) == "shrink25/" then
  559. for i,v in pairs (game.Players:GetChildren()) do
  560. if v.Name:match(string.sub(msg, 10)) then
  561. if v.gamestats.Plate.Value then
  562. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -25, "D=9Vb7aMuZt!8aMH")
  563. end
  564. end
  565. end
  566. end
  567. if string.sub(msg, 1, 10) == "shrink100/" then
  568. for i,v in pairs (game.Players:GetChildren()) do
  569. if v.Name:match(string.sub(msg, 11)) then
  570. if v.gamestats.Plate.Value then
  571. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -100, "D=9Vb7aMuZt!8aMH")
  572. end
  573. end
  574. end
  575. end
  576. if string.sub(msg, 1, 10) == "shrinkinf/" then
  577. for i,v in pairs (game.Players:GetChildren()) do
  578. if v.Name:match(string.sub(msg, 11)) then
  579. if v.gamestats.Plate.Value then
  580. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -999999, "D=9Vb7aMuZt!8aMH")
  581. end
  582. end
  583. end
  584. end
  585. if string.sub(msg, 1, 6) == "decal/" then
  586. for i,b in pairs (workspace.Plates:GetChildren()) do
  587. workspace.RemoteEvents.AddDecal:FireServer(string.sub(msg, 7), b, "D=9Vb7aMuZt!8aMH")
  588. end
  589. end
  590. if string.sub(msg, 1, 6) == "audio/" then
  591. for i,b in pairs (workspace.Plates:GetChildren()) do
  592. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..string.sub(msg, 7), b, "D=9Vb7aMuZt!8aMH")
  593. end
  594. end
  595. if string.sub(msg, 1, 9) == "particle/" then
  596. for i,b in pairs (workspace.Plates:GetChildren()) do
  597. workspace.RemoteEvents.AddParticles:FireServer(string.sub(msg, 10), b, "D=9Vb7aMuZt!8aMH")
  598. end
  599. end
  600. if string.sub(msg, 1, 8) == "sparkle/" then
  601. for i,b in pairs (workspace.Plates:GetChildren()) do
  602. workspace.RemoteEvents.AddParticles:FireServer(string.sub(msg, 9), "D=9Vb7aMuZt!8aMH")
  603. end
  604. end
  605.  
  606. if string.sub(msg, 1, 9) == "detonate/" then
  607. for i,v in pairs (workspace.Plates:GetChildren()) do
  608. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://134314368", v, "D=9Vb7aMuZt!8aMH")
  609. end
  610. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  611. if v.Name == "Landmine" then
  612. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(v.Position.X,v.Position.Y+1,v.Position.Z), "D=9Vb7aMuZt!8aMH")
  613. end
  614. end
  615. end
  616. if string.sub(msg, 1, 10) == "platewalk/" then
  617. if on:match(string.sub(msg, 11)) then
  618. status = "on"
  619. while status == on do
  620. wait(.15)
  621. pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  622. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y-2.5,pos.Z), "D=9Vb7aMuZt!8aMH")
  623. end
  624. end
  625. if off:match(string.sub(msg, 11)) then
  626. status = "off"
  627. end
  628. end
  629. if string.sub(msg, 1, 5) == "trap/" then
  630. for i,v in pairs (game.Players:GetChildren()) do
  631. if v.Name:match(string.sub(msg, 6)) then
  632. player = v.Name
  633. for i,b in pairs (workspace.Plates:GetChildren()) do
  634. if b.Owner.Value == player then
  635. b.Plate.Touched:Connect(function(who)
  636. print("Touched by "..who.Name)
  637. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(who.Position.X,who.Position.Y,who.Position.Z), "D=9Vb7aMuZt!8aMH")
  638. end)
  639. end
  640. end
  641. end
  642. end
  643. end
  644. if string.sub(msg, 1, 12) == "EXPLOOOSION/" then
  645. if not all:match(string.sub(msg, 13)) or others:match(string.sub(msg, 13)) or me:match(string.sub(msg, 13)) then
  646. for i,v in pairs (workspace.Plates:GetChildren()) do
  647. local becal = 723125463
  648. workspace.RemoteEvents.AddDecal:FireServer(becal, v, true)
  649. for i = 1,5 do
  650. workspace.RemoteEvents.AddParticles:FireServer(becal, v, true)
  651. end
  652. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://665015838", v, "D=9Vb7aMuZt!8aMH")
  653. local xx = math.random(-111.6, 111.6)
  654. local zz = math.random(-108.2, 108.2)
  655. local yy = math.random(-20.5,85.5)
  656. for i = 1,15 do
  657. for i = 1,200 do
  658. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  659. xx = math.random(-111.6, 111.6)
  660. zz = math.random(-108.2, 108.2)
  661. yy = math.random(-20.5,85.5)
  662. end
  663. end
  664. end
  665. end
  666. end
  667.  
  668. if string.sub(msg, 1, 6) == "layer/" then
  669. local xx = math.random(-111.6, 111.6)
  670. local zz = math.random(-108.2, 108.2)
  671. print("Layering!")
  672. for i = 1,5 do
  673. for i = 1,100 do
  674. print("Layered!")
  675. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,string.sub(msg,7),zz), "D=9Vb7aMuZt!8aMH")
  676. xx = math.random(-111.6, 111.6)
  677. zz = math.random(-108.2, 108.2)
  678. end
  679. wait(1)
  680. end
  681. end
  682.  
  683. if string.sub(msg, 1, 5) == "tool/" then
  684. if banan:match(string.sub(msg, 6)) then
  685. print("Giving tool")
  686. local tool = game.ReplicatedStorage["BananaPeel"]:Clone()
  687. tool.Parent = game.Players.LocalPlayer.Backpack
  688. elseif swrd:match(string.sub(msg, 6)) then
  689. print("Giving tool")
  690. local tool = game.ReplicatedStorage["Sword"]:Clone()
  691. tool.Parent = game.Players.LocalPlayer.Backpack
  692. elseif cola:match(string.sub(msg, 6)) then
  693. print("Giving tool")
  694. local tool = game.ReplicatedStorage["Bloxy Cola"]:Clone()
  695. tool.Parent = game.Players.LocalPlayer.Backpack
  696. elseif gracoil:match(string.sub(msg, 6)) then
  697. print("Giving tool")
  698. local tool = game.ReplicatedStorage["GravityCoil"]:Clone()
  699. tool.Parent = game.Players.LocalPlayer.Backpack
  700. elseif regcoil:match(string.sub(msg, 6)) then
  701. local tool = game.ReplicatedStorage["RegenCoil"]:Clone()
  702. tool.Parent = game.Players.LocalPlayer.Backpack
  703. elseif specoil:match(string.sub(msg, 6)) then
  704. local tool = game.ReplicatedStorage["SpeedCoil"]:Clone()
  705. tool.Parent = game.Players.LocalPlayer.Backpack
  706. elseif para:match(string.sub(msg, 6)) then
  707. local tool = game.ReplicatedStorage["Parachute"]:Clone()
  708. tool.Parent = game.Players.LocalPlayer.Backpack
  709. elseif firew:match(string.sub(msg, 6)) then
  710. local tool = game.ReplicatedStorage["Fireworks"]:Clone()
  711. tool.Parent = game.Players.LocalPlayer.Backpack
  712. elseif pie:match(string.sub(msg, 6)) then
  713. local tool = game.ReplicatedStorage["PieTool"]:Clone()
  714. tool.Parent = game.Players.LocalPlayer.Backpack
  715. elseif pot:match(string.sub(msg, 6)) then
  716. local tool = game.ReplicatedStorage["Hot Potato"]:Clone()
  717. tool.Parent = game.Players.LocalPlayer.Backpack
  718. elseif plamine:match(string.sub(msg, 6)) then
  719. local tool = game.ReplicatedStorage["Place Mine"]:Clone()
  720. tool.Parent = game.Players.LocalPlayer.Backpack
  721. elseif burg:match(string.sub(msg, 6)) then
  722. local tool = game.ReplicatedStorage["Burger"]:Clone()
  723. tool.Parent = game.Players.LocalPlayer.Backpack
  724. elseif mbag:match(string.sub(msg, 6)) then
  725. local tool = game.ReplicatedStorage["Moneybag"]:Clone()
  726. tool.Parent = game.Players.LocalPlayer.Backpack
  727. elseif treer:match(string.sub(msg, 6)) then
  728. local tool = game.ReplicatedStorage["Place Tree"]:Clone()
  729. tool.Parent = game.Players.LocalPlayer.Backpack
  730. elseif telep:match(string.sub(msg, 6)) then
  731. local tool = game.ReplicatedStorage["Teleport to Plate"]:Clone()
  732. tool.Parent = game.Players.LocalPlayer.Backpack
  733. elseif plate:match(string.sub(msg, 6)) then
  734. local tool = game.ReplicatedStorage["Place Plate"]:Clone()
  735. tool.Parent = game.Players.LocalPlayer.Backpack
  736. end
  737. end
  738. if string.sub(msg, 1, 6) == "round/" then
  739. if mine:match(string.sub(msg, 7)) then
  740. local xx = math.random(-111.6, 111.6)
  741. local zz = math.random(-108.2, 108.2)
  742. local yy = math.random(-20.5,85.5)
  743. for i = 1,50 do
  744. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  745. xx = math.random(-111.6, 111.6)
  746. zz = math.random(-108.2, 108.2)
  747. yy = math.random(-20.5,85.5)
  748. end
  749. elseif mega:match(string.sub(msg, 7)) then
  750. local xx = math.random(-111.6, 111.6)
  751. local zz = math.random(-108.2, 108.2)
  752. local yy = math.random(-20.5,85.5)
  753. for i = 1,10 do
  754. for i = 1,100 do
  755. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  756. xx = math.random(-111.6, 111.6)
  757. zz = math.random(-108.2, 108.2)
  758. yy = math.random(-20.5,85.5)
  759. end
  760. end
  761. elseif bana:match(string.sub(msg, 7)) then
  762. local xx = math.random(-111.6, 111.6)
  763. local zz = math.random(-108.2, 108.2)
  764. for i = 1,25 do
  765. for i = 1,100 do
  766. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(xx,103.5,zz), "D=9Vb7aMuZt!8aMH")
  767. xx = math.random(-111.6, 111.6)
  768. zz = math.random(-108.2, 108.2)
  769. wait()
  770. end
  771. wait(2)
  772. end
  773. elseif pla:match(string.sub(msg, 7)) then
  774. local xx = math.random(-111.6, 111.6)
  775. local zz = math.random(-108.2, 108.2)
  776. for i = 1,10 do
  777. for i = 1,5 do
  778. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  779. xx = math.random(-111.6, 111.6)
  780. zz = math.random(-108.2, 108.2)
  781. yy = math.random(-20.5,45.5)
  782. wait()
  783. end
  784. wait(3.5)
  785. end
  786. elseif mon:match(string.sub(msg, 7)) then
  787. local xx = math.random(-111.6, 111.6)
  788. local zz = math.random(-108.2, 108.2)
  789. for i = 1,25 do
  790. for i = 1,75 do
  791. workspace.RemoteEvents.MoneybagEvent:FireServer(CFrame.new(Vector3.new(xx,103.5,zz)), "D=9Vb7aMuZt!8aMH")
  792. xx = math.random(-111.6, 111.6)
  793. zz = math.random(-108.2, 108.2)
  794. wait(.1)
  795. end
  796. wait(2)
  797. end
  798. elseif size:match(string.sub(msg, 7)) then
  799. for i,v in pairs(game.Players:GetChildren()) do
  800. plat = math.random(-10,15)
  801. if v.gamestats.Plate then
  802. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, plat, "D=9Vb7aMuZt!8aMH")
  803. end
  804. end
  805. elseif yata:match(string.sub(msg,7)) then
  806. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(111.6,10,-108.2), "D=9Vb7aMuZt!8aMH")
  807. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(111.6,10,108.2), "D=9Vb7aMuZt!8aMH")
  808. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(-111.6,10,108.2), "D=9Vb7aMuZt!8aMH")
  809. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(-111.6,10,-108.2), "D=9Vb7aMuZt!8aMH")
  810. for i,v in pairs (workspace.Plates:GetChildren()) do
  811. if v.Plate.Position.Y == 10 then
  812. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://919270364", v, "D=9Vb7aMuZt!8aMH")
  813. end
  814. end
  815. utsuho()
  816. end
  817. end
  818. if string.sub(msg, 1, 7) == "delete/" then
  819. if fire:match(string.sub(msg, 8)) then
  820. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  821. if v.Name == "FirePart" then
  822. v:Destroy()
  823. end
  824. end
  825. elseif black:match(string.sub(msg, 8)) then
  826. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  827. if v.Name == "Blackhole" then
  828. v:Destroy()
  829. end
  830. end
  831. elseif tor:match(string.sub(msg, 8)) then
  832. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  833. if v.Name == "Tornado" then
  834. v:Destroy()
  835. end
  836. end
  837. elseif min:match(string.sub(msg, 8)) then
  838. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  839. if v.Name == "Landmine" then
  840. v:Destroy()
  841. end
  842. end
  843. elseif vol:match(string.sub(msg, 8)) then
  844. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  845. if v.Name == "Part" and v.BrickColor == BrickColor.new("Crimson") then
  846. v:Destroy()
  847. end
  848. end
  849. elseif dis:match(string.sub(msg, 8)) then
  850. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  851. if v.Name == "DiscoBallOfDoom" then
  852. v:Destroy()
  853. end
  854. end
  855. elseif nuk:match(string.sub(msg, 8)) then
  856. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  857. if v.Name == "Nuke" or v.Name == "NukeExplosion" then
  858. v:Destroy()
  859. end
  860. end
  861. elseif mun:match(string.sub(msg, 8)) then
  862. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  863. if v.Name == "Moon" then
  864. v:Destroy()
  865. end
  866. end
  867. elseif ls:match(string.sub(msg, 8)) then
  868. for i,v in pairs (workspace.Plates:GetChildren()) do
  869. for i,b in pairs (v:GetChildren()) do
  870. if b.Name == "LavaSpinner" then
  871. b:Destroy()
  872. end
  873. end
  874. end
  875. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  876. if v.Name == "GiantLavaSpinner" then
  877. v:Destroy()
  878. end
  879. end
  880. elseif bmb:match(string.sub(msg, 8)) then
  881. for i,v in pairs (workspace.Plates:GetChildren()) do
  882. for i,b in pairs (v:GetChildren()) do
  883. if b.Name == "TimeBomb" then
  884. b:Destroy()
  885. end
  886. end
  887. end
  888. elseif pri:match(string.sub(msg, 8)) then
  889. for i,v in pairs (workspace.Plates:GetChildren()) do
  890. for i,b in pairs (v:GetChildren()) do
  891. if b.Name == "Cage" then
  892. b:Destroy()
  893. end
  894. end
  895. end
  896. elseif spk:match(string.sub(msg, 8)) then
  897. for i,v in pairs (workspace.Plates:GetChildren()) do
  898. for i,b in pairs (v:GetChildren()) do
  899. if b.Name == "Spike" then
  900. b:Destroy()
  901. end
  902. end
  903. end
  904. elseif zomb:match(string.sub(msg, 8)) then
  905. for i,v in pairs (workspace.Plates:GetChildren()) do
  906. for i,b in pairs (v:GetChildren()) do
  907. if b.Name == "Zombie" then
  908. b:Destroy()
  909. end
  910. end
  911. end
  912. elseif bmbc:match(string.sub(msg, 8)) then
  913. for i,v in pairs (workspace.Plates:GetChildren()) do
  914. for i,b in pairs (v:GetChildren()) do
  915. if b.Name == "BombCloud" then
  916. b:Destroy()
  917. end
  918. end
  919. end
  920. elseif fen:match(string.sub(msg, 8)) then
  921. for i,v in pairs (workspace.Plates:GetChildren()) do
  922. for i,b in pairs (v:GetChildren()) do
  923. if b.Name == "ElectricFence" then
  924. b:Destroy()
  925. end
  926. end
  927. end
  928. elseif cac:match(string.sub(msg, 8)) then
  929. for i,v in pairs (workspace.Plates:GetChildren()) do
  930. for i,b in pairs (v:GetChildren()) do
  931. if b.Name == "Cactus" then
  932. b:Destroy()
  933. end
  934. end
  935. end
  936. elseif wal:match(string.sub(msg, 8)) then
  937. for i,v in pairs (workspace.Plates:GetChildren()) do
  938. for i,b in pairs (v:GetChildren()) do
  939. if b.Name == "Wall" then
  940. b:Destroy()
  941. end
  942. end
  943. end
  944. elseif pbmb:match(string.sub(msg, 8)) then
  945. game.Players.LocalPlayer.Character.PlayerTimeBomb:Destroy()
  946. end
  947. elseif frz:match(string.sub(msg, 8)) then
  948. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  949. if v.Name == "Part" then
  950. v:Destroy()
  951. end
  952. end
  953. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  954. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  955. elseif marbl:match(string.sub(msg, 8)) then
  956. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  957. if v.Name == "Marble" then
  958. v:Destroy()
  959. end
  960. end
  961. end
  962. end)
Add Comment
Please, Sign In to add comment