Advertisement
anphu04

Firestorm script (music off)

Jul 7th, 2017
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.37 KB | None | 0 0
  1. local maxrange = 500
  2.  
  3.  
  4. function onTouched(p)
  5. local hum = p.Parent:FindFirstChild("Humanoid")
  6. if hum ~= nil then
  7. hum:TakeDamage(100)
  8. end
  9. end
  10.  
  11.  
  12. local music = Instance.new("Sound", game.Workspace)
  13. music.Name = "DARUDE FIRESTORM BOI"
  14. music.PlayOnRemove = false
  15. music.Looped = true
  16. music.Volume = 1
  17. music.EmitterSize = 50
  18. music.SoundId = "rbxassetid://222410060"
  19. music:Play()
  20.  
  21. local msg = Instance.new("Hint", game.Workspace)
  22. msg.Text = "IT'S DARUDE FIRESTORM TIME!"
  23.  
  24.  
  25. local ambient = coroutine.create(function()
  26. while true do
  27. local lighting = game:GetService("Lighting")
  28. local brickcolor1 = BrickColor.new("Bright red")
  29. lighting.Ambient = brickcolor1.Color
  30. wait(0.1)
  31. local brickcolor2 = BrickColor.new("Really red")
  32. lighting.Ambient = brickcolor2.Color
  33. wait(0.1)
  34. end
  35. end)
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. local fire = coroutine.create(function()
  47.  
  48. local part = Instance.new("Part", game.Workspace)
  49. part.Name = "FloatingFireball1"
  50. part.Size = Vector3.new(10,10,10)
  51. part.Transparency = 1
  52. part.CanCollide = false
  53. part.Anchored = true
  54. part.TopSurface = "Smooth"
  55. part.BottomSurface = "Smooth"
  56. part.Position = Vector3.new(0,10,0)
  57. local fire = Instance.new("Fire", part)
  58. fire.Size = 30
  59. fire.Heat = 25
  60. local bp = Instance.new("BodyPosition", part)
  61. bp.MaxForce = Vector3.new(400000,400000,400000)
  62. local sound = Instance.new("Sound", part)
  63. sound.SoundId = "http://www.roblox.com/asset/?id=31760113"
  64. sound.EmitterSize = 25
  65. sound.Looped = true
  66. sound.Volume = 1
  67. sound:Play()
  68. --[[local root = game:GetService("InsertService"):LoadAsset(killscriptid)
  69. root.Parent = game.Workspace
  70. local killscript = root:FindFirstChild("KillScript"):Clone()
  71. killscript.Parent = part
  72. root:Destroy()]]--
  73.  
  74.  
  75. local part2 = Instance.new("Part", game.Workspace)
  76. part2.Name = "FloatingFireball2"
  77. part2.Size = Vector3.new(10,10,10)
  78. part2.Transparency = 1
  79. part2.CanCollide = false
  80. part2.Anchored = true
  81. part2.TopSurface = "Smooth"
  82. part2.BottomSurface = "Smooth"
  83. part2.Position = Vector3.new(0,10,0)
  84. local fire2 = Instance.new("Fire", part2)
  85. fire2.Size = 30
  86. fire2.Heat = 25
  87. local bp2 = Instance.new("BodyPosition", part2)
  88. bp2.MaxForce = Vector3.new(400000,400000,400000)
  89. local sound2 = Instance.new("Sound", part2)
  90. sound2.SoundId = "http://www.roblox.com/asset/?id=31760113"
  91. sound2.EmitterSize = 25
  92. sound2.Looped = true
  93. sound2.Volume = 1
  94. sound2:Play()
  95. --[[local root2 = game:GetService("InsertService"):LoadAsset(killscriptid)
  96. root2.Parent = game.Workspace
  97. local killscript2 = root2:FindFirstChild("KillScript"):Clone()
  98. killscript2.Parent = part2
  99. root2:Destroy()]]--
  100.  
  101. local part3 = Instance.new("Part", game.Workspace)
  102. part3.Name = "FloatingFireball3"
  103. part3.Size = Vector3.new(10,10,10)
  104. part3.Transparency = 1
  105. part3.CanCollide = false
  106. part3.Anchored = true
  107. part3.TopSurface = "Smooth"
  108. part3.BottomSurface = "Smooth"
  109. part3.Position = Vector3.new(0,10,0)
  110. local fire3 = Instance.new("Fire", part3)
  111. fire3.Size = 30
  112. fire3.Heat = 25
  113. local bp3 = Instance.new("BodyPosition", part3)
  114. bp3.MaxForce = Vector3.new(400000,400000,400000)
  115. local sound3 = Instance.new("Sound", part3)
  116. sound3.SoundId = "http://www.roblox.com/asset/?id=31760113"
  117. sound3.EmitterSize = 25
  118. sound3.Looped = true
  119. sound3.Volume = 1
  120. sound3:Play()
  121. --[[local root3 = game:GetService("InsertService"):LoadAsset(killscriptid)
  122. root3.Parent = game.Workspace
  123. local killscript3 = root3:FindFirstChild("KillScript"):Clone()
  124. killscript3.Parent = part3
  125. root3:Destroy()]]--
  126.  
  127. local part4 = Instance.new("Part", game.Workspace)
  128. part4.Name = "FloatingFireball4"
  129. part4.Size = Vector3.new(10,10,10)
  130. part4.Transparency = 1
  131. part4.CanCollide = false
  132. part4.Anchored = true
  133. part4.TopSurface = "Smooth"
  134. part4.BottomSurface = "Smooth"
  135. part4.Position = Vector3.new(0,10,0)
  136. local fire4 = Instance.new("Fire", part4)
  137. fire4.Size = 30
  138. fire4.Heat = 25
  139. local bp4 = Instance.new("BodyPosition", part4)
  140. bp4.MaxForce = Vector3.new(400000,400000,400000)
  141. local sound4 = Instance.new("Sound", part4)
  142. sound4.SoundId = "http://www.roblox.com/asset/?id=31760113"
  143. sound4.EmitterSize = 25
  144. sound4.Looped = true
  145. sound4.Volume = 1
  146. sound4:Play()
  147. --[[local root4 = game:GetService("InsertService"):LoadAsset(killscriptid)
  148. root4.Parent = game.Workspace
  149. local killscript4 = root4:FindFirstChild("KillScript"):Clone()
  150. killscript4.Parent = part4
  151. root4:Destroy()]]--
  152.  
  153. local part5 = Instance.new("Part", game.Workspace)
  154. part5.Name = "FloatingFireball5"
  155. part5.Size = Vector3.new(10,10,10)
  156. part5.Transparency = 1
  157. part5.CanCollide = false
  158. part5.Anchored = true
  159. part5.TopSurface = "Smooth"
  160. part5.BottomSurface = "Smooth"
  161. part5.Position = Vector3.new(0,10,0)
  162. local fire5 = Instance.new("Fire", part5)
  163. fire5.Size = 30
  164. fire5.Heat = 25
  165. local bp5 = Instance.new("BodyPosition", part5)
  166. bp5.MaxForce = Vector3.new(400000,400000,400000)
  167. local sound5 = Instance.new("Sound", part5)
  168. sound5.SoundId = "http://www.roblox.com/asset/?id=31760113"
  169. sound5.EmitterSize = 25
  170. sound5.Looped = true
  171. sound5.Volume = 1
  172. sound5:Play()
  173. --[[local root5 = game:GetService("InsertService"):LoadAsset(killscriptid)
  174. root5.Parent = game.Workspace
  175. local killscript5 = root5:FindFirstChild("KillScript"):Clone()
  176. killscript5.Parent = part5
  177. root5:Destroy()]]--
  178.  
  179. local part6 = Instance.new("Part", game.Workspace)
  180. part6.Name = "FloatingFireball6"
  181. part6.Size = Vector3.new(10,10,10)
  182. part6.Transparency = 1
  183. part6.CanCollide = false
  184. part6.Anchored = true
  185. part6.TopSurface = "Smooth"
  186. part6.BottomSurface = "Smooth"
  187. part6.Position = Vector3.new(0,10,0)
  188. local fire6 = Instance.new("Fire", part6)
  189. fire6.Size = 30
  190. fire6.Heat = 25
  191. local bp6 = Instance.new("BodyPosition", part6)
  192. bp6.MaxForce = Vector3.new(400000,400000,400000)
  193. local sound6 = Instance.new("Sound", part6)
  194. sound6.SoundId = "http://www.roblox.com/asset/?id=31760113"
  195. sound6.EmitterSize = 25
  196. sound6.Looped = true
  197. sound6.Volume = 1
  198. sound6:Play()
  199. --[[local root = game:GetService("InsertService"):LoadAsset(killscriptid)
  200. root.Parent = game.Workspace
  201. local killscript = root:FindFirstChild("KillScript"):Clone()
  202. killscript.Parent = part
  203. root:Destroy()]]--
  204.  
  205.  
  206. local part7 = Instance.new("Part", game.Workspace)
  207. part7.Name = "FloatingFireball7"
  208. part7.Size = Vector3.new(10,10,10)
  209. part7.Transparency = 1
  210. part7.CanCollide = false
  211. part7.Anchored = true
  212. part7.TopSurface = "Smooth"
  213. part7.BottomSurface = "Smooth"
  214. part7.Position = Vector3.new(0,10,0)
  215. local fire7 = Instance.new("Fire", part7)
  216. fire7.Size = 30
  217. fire7.Heat = 25
  218. local bp7 = Instance.new("BodyPosition", part7)
  219. bp7.MaxForce = Vector3.new(400000,400000,400000)
  220. local sound7 = Instance.new("Sound", part7)
  221. sound7.SoundId = "http://www.roblox.com/asset/?id=31760113"
  222. sound7.EmitterSize = 25
  223. sound7.Looped = true
  224. sound7.Volume = 1
  225. sound7:Play()
  226. --[[local root2 = game:GetService("InsertService"):LoadAsset(killscriptid)
  227. root2.Parent = game.Workspace
  228. local killscript2 = root2:FindFirstChild("KillScript"):Clone()
  229. killscript2.Parent = part2
  230. root2:Destroy()]]--
  231.  
  232. local part8 = Instance.new("Part", game.Workspace)
  233. part8.Name = "FloatingFireball8"
  234. part8.Size = Vector3.new(10,10,10)
  235. part8.Transparency = 1
  236. part8.CanCollide = false
  237. part8.Anchored = true
  238. part8.TopSurface = "Smooth"
  239. part8.BottomSurface = "Smooth"
  240. part8.Position = Vector3.new(0,10,0)
  241. local fire8 = Instance.new("Fire", part8)
  242. fire8.Size = 30
  243. fire8.Heat = 25
  244. local bp8 = Instance.new("BodyPosition", part8)
  245. bp8.MaxForce = Vector3.new(400000,400000,400000)
  246. local sound8 = Instance.new("Sound", part8)
  247. sound8.SoundId = "http://www.roblox.com/asset/?id=31760113"
  248. sound8.EmitterSize = 25
  249. sound8.Looped = true
  250. sound8.Volume = 1
  251. sound8:Play()
  252. --[[local root3 = game:GetService("InsertService"):LoadAsset(killscriptid)
  253. root3.Parent = game.Workspace
  254. local killscript3 = root3:FindFirstChild("KillScript"):Clone()
  255. killscript3.Parent = part3
  256. root3:Destroy()]]--
  257.  
  258. local part9 = Instance.new("Part", game.Workspace)
  259. part9.Name = "FloatingFireball9"
  260. part9.Size = Vector3.new(10,10,10)
  261. part9.Transparency = 1
  262. part9.CanCollide = false
  263. part9.Anchored = true
  264. part9.TopSurface = "Smooth"
  265. part9.BottomSurface = "Smooth"
  266. part9.Position = Vector3.new(0,10,0)
  267. local fire9 = Instance.new("Fire", part9)
  268. fire9.Size = 30
  269. fire9.Heat = 25
  270. local bp9 = Instance.new("BodyPosition", part9)
  271. bp9.MaxForce = Vector3.new(400000,400000,400000)
  272. local sound9 = Instance.new("Sound", part9)
  273. sound9.SoundId = "http://www.roblox.com/asset/?id=31760113"
  274. sound9.EmitterSize = 25
  275. sound9.Looped = true
  276. sound9.Volume = 1
  277. sound9:Play()
  278. --[[local root4 = game:GetService("InsertService"):LoadAsset(killscriptid)
  279. root4.Parent = game.Workspace
  280. local killscript4 = root4:FindFirstChild("KillScript"):Clone()
  281. killscript4.Parent = part4
  282. root4:Destroy()]]--
  283.  
  284. local part10 = Instance.new("Part", game.Workspace)
  285. part10.Name = "FloatingFireball10"
  286. part10.Size = Vector3.new(10,10,10)
  287. part10.Transparency = 1
  288. part10.CanCollide = false
  289. part10.Anchored = true
  290. part10.TopSurface = "Smooth"
  291. part10.BottomSurface = "Smooth"
  292. part10.Position = Vector3.new(0,10,0)
  293. local fire10 = Instance.new("Fire", part10)
  294. fire10.Size = 30
  295. fire10.Heat = 25
  296. local bp10 = Instance.new("BodyPosition", part10)
  297. bp10.MaxForce = Vector3.new(400000,400000,400000)
  298. local sound10 = Instance.new("Sound", part10)
  299. sound10.SoundId = "http://www.roblox.com/asset/?id=31760113"
  300. sound10EmitterSize = 25
  301. sound10.Looped = true
  302. sound10.Volume = 1
  303. sound10:Play()
  304. --[[local root5 = game:GetService("InsertService"):LoadAsset(killscriptid)
  305. root5.Parent = game.Workspace
  306. local killscript5 = root5:FindFirstChild("KillScript"):Clone()
  307. killscript5.Parent = part5
  308. root5:Destroy()]]--
  309.  
  310. wait(1)
  311. part.Anchored = false
  312. part2.Anchored = false
  313. part3.Anchored = false
  314. part4.Anchored = false
  315. part5.Anchored = false
  316. part6.Anchored = false
  317. part7.Anchored = false
  318. part8.Anchored = false
  319. part9.Anchored = false
  320. part10.Anchored = false
  321.  
  322.  
  323. part.Touched:connect(onTouched)
  324. part2.Touched:connect(onTouched)
  325. part3.Touched:connect(onTouched)
  326. part4.Touched:connect(onTouched)
  327. part5.Touched:connect(onTouched)
  328. part6.Touched:connect(onTouched)
  329. part7.Touched:connect(onTouched)
  330. part8.Touched:connect(onTouched)
  331. part9.Touched:connect(onTouched)
  332. part10.Touched:connect(onTouched)
  333.  
  334.  
  335. while true do
  336. bp.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,50), math.random(-maxrange,maxrange))
  337. bp2.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,50), math.random(-maxrange,maxrange))
  338. bp3.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,50), math.random(-maxrange,maxrange))
  339. bp4.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,50), math.random(-maxrange,maxrange))
  340. bp5.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,50), math.random(-maxrange,maxrange))
  341. bp6.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,50), math.random(-maxrange,maxrange))
  342. bp7.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,50), math.random(-maxrange,maxrange))
  343. bp8.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,50), math.random(-maxrange,maxrange))
  344. bp9.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,50), math.random(-maxrange,maxrange))
  345. bp10.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,50), math.random(-maxrange,maxrange))
  346. wait(math.random(1,2))
  347. end
  348. end)
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367. local fire2 = coroutine.create(function()
  368. local part = Instance.new("Part", game.Workspace)
  369. part.Name = "FloatingFireball1"
  370. part.Size = Vector3.new(10,10,10)
  371. part.Transparency = 1
  372. part.CanCollide = false
  373. part.Anchored = true
  374. part.TopSurface = "Smooth"
  375. part.BottomSurface = "Smooth"
  376. part.Position = Vector3.new(0,10,0)
  377. local fire = Instance.new("Fire", part)
  378. fire.Size = 30
  379. fire.Heat = 25
  380. local bp = Instance.new("BodyPosition", part)
  381. bp.MaxForce = Vector3.new(400000,400000,400000)
  382. local sound = Instance.new("Sound", part)
  383. sound.SoundId = "http://www.roblox.com/asset/?id=31760113"
  384. sound.EmitterSize = 25
  385. sound.Looped = true
  386. sound.Volume = 1
  387. sound:Play()
  388. --[[local root = game:GetService("InsertService"):LoadAsset(killscriptid)
  389. root.Parent = game.Workspace
  390. local killscript = root:FindFirstChild("KillScript"):Clone()
  391. killscript.Parent = part
  392. root:Destroy()]]--
  393.  
  394.  
  395. local part2 = Instance.new("Part", game.Workspace)
  396. part2.Name = "FloatingFireball2"
  397. part2.Size = Vector3.new(10,10,10)
  398. part2.Transparency = 1
  399. part2.CanCollide = false
  400. part2.Anchored = true
  401. part2.TopSurface = "Smooth"
  402. part2.BottomSurface = "Smooth"
  403. part2.Position = Vector3.new(0,10,0)
  404. local fire2 = Instance.new("Fire", part2)
  405. fire2.Size = 30
  406. fire2.Heat = 25
  407. local bp2 = Instance.new("BodyPosition", part2)
  408. bp2.MaxForce = Vector3.new(400000,400000,400000)
  409. local sound2 = Instance.new("Sound", part2)
  410. sound2.SoundId = "http://www.roblox.com/asset/?id=31760113"
  411. sound2.EmitterSize = 25
  412. sound2.Looped = true
  413. sound2.Volume = 1
  414. sound2:Play()
  415. --[[local root2 = game:GetService("InsertService"):LoadAsset(killscriptid)
  416. root2.Parent = game.Workspace
  417. local killscript2 = root2:FindFirstChild("KillScript"):Clone()
  418. killscript2.Parent = part2
  419. root2:Destroy()]]--
  420.  
  421. local part3 = Instance.new("Part", game.Workspace)
  422. part3.Name = "FloatingFireball3"
  423. part3.Size = Vector3.new(10,10,10)
  424. part3.Transparency = 1
  425. part3.CanCollide = false
  426. part3.Anchored = true
  427. part3.TopSurface = "Smooth"
  428. part3.BottomSurface = "Smooth"
  429. part3.Position = Vector3.new(0,10,0)
  430. local fire3 = Instance.new("Fire", part3)
  431. fire3.Size = 30
  432. fire3.Heat = 25
  433. local bp3 = Instance.new("BodyPosition", part3)
  434. bp3.MaxForce = Vector3.new(400000,400000,400000)
  435. local sound3 = Instance.new("Sound", part3)
  436. sound3.SoundId = "http://www.roblox.com/asset/?id=31760113"
  437. sound3.EmitterSize = 25
  438. sound3.Looped = true
  439. sound3.Volume = 1
  440. sound3:Play()
  441. --[[local root3 = game:GetService("InsertService"):LoadAsset(killscriptid)
  442. root3.Parent = game.Workspace
  443. local killscript3 = root3:FindFirstChild("KillScript"):Clone()
  444. killscript3.Parent = part3
  445. root3:Destroy()]]--
  446.  
  447. local part4 = Instance.new("Part", game.Workspace)
  448. part4.Name = "FloatingFireball4"
  449. part4.Size = Vector3.new(10,10,10)
  450. part4.Transparency = 1
  451. part4.CanCollide = false
  452. part4.Anchored = true
  453. part4.TopSurface = "Smooth"
  454. part4.BottomSurface = "Smooth"
  455. part4.Position = Vector3.new(0,10,0)
  456. local fire4 = Instance.new("Fire", part4)
  457. fire4.Size = 30
  458. fire4.Heat = 25
  459. local bp4 = Instance.new("BodyPosition", part4)
  460. bp4.MaxForce = Vector3.new(400000,400000,400000)
  461. local sound4 = Instance.new("Sound", part4)
  462. sound4.SoundId = "http://www.roblox.com/asset/?id=31760113"
  463. sound4.EmitterSize = 25
  464. sound4.Looped = true
  465. sound4.Volume = 1
  466. sound4:Play()
  467. --[[local root4 = game:GetService("InsertService"):LoadAsset(killscriptid)
  468. root4.Parent = game.Workspace
  469. local killscript4 = root4:FindFirstChild("KillScript"):Clone()
  470. killscript4.Parent = part4
  471. root4:Destroy()]]--
  472.  
  473. local part5 = Instance.new("Part", game.Workspace)
  474. part5.Name = "FloatingFireball5"
  475. part5.Size = Vector3.new(10,10,10)
  476. part5.Transparency = 1
  477. part5.CanCollide = false
  478. part5.Anchored = true
  479. part5.TopSurface = "Smooth"
  480. part5.BottomSurface = "Smooth"
  481. part5.Position = Vector3.new(0,10,0)
  482. local fire5 = Instance.new("Fire", part5)
  483. fire5.Size = 30
  484. fire5.Heat = 25
  485. local bp5 = Instance.new("BodyPosition", part5)
  486. bp5.MaxForce = Vector3.new(400000,400000,400000)
  487. local sound5 = Instance.new("Sound", part5)
  488. sound5.SoundId = "http://www.roblox.com/asset/?id=31760113"
  489. sound5.EmitterSize = 25
  490. sound5.Looped = true
  491. sound5.Volume = 1
  492. sound5:Play()
  493. --[[local root5 = game:GetService("InsertService"):LoadAsset(killscriptid)
  494. root5.Parent = game.Workspace
  495. local killscript5 = root5:FindFirstChild("KillScript"):Clone()
  496. killscript5.Parent = part5
  497. root5:Destroy()]]--
  498.  
  499. local part6 = Instance.new("Part", game.Workspace)
  500. part6.Name = "FloatingFireball6"
  501. part6.Size = Vector3.new(10,10,10)
  502. part6.Transparency = 1
  503. part6.CanCollide = false
  504. part6.Anchored = true
  505. part6.TopSurface = "Smooth"
  506. part6.BottomSurface = "Smooth"
  507. part6.Position = Vector3.new(0,10,0)
  508. local fire6 = Instance.new("Fire", part6)
  509. fire6.Size = 30
  510. fire6.Heat = 25
  511. local bp6 = Instance.new("BodyPosition", part6)
  512. bp6.MaxForce = Vector3.new(400000,400000,400000)
  513. local sound6 = Instance.new("Sound", part6)
  514. sound6.SoundId = "http://www.roblox.com/asset/?id=31760113"
  515. sound6.EmitterSize = 25
  516. sound6.Looped = true
  517. sound6.Volume = 1
  518. sound6:Play()
  519. --[[local root = game:GetService("InsertService"):LoadAsset(killscriptid)
  520. root.Parent = game.Workspace
  521. local killscript = root:FindFirstChild("KillScript"):Clone()
  522. killscript.Parent = part
  523. root:Destroy()]]--
  524.  
  525.  
  526. local part7 = Instance.new("Part", game.Workspace)
  527. part7.Name = "FloatingFireball7"
  528. part7.Size = Vector3.new(10,10,10)
  529. part7.Transparency = 1
  530. part7.CanCollide = false
  531. part7.Anchored = true
  532. part7.TopSurface = "Smooth"
  533. part7.BottomSurface = "Smooth"
  534. part7.Position = Vector3.new(0,10,0)
  535. local fire7 = Instance.new("Fire", part7)
  536. fire7.Size = 30
  537. fire7.Heat = 25
  538. local bp7 = Instance.new("BodyPosition", part7)
  539. bp7.MaxForce = Vector3.new(400000,400000,400000)
  540. local sound7 = Instance.new("Sound", part7)
  541. sound7.SoundId = "http://www.roblox.com/asset/?id=31760113"
  542. sound7.EmitterSize = 25
  543. sound7.Looped = true
  544. sound7.Volume = 1
  545. sound7:Play()
  546. --[[local root2 = game:GetService("InsertService"):LoadAsset(killscriptid)
  547. root2.Parent = game.Workspace
  548. local killscript2 = root2:FindFirstChild("KillScript"):Clone()
  549. killscript2.Parent = part2
  550. root2:Destroy()]]--
  551.  
  552. local part8 = Instance.new("Part", game.Workspace)
  553. part8.Name = "FloatingFireball8"
  554. part8.Size = Vector3.new(10,10,10)
  555. part8.Transparency = 1
  556. part8.CanCollide = false
  557. part8.Anchored = true
  558. part8.TopSurface = "Smooth"
  559. part8.BottomSurface = "Smooth"
  560. part8.Position = Vector3.new(0,10,0)
  561. local fire8 = Instance.new("Fire", part8)
  562. fire8.Size = 30
  563. fire8.Heat = 25
  564. local bp8 = Instance.new("BodyPosition", part8)
  565. bp8.MaxForce = Vector3.new(400000,400000,400000)
  566. local sound8 = Instance.new("Sound", part8)
  567. sound8.SoundId = "http://www.roblox.com/asset/?id=31760113"
  568. sound8.EmitterSize = 25
  569. sound8.Looped = true
  570. sound8.Volume = 1
  571. sound8:Play()
  572. --[[local root3 = game:GetService("InsertService"):LoadAsset(killscriptid)
  573. root3.Parent = game.Workspace
  574. local killscript3 = root3:FindFirstChild("KillScript"):Clone()
  575. killscript3.Parent = part3
  576. root3:Destroy()]]--
  577.  
  578. local part9 = Instance.new("Part", game.Workspace)
  579. part9.Name = "FloatingFireball9"
  580. part9.Size = Vector3.new(10,10,10)
  581. part9.Transparency = 1
  582. part9.CanCollide = false
  583. part9.Anchored = true
  584. part9.TopSurface = "Smooth"
  585. part9.BottomSurface = "Smooth"
  586. part9.Position = Vector3.new(0,10,0)
  587. local fire9 = Instance.new("Fire", part9)
  588. fire9.Size = 30
  589. fire9.Heat = 25
  590. local bp9 = Instance.new("BodyPosition", part9)
  591. bp9.MaxForce = Vector3.new(400000,400000,400000)
  592. local sound9 = Instance.new("Sound", part9)
  593. sound9.SoundId = "http://www.roblox.com/asset/?id=31760113"
  594. sound9.EmitterSize = 25
  595. sound9.Looped = true
  596. sound9.Volume = 1
  597. sound9:Play()
  598. --[[local root4 = game:GetService("InsertService"):LoadAsset(killscriptid)
  599. root4.Parent = game.Workspace
  600. local killscript4 = root4:FindFirstChild("KillScript"):Clone()
  601. killscript4.Parent = part4
  602. root4:Destroy()]]--
  603.  
  604. local part10 = Instance.new("Part", game.Workspace)
  605. part10.Name = "FloatingFireball10"
  606. part10.Size = Vector3.new(10,10,10)
  607. part10.Transparency = 1
  608. part10.CanCollide = false
  609. part10.Anchored = true
  610. part10.TopSurface = "Smooth"
  611. part10.BottomSurface = "Smooth"
  612. part10.Position = Vector3.new(0,10,0)
  613. local fire10 = Instance.new("Fire", part10)
  614. fire10.Size = 30
  615. fire10.Heat = 25
  616. local bp10 = Instance.new("BodyPosition", part10)
  617. bp10.MaxForce = Vector3.new(400000,400000,400000)
  618. local sound10 = Instance.new("Sound", part10)
  619. sound10.SoundId = "http://www.roblox.com/asset/?id=31760113"
  620. sound10EmitterSize = 25
  621. sound10.Looped = true
  622. sound10.Volume = 1
  623. sound10:Play()
  624. --[[local root5 = game:GetService("InsertService"):LoadAsset(killscriptid)
  625. root5.Parent = game.Workspace
  626. local killscript5 = root5:FindFirstChild("KillScript"):Clone()
  627. killscript5.Parent = part5
  628. root5:Destroy()]]--
  629.  
  630. wait(1)
  631. part.Anchored = false
  632. part2.Anchored = false
  633. part3.Anchored = false
  634. part4.Anchored = false
  635. part5.Anchored = false
  636. part6.Anchored = false
  637. part7.Anchored = false
  638. part8.Anchored = false
  639. part9.Anchored = false
  640. part10.Anchored = false
  641.  
  642.  
  643. part.Touched:connect(onTouched)
  644. part2.Touched:connect(onTouched)
  645. part3.Touched:connect(onTouched)
  646. part4.Touched:connect(onTouched)
  647. part5.Touched:connect(onTouched)
  648. part6.Touched:connect(onTouched)
  649. part7.Touched:connect(onTouched)
  650. part8.Touched:connect(onTouched)
  651. part9.Touched:connect(onTouched)
  652. part10.Touched:connect(onTouched)
  653.  
  654.  
  655. while true do
  656. bp.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,40), math.random(-maxrange,maxrange))
  657. bp2.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,40), math.random(-maxrange,maxrange))
  658. bp3.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,40), math.random(-maxrange,maxrange))
  659. bp4.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,40), math.random(-maxrange,maxrange))
  660. bp5.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,40), math.random(-maxrange,maxrange))
  661. bp6.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,40), math.random(-maxrange,maxrange))
  662. bp7.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,40), math.random(-maxrange,maxrange))
  663. bp8.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,40), math.random(-maxrange,maxrange))
  664. bp9.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,40), math.random(-maxrange,maxrange))
  665. bp10.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,40), math.random(-maxrange,maxrange))
  666. wait(math.random(1,2))
  667. end
  668. end)
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683. local fire3 = coroutine.create(function()
  684. local part = Instance.new("Part", game.Workspace)
  685. part.Name = "FloatingFireball1"
  686. part.Size = Vector3.new(10,10,10)
  687. part.Transparency = 1
  688. part.CanCollide = false
  689. part.Anchored = true
  690. part.TopSurface = "Smooth"
  691. part.BottomSurface = "Smooth"
  692. part.Position = Vector3.new(0,10,0)
  693. local fire = Instance.new("Fire", part)
  694. fire.Size = 30
  695. fire.Heat = 25
  696. local bp = Instance.new("BodyPosition", part)
  697. bp.MaxForce = Vector3.new(400000,400000,400000)
  698. local sound = Instance.new("Sound", part)
  699. sound.SoundId = "http://www.roblox.com/asset/?id=31760113"
  700. sound.EmitterSize = 25
  701. sound.Looped = true
  702. sound.Volume = 1
  703. sound:Play()
  704. --[[local root = game:GetService("InsertService"):LoadAsset(killscriptid)
  705. root.Parent = game.Workspace
  706. local killscript = root:FindFirstChild("KillScript"):Clone()
  707. killscript.Parent = part
  708. root:Destroy()]]--
  709.  
  710.  
  711. local part2 = Instance.new("Part", game.Workspace)
  712. part2.Name = "FloatingFireball2"
  713. part2.Size = Vector3.new(10,10,10)
  714. part2.Transparency = 1
  715. part2.CanCollide = false
  716. part2.Anchored = true
  717. part2.TopSurface = "Smooth"
  718. part2.BottomSurface = "Smooth"
  719. part2.Position = Vector3.new(0,10,0)
  720. local fire2 = Instance.new("Fire", part2)
  721. fire2.Size = 30
  722. fire2.Heat = 25
  723. local bp2 = Instance.new("BodyPosition", part2)
  724. bp2.MaxForce = Vector3.new(400000,400000,400000)
  725. local sound2 = Instance.new("Sound", part2)
  726. sound2.SoundId = "http://www.roblox.com/asset/?id=31760113"
  727. sound2.EmitterSize = 25
  728. sound2.Looped = true
  729. sound2.Volume = 1
  730. sound2:Play()
  731. --[[local root2 = game:GetService("InsertService"):LoadAsset(killscriptid)
  732. root2.Parent = game.Workspace
  733. local killscript2 = root2:FindFirstChild("KillScript"):Clone()
  734. killscript2.Parent = part2
  735. root2:Destroy()]]--
  736.  
  737. local part3 = Instance.new("Part", game.Workspace)
  738. part3.Name = "FloatingFireball3"
  739. part3.Size = Vector3.new(10,10,10)
  740. part3.Transparency = 1
  741. part3.CanCollide = false
  742. part3.Anchored = true
  743. part3.TopSurface = "Smooth"
  744. part3.BottomSurface = "Smooth"
  745. part3.Position = Vector3.new(0,10,0)
  746. local fire3 = Instance.new("Fire", part3)
  747. fire3.Size = 30
  748. fire3.Heat = 25
  749. local bp3 = Instance.new("BodyPosition", part3)
  750. bp3.MaxForce = Vector3.new(400000,400000,400000)
  751. local sound3 = Instance.new("Sound", part3)
  752. sound3.SoundId = "http://www.roblox.com/asset/?id=31760113"
  753. sound3.EmitterSize = 25
  754. sound3.Looped = true
  755. sound3.Volume = 1
  756. sound3:Play()
  757. --[[local root3 = game:GetService("InsertService"):LoadAsset(killscriptid)
  758. root3.Parent = game.Workspace
  759. local killscript3 = root3:FindFirstChild("KillScript"):Clone()
  760. killscript3.Parent = part3
  761. root3:Destroy()]]--
  762.  
  763. local part4 = Instance.new("Part", game.Workspace)
  764. part4.Name = "FloatingFireball4"
  765. part4.Size = Vector3.new(10,10,10)
  766. part4.Transparency = 1
  767. part4.CanCollide = false
  768. part4.Anchored = true
  769. part4.TopSurface = "Smooth"
  770. part4.BottomSurface = "Smooth"
  771. part4.Position = Vector3.new(0,10,0)
  772. local fire4 = Instance.new("Fire", part4)
  773. fire4.Size = 30
  774. fire4.Heat = 25
  775. local bp4 = Instance.new("BodyPosition", part4)
  776. bp4.MaxForce = Vector3.new(400000,400000,400000)
  777. local sound4 = Instance.new("Sound", part4)
  778. sound4.SoundId = "http://www.roblox.com/asset/?id=31760113"
  779. sound4.EmitterSize = 25
  780. sound4.Looped = true
  781. sound4.Volume = 1
  782. sound4:Play()
  783. --[[local root4 = game:GetService("InsertService"):LoadAsset(killscriptid)
  784. root4.Parent = game.Workspace
  785. local killscript4 = root4:FindFirstChild("KillScript"):Clone()
  786. killscript4.Parent = part4
  787. root4:Destroy()]]--
  788.  
  789. local part5 = Instance.new("Part", game.Workspace)
  790. part5.Name = "FloatingFireball5"
  791. part5.Size = Vector3.new(10,10,10)
  792. part5.Transparency = 1
  793. part5.CanCollide = false
  794. part5.Anchored = true
  795. part5.TopSurface = "Smooth"
  796. part5.BottomSurface = "Smooth"
  797. part5.Position = Vector3.new(0,10,0)
  798. local fire5 = Instance.new("Fire", part5)
  799. fire5.Size = 30
  800. fire5.Heat = 25
  801. local bp5 = Instance.new("BodyPosition", part5)
  802. bp5.MaxForce = Vector3.new(400000,400000,400000)
  803. local sound5 = Instance.new("Sound", part5)
  804. sound5.SoundId = "http://www.roblox.com/asset/?id=31760113"
  805. sound5.EmitterSize = 25
  806. sound5.Looped = true
  807. sound5.Volume = 1
  808. sound5:Play()
  809. --[[local root5 = game:GetService("InsertService"):LoadAsset(killscriptid)
  810. root5.Parent = game.Workspace
  811. local killscript5 = root5:FindFirstChild("KillScript"):Clone()
  812. killscript5.Parent = part5
  813. root5:Destroy()]]--
  814.  
  815. local part6 = Instance.new("Part", game.Workspace)
  816. part6.Name = "FloatingFireball6"
  817. part6.Size = Vector3.new(10,10,10)
  818. part6.Transparency = 1
  819. part6.CanCollide = false
  820. part6.Anchored = true
  821. part6.TopSurface = "Smooth"
  822. part6.BottomSurface = "Smooth"
  823. part6.Position = Vector3.new(0,10,0)
  824. local fire6 = Instance.new("Fire", part6)
  825. fire6.Size = 30
  826. fire6.Heat = 25
  827. local bp6 = Instance.new("BodyPosition", part6)
  828. bp6.MaxForce = Vector3.new(400000,400000,400000)
  829. local sound6 = Instance.new("Sound", part6)
  830. sound6.SoundId = "http://www.roblox.com/asset/?id=31760113"
  831. sound6.EmitterSize = 25
  832. sound6.Looped = true
  833. sound6.Volume = 1
  834. sound6:Play()
  835. --[[local root = game:GetService("InsertService"):LoadAsset(killscriptid)
  836. root.Parent = game.Workspace
  837. local killscript = root:FindFirstChild("KillScript"):Clone()
  838. killscript.Parent = part
  839. root:Destroy()]]--
  840.  
  841.  
  842. local part7 = Instance.new("Part", game.Workspace)
  843. part7.Name = "FloatingFireball7"
  844. part7.Size = Vector3.new(10,10,10)
  845. part7.Transparency = 1
  846. part7.CanCollide = false
  847. part7.Anchored = true
  848. part7.TopSurface = "Smooth"
  849. part7.BottomSurface = "Smooth"
  850. part7.Position = Vector3.new(0,10,0)
  851. local fire7 = Instance.new("Fire", part7)
  852. fire7.Size = 30
  853. fire7.Heat = 25
  854. local bp7 = Instance.new("BodyPosition", part7)
  855. bp7.MaxForce = Vector3.new(400000,400000,400000)
  856. local sound7 = Instance.new("Sound", part7)
  857. sound7.SoundId = "http://www.roblox.com/asset/?id=31760113"
  858. sound7.EmitterSize = 25
  859. sound7.Looped = true
  860. sound7.Volume = 1
  861. sound7:Play()
  862. --[[local root2 = game:GetService("InsertService"):LoadAsset(killscriptid)
  863. root2.Parent = game.Workspace
  864. local killscript2 = root2:FindFirstChild("KillScript"):Clone()
  865. killscript2.Parent = part2
  866. root2:Destroy()]]--
  867.  
  868. local part8 = Instance.new("Part", game.Workspace)
  869. part8.Name = "FloatingFireball8"
  870. part8.Size = Vector3.new(10,10,10)
  871. part8.Transparency = 1
  872. part8.CanCollide = false
  873. part8.Anchored = true
  874. part8.TopSurface = "Smooth"
  875. part8.BottomSurface = "Smooth"
  876. part8.Position = Vector3.new(0,10,0)
  877. local fire8 = Instance.new("Fire", part8)
  878. fire8.Size = 30
  879. fire8.Heat = 25
  880. local bp8 = Instance.new("BodyPosition", part8)
  881. bp8.MaxForce = Vector3.new(400000,400000,400000)
  882. local sound8 = Instance.new("Sound", part8)
  883. sound8.SoundId = "http://www.roblox.com/asset/?id=31760113"
  884. sound8.EmitterSize = 25
  885. sound8.Looped = true
  886. sound8.Volume = 1
  887. sound8:Play()
  888. --[[local root3 = game:GetService("InsertService"):LoadAsset(killscriptid)
  889. root3.Parent = game.Workspace
  890. local killscript3 = root3:FindFirstChild("KillScript"):Clone()
  891. killscript3.Parent = part3
  892. root3:Destroy()]]--
  893.  
  894. local part9 = Instance.new("Part", game.Workspace)
  895. part9.Name = "FloatingFireball9"
  896. part9.Size = Vector3.new(10,10,10)
  897. part9.Transparency = 1
  898. part9.CanCollide = false
  899. part9.Anchored = true
  900. part9.TopSurface = "Smooth"
  901. part9.BottomSurface = "Smooth"
  902. part9.Position = Vector3.new(0,10,0)
  903. local fire9 = Instance.new("Fire", part9)
  904. fire9.Size = 30
  905. fire9.Heat = 25
  906. local bp9 = Instance.new("BodyPosition", part9)
  907. bp9.MaxForce = Vector3.new(400000,400000,400000)
  908. local sound9 = Instance.new("Sound", part9)
  909. sound9.SoundId = "http://www.roblox.com/asset/?id=31760113"
  910. sound9.EmitterSize = 25
  911. sound9.Looped = true
  912. sound9.Volume = 1
  913. sound9:Play()
  914. --[[local root4 = game:GetService("InsertService"):LoadAsset(killscriptid)
  915. root4.Parent = game.Workspace
  916. local killscript4 = root4:FindFirstChild("KillScript"):Clone()
  917. killscript4.Parent = part4
  918. root4:Destroy()]]--
  919.  
  920. local part10 = Instance.new("Part", game.Workspace)
  921. part10.Name = "FloatingFireball10"
  922. part10.Size = Vector3.new(10,10,10)
  923. part10.Transparency = 1
  924. part10.CanCollide = false
  925. part10.Anchored = true
  926. part10.TopSurface = "Smooth"
  927. part10.BottomSurface = "Smooth"
  928. part10.Position = Vector3.new(0,10,0)
  929. local fire10 = Instance.new("Fire", part10)
  930. fire10.Size = 30
  931. fire10.Heat = 25
  932. local bp10 = Instance.new("BodyPosition", part10)
  933. bp10.MaxForce = Vector3.new(400000,400000,400000)
  934. local sound10 = Instance.new("Sound", part10)
  935. sound10.SoundId = "http://www.roblox.com/asset/?id=31760113"
  936. sound10EmitterSize = 25
  937. sound10.Looped = true
  938. sound10.Volume = 1
  939. sound10:Play()
  940. --[[local root5 = game:GetService("InsertService"):LoadAsset(killscriptid)
  941. root5.Parent = game.Workspace
  942. local killscript5 = root5:FindFirstChild("KillScript"):Clone()
  943. killscript5.Parent = part5
  944. root5:Destroy()]]--
  945.  
  946. wait(1)
  947. part.Anchored = false
  948. part2.Anchored = false
  949. part3.Anchored = false
  950. part4.Anchored = false
  951. part5.Anchored = false
  952. part6.Anchored = false
  953. part7.Anchored = false
  954. part8.Anchored = false
  955. part9.Anchored = false
  956. part10.Anchored = false
  957.  
  958.  
  959. part.Touched:connect(onTouched)
  960. part2.Touched:connect(onTouched)
  961. part3.Touched:connect(onTouched)
  962. part4.Touched:connect(onTouched)
  963. part5.Touched:connect(onTouched)
  964. part6.Touched:connect(onTouched)
  965. part7.Touched:connect(onTouched)
  966. part8.Touched:connect(onTouched)
  967. part9.Touched:connect(onTouched)
  968. part10.Touched:connect(onTouched)
  969.  
  970.  
  971. while true do
  972. bp.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,30), math.random(-maxrange,maxrange))
  973. bp2.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,30), math.random(-maxrange,maxrange))
  974. bp3.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,30), math.random(-maxrange,maxrange))
  975. bp4.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,30), math.random(-maxrange,maxrange))
  976. bp5.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,30), math.random(-maxrange,maxrange))
  977. bp6.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,30), math.random(-maxrange,maxrange))
  978. bp7.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,30), math.random(-maxrange,maxrange))
  979. bp8.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,30), math.random(-maxrange,maxrange))
  980. bp9.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,30), math.random(-maxrange,maxrange))
  981. bp10.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,30), math.random(-maxrange,maxrange))
  982. wait(math.random(1,2))
  983. end
  984. end)
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997. local fire4 = coroutine.create(function()
  998. local part = Instance.new("Part", game.Workspace)
  999. part.Name = "FloatingFireball1"
  1000. part.Size = Vector3.new(10,10,10)
  1001. part.Transparency = 1
  1002. part.CanCollide = false
  1003. part.Anchored = true
  1004. part.TopSurface = "Smooth"
  1005. part.BottomSurface = "Smooth"
  1006. part.Position = Vector3.new(0,10,0)
  1007. local fire = Instance.new("Fire", part)
  1008. fire.Size = 30
  1009. fire.Heat = 25
  1010. local bp = Instance.new("BodyPosition", part)
  1011. bp.MaxForce = Vector3.new(400000,400000,400000)
  1012. local sound = Instance.new("Sound", part)
  1013. sound.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1014. sound.EmitterSize = 25
  1015. sound.Looped = true
  1016. sound.Volume = 1
  1017. sound:Play()
  1018. --[[local root = game:GetService("InsertService"):LoadAsset(killscriptid)
  1019. root.Parent = game.Workspace
  1020. local killscript = root:FindFirstChild("KillScript"):Clone()
  1021. killscript.Parent = part
  1022. root:Destroy()]]--
  1023.  
  1024.  
  1025. local part2 = Instance.new("Part", game.Workspace)
  1026. part2.Name = "FloatingFireball2"
  1027. part2.Size = Vector3.new(10,10,10)
  1028. part2.Transparency = 1
  1029. part2.CanCollide = false
  1030. part2.Anchored = true
  1031. part2.TopSurface = "Smooth"
  1032. part2.BottomSurface = "Smooth"
  1033. part2.Position = Vector3.new(0,10,0)
  1034. local fire2 = Instance.new("Fire", part2)
  1035. fire2.Size = 30
  1036. fire2.Heat = 25
  1037. local bp2 = Instance.new("BodyPosition", part2)
  1038. bp2.MaxForce = Vector3.new(400000,400000,400000)
  1039. local sound2 = Instance.new("Sound", part2)
  1040. sound2.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1041. sound2.EmitterSize = 25
  1042. sound2.Looped = true
  1043. sound2.Volume = 1
  1044. sound2:Play()
  1045. --[[local root2 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1046. root2.Parent = game.Workspace
  1047. local killscript2 = root2:FindFirstChild("KillScript"):Clone()
  1048. killscript2.Parent = part2
  1049. root2:Destroy()]]--
  1050.  
  1051. local part3 = Instance.new("Part", game.Workspace)
  1052. part3.Name = "FloatingFireball3"
  1053. part3.Size = Vector3.new(10,10,10)
  1054. part3.Transparency = 1
  1055. part3.CanCollide = false
  1056. part3.Anchored = true
  1057. part3.TopSurface = "Smooth"
  1058. part3.BottomSurface = "Smooth"
  1059. part3.Position = Vector3.new(0,10,0)
  1060. local fire3 = Instance.new("Fire", part3)
  1061. fire3.Size = 30
  1062. fire3.Heat = 25
  1063. local bp3 = Instance.new("BodyPosition", part3)
  1064. bp3.MaxForce = Vector3.new(400000,400000,400000)
  1065. local sound3 = Instance.new("Sound", part3)
  1066. sound3.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1067. sound3.EmitterSize = 25
  1068. sound3.Looped = true
  1069. sound3.Volume = 1
  1070. sound3:Play()
  1071. --[[local root3 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1072. root3.Parent = game.Workspace
  1073. local killscript3 = root3:FindFirstChild("KillScript"):Clone()
  1074. killscript3.Parent = part3
  1075. root3:Destroy()]]--
  1076.  
  1077. local part4 = Instance.new("Part", game.Workspace)
  1078. part4.Name = "FloatingFireball4"
  1079. part4.Size = Vector3.new(10,10,10)
  1080. part4.Transparency = 1
  1081. part4.CanCollide = false
  1082. part4.Anchored = true
  1083. part4.TopSurface = "Smooth"
  1084. part4.BottomSurface = "Smooth"
  1085. part4.Position = Vector3.new(0,10,0)
  1086. local fire4 = Instance.new("Fire", part4)
  1087. fire4.Size = 30
  1088. fire4.Heat = 25
  1089. local bp4 = Instance.new("BodyPosition", part4)
  1090. bp4.MaxForce = Vector3.new(400000,400000,400000)
  1091. local sound4 = Instance.new("Sound", part4)
  1092. sound4.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1093. sound4.EmitterSize = 25
  1094. sound4.Looped = true
  1095. sound4.Volume = 1
  1096. sound4:Play()
  1097. --[[local root4 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1098. root4.Parent = game.Workspace
  1099. local killscript4 = root4:FindFirstChild("KillScript"):Clone()
  1100. killscript4.Parent = part4
  1101. root4:Destroy()]]--
  1102.  
  1103. local part5 = Instance.new("Part", game.Workspace)
  1104. part5.Name = "FloatingFireball5"
  1105. part5.Size = Vector3.new(10,10,10)
  1106. part5.Transparency = 1
  1107. part5.CanCollide = false
  1108. part5.Anchored = true
  1109. part5.TopSurface = "Smooth"
  1110. part5.BottomSurface = "Smooth"
  1111. part5.Position = Vector3.new(0,10,0)
  1112. local fire5 = Instance.new("Fire", part5)
  1113. fire5.Size = 30
  1114. fire5.Heat = 25
  1115. local bp5 = Instance.new("BodyPosition", part5)
  1116. bp5.MaxForce = Vector3.new(400000,400000,400000)
  1117. local sound5 = Instance.new("Sound", part5)
  1118. sound5.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1119. sound5.EmitterSize = 25
  1120. sound5.Looped = true
  1121. sound5.Volume = 1
  1122. sound5:Play()
  1123. --[[local root5 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1124. root5.Parent = game.Workspace
  1125. local killscript5 = root5:FindFirstChild("KillScript"):Clone()
  1126. killscript5.Parent = part5
  1127. root5:Destroy()]]--
  1128.  
  1129. local part6 = Instance.new("Part", game.Workspace)
  1130. part6.Name = "FloatingFireball6"
  1131. part6.Size = Vector3.new(10,10,10)
  1132. part6.Transparency = 1
  1133. part6.CanCollide = false
  1134. part6.Anchored = true
  1135. part6.TopSurface = "Smooth"
  1136. part6.BottomSurface = "Smooth"
  1137. part6.Position = Vector3.new(0,10,0)
  1138. local fire6 = Instance.new("Fire", part6)
  1139. fire6.Size = 30
  1140. fire6.Heat = 25
  1141. local bp6 = Instance.new("BodyPosition", part6)
  1142. bp6.MaxForce = Vector3.new(400000,400000,400000)
  1143. local sound6 = Instance.new("Sound", part6)
  1144. sound6.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1145. sound6.EmitterSize = 25
  1146. sound6.Looped = true
  1147. sound6.Volume = 1
  1148. sound6:Play()
  1149. --[[local root = game:GetService("InsertService"):LoadAsset(killscriptid)
  1150. root.Parent = game.Workspace
  1151. local killscript = root:FindFirstChild("KillScript"):Clone()
  1152. killscript.Parent = part
  1153. root:Destroy()]]--
  1154.  
  1155.  
  1156. local part7 = Instance.new("Part", game.Workspace)
  1157. part7.Name = "FloatingFireball7"
  1158. part7.Size = Vector3.new(10,10,10)
  1159. part7.Transparency = 1
  1160. part7.CanCollide = false
  1161. part7.Anchored = true
  1162. part7.TopSurface = "Smooth"
  1163. part7.BottomSurface = "Smooth"
  1164. part7.Position = Vector3.new(0,10,0)
  1165. local fire7 = Instance.new("Fire", part7)
  1166. fire7.Size = 30
  1167. fire7.Heat = 25
  1168. local bp7 = Instance.new("BodyPosition", part7)
  1169. bp7.MaxForce = Vector3.new(400000,400000,400000)
  1170. local sound7 = Instance.new("Sound", part7)
  1171. sound7.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1172. sound7.EmitterSize = 25
  1173. sound7.Looped = true
  1174. sound7.Volume = 1
  1175. sound7:Play()
  1176. --[[local root2 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1177. root2.Parent = game.Workspace
  1178. local killscript2 = root2:FindFirstChild("KillScript"):Clone()
  1179. killscript2.Parent = part2
  1180. root2:Destroy()]]--
  1181.  
  1182. local part8 = Instance.new("Part", game.Workspace)
  1183. part8.Name = "FloatingFireball8"
  1184. part8.Size = Vector3.new(10,10,10)
  1185. part8.Transparency = 1
  1186. part8.CanCollide = false
  1187. part8.Anchored = true
  1188. part8.TopSurface = "Smooth"
  1189. part8.BottomSurface = "Smooth"
  1190. part8.Position = Vector3.new(0,10,0)
  1191. local fire8 = Instance.new("Fire", part8)
  1192. fire8.Size = 30
  1193. fire8.Heat = 25
  1194. local bp8 = Instance.new("BodyPosition", part8)
  1195. bp8.MaxForce = Vector3.new(400000,400000,400000)
  1196. local sound8 = Instance.new("Sound", part8)
  1197. sound8.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1198. sound8.EmitterSize = 25
  1199. sound8.Looped = true
  1200. sound8.Volume = 1
  1201. sound8:Play()
  1202. --[[local root3 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1203. root3.Parent = game.Workspace
  1204. local killscript3 = root3:FindFirstChild("KillScript"):Clone()
  1205. killscript3.Parent = part3
  1206. root3:Destroy()]]--
  1207.  
  1208. local part9 = Instance.new("Part", game.Workspace)
  1209. part9.Name = "FloatingFireball9"
  1210. part9.Size = Vector3.new(10,10,10)
  1211. part9.Transparency = 1
  1212. part9.CanCollide = false
  1213. part9.Anchored = true
  1214. part9.TopSurface = "Smooth"
  1215. part9.BottomSurface = "Smooth"
  1216. part9.Position = Vector3.new(0,10,0)
  1217. local fire9 = Instance.new("Fire", part9)
  1218. fire9.Size = 30
  1219. fire9.Heat = 25
  1220. local bp9 = Instance.new("BodyPosition", part9)
  1221. bp9.MaxForce = Vector3.new(400000,400000,400000)
  1222. local sound9 = Instance.new("Sound", part9)
  1223. sound9.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1224. sound9.EmitterSize = 25
  1225. sound9.Looped = true
  1226. sound9.Volume = 1
  1227. sound9:Play()
  1228. --[[local root4 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1229. root4.Parent = game.Workspace
  1230. local killscript4 = root4:FindFirstChild("KillScript"):Clone()
  1231. killscript4.Parent = part4
  1232. root4:Destroy()]]--
  1233.  
  1234. local part10 = Instance.new("Part", game.Workspace)
  1235. part10.Name = "FloatingFireball10"
  1236. part10.Size = Vector3.new(10,10,10)
  1237. part10.Transparency = 1
  1238. part10.CanCollide = false
  1239. part10.Anchored = true
  1240. part10.TopSurface = "Smooth"
  1241. part10.BottomSurface = "Smooth"
  1242. part10.Position = Vector3.new(0,10,0)
  1243. local fire10 = Instance.new("Fire", part10)
  1244. fire10.Size = 30
  1245. fire10.Heat = 25
  1246. local bp10 = Instance.new("BodyPosition", part10)
  1247. bp10.MaxForce = Vector3.new(400000,400000,400000)
  1248. local sound10 = Instance.new("Sound", part10)
  1249. sound10.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1250. sound10EmitterSize = 25
  1251. sound10.Looped = true
  1252. sound10.Volume = 1
  1253. sound10:Play()
  1254. --[[local root5 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1255. root5.Parent = game.Workspace
  1256. local killscript5 = root5:FindFirstChild("KillScript"):Clone()
  1257. killscript5.Parent = part5
  1258. root5:Destroy()]]--
  1259.  
  1260. wait(1)
  1261. part.Anchored = false
  1262. part2.Anchored = false
  1263. part3.Anchored = false
  1264. part4.Anchored = false
  1265. part5.Anchored = false
  1266. part6.Anchored = false
  1267. part7.Anchored = false
  1268. part8.Anchored = false
  1269. part9.Anchored = false
  1270. part10.Anchored = false
  1271.  
  1272.  
  1273. part.Touched:connect(onTouched)
  1274. part2.Touched:connect(onTouched)
  1275. part3.Touched:connect(onTouched)
  1276. part4.Touched:connect(onTouched)
  1277. part5.Touched:connect(onTouched)
  1278. part6.Touched:connect(onTouched)
  1279. part7.Touched:connect(onTouched)
  1280. part8.Touched:connect(onTouched)
  1281. part9.Touched:connect(onTouched)
  1282. part10.Touched:connect(onTouched)
  1283.  
  1284.  
  1285. while true do
  1286. bp.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,20), math.random(-maxrange,maxrange))
  1287. bp2.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,20), math.random(-maxrange,maxrange))
  1288. bp3.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,20), math.random(-maxrange,maxrange))
  1289. bp4.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,20), math.random(-maxrange,maxrange))
  1290. bp5.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,20), math.random(-maxrange,maxrange))
  1291. bp6.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,20), math.random(-maxrange,maxrange))
  1292. bp7.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,20), math.random(-maxrange,maxrange))
  1293. bp8.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,20), math.random(-maxrange,maxrange))
  1294. bp9.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,20), math.random(-maxrange,maxrange))
  1295. bp10.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,20), math.random(-maxrange,maxrange))
  1296. wait(math.random(1,2))
  1297. end
  1298. end)
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315. local fire5 = coroutine.create(function()
  1316. local part = Instance.new("Part", game.Workspace)
  1317. part.Name = "FloatingFireball1"
  1318. part.Size = Vector3.new(10,10,10)
  1319. part.Transparency = 1
  1320. part.CanCollide = false
  1321. part.Anchored = true
  1322. part.TopSurface = "Smooth"
  1323. part.BottomSurface = "Smooth"
  1324. part.Position = Vector3.new(0,10,0)
  1325. local fire = Instance.new("Fire", part)
  1326. fire.Size = 30
  1327. fire.Heat = 25
  1328. local bp = Instance.new("BodyPosition", part)
  1329. bp.MaxForce = Vector3.new(400000,400000,400000)
  1330. local sound = Instance.new("Sound", part)
  1331. sound.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1332. sound.EmitterSize = 25
  1333. sound.Looped = true
  1334. sound.Volume = 1
  1335. sound:Play()
  1336. --[[local root = game:GetService("InsertService"):LoadAsset(killscriptid)
  1337. root.Parent = game.Workspace
  1338. local killscript = root:FindFirstChild("KillScript"):Clone()
  1339. killscript.Parent = part
  1340. root:Destroy()]]--
  1341.  
  1342.  
  1343. local part2 = Instance.new("Part", game.Workspace)
  1344. part2.Name = "FloatingFireball2"
  1345. part2.Size = Vector3.new(10,10,10)
  1346. part2.Transparency = 1
  1347. part2.CanCollide = false
  1348. part2.Anchored = true
  1349. part2.TopSurface = "Smooth"
  1350. part2.BottomSurface = "Smooth"
  1351. part2.Position = Vector3.new(0,10,0)
  1352. local fire2 = Instance.new("Fire", part2)
  1353. fire2.Size = 30
  1354. fire2.Heat = 25
  1355. local bp2 = Instance.new("BodyPosition", part2)
  1356. bp2.MaxForce = Vector3.new(400000,400000,400000)
  1357. local sound2 = Instance.new("Sound", part2)
  1358. sound2.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1359. sound2.EmitterSize = 25
  1360. sound2.Looped = true
  1361. sound2.Volume = 1
  1362. sound2:Play()
  1363. --[[local root2 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1364. root2.Parent = game.Workspace
  1365. local killscript2 = root2:FindFirstChild("KillScript"):Clone()
  1366. killscript2.Parent = part2
  1367. root2:Destroy()]]--
  1368.  
  1369. local part3 = Instance.new("Part", game.Workspace)
  1370. part3.Name = "FloatingFireball3"
  1371. part3.Size = Vector3.new(10,10,10)
  1372. part3.Transparency = 1
  1373. part3.CanCollide = false
  1374. part3.Anchored = true
  1375. part3.TopSurface = "Smooth"
  1376. part3.BottomSurface = "Smooth"
  1377. part3.Position = Vector3.new(0,10,0)
  1378. local fire3 = Instance.new("Fire", part3)
  1379. fire3.Size = 30
  1380. fire3.Heat = 25
  1381. local bp3 = Instance.new("BodyPosition", part3)
  1382. bp3.MaxForce = Vector3.new(400000,400000,400000)
  1383. local sound3 = Instance.new("Sound", part3)
  1384. sound3.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1385. sound3.EmitterSize = 25
  1386. sound3.Looped = true
  1387. sound3.Volume = 1
  1388. sound3:Play()
  1389. --[[local root3 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1390. root3.Parent = game.Workspace
  1391. local killscript3 = root3:FindFirstChild("KillScript"):Clone()
  1392. killscript3.Parent = part3
  1393. root3:Destroy()]]--
  1394.  
  1395. local part4 = Instance.new("Part", game.Workspace)
  1396. part4.Name = "FloatingFireball4"
  1397. part4.Size = Vector3.new(10,10,10)
  1398. part4.Transparency = 1
  1399. part4.CanCollide = false
  1400. part4.Anchored = true
  1401. part4.TopSurface = "Smooth"
  1402. part4.BottomSurface = "Smooth"
  1403. part4.Position = Vector3.new(0,10,0)
  1404. local fire4 = Instance.new("Fire", part4)
  1405. fire4.Size = 30
  1406. fire4.Heat = 25
  1407. local bp4 = Instance.new("BodyPosition", part4)
  1408. bp4.MaxForce = Vector3.new(400000,400000,400000)
  1409. local sound4 = Instance.new("Sound", part4)
  1410. sound4.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1411. sound4.EmitterSize = 25
  1412. sound4.Looped = true
  1413. sound4.Volume = 1
  1414. sound4:Play()
  1415. --[[local root4 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1416. root4.Parent = game.Workspace
  1417. local killscript4 = root4:FindFirstChild("KillScript"):Clone()
  1418. killscript4.Parent = part4
  1419. root4:Destroy()]]--
  1420.  
  1421. local part5 = Instance.new("Part", game.Workspace)
  1422. part5.Name = "FloatingFireball5"
  1423. part5.Size = Vector3.new(10,10,10)
  1424. part5.Transparency = 1
  1425. part5.CanCollide = false
  1426. part5.Anchored = true
  1427. part5.TopSurface = "Smooth"
  1428. part5.BottomSurface = "Smooth"
  1429. part5.Position = Vector3.new(0,10,0)
  1430. local fire5 = Instance.new("Fire", part5)
  1431. fire5.Size = 30
  1432. fire5.Heat = 25
  1433. local bp5 = Instance.new("BodyPosition", part5)
  1434. bp5.MaxForce = Vector3.new(400000,400000,400000)
  1435. local sound5 = Instance.new("Sound", part5)
  1436. sound5.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1437. sound5.EmitterSize = 25
  1438. sound5.Looped = true
  1439. sound5.Volume = 1
  1440. sound5:Play()
  1441. --[[local root5 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1442. root5.Parent = game.Workspace
  1443. local killscript5 = root5:FindFirstChild("KillScript"):Clone()
  1444. killscript5.Parent = part5
  1445. root5:Destroy()]]--
  1446.  
  1447. local part6 = Instance.new("Part", game.Workspace)
  1448. part6.Name = "FloatingFireball6"
  1449. part6.Size = Vector3.new(10,10,10)
  1450. part6.Transparency = 1
  1451. part6.CanCollide = false
  1452. part6.Anchored = true
  1453. part6.TopSurface = "Smooth"
  1454. part6.BottomSurface = "Smooth"
  1455. part6.Position = Vector3.new(0,10,0)
  1456. local fire6 = Instance.new("Fire", part6)
  1457. fire6.Size = 30
  1458. fire6.Heat = 25
  1459. local bp6 = Instance.new("BodyPosition", part6)
  1460. bp6.MaxForce = Vector3.new(400000,400000,400000)
  1461. local sound6 = Instance.new("Sound", part6)
  1462. sound6.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1463. sound6.EmitterSize = 25
  1464. sound6.Looped = true
  1465. sound6.Volume = 1
  1466. sound6:Play()
  1467. --[[local root = game:GetService("InsertService"):LoadAsset(killscriptid)
  1468. root.Parent = game.Workspace
  1469. local killscript = root:FindFirstChild("KillScript"):Clone()
  1470. killscript.Parent = part
  1471. root:Destroy()]]--
  1472.  
  1473.  
  1474. local part7 = Instance.new("Part", game.Workspace)
  1475. part7.Name = "FloatingFireball7"
  1476. part7.Size = Vector3.new(10,10,10)
  1477. part7.Transparency = 1
  1478. part7.CanCollide = false
  1479. part7.Anchored = true
  1480. part7.TopSurface = "Smooth"
  1481. part7.BottomSurface = "Smooth"
  1482. part7.Position = Vector3.new(0,10,0)
  1483. local fire7 = Instance.new("Fire", part7)
  1484. fire7.Size = 30
  1485. fire7.Heat = 25
  1486. local bp7 = Instance.new("BodyPosition", part7)
  1487. bp7.MaxForce = Vector3.new(400000,400000,400000)
  1488. local sound7 = Instance.new("Sound", part7)
  1489. sound7.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1490. sound7.EmitterSize = 25
  1491. sound7.Looped = true
  1492. sound7.Volume = 1
  1493. sound7:Play()
  1494. --[[local root2 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1495. root2.Parent = game.Workspace
  1496. local killscript2 = root2:FindFirstChild("KillScript"):Clone()
  1497. killscript2.Parent = part2
  1498. root2:Destroy()]]--
  1499.  
  1500. local part8 = Instance.new("Part", game.Workspace)
  1501. part8.Name = "FloatingFireball8"
  1502. part8.Size = Vector3.new(10,10,10)
  1503. part8.Transparency = 1
  1504. part8.CanCollide = false
  1505. part8.Anchored = true
  1506. part8.TopSurface = "Smooth"
  1507. part8.BottomSurface = "Smooth"
  1508. part8.Position = Vector3.new(0,10,0)
  1509. local fire8 = Instance.new("Fire", part8)
  1510. fire8.Size = 30
  1511. fire8.Heat = 25
  1512. local bp8 = Instance.new("BodyPosition", part8)
  1513. bp8.MaxForce = Vector3.new(400000,400000,400000)
  1514. local sound8 = Instance.new("Sound", part8)
  1515. sound8.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1516. sound8.EmitterSize = 25
  1517. sound8.Looped = true
  1518. sound8.Volume = 1
  1519. sound8:Play()
  1520. --[[local root3 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1521. root3.Parent = game.Workspace
  1522. local killscript3 = root3:FindFirstChild("KillScript"):Clone()
  1523. killscript3.Parent = part3
  1524. root3:Destroy()]]--
  1525.  
  1526. local part9 = Instance.new("Part", game.Workspace)
  1527. part9.Name = "FloatingFireball9"
  1528. part9.Size = Vector3.new(10,10,10)
  1529. part9.Transparency = 1
  1530. part9.CanCollide = false
  1531. part9.Anchored = true
  1532. part9.TopSurface = "Smooth"
  1533. part9.BottomSurface = "Smooth"
  1534. part9.Position = Vector3.new(0,10,0)
  1535. local fire9 = Instance.new("Fire", part9)
  1536. fire9.Size = 30
  1537. fire9.Heat = 25
  1538. local bp9 = Instance.new("BodyPosition", part9)
  1539. bp9.MaxForce = Vector3.new(400000,400000,400000)
  1540. local sound9 = Instance.new("Sound", part9)
  1541. sound9.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1542. sound9.EmitterSize = 25
  1543. sound9.Looped = true
  1544. sound9.Volume = 1
  1545. sound9:Play()
  1546. --[[local root4 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1547. root4.Parent = game.Workspace
  1548. local killscript4 = root4:FindFirstChild("KillScript"):Clone()
  1549. killscript4.Parent = part4
  1550. root4:Destroy()]]--
  1551.  
  1552. local part10 = Instance.new("Part", game.Workspace)
  1553. part10.Name = "FloatingFireball10"
  1554. part10.Size = Vector3.new(10,10,10)
  1555. part10.Transparency = 1
  1556. part10.CanCollide = false
  1557. part10.Anchored = true
  1558. part10.TopSurface = "Smooth"
  1559. part10.BottomSurface = "Smooth"
  1560. part10.Position = Vector3.new(0,10,0)
  1561. local fire10 = Instance.new("Fire", part10)
  1562. fire10.Size = 30
  1563. fire10.Heat = 25
  1564. local bp10 = Instance.new("BodyPosition", part10)
  1565. bp10.MaxForce = Vector3.new(400000,400000,400000)
  1566. local sound10 = Instance.new("Sound", part10)
  1567. sound10.SoundId = "http://www.roblox.com/asset/?id=31760113"
  1568. sound10EmitterSize = 25
  1569. sound10.Looped = true
  1570. sound10.Volume = 1
  1571. sound10:Play()
  1572. --[[local root5 = game:GetService("InsertService"):LoadAsset(killscriptid)
  1573. root5.Parent = game.Workspace
  1574. local killscript5 = root5:FindFirstChild("KillScript"):Clone()
  1575. killscript5.Parent = part5
  1576. root5:Destroy()]]--
  1577.  
  1578. wait(1)
  1579. part.Anchored = false
  1580. part2.Anchored = false
  1581. part3.Anchored = false
  1582. part4.Anchored = false
  1583. part5.Anchored = false
  1584. part6.Anchored = false
  1585. part7.Anchored = false
  1586. part8.Anchored = false
  1587. part9.Anchored = false
  1588. part10.Anchored = false
  1589.  
  1590.  
  1591. part.Touched:connect(onTouched)
  1592. part2.Touched:connect(onTouched)
  1593. part3.Touched:connect(onTouched)
  1594. part4.Touched:connect(onTouched)
  1595. part5.Touched:connect(onTouched)
  1596. part6.Touched:connect(onTouched)
  1597. part7.Touched:connect(onTouched)
  1598. part8.Touched:connect(onTouched)
  1599. part9.Touched:connect(onTouched)
  1600. part10.Touched:connect(onTouched)
  1601.  
  1602.  
  1603. while true do
  1604. bp.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,10), math.random(-maxrange,maxrange))
  1605. bp2.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,10), math.random(-maxrange,maxrange))
  1606. bp3.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,10), math.random(-maxrange,maxrange))
  1607. bp4.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,10), math.random(-maxrange,maxrange))
  1608. bp5.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,10), math.random(-maxrange,maxrange))
  1609. bp6.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,10), math.random(-maxrange,maxrange))
  1610. bp7.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,10), math.random(-maxrange,maxrange))
  1611. bp8.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,10), math.random(-maxrange,maxrange))
  1612. bp9.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,10), math.random(-maxrange,maxrange))
  1613. bp10.Position = Vector3.new(math.random(-maxrange,maxrange), math.random(0,10), math.random(-maxrange,maxrange))
  1614. wait(math.random(1,2))
  1615. end
  1616. end)
  1617.  
  1618.  
  1619. coroutine.resume(fire)
  1620. coroutine.resume(fire2)
  1621. coroutine.resume(fire3)
  1622. coroutine.resume(fire4)
  1623. coroutine.resume(fire5)
  1624. coroutine.resume(ambient)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement