jellydude

Plates of Fate Admin script

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