KrYn0MoRe

Holy Hand Grenade Fix

Jun 25th, 2022 (edited)
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 114.10 KB | None | 0 0
  1. Tool0 = Instance.new("Tool")
  2. Part1 = Instance.new("Part")
  3. Tool0.Name = "Holy Hand Grenade"
  4. Tool0.Grip = CFrame.new(0.201695442, 0, 0.22428894, 0, -1, 0, 1, 0, -0, 0, 0, 1)
  5. Tool0.GripPos = Vector3.new(0.20169544219970703, 0, 0.2242889404296875)
  6. Tool0.GripRight = Vector3.new(0, 1, 0)
  7. Tool0.GripUp = Vector3.new(-1, 0, 0)
  8. Tool0.ToolTip = "hi"
  9. Part1.Name = "Handle"
  10. Part1.Parent = Tool0
  11. Part1.CFrame = CFrame.new(7.08587646, 0.649999976, -18.0950317, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  12. Part1.Position = Vector3.new(7.08587646484375, 0.6499999761581421, -18.09503173828125)
  13. Part1.Color = Color3.new(0.960784, 0.803922, 0.188235)
  14. Part1.Size = Vector3.new(1.2999999523162842, 1.2999999523162842, 1.2999999523162842)
  15. Part1.BottomSurface = Enum.SurfaceType.Smooth
  16. Part1.BrickColor = BrickColor.new("Bright yellow")
  17. Part1.TopSurface = Enum.SurfaceType.Smooth
  18. Part1.brickColor = BrickColor.new("Bright yellow")
  19. Part1.Shape = Enum.PartType.Ball
  20.  
  21. local plr = owner
  22. local Tool = Tool0
  23. local Ball = Tool.Handle
  24.  
  25. local cc_enabled = false
  26.  
  27. local att = Instance.new("Attachment")
  28. att.Parent = Ball
  29.  
  30. local part_folder = Instance.new("Folder")
  31. part_folder.Parent = script
  32.  
  33. function fire(direction)
  34.     Ball.Throw:Play()
  35.  
  36.     local vCharacter = Tool.Parent
  37.     local vPlayer = game.Players:GetPlayerFromCharacter(vCharacter)
  38.     --local missile = Ball:Clone()  
  39.     local missile = Ball
  40.  
  41.     local spawnPos = vCharacter.PrimaryPart.Position
  42.  
  43.     spawnPos  = spawnPos + (direction * 5)
  44.  
  45.     missile.Position = spawnPos
  46.     missile.Velocity = direction * 100
  47.     missile.Locked = true
  48.     missile.BottomSurface = 0
  49.     missile.TopSurface = 0
  50.     missile.Name = "hey"
  51.     missile.NadeScript.Disabled = false
  52.     missile.CanCollide = true
  53.  
  54.     missile.Parent = workspace
  55. end
  56.  
  57. Tool.Enabled = true
  58.  
  59. Tool.Activated:Connect(function()
  60.     if plr.Name == plr.Name and Tool.Parent == plr.Character then else
  61.         return
  62.     end
  63.     if not Tool.Enabled then
  64.         return
  65.     end
  66.     Tool.Enabled = false
  67.     local character = Tool.Parent;
  68.     local humanoid = character:FindFirstChildOfClass("Humanoid")
  69.     if not humanoid then
  70.         print("Humanoid not found")
  71.         return
  72.     end
  73.     local lookAt = (Vector3.new() - character.Head.Position).unit
  74.     fire(lookAt)
  75.     wait(5)
  76.     Tool.Enabled = true
  77. end)
  78.  
  79. --Converted with ttyyuu12345's model to script plugin v4
  80. local new_cors = {}
  81. function enclose(var,func)
  82.     local env = getfenv(func)
  83.     local newenv = setmetatable({},{
  84.         __index = function(self,k)
  85.             if k=="script" then
  86.                 return var
  87.             else
  88.                 return env[k]
  89.             end
  90.         end,
  91.     })
  92.     setfenv(func,newenv)
  93.     return func
  94. end
  95. function sandbox(var,func)
  96.     func = enclose(var,func)
  97.     new_cors[var] = func
  98.     return func
  99. end
  100. cors = {}
  101. mas = Instance.new("Model",game:GetService("Lighting"))
  102. Sound0 = Instance.new("Sound")
  103. Sound1 = Instance.new("Sound")
  104. ReverbSoundEffect2 = Instance.new("ReverbSoundEffect")
  105. PitchShiftSoundEffect3 = Instance.new("PitchShiftSoundEffect")
  106. Sound4 = Instance.new("Sound")
  107. ReverbSoundEffect5 = Instance.new("ReverbSoundEffect")
  108. Sound6 = Instance.new("Sound")
  109. Sound7 = Instance.new("Sound")
  110. Sound8 = Instance.new("Sound")
  111. Sound9 = Instance.new("Sound")
  112. Sound10 = Instance.new("Sound")
  113. Sound11 = Instance.new("Sound")
  114. Sound12 = Instance.new("Sound")
  115. --DistortionSoundEffect13 = Instance.new("DistortionSoundEffect")
  116. ReverbSoundEffect14 = Instance.new("ReverbSoundEffect")
  117. Sound15 = Instance.new("Sound")
  118. Sound16 = Instance.new("Sound")
  119. Sound17 = Instance.new("Sound")
  120. Sound18 = Instance.new("Sound")
  121. Sound19 = Instance.new("Sound")
  122. Sound20 = Instance.new("Sound")
  123. Sound21 = Instance.new("Sound")
  124. Sound22 = Instance.new("Sound")
  125. Sound23 = Instance.new("Sound")
  126. EqualizerSoundEffect24 = Instance.new("EqualizerSoundEffect")
  127. ReverbSoundEffect25 = Instance.new("ReverbSoundEffect")
  128. Sound26 = Instance.new("Sound")
  129. Sound27 = Instance.new("Sound")
  130. Sound28 = Instance.new("Sound")
  131. Sound29 = Instance.new("Sound")
  132. Sound30 = Instance.new("Sound")
  133. Sound31 = Instance.new("Sound")
  134. Sound32 = Instance.new("Sound")
  135. Sound33 = Instance.new("Sound")
  136. Sound34 = Instance.new("Sound")
  137. Sound35 = Instance.new("Sound")
  138. ParticleEmitter36 = Instance.new("ParticleEmitter")
  139. ParticleEmitter37 = Instance.new("ParticleEmitter")
  140. ParticleEmitter38 = Instance.new("ParticleEmitter")
  141. ParticleEmitter39 = Instance.new("ParticleEmitter")
  142. ParticleEmitter40 = Instance.new("ParticleEmitter")
  143. ParticleEmitter41 = Instance.new("ParticleEmitter")
  144. ParticleEmitter42 = Instance.new("ParticleEmitter")
  145. ParticleEmitter43 = Instance.new("ParticleEmitter")
  146. ParticleEmitter44 = Instance.new("ParticleEmitter")
  147. ParticleEmitter45 = Instance.new("ParticleEmitter")
  148. ParticleEmitter46 = Instance.new("ParticleEmitter")
  149. Script47 = Instance.new("Script")
  150. Script48 = Instance.new("Script")
  151. Script49 = Instance.new("Script")
  152. Script50 = Instance.new("Script")
  153. Script51 = Instance.new("Script")
  154. SpecialMesh52 = Instance.new("SpecialMesh")
  155. Script53 = Instance.new("Script")
  156. Script54 = Instance.new("Script")
  157. Script55 = Instance.new("Script")
  158. SpecialMesh56 = Instance.new("SpecialMesh")
  159. Script57 = Instance.new("Script")
  160. Script58 = Instance.new("Script")
  161. Script59 = Instance.new("Script")
  162. Script60 = Instance.new("Script")
  163. SpecialMesh61 = Instance.new("SpecialMesh")
  164. Script62 = Instance.new("Script")
  165. Script63 = Instance.new("Script")
  166. ParticleEmitter64 = Instance.new("ParticleEmitter")
  167. ParticleEmitter65 = Instance.new("ParticleEmitter")
  168. ParticleEmitter66 = Instance.new("ParticleEmitter")
  169. Script67 = Instance.new("Script")
  170. Script68 = Instance.new("Script")
  171. Script69 = Instance.new("Script")
  172. NumberValue70 = Instance.new("NumberValue")
  173. NumberValue71 = Instance.new("NumberValue")
  174. NumberValue72 = Instance.new("NumberValue")
  175. NumberValue73 = Instance.new("NumberValue")
  176. NumberValue74 = Instance.new("NumberValue")
  177. SpecialMesh75 = Instance.new("SpecialMesh")
  178. Script76 = Instance.new("Script")
  179. Script77 = Instance.new("Script")
  180. NumberValue78 = Instance.new("NumberValue")
  181. NumberValue79 = Instance.new("NumberValue")
  182. NumberValue80 = Instance.new("NumberValue")
  183. NumberValue81 = Instance.new("NumberValue")
  184. NumberValue82 = Instance.new("NumberValue")
  185. SpecialMesh83 = Instance.new("SpecialMesh")
  186. Script84 = Instance.new("Script")
  187. Script85 = Instance.new("Script")
  188. Script86 = Instance.new("Script")
  189. Script87 = Instance.new("Script")
  190. Script88 = Instance.new("Script")
  191. Script89 = Instance.new("Script")
  192. SpecialMesh90 = Instance.new("SpecialMesh")
  193. Script91 = Instance.new("Script")
  194. Script92 = Instance.new("Script")
  195. SpecialMesh93 = Instance.new("SpecialMesh")
  196. Script94 = Instance.new("Script")
  197. Script95 = Instance.new("Script")
  198. SpecialMesh96 = Instance.new("SpecialMesh")
  199. ParticleEmitter97 = Instance.new("ParticleEmitter")
  200. ParticleEmitter98 = Instance.new("ParticleEmitter")
  201. Script99 = Instance.new("Script")
  202. Script100 = Instance.new("Script")
  203. SpecialMesh101 = Instance.new("SpecialMesh")
  204. ParticleEmitter102 = Instance.new("ParticleEmitter")
  205. Sound103 = Instance.new("Sound")
  206. ReverbSoundEffect104 = Instance.new("ReverbSoundEffect")
  207. Sound0.Name = "Blam"
  208. Sound0.Parent = mas
  209. Sound0.MaxDistance = 9.999999778196308e+21
  210. Sound0.EmitterSize = 45
  211. Sound0.MinDistance = 45
  212. Sound0.Pitch = 0.15000000596046448
  213. Sound0.PlaybackSpeed = 0.15000000596046448
  214. Sound0.SoundId = "rbxassetid://2248511"
  215. Sound0.Volume = 5
  216. Sound1.Name = "Blam2"
  217. Sound1.Parent = mas
  218. Sound1.EmitterSize = 45.599998474121094
  219. Sound1.MinDistance = 45.599998474121094
  220. Sound1.Pitch = 0.20000000298023224
  221. Sound1.PlaybackSpeed = 0.20000000298023224
  222. Sound1.SoundId = "rbxassetid://13775494"
  223. Sound1.Volume = 2
  224. ReverbSoundEffect2.Parent = Sound1
  225. ReverbSoundEffect2.DryLevel = -2
  226. ReverbSoundEffect2.DecayTime = 1.2940000295639038
  227. PitchShiftSoundEffect3.Parent = Sound1
  228. PitchShiftSoundEffect3.Octave = 0.5299999713897705
  229. Sound4.Name = "Charge"
  230. Sound4.Parent = mas
  231. Sound4.EmitterSize = 50.29999923706055
  232. Sound4.MinDistance = 50.29999923706055
  233. Sound4.Pitch = 0.10000000149011612
  234. Sound4.PlaybackSpeed = 0.10000000149011612
  235. Sound4.SoundId = "rbxassetid://2101137"
  236. Sound4.Volume = 2
  237. ReverbSoundEffect5.Parent = Sound4
  238. Sound6.Name = "ChargeExSound"
  239. Sound6.Parent = mas
  240. Sound6.EmitterSize = 50.29999923706055
  241. Sound6.MinDistance = 50.29999923706055
  242. Sound6.Pitch = 0.30000001192092896
  243. Sound6.PlaybackSpeed = 0.30000001192092896
  244. Sound6.SoundId = "http://www.roblox.com/asset/?id=2691586"
  245. Sound6.Volume = 1
  246. Sound7.Name = "ChargeExSound2"
  247. Sound7.Parent = mas
  248. Sound7.EmitterSize = 50.29999923706055
  249. Sound7.MinDistance = 50.29999923706055
  250. Sound7.Pitch = 0.5
  251. Sound7.PlaybackSpeed = 0.5
  252. Sound7.SoundId = "http://www.roblox.com/asset/?id=2801263"
  253. Sound7.Volume = 1
  254. Sound8.Name = "ChargeExSound3"
  255. Sound8.Parent = mas
  256. Sound8.EmitterSize = 50.29999923706055
  257. Sound8.MinDistance = 50.29999923706055
  258. Sound8.Pitch = 0.699999988079071
  259. Sound8.PlaybackSpeed = 0.699999988079071
  260. Sound8.SoundId = "rbxassetid://1369158"
  261. Sound8.Volume = 1
  262. Sound9.Name = "ChargeExSound4"
  263. Sound9.Parent = mas
  264. Sound9.EmitterSize = 50.29999923706055
  265. Sound9.MinDistance = 50.29999923706055
  266. Sound9.Pitch = 0.800000011920929
  267. Sound9.PlaybackSpeed = 0.800000011920929
  268. Sound9.SoundId = "http://www.roblox.com/asset/?id=2974000"
  269. Sound9.Volume = 1
  270. Sound10.Name = "ChargeExSound5"
  271. Sound10.Parent = mas
  272. Sound10.EmitterSize = 50.29999923706055
  273. Sound10.MinDistance = 50.29999923706055
  274. Sound10.Pitch = 0.6499999761581421
  275. Sound10.PlaybackSpeed = 0.6499999761581421
  276. Sound10.SoundId = "http://www.roblox.com/asset/?id=2974249"
  277. Sound10.Volume = 1
  278. Sound11.Name = "ChargeStart"
  279. Sound11.Parent = mas
  280. Sound11.EmitterSize = 100
  281. Sound11.MinDistance = 100
  282. Sound11.Pitch = 0.75
  283. Sound11.PlaybackSpeed = 0.75
  284. Sound11.SoundId = "rbxassetid://3264793"
  285. Sound11.Volume = 2
  286. Sound12.Name = "ChargeStart2"
  287. Sound12.Parent = mas
  288. Sound12.MaxDistance = 9999999827968
  289. Sound12.EmitterSize = 50.29999923706055
  290. Sound12.MinDistance = 50.29999923706055
  291. Sound12.Pitch = 0.15000000596046448
  292. Sound12.PlaybackSpeed = 0.15000000596046448
  293. Sound12.SoundId = "rbxassetid://12222124"
  294. --DistortionSoundEffect13.Parent = Sound12
  295. --DistortionSoundEffect13.Level = 0.8799999952316284
  296. ReverbSoundEffect14.Parent = Sound12
  297. Sound15.Name = "ChargeStart3"
  298. Sound15.Parent = mas
  299. Sound15.EmitterSize = 50.29999923706055
  300. Sound15.MinDistance = 50.29999923706055
  301. Sound15.Pitch = 0.699999988079071
  302. Sound15.PlaybackSpeed = 0.699999988079071
  303. Sound15.SoundId = "rbxassetid://1369158"
  304. Sound15.Volume = 1
  305. Sound16.Name = "Curse"
  306. Sound16.Parent = mas
  307. Sound16.EmitterSize = 50.29999923706055
  308. Sound16.MinDistance = 50.29999923706055
  309. Sound16.Pitch = 0.30000001192092896
  310. Sound16.PlaybackSpeed = 0.30000001192092896
  311. Sound16.SoundId = "http://www.roblox.com/asset/?id=13775494"
  312. Sound16.Volume = 2
  313. Sound17.Name = "DBC"
  314. Sound17.Parent = mas
  315. Sound17.MaxDistance = 9.999999778196308e+22
  316. Sound17.EmitterSize = 50.29999923706055
  317. Sound17.MinDistance = 50.29999923706055
  318. Sound17.Pitch = 0.550000011920929
  319. Sound17.PlaybackSpeed = 0.550000011920929
  320. Sound17.SoundId = "http://www.roblox.com/asset/?id=2101137"
  321. Sound17.Volume = 3
  322. Sound18.Name = "DBCha"
  323. Sound18.Parent = mas
  324. Sound18.MaxDistance = 9.999999778196308e+21
  325. Sound18.EmitterSize = 50.29999923706055
  326. Sound18.MinDistance = 50.29999923706055
  327. Sound18.Pitch = 0.30000001192092896
  328. Sound18.PlaybackSpeed = 0.30000001192092896
  329. Sound18.SoundId = "http://www.roblox.com/asset/?id=2101137"
  330. Sound18.Volume = 3
  331. Sound19.Name = "DS"
  332. Sound19.Parent = mas
  333. Sound19.EmitterSize = 50.29999923706055
  334. Sound19.MinDistance = 50.29999923706055
  335. Sound19.Pitch = 0.699999988079071
  336. Sound19.PlaybackSpeed = 0.699999988079071
  337. Sound19.SoundId = "http://www.roblox.com/asset/?id=2691586"
  338. Sound19.Volume = 3
  339. Sound20.Name = "DSHit"
  340. Sound20.Parent = mas
  341. Sound20.EmitterSize = 50.29999923706055
  342. Sound20.MinDistance = 50.29999923706055
  343. Sound20.Pitch = 1.5
  344. Sound20.PlaybackSpeed = 1.5
  345. Sound20.SoundId = "http://www.roblox.com/asset/?id=2101148"
  346. Sound20.Volume = 3
  347. Sound21.Name = "Defile"
  348. Sound21.Parent = mas
  349. Sound21.MaxDistance = 9.999999778196308e+21
  350. Sound21.EmitterSize = 50.29999923706055
  351. Sound21.MinDistance = 50.29999923706055
  352. Sound21.Pitch = 1.125
  353. Sound21.PlaybackSpeed = 1.125
  354. Sound21.SoundId = "http://www.roblox.com/asset/?id=3264923"
  355. Sound21.Volume = 3
  356. Sound22.Name = "Elec"
  357. Sound22.Parent = mas
  358. Sound22.MaxDistance = 1.0000000253776429e+26
  359. Sound22.EmitterSize = 50.29999923706055
  360. Sound22.MinDistance = 50.29999923706055
  361. Sound22.Pitch = 0.699999988079071
  362. Sound22.PlaybackSpeed = 0.699999988079071
  363. Sound22.SoundId = "http://www.roblox.com/asset/?id=2800815"
  364. Sound22.Volume = 3
  365. Sound23.Name = "FarBlam"
  366. Sound23.Parent = mas
  367. Sound23.MaxDistance = 100000002004087730000
  368. Sound23.EmitterSize = 10000000272564224
  369. Sound23.MinDistance = 10000000272564224
  370. Sound23.Pitch = 0.699999988079071
  371. Sound23.PlaybackSpeed = 0.699999988079071
  372. Sound23.SoundId = "rbxassetid://1909632970"
  373. Sound23.Volume = 0.800000011920929
  374. EqualizerSoundEffect24.Parent = Sound23
  375. EqualizerSoundEffect24.LowGain = 10
  376. EqualizerSoundEffect24.MidGain = -9.800000190734863
  377. ReverbSoundEffect25.Parent = Sound23
  378. ReverbSoundEffect25.DryLevel = -36
  379. ReverbSoundEffect25.WetLevel = 10
  380. ReverbSoundEffect25.DecayTime = 4.875999927520752
  381. Sound26.Name = "Rise"
  382. Sound26.Parent = mas
  383. Sound26.EmitterSize = 75
  384. Sound26.MinDistance = 75
  385. Sound26.Pitch = 2
  386. Sound26.PlaybackSpeed = 2
  387. Sound26.SoundId = "rbxassetid://1899274315"
  388. Sound26.Volume = 1
  389. Sound27.Name = "Throw"
  390. Sound27.Parent = mas
  391. Sound27.SoundId = "http://www.roblox.com/asset/?id=18426149"
  392. Sound27.Volume = 1
  393. Sound28.Name = "booooooooooooiiiiinnngggg"
  394. Sound28.Parent = mas
  395. Sound28.MaxDistance = 99999998430674940
  396. Sound28.EmitterSize = 50.29999923706055
  397. Sound28.MinDistance = 50.29999923706055
  398. Sound28.Pitch = 0.20000000298023224
  399. Sound28.PlaybackSpeed = 0.20000000298023224
  400. Sound28.SoundId = "rbxassetid://12222124"
  401. Sound28.Volume = 2
  402. Sound29.Name = "build_up"
  403. Sound29.Parent = mas
  404. Sound29.MaxDistance = 10000000272564224
  405. Sound29.EmitterSize = 100
  406. Sound29.MinDistance = 100
  407. Sound29.Pitch = 0.15000000596046448
  408. Sound29.PlaybackSpeed = 0.15000000596046448
  409. Sound29.SoundId = "rbxassetid://4681404874"
  410. Sound29.Volume = 3
  411. Sound30.Name = "crack"
  412. Sound30.Parent = mas
  413. Sound30.TimePosition = 0.35
  414. Sound30.Pitch = 2
  415. Sound30.PlaybackSpeed = 2
  416. Sound30.SoundId = "rbxassetid://4876899660"
  417. Sound31.Name = "crack2"
  418. Sound31.Parent = mas
  419. Sound31.TimePosition = 0.4
  420. Sound31.SoundId = "rbxassetid://4876899660"
  421. Sound32.Name = "crack3"
  422. Sound32.Parent = mas
  423. Sound32.TimePosition = 0.4
  424. Sound32.Pitch = 0.5
  425. Sound32.PlaybackSpeed = 0.5
  426. Sound32.SoundId = "rbxassetid://4876899660"
  427. Sound33.Name = "hallelujah"
  428. Sound33.Parent = mas
  429. Sound33.TimePosition = 0.15
  430. Sound33.SoundId = "rbxassetid://6152971423"
  431. Sound33.Volume = 1
  432. Sound34.Name = "heavencrash"
  433. Sound34.Parent = mas
  434. Sound34.MaxDistance = 9999999827968
  435. Sound34.Pitch = 0.800000011920929
  436. Sound34.PlaybackSpeed = 0.800000011920929
  437. Sound34.SoundId = "rbxassetid://5537141809"
  438. Sound34.Volume = 4
  439. Sound35.Name = "holy_explosion"
  440. Sound35.Parent = mas
  441. Sound35.MaxDistance = 1000000000
  442. Sound35.SoundId = "rbxassetid://4984258076"
  443. Sound35.Volume = 3
  444. ParticleEmitter36.Name = "Activate"
  445. ParticleEmitter36.Parent = mas
  446. ParticleEmitter36.Speed = NumberRange.new(6.5, 6.5)
  447. ParticleEmitter36.Color = ColorSequence.new(
  448.     Color3.new(1, 1, 0),
  449.     Color3.new(1, 0.32549, 0.0117647)
  450. )
  451. ParticleEmitter36.Enabled = false
  452. ParticleEmitter36.LightEmission = 1
  453. ParticleEmitter36.Texture = "http://www.roblox.com/asset/?id=241650934"
  454. ParticleEmitter36.Size = NumberSequence.new({
  455.     NumberSequenceKeypoint.new(0,0.2499997615814209),
  456.     NumberSequenceKeypoint.new(0.0184,0.2499997615814209),
  457.     NumberSequenceKeypoint.new(0.89,0),
  458.     NumberSequenceKeypoint.new(1,0.437)
  459. })
  460. ParticleEmitter36.Drag = 5.150000095367432
  461. ParticleEmitter36.Lifetime = NumberRange.new(0.20000000298023224, 0.6000000238418579)
  462. ParticleEmitter36.Rate = 100000
  463. ParticleEmitter36.SpreadAngle = Vector2.new(1000, 1000)
  464. ParticleEmitter36.VelocitySpread = 1000
  465. ParticleEmitter37.Name = "Activate2"
  466. ParticleEmitter37.Parent = mas
  467. ParticleEmitter37.Speed = NumberRange.new(20, 20)
  468. ParticleEmitter37.Color = ColorSequence.new(Color3.new(1, 0.466667, 0),Color3.new(1, 0.0758686, 0.0104397),Color3.new(1, 0.891456, 0.122666),Color3.new(1, 0.876546, 0.00215327),Color3.new(1, 0.32549, 0.0117647))
  469. ParticleEmitter37.Enabled = false
  470. ParticleEmitter37.LightEmission = 1
  471. ParticleEmitter37.Texture = "http://www.roblox.com/asset/?id=241650934"
  472. ParticleEmitter37.Size = NumberSequence.new({
  473.     NumberSequenceKeypoint.new(0,3.42,0.438),
  474.     NumberSequenceKeypoint.new(0.107,0,0),
  475.     NumberSequenceKeypoint.new(0.583,0.311,0),
  476.     NumberSequenceKeypoint.new(0.948,0),
  477.     NumberSequenceKeypoint.new(1,5.56)
  478. })
  479. ParticleEmitter37.Lifetime = NumberRange.new(1, 1)
  480. ParticleEmitter37.Rate = 100000
  481. ParticleEmitter37.SpreadAngle = Vector2.new(1000, 1000)
  482. ParticleEmitter37.VelocitySpread = 1000
  483. ParticleEmitter38.Name = "bigglow"
  484. ParticleEmitter38.Parent = Ball.Attachment
  485. ParticleEmitter38.Speed = NumberRange.new(0, 0)
  486. ParticleEmitter38.Rotation = NumberRange.new(0, 360)
  487. ParticleEmitter38.Color = ColorSequence.new(Color3.new(1, 1, 0),Color3.new(1, 1, 0))
  488. ParticleEmitter38.Enabled = false
  489. ParticleEmitter38.LightEmission = 100
  490. ParticleEmitter38.Texture = "http://www.roblox.com/asset/?id=1053548563"
  491. ParticleEmitter38.Transparency = NumberSequence.new(0,1)
  492. ParticleEmitter38.Size = NumberSequence.new({
  493.     NumberSequenceKeypoint.new(0,3.42,0),
  494.     NumberSequenceKeypoint.new(0.0276,10,0),
  495.     NumberSequenceKeypoint.new(1,10,0)
  496. })
  497. ParticleEmitter38.Lifetime = NumberRange.new(2, 2)
  498. ParticleEmitter38.LockedToPart = true
  499. ParticleEmitter38.Rate = 5
  500. ParticleEmitter38.SpreadAngle = Vector2.new(360, 360)
  501. ParticleEmitter38.VelocitySpread = 360
  502. ParticleEmitter39.Name = "Flare"
  503. ParticleEmitter39.Parent = Ball.Attachment
  504. ParticleEmitter39.Speed = NumberRange.new(0, 0)
  505. ParticleEmitter39.Rotation = NumberRange.new(110, 110)
  506. ParticleEmitter39.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(1, 0.902706, 0.00256036),Color3.new(1, 0.701961, 0.00784314),Color3.new(1, 0, 0.0156863))
  507. ParticleEmitter39.Enabled = false
  508. ParticleEmitter39.LightEmission = 1
  509. ParticleEmitter39.Texture = "rbxassetid://6294860616"
  510. ParticleEmitter39.Transparency = NumberSequence.new(1,0.8524590134620667,1)
  511. ParticleEmitter39.Size = NumberSequence.new(20,20)
  512. ParticleEmitter39.Drag = 3
  513. ParticleEmitter39.Lifetime = NumberRange.new(1, 1)
  514. ParticleEmitter39.LockedToPart = true
  515. ParticleEmitter39.SpreadAngle = Vector2.new(10000, 10000)
  516. ParticleEmitter39.VelocitySpread = 10000
  517. ParticleEmitter40.Name = "Star"
  518. ParticleEmitter40.Parent = Ball.Attachment
  519. ParticleEmitter40.Speed = NumberRange.new(0, 0)
  520. ParticleEmitter40.Rotation = NumberRange.new(20, 20)
  521. ParticleEmitter40.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(1, 0.786604, 0.444586),Color3.new(0.387108, 0.159377, 0.887465),Color3.new(0.231373, 0, 1))
  522. ParticleEmitter40.Enabled = false
  523. ParticleEmitter40.LightEmission = 1
  524. ParticleEmitter40.Texture = "rbxassetid://6294860616"
  525. ParticleEmitter40.Transparency = NumberSequence.new(0.9016393423080444,1)
  526. ParticleEmitter40.ZOffset = 2
  527. ParticleEmitter40.Size = NumberSequence.new(5.962733268737793,10)
  528. ParticleEmitter40.Lifetime = NumberRange.new(0.30000001192092896, 0.30000001192092896)
  529. ParticleEmitter40.LockedToPart = true
  530. ParticleEmitter40.Rate = 100
  531. ParticleEmitter41.Name = "BlamEffect"
  532. ParticleEmitter41.Parent = mas
  533. ParticleEmitter41.Speed = NumberRange.new(100, 1500)
  534. ParticleEmitter41.Color = ColorSequence.new(Color3.new(1, 1, 0),Color3.new(1, 0.701961, 0.00784314),Color3.new(1, 0, 0.0156863))
  535. ParticleEmitter41.Enabled = false
  536. ParticleEmitter41.LightEmission = 1
  537. ParticleEmitter41.Texture = "rbxassetid://241650934"
  538. ParticleEmitter41.Transparency = NumberSequence.new(0,1)
  539. ParticleEmitter41.ZOffset = 1
  540. ParticleEmitter41.Size = NumberSequence.new(50,50)
  541. ParticleEmitter41.Drag = 0.5
  542. ParticleEmitter41.Rate = 9.999999884841548e+26
  543. ParticleEmitter41.SpreadAngle = Vector2.new(360, 360)
  544. ParticleEmitter41.VelocitySpread = 360
  545. ParticleEmitter42.Name = "ChargeCircle"
  546. ParticleEmitter42.Parent = mas
  547. ParticleEmitter42.Speed = NumberRange.new(35, 40)
  548. ParticleEmitter42.Color = ColorSequence.new(Color3.new(1, 1, 0),Color3.new(1, 0.701961, 0.00784314),Color3.new(1, 0, 0.0156863))
  549. ParticleEmitter42.Enabled = false
  550. ParticleEmitter42.LightEmission = 1
  551. ParticleEmitter42.Texture = "rbxassetid://6294957409"
  552. ParticleEmitter42.Transparency = NumberSequence.new(1,0.9508196711540222,0.8087431788444519)
  553. ParticleEmitter42.Size = NumberSequence.new(2.1118009090423584,0)
  554. ParticleEmitter42.Drag = 5
  555. ParticleEmitter42.LockedToPart = true
  556. ParticleEmitter42.Rate = 9.999999884841548e+26
  557. ParticleEmitter42.SpreadAngle = Vector2.new(0, 360)
  558. ParticleEmitter43.Name = "ChargeCircle2"
  559. ParticleEmitter43.Parent = mas
  560. ParticleEmitter43.Speed = NumberRange.new(35, 40)
  561. ParticleEmitter43.Color = ColorSequence.new(Color3.new(1, 1, 0),Color3.new(1, 0.701961, 0.00784314),Color3.new(1, 0, 0.0156863))
  562. ParticleEmitter43.Enabled = false
  563. ParticleEmitter43.LightEmission = 1
  564. ParticleEmitter43.Texture = "rbxassetid://6294957409"
  565. ParticleEmitter43.Transparency = NumberSequence.new(1,0.9508196711540222,0.8087431788444519)
  566. ParticleEmitter43.Size = NumberSequence.new(2.1118009090423584,0)
  567. ParticleEmitter43.Drag = 5
  568. ParticleEmitter43.LockedToPart = true
  569. ParticleEmitter43.Rate = 9.999999884841548e+26
  570. ParticleEmitter43.SpreadAngle = Vector2.new(360, 0)
  571. ParticleEmitter43.VelocitySpread = 360
  572. ParticleEmitter44.Name = "ChargeEx"
  573. ParticleEmitter44.Parent = mas
  574. ParticleEmitter44.Speed = NumberRange.new(200, 200)
  575. ParticleEmitter44.Color = ColorSequence.new(Color3.new(1, 1, 0),Color3.new(1, 0.701961, 0.00784314),Color3.new(1, 0, 0.0156863))
  576. ParticleEmitter44.Enabled = false
  577. ParticleEmitter44.LightEmission = 1
  578. ParticleEmitter44.Texture = "rbxassetid://241650934"
  579. ParticleEmitter44.Transparency = NumberSequence.new(0,0.994535505771637,0,0.9890710115432739,0.1038251519203186,0.9344262480735779,0.1038251519203186,0.9726775884628296,0.010928988456726074,0.9562841653823853,0.005464494228363037,0.7267760038375854,0.256830632686615,0.699453592300415,0.4863387942314148,0.6830601096153259,1)
  580. ParticleEmitter44.Size = NumberSequence.new({
  581.     NumberSequenceKeypoint.new(0,10,0),
  582.     NumberSequenceKeypoint.new(0.357,3.69,0),
  583.     NumberSequenceKeypoint.new(0.991,0.311,0),
  584.     NumberSequenceKeypoint.new(1,8.39,0.621)
  585. })
  586. ParticleEmitter44.Acceleration = Vector3.new(0, -7, 0)
  587. ParticleEmitter44.Drag = 3
  588. ParticleEmitter44.Lifetime = NumberRange.new(1, 5)
  589. ParticleEmitter44.Rate = 1000000
  590. ParticleEmitter44.SpreadAngle = Vector2.new(10000, 10000)
  591. ParticleEmitter44.VelocitySpread = 10000
  592. ParticleEmitter45.Name = "ChargeGlow"
  593. ParticleEmitter45.Parent = mas
  594. ParticleEmitter45.Speed = NumberRange.new(0, 0)
  595. ParticleEmitter45.Rotation = NumberRange.new(-360, 360)
  596. ParticleEmitter45.Color = ColorSequence.new(Color3.new(1, 1, 0),Color3.new(1, 0.701961, 0.00784314),Color3.new(1, 0, 0.0156863))
  597. ParticleEmitter45.Enabled = false
  598. ParticleEmitter45.LightEmission = 1
  599. ParticleEmitter45.Texture = "rbxassetid://6295232694"
  600. ParticleEmitter45.Transparency = NumberSequence.new(1,0.688524603843689,1)
  601. ParticleEmitter45.Size = NumberSequence.new(20,20)
  602. ParticleEmitter45.Drag = 3
  603. ParticleEmitter45.Lifetime = NumberRange.new(1, 1)
  604. ParticleEmitter45.LockedToPart = true
  605. ParticleEmitter45.Rate = 50
  606. ParticleEmitter45.SpreadAngle = Vector2.new(10000, 10000)
  607. ParticleEmitter45.VelocitySpread = 10000
  608. ParticleEmitter46.Name = "ChargeSphere"
  609. ParticleEmitter46.Parent = mas
  610. ParticleEmitter46.Speed = NumberRange.new(35, 40)
  611. ParticleEmitter46.Color = ColorSequence.new(Color3.new(1, 1, 0),Color3.new(1, 0.701961, 0.00784314),Color3.new(1, 0, 0.0156863))
  612. ParticleEmitter46.Enabled = false
  613. ParticleEmitter46.LightEmission = 1
  614. ParticleEmitter46.Texture = "rbxassetid://6294957409"
  615. ParticleEmitter46.Transparency = NumberSequence.new(1,0.9125683307647705,0.7540983557701111,1)
  616. ParticleEmitter46.Size = NumberSequence.new(1.4906829595565796,0.6832295656204224)
  617. ParticleEmitter46.Drag = 5
  618. ParticleEmitter46.LockedToPart = true
  619. ParticleEmitter46.Rate = 100000
  620. ParticleEmitter46.SpreadAngle = Vector2.new(360, 360)
  621. ParticleEmitter46.VelocitySpread = 360
  622. Script47.Name = "NadeScript"
  623. Script47.Parent = mas
  624.  
  625. table.insert(cors,sandbox(Script47,function(s)
  626.     local script = s or script
  627.     script.Parent.Trail.Enabled = true
  628.     wait(3)
  629.     script.Parent.hallelujah:Play()
  630.     script.Parent.Activate.Enabled = true
  631.     script.Parent.zap.Enabled = true
  632.     print("phase 0 entered")
  633.     wait(1.5)
  634.     --------------------------------------------
  635.     print("Phase 1 - Charge")
  636.     local exp = Instance.new("Explosion")
  637.     exp.Position = script.Parent.Position
  638.     exp.BlastPressure = 10000
  639.     exp.BlastRadius = 40
  640.     exp.Visible = false
  641.     exp.Parent = part_folder
  642.     script.Parent.Trail.Enabled = false
  643.     script.Parent.radialneedles.Disabled = false
  644.     script.Parent.hallelujah:Stop()
  645.     script.Parent.Abscond:Play()
  646.     script.Parent.Charge:Play()
  647.     script.Parent.ChargeExSound:Play()
  648.     script.Parent.ChargeExSound2:Play()
  649.     script.Parent.ChargeExSound3:Play()
  650.     script.Parent.ChargeExSound4:Play()
  651.     script.Parent.ChargeExSound5:Play()
  652.     script.Parent.ChargeStart:Play()
  653.     script.Parent.ChargeStart2:Play()
  654.     script.Parent.ChargeStart3:Play()
  655.     script.Parent.Curse:Play()
  656.     script.Parent.booooooooooooiiiiinnngggg:Play()
  657.     script.Parent.DBC:Play()
  658.     script.Parent.DBCha:Play()
  659.     script.Parent.DS:Play()
  660.     script.Parent.DSHit:Play()
  661.     script.Parent.Defile:Play()
  662.     script.Parent.Elec:Play()
  663.     script.Parent.Activate.Enabled = false
  664.     script.Parent.ChargeEx:Emit(400)
  665.     --script.Parent.ChargeSphere.Enabled = true
  666.     script.Parent.ChargeGlow.Enabled = true
  667.     --script.Parent.ChargeCircle.Enabled = true
  668.     --script.Parent.ChargeCircle2.Enabled = true
  669.     script.Parent.ring.Enabled = true
  670.     script.Parent.Activate2.Enabled = true
  671.     script.Parent.Attachment.Flare.Enabled = true
  672.  
  673.     local shock = Instance.new("Part")
  674.     shock.CanCollide = false
  675.     shock.Anchored = true
  676.     shock.Rotation=Vector3.new(90,0,90)
  677.     shock.Name = "SHOCKWAVE"
  678.     shock.Transparency = 0.2
  679.     shock.BrickColor = BrickColor.new("New Yeller")
  680.     shock.formFactor = "Custom"
  681.     shock.TopSurface = 0
  682.     shock.BottomSurface = 0
  683.     shock.Material = "Neon"
  684.     shock.CastShadow = false
  685.     script.Mesh0:clone().Parent = shock
  686.     local erase0 = script.Fade0:clone()
  687.     erase0.Parent = shock
  688.     erase0.Disabled = false
  689.     shock.Parent = part_folder
  690.     shock.Position=script.Parent.Position
  691.  
  692.     local puff = Instance.new("Part")
  693.     script.Parent.Anchored=true
  694.     puff.CanCollide = false
  695.     puff.Anchored = true
  696.     puff.Name = "hi lol"
  697.     puff.Transparency = 0.2
  698.     puff.BrickColor = BrickColor.new("Lily white")
  699.     puff.formFactor = "Custom"
  700.     puff.TopSurface = 0
  701.     puff.BottomSurface = 0
  702.     puff.Size = Vector3.new(3,3,3)
  703.     puff.Material = Enum.Material.Neon
  704.     puff.CastShadow = false
  705.     script.Mesh:clone().Parent = puff
  706.     local erase = script.FadeEx:clone()
  707.     erase.Parent = puff
  708.     erase.Disabled = false
  709.     puff.Parent = part_folder
  710.     puff.Position = script.Parent.Position
  711.     puff.CastShadow = false
  712.     -----------------------------------------
  713.     local puff = Instance.new("Part")
  714.     script.Parent.Anchored=true
  715.     puff.CanCollide = false
  716.     puff.Anchored = true
  717.     puff.Name = "whoosh"
  718.     puff.Transparency = 0
  719.     puff.BrickColor = BrickColor.new("Pearl")
  720.     puff.formFactor = "Custom"
  721.     puff.TopSurface = 0
  722.     puff.BottomSurface = 0
  723.     puff.Size = Vector3.new(1,1,1)
  724.     puff.Material = Enum.Material.SmoothPlastic
  725.     puff.CastShadow = false
  726.     script.Mesh:clone().Parent = puff
  727.     puff.Mesh.Name = 'Mesh1'
  728.     local erase = script.tweener:Clone()
  729.     erase.Parent = puff
  730.     erase.Disabled = false
  731.     puff.Parent = part_folder
  732.     puff.Position = script.Parent.Position
  733.     puff.CastShadow = false
  734.  
  735.     local puff = Instance.new("Part")
  736.     script.Parent.Anchored=true
  737.     puff.CanCollide = false
  738.     puff.Anchored = true
  739.     puff.Name = "whoosh"
  740.     puff.Transparency = 0
  741.     puff.BrickColor = BrickColor.new("Pearl")
  742.     puff.formFactor = "Custom"
  743.     puff.TopSurface = 0
  744.     puff.BottomSurface = 0
  745.     puff.Size = Vector3.new(1,1,1)
  746.     puff.Material = Enum.Material.Neon
  747.     puff.CastShadow = false
  748.     script.Mesh:clone().Parent = puff
  749.     local erase = script.tweener2:Clone()
  750.     erase.Parent = puff
  751.     erase.Disabled = false
  752.     puff.Parent = part_folder
  753.     puff.Position = script.Parent.Position
  754.     puff.CastShadow = false
  755.  
  756.     local puff = Instance.new("Part")
  757.     script.Parent.Anchored=true
  758.     puff.CanCollide = false
  759.     puff.Anchored = true
  760.     puff.Name = "whoosh"
  761.     puff.Transparency = 0
  762.     puff.BrickColor = BrickColor.new("Pearl")
  763.     puff.formFactor = "Custom"
  764.     puff.TopSurface = 0
  765.     puff.BottomSurface = 0
  766.     puff.Size = Vector3.new(1,1,1)
  767.     puff.Material = Enum.Material.SmoothPlastic
  768.     puff.CastShadow = false
  769.     script.Mesh:clone().Parent = puff
  770.     local erase = script.tweener3:Clone()
  771.     erase.Parent = puff
  772.     erase.Disabled = false
  773.     puff.Parent = part_folder
  774.     puff.Position = script.Parent.Position
  775.     puff.CastShadow = false
  776.     ---------------------------------------
  777.     local ba = Instance.new("Part")
  778.     ba.CastShadow = false
  779.     ba.TopSurface=0
  780.     ba.BottomSurface=0
  781.     ba.Anchored=false
  782.     ba.CanCollide=false
  783.     ba.formFactor="Custom"
  784.     ba.Size=Vector3.new(1,0.1,1)
  785.     ba.CFrame=CFrame.new(script.Parent.CFrame.p)*CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
  786.     ba.Name="Effect"
  787.     ba.BrickColor=BrickColor.new "White"
  788.     local ao = script.RingMesh:clone()
  789.     ao.Parent = ba
  790.     local fade = script.RingFade:Clone()
  791.     fade.Parent = ba
  792.     fade.Disabled = false
  793.     ba.Parent=script.Parent
  794.  
  795.     local fo = Instance.new("BodyPosition")
  796.     fo.maxForce= Vector3.new (99999999999999999,99999999999999999,99999999999999999)
  797.     fo.position = ba.Position
  798.     fo.Parent = ba
  799.     local aa = Instance.new("BodyAngularVelocity")
  800.     aa.P=3000
  801.     aa.maxTorque=aa.maxTorque*30
  802.     aa.angularvelocity=Vector3.new(math.random(-70,70)/3,math.random(-70,70)/3,math.random(-70,70)/5)*100
  803.     aa.Parent=ba
  804.     -----------------------------------
  805.  
  806.     ba=Instance.new("Part")
  807.     ba.CastShadow = false
  808.     ba.TopSurface=0
  809.     ba.BottomSurface=0
  810.     ba.Anchored=false
  811.     ba.CanCollide=false
  812.     ba.formFactor="Custom"
  813.     ba.Size=Vector3.new(1,0.1,1)
  814.     ba.CFrame=CFrame.new(script.Parent.CFrame.p)*CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
  815.     ba.Name="Effect"
  816.     ba.BrickColor=BrickColor.new "White"
  817.     ao=script.RingMesh:clone()
  818.     ao.Parent = ba
  819.     local fade = script.RingFade:Clone()
  820.     fade.Parent = ba
  821.     fade.Disabled = false
  822.     ba.Parent=script.Parent
  823.  
  824.     fo=Instance.new("BodyPosition")
  825.     fo.maxForce= Vector3.new (99999999999999999,99999999999999999,99999999999999999)
  826.     fo.position = ba.Position
  827.     fo.Parent = ba
  828.     aa=Instance.new("BodyAngularVelocity")
  829.     aa.P=3000
  830.     aa.maxTorque=aa.maxTorque*30
  831.     aa.angularvelocity=Vector3.new(math.random(-70,70)/3,math.random(-70,70)/3,math.random(-70,70)/5)*100
  832.     aa.Parent=ba
  833.     -----------------------------------
  834.  
  835.     ba=Instance.new("Part")
  836.     ba.CastShadow = false
  837.     ba.TopSurface=0
  838.     ba.BottomSurface=0
  839.     ba.Anchored=false
  840.     ba.CanCollide=false
  841.     ba.formFactor="Custom"
  842.     ba.Size=Vector3.new(1,0.1,1)
  843.     ba.CFrame=CFrame.new(script.Parent.CFrame.p)*CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
  844.     ba.Name="Effect"
  845.     ba.BrickColor=BrickColor.new "White"
  846.     ao=script.RingMesh:clone()
  847.     ao.Parent = ba
  848.     local fade = script.RingFade:Clone()
  849.     fade.Parent = ba
  850.     fade.Disabled = false
  851.     ba.Parent=script.Parent
  852.  
  853.     fo=Instance.new("BodyPosition")
  854.     fo.maxForce= Vector3.new (99999999999999999,99999999999999999,99999999999999999)
  855.     fo.position = ba.Position
  856.     fo.Parent = ba
  857.     aa=Instance.new("BodyAngularVelocity")
  858.     aa.P=3000
  859.     aa.maxTorque=aa.maxTorque*30
  860.     aa.angularvelocity=Vector3.new(math.random(-70,70)/3,math.random(-70,70)/3,math.random(-70,70)/5)*100
  861.     aa.Parent=ba
  862.     -----------------------------------
  863.  
  864.     ba=Instance.new("Part")
  865.     ba.CastShadow = false
  866.     ba.TopSurface=0
  867.     ba.BottomSurface=0
  868.     ba.Anchored=false
  869.     ba.CanCollide=false
  870.     ba.formFactor="Custom"
  871.     ba.Size=Vector3.new(1,0.1,1)
  872.     ba.CFrame=CFrame.new(script.Parent.CFrame.p)*CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
  873.     ba.Name="Effect"
  874.     ba.BrickColor=BrickColor.new "White"
  875.     ao=script.RingMesh:clone()
  876.     ao.Parent = ba
  877.     local fade = script.RingFade:Clone()
  878.     fade.Parent = ba
  879.     fade.Disabled = false
  880.     ba.Parent=script.Parent
  881.  
  882.     fo=Instance.new("BodyPosition")
  883.     fo.maxForce= Vector3.new (99999999999999999,99999999999999999,99999999999999999)
  884.     fo.position = ba.Position
  885.     fo.Parent = ba
  886.     aa=Instance.new("BodyAngularVelocity")
  887.     aa.P=3000
  888.     aa.maxTorque=aa.maxTorque*30
  889.     aa.angularvelocity=Vector3.new(math.random(-70,70)/3,math.random(-70,70)/3,math.random(-70,70)/5)*100
  890.     aa.Parent=ba
  891.     -----------------------------------
  892.  
  893.     ba=Instance.new("Part")
  894.     ba.CastShadow = false
  895.     ba.TopSurface=0
  896.     ba.BottomSurface=0
  897.     ba.Anchored=false
  898.     ba.CanCollide=false
  899.     ba.formFactor="Custom"
  900.     ba.Size=Vector3.new(1,0.1,1)
  901.     ba.CFrame=CFrame.new(script.Parent.CFrame.p)*CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
  902.     ba.Name="Effect"
  903.     ba.BrickColor=BrickColor.new "White"
  904.     ao=script.RingMesh:clone()
  905.     ao.Parent = ba
  906.     local fade = script.RingFade:Clone()
  907.     fade.Parent = ba
  908.     fade.Disabled = false
  909.     ba.Parent=script.Parent
  910.  
  911.     fo=Instance.new("BodyPosition")
  912.     fo.maxForce= Vector3.new (99999999999999999,99999999999999999,99999999999999999)
  913.     fo.position = ba.Position
  914.     fo.Parent = ba
  915.     aa=Instance.new("BodyAngularVelocity")
  916.     aa.P=3000
  917.     aa.maxTorque=aa.maxTorque*30
  918.     aa.angularvelocity=Vector3.new(math.random(-70,70)/3,math.random(-70,70)/3,math.random(-70,70)/5)*100
  919.     aa.Parent=ba
  920.     script.Parent.effect.Disabled = false
  921.     -----------------------------------
  922.  
  923.     wait(10)
  924.     script.Parent.Anchored = false
  925.  
  926.     local bp = Instance.new("BodyPosition")
  927.     bp.Position = Vector3.new(
  928.         script.Parent.Position.X,
  929.         script.Parent.Position.Y+50,
  930.         script.Parent.Position.Z
  931.     )
  932.     bp.MaxForce = Vector3.new(100000000,100000000,100000000)
  933.     bp.Parent = script.Parent
  934.  
  935.     script.Parent.effect.Disabled = true
  936.     script.Parent.ChargeSphere.Enabled = false
  937.     script.Parent.ChargeGlow.Enabled = false
  938.     script.Parent.ChargeCircle.Enabled = false
  939.     script.Parent.ChargeCircle2.Enabled = false
  940.     script.Parent.ring.Enabled = false
  941.     script.Parent.Activate2.Enabled = false
  942.     script.Parent.zap.Enabled = false
  943.     script.Parent.Attachment.Flare.Enabled = false
  944.  
  945.     script.Parent.Rise:Play()
  946.     script.Parent.radialneedles3.Disabled = false
  947.     wait(.7)
  948.     script.Parent.radialneedles3.Disabled = true
  949.     wait(0.8)
  950.  
  951.  
  952.  
  953.     wait(1)
  954.     script.Parent.Attachment.bigglow:Emit(1)
  955.     script.Parent.crack:Play()
  956.     wait(2)
  957.     script.Parent.Attachment.bigglow:Emit(5)
  958.     script.Parent.crack2:Play()
  959.     wait(1.5)
  960.     script.Parent.Attachment.bigglow:Emit(20)
  961.     script.Parent.crack3:Play()
  962.     wait(0.5)
  963.  
  964.  
  965.  
  966.     wait(0)
  967.     bp:Destroy()
  968.     local bp2 = Instance.new("BodyPosition")
  969.     bp2.Position = Vector3.new(
  970.         script.Parent.Position.X,
  971.         script.Parent.Position.Y+175,
  972.         script.Parent.Position.Z
  973.     )
  974.     bp2.Parent = script.Parent
  975.  
  976.     script.Parent.speedneedles.Disabled = false
  977.     script.Parent.holy_explosion:Play()
  978.     puff = Instance.new("Part")
  979.     puff.CanCollide = false
  980.     puff.Anchored = true
  981.     puff.Name = "hi lol"
  982.     puff.Transparency = 0.2
  983.     puff.BrickColor = BrickColor.new("Lily white")
  984.     puff.formFactor = "Custom"
  985.     puff.TopSurface = 0
  986.     puff.BottomSurface = 0
  987.     puff.Size = Vector3.new(3,3,3)
  988.     puff.Material = Enum.Material.Neon
  989.     puff.CastShadow = false
  990.     script.Mesh:clone().Parent = puff
  991.     local erase = script.FadeEx:clone()
  992.     erase.Parent = puff
  993.     erase.Disabled = false
  994.     puff.Parent = part_folder
  995.     puff.Position = script.Parent.Position
  996.     puff.CastShadow = false
  997.     wait(0.7)
  998.  
  999.     local exp = Instance.new("Explosion")
  1000.     exp.Position = script.Parent.Position
  1001.     exp.BlastPressure = 10000
  1002.     exp.BlastRadius = 70
  1003.     exp.Visible = false
  1004.     exp.Parent = part_folder
  1005.     script.Parent.holy_explosion:Stop()
  1006.     script.Parent.speedneedles.Disabled = true
  1007.     script.Parent.radialneedles2.Disabled = false
  1008.     script.Parent.Anchored = true
  1009.     script.Parent.Transparency = 1
  1010.     script.Parent.CanCollide = false
  1011.     script.Parent.radialneedles.Disabled = false
  1012.     script.Parent.effect2.Disabled = false
  1013.     script.Parent.FarBlam:Play()
  1014.     script.Parent.heavencrash:Play()
  1015.     script.Parent.build_up:Play()
  1016.     puff = Instance.new("Part")
  1017.     puff.CanCollide = false
  1018.     puff.Anchored = true
  1019.     puff.Name = "hi lol"
  1020.     puff.Transparency = 0
  1021.     puff.BrickColor = BrickColor.new("Daisy orange")
  1022.     puff.formFactor = "Custom"
  1023.     puff.TopSurface = 0
  1024.     puff.BottomSurface = 0
  1025.     puff.Size = Vector3.new(100,100,100)
  1026.     puff.Material = Enum.Material.Neon
  1027.     puff.CastShadow = false
  1028.     script.Mesh:clone().Parent = puff
  1029.     local erase = script.tweener4:clone()
  1030.     erase.Parent = puff
  1031.     erase.Disabled = false
  1032.     puff.Parent = part_folder
  1033.     puff.Position = script.Parent.Position
  1034.     puff.CastShadow = false
  1035.  
  1036.     script.Parent.light.Disabled = false
  1037.  
  1038.  
  1039.  
  1040.     script.Parent.BlamEffect:Emit(1000)
  1041.  
  1042.  
  1043.  
  1044.     print("Phase 2 - White hole")
  1045.    
  1046.     for i,v in pairs(workspace:GetChildren()) do
  1047.         if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") then
  1048.             coroutine.wrap(function()
  1049.                 local rp = Instance.new("RocketPropulsion")
  1050.                 local thum = v:FindFirstChildOfClass("Humanoid")
  1051.                 local troot = v:FindFirstChild("HumanoidRootPart") or v:FindFirstChild("Torso")
  1052.                 thum.PlatformStand = true
  1053.  
  1054.                 rp.MaxSpeed = 0
  1055.                 rp.Parent = troot
  1056.                 rp.MaxThrust = 10000
  1057.                 rp.Target = script.Parent
  1058.                 rp.TargetRadius = 30
  1059.                 rp.ThrustP = 1000
  1060.                 rp.ThrustD = 20000
  1061.                 rp.TargetOffset = Vector3.new(50,340,50)
  1062.  
  1063.  
  1064.                 rp:Fire()
  1065.  
  1066.  
  1067.  
  1068.                 local nomnomnom = script.yeeeeeeeeet:Clone()
  1069.                 nomnomnom.Parent = rp
  1070.                 nomnomnom.Disabled = false
  1071.                 wait(0.1)
  1072.                 troot.Velocity = Vector3.new(
  1073.                     (math.random(-250,250)),
  1074.                     (math.random(100,250)),
  1075.                     (math.random(-250,250))
  1076.                 )
  1077.             end)()
  1078.         end
  1079.     end
  1080.     wait(10)
  1081.     script.Parent.Attachment.Flare:Emit(70)
  1082.     script.Parent.Attachment.Star.Enabled = true
  1083.     script.Parent.effect2.Disabled = true
  1084.     script.Parent.radialneedles2.Disabled = true
  1085.     script.Parent.Anchored = false
  1086.     bp2:Destroy()
  1087.     local bp3 = Instance.new("BodyPosition")
  1088.     bp3.Position = Vector3.new(
  1089.         script.Parent.Position.X,
  1090.         script.Parent.Position.Y+20,
  1091.         script.Parent.Position.Z
  1092.     )
  1093.     bp3.Parent = script.Parent
  1094.     wait(2)
  1095.     print("Phase 3 - TOTAL DESTRUCTION")
  1096.  
  1097.  
  1098.     plyrs = game:GetService("Players"):GetChildren()
  1099.  
  1100.  
  1101.     for i = 1,#plyrs do
  1102.         plyrs[i].Character.Humanoid.Health = 0
  1103.     end
  1104.     local whitescreenat3am = script.tweener5:Clone()
  1105.     whitescreenat3am.Parent = part_folder
  1106.     whitescreenat3am.Disabled = false
  1107.     script.Parent.light2.Disabled = false
  1108.     local EXPLOSION_SPREAD = 400
  1109.     ---------------------------------------------------------------------
  1110.     local exp = Instance.new("Explosion")
  1111.     exp.Position = Vector3.new(
  1112.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1113.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1114.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1115.     )
  1116.     exp.BlastPressure = 100000000
  1117.     exp.BlastRadius = 10000000000
  1118.     exp.Visible = false
  1119.     exp.Parent = part_folder
  1120.  
  1121.     local exp = Instance.new("Explosion")
  1122.     exp.Position = Vector3.new(
  1123.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1124.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1125.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1126.     )
  1127.     exp.BlastPressure = 100000000
  1128.     exp.BlastRadius = 10000000000
  1129.     exp.Visible = false
  1130.     exp.Parent = part_folder
  1131.  
  1132.     local exp = Instance.new("Explosion")
  1133.     exp.Position = Vector3.new(
  1134.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1135.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1136.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1137.     )
  1138.     exp.BlastPressure = 100000000
  1139.     exp.BlastRadius = 10000000000
  1140.     exp.Visible = false
  1141.     exp.Parent = part_folder
  1142.  
  1143.     local exp = Instance.new("Explosion")
  1144.     exp.Position = Vector3.new(
  1145.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1146.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1147.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1148.     )
  1149.     exp.BlastPressure = 100000000
  1150.     exp.BlastRadius = 10000000000
  1151.     exp.Visible = false
  1152.     exp.Parent = part_folder
  1153.  
  1154.     local exp = Instance.new("Explosion")
  1155.     exp.Position = Vector3.new(
  1156.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1157.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1158.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1159.     )
  1160.     exp.BlastPressure = 100000000
  1161.     exp.BlastRadius = 10000000000
  1162.     exp.Visible = false
  1163.     exp.Parent = part_folder
  1164.  
  1165.     local exp = Instance.new("Explosion")
  1166.     exp.Position = Vector3.new(
  1167.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1168.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1169.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1170.     )
  1171.     exp.BlastPressure = 100000000
  1172.     exp.BlastRadius = 10000000000
  1173.     exp.Visible = false
  1174.     exp.Parent = part_folder
  1175.  
  1176.     local exp = Instance.new("Explosion")
  1177.     exp.Position = Vector3.new(
  1178.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1179.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1180.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1181.     )
  1182.     exp.BlastPressure = 100000000
  1183.     exp.BlastRadius = 10000000000
  1184.     exp.Visible = false
  1185.     exp.Parent = part_folder
  1186.  
  1187.     local exp = Instance.new("Explosion")
  1188.     exp.Position = Vector3.new(
  1189.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1190.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1191.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1192.     )
  1193.     exp.BlastPressure = 100000000
  1194.     exp.BlastRadius = 10000000000
  1195.     exp.Visible = false
  1196.     exp.Parent = part_folder
  1197.  
  1198.     local exp = Instance.new("Explosion")
  1199.     exp.Position = Vector3.new(
  1200.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1201.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1202.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1203.     )
  1204.     exp.BlastPressure = 100000000
  1205.     exp.BlastRadius = 10000000000
  1206.     exp.Visible = false
  1207.     exp.Parent = part_folder
  1208.  
  1209.     local exp = Instance.new("Explosion")
  1210.     exp.Position = Vector3.new(
  1211.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1212.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1213.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1214.     )
  1215.     exp.BlastPressure = 100000000
  1216.     exp.BlastRadius = 10000000000
  1217.     exp.Visible = false
  1218.     exp.Parent = part_folder
  1219.  
  1220.     local exp = Instance.new("Explosion")
  1221.     exp.Position = Vector3.new(
  1222.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1223.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1224.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1225.     )
  1226.     exp.BlastPressure = 100000000
  1227.     exp.BlastRadius = 10000000000
  1228.     exp.Visible = false
  1229.     exp.Parent = part_folder
  1230.  
  1231.     local exp = Instance.new("Explosion")
  1232.     exp.Position = Vector3.new(
  1233.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1234.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1235.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1236.     )
  1237.     exp.BlastPressure = 100000000
  1238.     exp.BlastRadius = 10000000000
  1239.     exp.Visible = false
  1240.     exp.Parent = part_folder
  1241.  
  1242.     local exp = Instance.new("Explosion")
  1243.     exp.Position = Vector3.new(
  1244.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1245.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1246.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1247.     )
  1248.     exp.BlastPressure = 100000000
  1249.     exp.BlastRadius = 10000000000
  1250.     exp.Visible = false
  1251.     exp.Parent = part_folder
  1252.  
  1253.     local exp = Instance.new("Explosion")
  1254.     exp.Position = Vector3.new(
  1255.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1256.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1257.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1258.     )
  1259.     exp.BlastPressure = 100000000
  1260.     exp.BlastRadius = 10000000000
  1261.     exp.Visible = false
  1262.     exp.Parent = part_folder
  1263.  
  1264.     local exp = Instance.new("Explosion")
  1265.     exp.Position = Vector3.new(
  1266.         script.Parent.Position.X+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1267.         script.Parent.Position.Y+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD)),
  1268.         script.Parent.Position.Z+(math.random(-EXPLOSION_SPREAD,EXPLOSION_SPREAD))
  1269.     )
  1270.     exp.BlastPressure = 100000000
  1271.     exp.BlastRadius = 10000000000
  1272.     exp.Visible = false
  1273.     exp.Parent = part_folder
  1274.     ------------------------------------------------------------------------------------------
  1275.     script.Parent.Blam:Play()
  1276.     script.Parent.Anchored = true
  1277.     script.Parent.Attachment.Star.Enabled = false
  1278.  
  1279.     shock = Instance.new("Part")
  1280.     shock.CanCollide = false
  1281.     shock.Anchored = true
  1282.     shock.Rotation=Vector3.new(90,0,90)
  1283.     shock.Name = "SHOCKWAVE"
  1284.     shock.Transparency = 0.2
  1285.     shock.BrickColor = BrickColor.new("New Yeller")
  1286.     shock.formFactor = "Custom"
  1287.     shock.TopSurface = 0
  1288.     shock.BottomSurface = 0
  1289.     shock.Material = "Neon"
  1290.     shock.CastShadow = false
  1291.     script.Mesh0:clone().Parent = shock
  1292.     local erase0 = script.Fade0:clone()
  1293.     erase0.Parent = shock
  1294.     erase0.Disabled = false
  1295.     shock.Parent = part_folder
  1296.     shock.Position=script.Parent.Position
  1297.  
  1298.     puff = Instance.new("Part")
  1299.     script.Parent.Anchored=true
  1300.     puff.CanCollide = false
  1301.     puff.Anchored = true
  1302.     puff.Name = "hi lol"
  1303.     puff.Transparency = 0.2
  1304.     puff.BrickColor = BrickColor.new("Lily white")
  1305.     puff.formFactor = "Custom"
  1306.     puff.TopSurface = 0
  1307.     puff.BottomSurface = 0
  1308.     puff.Size = Vector3.new(3,3,3)
  1309.     puff.Material = Enum.Material.Neon
  1310.     puff.CastShadow = false
  1311.     script.Mesh:clone().Parent = puff
  1312.     local erase = script.FadeEx:clone()
  1313.     erase.Parent = puff
  1314.     erase.Disabled = false
  1315.     puff.Parent = part_folder
  1316.     puff.Position = script.Parent.Position
  1317.     puff.CastShadow = false
  1318.  
  1319.  
  1320.     puff = Instance.new("Part")
  1321.     script.Parent.Anchored=true
  1322.     puff.CanCollide = false
  1323.     puff.Anchored = true
  1324.     puff.Name = "whoosh"
  1325.     puff.Transparency = 0
  1326.     puff.BrickColor = BrickColor.new("Pearl")
  1327.     puff.formFactor = "Custom"
  1328.     puff.TopSurface = 0
  1329.     puff.BottomSurface = 0
  1330.     puff.Size = Vector3.new(1,1,1)
  1331.     puff.Material = Enum.Material.Neon
  1332.     puff.CastShadow = false
  1333.     script.Mesh:clone().Parent = puff
  1334.     local erase = script.tweener2:Clone()
  1335.     erase.Parent = puff
  1336.     erase.Disabled = false
  1337.     puff.Parent = part_folder
  1338.     puff.Position = script.Parent.Position
  1339.     puff.CastShadow = false
  1340.  
  1341.  
  1342.     script.Parent.Nebula:Emit(300)
  1343.     script.Parent.BlamEffect:Emit(300)
  1344.     script.Parent.Nebula2:Emit(300)
  1345.     script.Parent.del.Disabled = false
  1346.  
  1347.     wait(50)
  1348.     if script.Parent then
  1349.         script.Parent:Destroy()
  1350.     end
  1351. end))
  1352. Script47.Disabled = true
  1353. Script48.Name = "Fade0"
  1354. Script48.Parent = Script47
  1355. table.insert(cors,sandbox(Script48,function(s)
  1356.     local script = s or script
  1357.     script.Parent.BrickColor = BrickColor.new("White")
  1358.     script.Parent.Transparency = script.Parent.Transparency + 0.08
  1359.     script.Parent.Mesh0.Scale = script.Parent.Mesh0.Scale + Vector3.new(17,17,0.)
  1360.     wait(.1)
  1361.     for i = 1,150 do
  1362.         script.Parent.Transparency = script.Parent.Transparency + 0.005
  1363.         script.Parent.Mesh0.Scale = script.Parent.Mesh0.Scale + Vector3.new(17,17,0)
  1364.         wait()
  1365.     end
  1366.     wait(1)
  1367.     script.Parent:remove()
  1368. end))
  1369. Script48.Disabled = true
  1370. Script49.Name = "Fade1"
  1371. Script49.Parent = Script47
  1372. table.insert(cors,sandbox(Script49,function(s)
  1373.     local script = s or script
  1374.     script.Parent.BrickColor = BrickColor.new("White")
  1375.     script.Parent.Transparency = script.Parent.Transparency + 0.08
  1376.     script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0,0,0)
  1377.     wait(.1)
  1378.     for i = 1,150 do
  1379.         script.Parent.Transparency = script.Parent.Transparency + 0.017
  1380.         script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.4,0.4,0.4)
  1381.         wait()
  1382.     end
  1383.     wait(1)
  1384.     script.Parent:remove()
  1385. end))
  1386. Script49.Disabled = true
  1387. Script50.Name = "FadeBeamBLAM"
  1388. Script50.Parent = Script47
  1389. table.insert(cors,sandbox(Script50,function(s)
  1390.     local script = s or script
  1391.     script.Parent.BrickColor = BrickColor.new("New Yeller")
  1392.     script.Parent.Material = "Neon"
  1393.     script.Parent.Transparency = script.Parent.Transparency + 0.017
  1394.     script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(.1,.5,.1)
  1395.     wait(.1)
  1396.     for i = 1,150 do
  1397.         script.Parent.Transparency = script.Parent.Transparency + 0.006
  1398.         script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(.03,10,.03)
  1399.         wait()
  1400.     end
  1401.     wait(12)
  1402.     script.Parent:remove()
  1403. end))
  1404. Script50.Disabled = true
  1405. Script51.Name = "FadeEx"
  1406. Script51.Parent = Script47
  1407. table.insert(cors,sandbox(Script51,function(s)
  1408.     local script = s or script
  1409.     script.Parent.BrickColor = BrickColor.new("Daisy orange")
  1410.  
  1411.     script.Parent.Transparency = script.Parent.Transparency + 0
  1412.     script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(1,.5,1)
  1413.     wait(0.001)
  1414.     for i = 1,150 do
  1415.         script.Parent.Transparency = script.Parent.Transparency + 0.007
  1416.         script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(.05,60,.05)
  1417.         wait()
  1418.     end
  1419.     wait(5)
  1420.     script.Parent:remove()
  1421. end))
  1422. Script51.Disabled = true
  1423. SpecialMesh52.Name = "Mesh0"
  1424. SpecialMesh52.Parent = Script47
  1425. SpecialMesh52.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1426. SpecialMesh52.Scale = Vector3.new(10, 10, 10)
  1427. SpecialMesh52.MeshType = Enum.MeshType.FileMesh
  1428. Script53.Name = "RingFade"
  1429. Script53.Parent = Script47
  1430. table.insert(cors,sandbox(Script53,function(s)
  1431.     local script = s or script
  1432.     script.Parent.BrickColor = BrickColor.new("White")
  1433.     script.Parent.Transparency = script.Parent.Transparency + 0.02
  1434.     script.Parent.RingMesh.Scale = script.Parent.RingMesh.Scale + Vector3.new(0,0,0)
  1435.     wait(.1)
  1436.     for i = 1,150 do
  1437.         script.Parent.Transparency = script.Parent.Transparency + 0.01
  1438.         script.Parent.RingMesh.Scale = script.Parent.RingMesh.Scale + Vector3.new(0,0,0)
  1439.         wait()
  1440.     end
  1441.     wait(13)
  1442.     script.Parent:remove()
  1443. end))
  1444. Script53.Disabled = true
  1445. Script54.Name = "light"
  1446. Script54.Parent = Script47
  1447. table.insert(cors,sandbox(Script54,function(s)
  1448.     local script = s or script
  1449.     if cc_enabled then else return end
  1450.     local lightcorrection = Instance.new("ColorCorrectionEffect")
  1451.     lightcorrection.Name = "Light"
  1452.     lightcorrection.Brightness = 0.8
  1453.     lightcorrection.Parent = game:GetService("Lighting")
  1454.  
  1455.     wait(3)
  1456.  
  1457.  
  1458.  
  1459.     wait(0.1)
  1460.     lightcorrection.Brightness = 0.75
  1461.     wait(0.1)
  1462.     lightcorrection.Brightness = 0.7
  1463.     wait(0.1)
  1464.     lightcorrection.Brightness = 0.65
  1465.     wait(0.1)
  1466.     lightcorrection.Brightness = 0.6
  1467.     wait(0.1)
  1468.     lightcorrection.Brightness = 0.55
  1469.     wait(0.1)
  1470.     lightcorrection.Brightness = 0.5
  1471.     wait(0.1)
  1472.     lightcorrection.Brightness = 0.45
  1473.     wait(0.1)
  1474.     lightcorrection.Brightness = 0.4
  1475.     wait(0.1)
  1476.     lightcorrection.Brightness = 0.35
  1477.     wait(0.1)
  1478.     lightcorrection.Brightness = 0.3
  1479.     wait(0.1)
  1480.     lightcorrection.Brightness = 0.25
  1481.     wait(0.1)
  1482.     lightcorrection.Brightness = 0.2
  1483.     wait(0.1)
  1484.     lightcorrection.Brightness = 0.15
  1485.     wait(0.1)
  1486.     lightcorrection.Brightness = 0.1
  1487.     wait(0.1)
  1488.     lightcorrection.Brightness = 0
  1489. end))
  1490. Script54.Disabled = true
  1491. Script55.Name = "Fade"
  1492. Script55.Parent = Script47
  1493. table.insert(cors,sandbox(Script55,function(s)
  1494.     local script = s or script
  1495.     wait()
  1496.     script.Parent.BrickColor = BrickColor.new("New Yeller")
  1497.     script.Parent.Transparency = script.Parent.Transparency + 0.05
  1498.     script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.2,0.2,0.2)
  1499.     wait(0.1)
  1500.     script.Parent.BrickColor = BrickColor.new("New Yeller")
  1501.     script.Parent.Transparency = script.Parent.Transparency + 0.0
  1502.     script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.2,0.2,0.2)
  1503.     wait(.1)
  1504.     script.Parent.BrickColor = BrickColor.new("Deep orange")
  1505.     script.Parent.Transparency = script.Parent.Transparency + 0.0
  1506.     script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.2,0.2,0.2)
  1507.     wait(.1)
  1508.     script.Parent.BrickColor = BrickColor.new("Deep orange")
  1509.     script.Parent.Transparency = script.Parent.Transparency + 0.0
  1510.     script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.2,0.2,0.2)
  1511.     wait(.1)
  1512.  
  1513.     wait(.1)
  1514.     script.Parent.BrickColor = BrickColor.new("Deep orange")
  1515.     script.Parent.Transparency = script.Parent.Transparency + 0.05
  1516.     script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.3,0.3,0.3)
  1517.     wait(.1)
  1518.     script.Parent.BrickColor = BrickColor.new("Deep orange")
  1519.     script.Parent.Transparency = script.Parent.Transparency + 0.0
  1520.     script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.3,0.3,0.3)
  1521.     wait(.1)
  1522.  
  1523.  
  1524.  
  1525.     script.Parent.BrickColor = BrickColor.new("White")
  1526.     script.Parent.Transparency = script.Parent.Transparency + 0.0
  1527.     script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.3,0.3,0.3)
  1528.     wait(.1)
  1529.     script.Parent.BrickColor = BrickColor.new("White")
  1530.     script.Parent.Transparency = script.Parent.Transparency + 0.00
  1531.     script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.3,0.3,0.3)
  1532.  
  1533.  
  1534.  
  1535.     wait(.1)
  1536.     script.Parent.BrickColor = BrickColor.new("White")
  1537.     script.Parent.Transparency = script.Parent.Transparency + 0.08
  1538.     script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.3,0.3,0.3)
  1539.     wait(.1)
  1540.     for i = 1,100 do
  1541.         script.Parent.Transparency = script.Parent.Transparency + 0.01
  1542.         script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.1,0.1,0.1)
  1543.         wait(0.1)
  1544.     end
  1545.     wait(1)
  1546.     script.Parent:remove()
  1547. end))
  1548. Script55.Disabled = true
  1549. SpecialMesh56.Name = "RingMesh"
  1550. SpecialMesh56.Parent = Script47
  1551. SpecialMesh56.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1552. SpecialMesh56.Scale = Vector3.new(50, 50, 0)
  1553. SpecialMesh56.VertexColor = Vector3.new(50, 50, 50)
  1554. SpecialMesh56.TextureId = "rbxassetid://6300110919"
  1555. SpecialMesh56.MeshType = Enum.MeshType.FileMesh
  1556. Script57.Name = "tweener2"
  1557. Script57.Parent = Script47
  1558. table.insert(cors,sandbox(Script57,function(s)
  1559.     local script = s or script
  1560.     local tweeningservice = game:GetService("TweenService")
  1561.     local mesh = script.Parent.Mesh
  1562.     local part = script.Parent
  1563.     wait(0)
  1564.  
  1565.  
  1566.     local tweeninginformation = TweenInfo.new(
  1567.         3, --Length
  1568.         Enum.EasingStyle.Quint, --style
  1569.         Enum.EasingDirection.Out, --direction
  1570.         0, --amounts or repeats
  1571.         false, -- repeat?
  1572.         0 --delay
  1573.     )
  1574.  
  1575.  
  1576.     local MeshProperties = {
  1577.         Scale = Vector3.new(1000,900,1000)
  1578.  
  1579.     }
  1580.  
  1581.  
  1582.     local PartProperties = {
  1583.         Transparency = 1;
  1584.  
  1585.     }
  1586.  
  1587.     local AppliedTween = tweeningservice:Create(mesh,tweeninginformation,MeshProperties)
  1588.     AppliedTween:Play()
  1589.  
  1590.     local AppliedTween2 = tweeningservice:Create(part,tweeninginformation,PartProperties)
  1591.     AppliedTween2:Play()
  1592.     wait(4)
  1593.     script.Parent:Destroy()
  1594.  
  1595. end))
  1596. Script57.Disabled = true
  1597. Script58.Name = "tweener3"
  1598. Script58.Parent = Script47
  1599. table.insert(cors,sandbox(Script58,function(s)
  1600.     local script = s or script
  1601.     local tweeningservice = game:GetService("TweenService")
  1602.     local mesh = script.Parent.Mesh
  1603.     local part = script.Parent
  1604.     wait(0)
  1605.  
  1606.  
  1607.     local tweeninginformation = TweenInfo.new(
  1608.         7, --Length
  1609.         Enum.EasingStyle.Quint, --style
  1610.         Enum.EasingDirection.Out, --direction
  1611.         0, --amounts or repeats
  1612.         false, -- repeat?
  1613.         0 --delay
  1614.     )
  1615.  
  1616.  
  1617.     local MeshProperties = {
  1618.         Scale = Vector3.new(100,80,100)
  1619.  
  1620.     }
  1621.  
  1622.  
  1623.     local PartProperties = {
  1624.         Transparency = 1;
  1625.  
  1626.     }
  1627.  
  1628.     local AppliedTween = tweeningservice:Create(mesh,tweeninginformation,MeshProperties)
  1629.     AppliedTween:Play()
  1630.  
  1631.     local AppliedTween2 = tweeningservice:Create(part,tweeninginformation,PartProperties)
  1632.     AppliedTween2:Play()
  1633.     wait(8)
  1634.     script.Parent:Destroy()
  1635.  
  1636. end))
  1637. Script58.Disabled = true
  1638. Script59.Name = "tweener4"
  1639. Script59.Parent = Script47
  1640. table.insert(cors,sandbox(Script59,function(s)
  1641.     local script = s or script
  1642.     local tweeningservice = game:GetService("TweenService")
  1643.     local mesh = script.Parent.Mesh
  1644.     local part = script.Parent
  1645.     wait(0)
  1646.  
  1647.  
  1648.     local tweeninginformation = TweenInfo.new(
  1649.         10, --Length
  1650.         Enum.EasingStyle.Back, --style
  1651.         Enum.EasingDirection.In, --direction
  1652.         0, --amounts or repeats
  1653.         false, -- repeat?
  1654.         0 --delay
  1655.     )
  1656.  
  1657.  
  1658.     local MeshProperties = {
  1659.         Scale = Vector3.new(0,0,0)
  1660.  
  1661.     }
  1662.  
  1663.  
  1664.     local PartProperties = {
  1665.         Transparency = 0;
  1666.  
  1667.     }
  1668.  
  1669.     local AppliedTween = tweeningservice:Create(mesh,tweeninginformation,MeshProperties)
  1670.     AppliedTween:Play()
  1671.  
  1672.     local AppliedTween2 = tweeningservice:Create(part,tweeninginformation,PartProperties)
  1673.     AppliedTween2:Play()
  1674.     wait(11)
  1675.     script.Parent:Destroy()
  1676.  
  1677. end))
  1678. Script59.Disabled = true
  1679. Script60.Name = "yeeeeeeeeet"
  1680. Script60.Parent = Script47
  1681. table.insert(cors,sandbox(Script60,function(s)
  1682.     local script = s or script
  1683.     local tweeningservice = game:GetService("TweenService")
  1684.  
  1685.     local part = script.Parent
  1686.     wait(0)
  1687.  
  1688.  
  1689.     local tweeninginformation = TweenInfo.new(
  1690.         4, --Length
  1691.         Enum.EasingStyle.Quint, --style
  1692.         Enum.EasingDirection.In, --direction
  1693.         0, --amounts or repeats
  1694.         false, -- repeat?
  1695.         0 --delay
  1696.     )
  1697.  
  1698.  
  1699.  
  1700.  
  1701.     local PartProperties = {
  1702.         MaxSpeed = 1000000;
  1703.         TargetOffset = Vector3.new(0,0,0);
  1704.  
  1705.  
  1706.     }
  1707.  
  1708.  
  1709.     local AppliedTween = tweeningservice:Create(part,tweeninginformation,PartProperties)
  1710.     AppliedTween:Play()
  1711.     wait(5)
  1712.     local tweeninginformation2 = TweenInfo.new(
  1713.         4, --Length
  1714.         Enum.EasingStyle.Quint, --style
  1715.         Enum.EasingDirection.In, --direction
  1716.         0, --amounts or repeats
  1717.         false, -- repeat?
  1718.         0 --delay
  1719.     )
  1720.  
  1721.  
  1722.  
  1723.  
  1724.     local PartProperties2 = {
  1725.         ThrustD = 0.001;
  1726.  
  1727.  
  1728.     }
  1729.  
  1730.  
  1731.     local AppliedTween2 = tweeningservice:Create(part,tweeninginformation2,PartProperties2)
  1732.     AppliedTween2:Play()
  1733.     wait(16)
  1734.     script.Parent:Destroy()
  1735.  
  1736. end))
  1737. Script60.Disabled = true
  1738. SpecialMesh61.Parent = Script47
  1739. SpecialMesh61.VertexColor = Vector3.new(7, 7, 7)
  1740. SpecialMesh61.MeshType = Enum.MeshType.Sphere
  1741. Script62.Name = "tweener"
  1742. Script62.Parent = Script47
  1743. table.insert(cors,sandbox(Script62,function(s)
  1744.     local script = s or script
  1745.     local tweeningservice = game:GetService("TweenService")
  1746.     local mesh = script.Parent.Mesh
  1747.     local part = script.Parent
  1748.     wait(0)
  1749.  
  1750.  
  1751.     local tweeninginformation = TweenInfo.new(
  1752.         6, --Length
  1753.         Enum.EasingStyle.Quint, --style
  1754.         Enum.EasingDirection.Out, --direction
  1755.         0, --amounts or repeats
  1756.         false, -- repeat?
  1757.         0 --delay
  1758.     )
  1759.  
  1760.  
  1761.     local MeshProperties = {
  1762.         Scale = Vector3.new(200,100,200)
  1763.  
  1764.     }
  1765.  
  1766.  
  1767.     local PartProperties = {
  1768.         Transparency = 1;
  1769.  
  1770.     }
  1771.  
  1772.     local AppliedTween = tweeningservice:Create(mesh,tweeninginformation,MeshProperties)
  1773.     AppliedTween:Play()
  1774.  
  1775.     local AppliedTween2 = tweeningservice:Create(part,tweeninginformation,PartProperties)
  1776.     AppliedTween2:Play()
  1777.     wait(7)
  1778.     script.Parent:Destroy()
  1779.  
  1780. end))
  1781. Script62.Disabled = true
  1782. Script63.Name = "tweener5"
  1783. Script63.Parent = Script47
  1784. table.insert(cors,sandbox(Script63,function(s)
  1785.     local script = s or script
  1786.     local tweeningservice = game:GetService("TweenService")
  1787.     local part = game:GetService("Lighting")
  1788.     part.Brightness = 30
  1789.     wait(0)
  1790.  
  1791.  
  1792.     local tweeninginformation = TweenInfo.new(
  1793.         10, --Length
  1794.         Enum.EasingStyle.Back, --style
  1795.         Enum.EasingDirection.In, --direction
  1796.         0, --amounts or repeats
  1797.         false, -- repeat?
  1798.         0 --delay
  1799.     )
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.     local PartProperties = {
  1806.         Brightness = 2;
  1807.  
  1808.     }
  1809.  
  1810.  
  1811.  
  1812.     local AppliedTween2 = tweeningservice:Create(part,tweeninginformation,PartProperties)
  1813.     AppliedTween2:Play()
  1814.     wait(11)
  1815.     script:Destroy()
  1816.  
  1817. end))
  1818. Script63.Disabled = true
  1819. ParticleEmitter64.Name = "Nebula"
  1820. ParticleEmitter64.Parent = mas
  1821. ParticleEmitter64.Speed = NumberRange.new(100, 1500)
  1822. ParticleEmitter64.Color = ColorSequence.new(Color3.new(1, 1, 0),Color3.new(0.482353, 0.890196, 0.756863),Color3.new(0.517647, 0.27451, 1))
  1823. ParticleEmitter64.Enabled = false
  1824. ParticleEmitter64.LightEmission = 1.0000000331813535e+32
  1825. ParticleEmitter64.Texture = "rbxassetid://6295136332"
  1826. ParticleEmitter64.Transparency = NumberSequence.new(0,0.8524590134620667,0.1803278923034668,0.8579235076904297,0.19125688076019287,0.6775956153869629,0.23497271537780762,0.7049180269241333,0.41530054807662964,1)
  1827. ParticleEmitter64.ZOffset = 1
  1828. ParticleEmitter64.Size = NumberSequence.new(100,100)
  1829. ParticleEmitter64.Drag = 0.5
  1830. ParticleEmitter64.Lifetime = NumberRange.new(10, 20)
  1831. ParticleEmitter64.Rate = 9.999999884841548e+26
  1832. ParticleEmitter64.SpreadAngle = Vector2.new(360, 360)
  1833. ParticleEmitter64.VelocitySpread = 360
  1834. ParticleEmitter65.Name = "Nebula2"
  1835. ParticleEmitter65.Parent = mas
  1836. ParticleEmitter65.Speed = NumberRange.new(50, 200)
  1837. ParticleEmitter65.Rotation = NumberRange.new(-360, 360)
  1838. ParticleEmitter65.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0.94902, 0.815686, 0.0509804),Color3.new(0.482353, 0.890196, 0.756863),Color3.new(0.512299, 0.367796, 0.963161),Color3.new(0.517647, 0.27451, 1))
  1839. ParticleEmitter65.Enabled = false
  1840. ParticleEmitter65.LightEmission = 1.0000000331813535e+32
  1841. ParticleEmitter65.Texture = "rbxassetid://6318260980"
  1842. ParticleEmitter65.Transparency = NumberSequence.new(1,0.7814207673072815,1)
  1843. ParticleEmitter65.ZOffset = 1
  1844. ParticleEmitter65.Size = NumberSequence.new(50,50)
  1845. ParticleEmitter65.Lifetime = NumberRange.new(10, 20)
  1846. ParticleEmitter65.Rate = 9.999999884841548e+26
  1847. ParticleEmitter65.RotSpeed = NumberRange.new(15, 90)
  1848. ParticleEmitter65.SpreadAngle = Vector2.new(360, 360)
  1849. ParticleEmitter65.VelocitySpread = 360
  1850. ParticleEmitter66.Name = "Trail"
  1851. ParticleEmitter66.Parent = mas
  1852. ParticleEmitter66.Speed = NumberRange.new(0, 0)
  1853. ParticleEmitter66.Color = ColorSequence.new(Color3.new(1, 1, 0),Color3.new(1, 0.32549, 0.0117647))
  1854. ParticleEmitter66.Enabled = false
  1855. ParticleEmitter66.LightEmission = 1
  1856. ParticleEmitter66.Texture = "http://www.roblox.com/asset/?id=241650934"
  1857. ParticleEmitter66.Size = NumberSequence.new({
  1858.     NumberSequenceKeypoint.new(0,1.55,0),
  1859.     NumberSequenceKeypoint.new(0.0153,0.248,0),
  1860.     NumberSequenceKeypoint.new(0.89,0,0),
  1861.     NumberSequenceKeypoint.new(1,0)
  1862. })
  1863. ParticleEmitter66.Drag = 5.150000095367432
  1864. ParticleEmitter66.Lifetime = NumberRange.new(0.20000000298023224, 0.8999999761581421)
  1865. ParticleEmitter66.Rate = 100000
  1866. ParticleEmitter66.SpreadAngle = Vector2.new(1000, 1000)
  1867. ParticleEmitter66.VelocitySpread = 1000
  1868. Script67.Name = "del"
  1869. Script67.Parent = mas
  1870. table.insert(cors,sandbox(Script67,function(s)
  1871.     local script = s or script
  1872.     wait(50)
  1873.     script.Parent:Destroy()
  1874.  
  1875. end))
  1876. Script67.Disabled = true
  1877. Script68.Name = "effect"
  1878. Script68.Parent = mas
  1879. table.insert(cors,sandbox(Script68,function(s)
  1880.     local script = s or script
  1881.     while not script.Disabled do
  1882.         wait(0.01)
  1883.         effect = Instance.new("Part")
  1884.         effect.CanCollide = false
  1885.         effect.Anchored = true
  1886.         effect.Name = "whoosh"
  1887.         effect.Transparency = 0
  1888.         effect.BrickColor = BrickColor.new("Pearl")
  1889.         effect.formFactor = "Custom"
  1890.         effect.TopSurface = 0
  1891.         effect.BottomSurface = 0
  1892.         effect.Size = Vector3.new(1,1,1)
  1893.         effect.Material = Enum.Material.SmoothPlastic
  1894.         effect.CastShadow = false
  1895.         local mesh = script.MoonMesh:clone()
  1896.         mesh.VertexColor = Vector3.new(10,5,4)
  1897.         mesh.Parent = effect
  1898.         local erase = script.spinning_moon_tweener:Clone()
  1899.         erase.Parent = effect
  1900.         erase.Disabled = false
  1901.         effect.Parent = part_folder
  1902.         effect.Position = Vector3.new(
  1903.             script.Parent.Position.X,
  1904.             script.Parent.Position.Y+(math.random(-3,3)),
  1905.             script.Parent.Position.Z
  1906.         )
  1907.         effect.CastShadow = false
  1908.     end
  1909.  
  1910. end))
  1911. Script68.Disabled = true
  1912. Script69.Name = "spinning_moon_tweener"
  1913. Script69.Parent = Script68
  1914. table.insert(cors,sandbox(Script69,function(s)
  1915.     local script = s or script
  1916.     local tweeningservice = game:GetService("TweenService")
  1917.     local mesh = script.Parent.MoonMesh
  1918.     local part = script.Parent
  1919.  
  1920.  
  1921.  
  1922.     local tweeninginformation = TweenInfo.new(
  1923.         script.Lifetime.Value, --Length
  1924.         Enum.EasingStyle.Quint, --style
  1925.         Enum.EasingDirection.Out, --direction
  1926.         0, --amounts or repeats
  1927.         false, -- repeat?
  1928.         0 --delay
  1929.     )
  1930.  
  1931.  
  1932.     local MeshProperties = {
  1933.         Scale = Vector3.new(script.Radius.Value, 0, script.Radius.Value)
  1934.  
  1935.     }
  1936.  
  1937.  
  1938.     local PartProperties = {
  1939.         Transparency = 1;
  1940.         Orientation = Vector3.new(
  1941.             0,
  1942.             math.random(script.MinDegrees.Value,script.Degrees.Value),
  1943.             0
  1944.         )
  1945.     }
  1946.  
  1947.     local AppliedTween = tweeningservice:Create(mesh,tweeninginformation,MeshProperties)
  1948.     AppliedTween:Play()
  1949.  
  1950.     local AppliedTween2 = tweeningservice:Create(part,tweeninginformation,PartProperties)
  1951.     AppliedTween2:Play()
  1952.     wait(script.Lifetime.Value+1)
  1953.     script.Parent:Destroy()
  1954.  
  1955. end))
  1956. Script69.Disabled = true
  1957. NumberValue70.Name = "MinDegrees"
  1958. NumberValue70.Parent = Script69
  1959. NumberValue70.Value = 90
  1960. NumberValue71.Name = "MinRadius"
  1961. NumberValue71.Parent = Script69
  1962. NumberValue71.Value = 0.11
  1963. NumberValue72.Name = "Radius"
  1964. NumberValue72.Parent = Script69
  1965. NumberValue72.Value = 0.7
  1966. NumberValue73.Name = "Lifetime"
  1967. NumberValue73.Parent = Script69
  1968. NumberValue73.Value = 0.5
  1969. NumberValue74.Name = "Degrees"
  1970. NumberValue74.Parent = Script69
  1971. NumberValue74.Value = 720
  1972. SpecialMesh75.Name = "MoonMesh"
  1973. SpecialMesh75.Parent = Script68
  1974. SpecialMesh75.MeshId = "rbxassetid://5906796932"
  1975. SpecialMesh75.Offset = Vector3.new(0, 0, 3)
  1976. SpecialMesh75.Scale = Vector3.new(0, 0.10000000149011612, 0)
  1977. SpecialMesh75.VertexColor = Vector3.new(10, 5, 3)
  1978. SpecialMesh75.TextureId = "rbxassetid://6300110919"
  1979. SpecialMesh75.MeshType = Enum.MeshType.FileMesh
  1980. Script76.Name = "effect2"
  1981. Script76.Parent = mas
  1982. table.insert(cors,sandbox(Script76,function(s)
  1983.     local script = s or script
  1984.     while not script.Disabled do
  1985.         wait(0.01)
  1986.         effect = Instance.new("Part")
  1987.         effect.CanCollide = false
  1988.         effect.Anchored = true
  1989.         effect.Name = "whoosh"
  1990.         effect.Transparency = 0
  1991.         effect.BrickColor = BrickColor.new("Pearl")
  1992.         effect.formFactor = "Custom"
  1993.         effect.TopSurface = 0
  1994.         effect.BottomSurface = 0
  1995.         effect.Size = Vector3.new(1,1,1)
  1996.         effect.Material = Enum.Material.SmoothPlastic
  1997.         effect.CastShadow = false
  1998.         local mesh = script.MoonMesh:clone()
  1999.         mesh.VertexColor = Vector3.new(10,5,4)
  2000.         mesh.Parent = effect
  2001.         local erase = script.spinning_moon_tweener:Clone()
  2002.         erase.Parent = effect
  2003.         erase.Disabled = false
  2004.         effect.Parent = part_folder
  2005.         effect.Position = Vector3.new(
  2006.             script.Parent.Position.X,
  2007.             script.Parent.Position.Y+(math.random(-23,23)),
  2008.             script.Parent.Position.Z
  2009.         )
  2010.         effect.CastShadow = false
  2011.     end
  2012.  
  2013. end))
  2014. Script76.Disabled = true
  2015. Script77.Name = "spinning_moon_tweener"
  2016. Script77.Parent = Script76
  2017. table.insert(cors,sandbox(Script77,function(s)
  2018.     local script = s or script
  2019.     local tweeningservice = game:GetService("TweenService")
  2020.     local mesh = script.Parent.MoonMesh
  2021.     local part = script.Parent
  2022.  
  2023.  
  2024.  
  2025.     local tweeninginformation = TweenInfo.new(
  2026.         script.Lifetime.Value, --Length
  2027.         Enum.EasingStyle.Quint, --style
  2028.         Enum.EasingDirection.Out, --direction
  2029.         0, --amounts or repeats
  2030.         false, -- repeat?
  2031.         0 --delay
  2032.     )
  2033.  
  2034.  
  2035.     local MeshProperties = {
  2036.         Scale = Vector3.new(script.Radius.Value, 0, script.Radius.Value)
  2037.  
  2038.     }
  2039.  
  2040.  
  2041.     local PartProperties = {
  2042.         Transparency = 1;
  2043.         Orientation = Vector3.new(
  2044.             0,
  2045.             math.random(script.MinDegrees.Value,script.Degrees.Value),
  2046.             0
  2047.         )
  2048.     }
  2049.  
  2050.     local AppliedTween = tweeningservice:Create(mesh,tweeninginformation,MeshProperties)
  2051.     AppliedTween:Play()
  2052.  
  2053.     local AppliedTween2 = tweeningservice:Create(part,tweeninginformation,PartProperties)
  2054.     AppliedTween2:Play()
  2055.     wait(script.Lifetime.Value+1)
  2056.     script.Parent:Destroy()
  2057.  
  2058. end))
  2059. Script77.Disabled = true
  2060. NumberValue78.Name = "MinDegrees"
  2061. NumberValue78.Parent = Script77
  2062. NumberValue78.Value = 90
  2063. NumberValue79.Name = "MinRadius"
  2064. NumberValue79.Parent = Script77
  2065. NumberValue79.Value = 0.11
  2066. NumberValue80.Name = "Radius"
  2067. NumberValue80.Parent = Script77
  2068. NumberValue80.Value = 2
  2069. NumberValue81.Name = "Lifetime"
  2070. NumberValue81.Parent = Script77
  2071. NumberValue81.Value = 0.5
  2072. NumberValue82.Name = "Degrees"
  2073. NumberValue82.Parent = Script77
  2074. NumberValue82.Value = 720
  2075. SpecialMesh83.Name = "MoonMesh"
  2076. SpecialMesh83.Parent = Script76
  2077. SpecialMesh83.MeshId = "rbxassetid://5906796932"
  2078. SpecialMesh83.Offset = Vector3.new(0, 0, 3)
  2079. SpecialMesh83.Scale = Vector3.new(0, 0.10000000149011612, 0)
  2080. SpecialMesh83.VertexColor = Vector3.new(10, 5, 3)
  2081. SpecialMesh83.TextureId = "rbxassetid://6300110919"
  2082. SpecialMesh83.MeshType = Enum.MeshType.FileMesh
  2083. Script84.Name = "light"
  2084. Script84.Parent = mas
  2085. table.insert(cors,sandbox(Script84,function(s)
  2086.     local script = s or script
  2087.     if cc_enabled then else return end
  2088.     local findcorrection = game:GetService("Lighting"):FindFirstChild("holy_correction")
  2089.     if findcorrection == nil then
  2090.         local correctioneffect = Instance.new("ColorCorrectionEffect")
  2091.         correctioneffect.Brightness = 0.6
  2092.         correctioneffect.Contrast = 1
  2093.         correctioneffect.Name = "holy_correction"
  2094.         correctioneffect.Parent = game:GetService("Lighting")
  2095.        
  2096.         local erase = script.tweener:Clone()
  2097.         erase.Disabled = false
  2098.         erase.Parent = part_folder
  2099.     else
  2100.         print("couldn't locate bobux")
  2101.     end
  2102.  
  2103. end))
  2104. Script84.Disabled = true
  2105. Script85.Name = "tweener"
  2106. Script85.Parent = Script84
  2107. table.insert(cors,sandbox(Script85,function(s)
  2108.     local script = s or script
  2109.     local tweeningservice = game:GetService("TweenService")
  2110.  
  2111.     local part = game:GetService("Lighting"):FindFirstChild("holy_correction")
  2112.     if part then else return end
  2113.     wait(0)
  2114.  
  2115.  
  2116.     local tweeninginformation = TweenInfo.new(
  2117.         9, --Length
  2118.         Enum.EasingStyle.Quad, --style
  2119.         Enum.EasingDirection.Out, --direction
  2120.         0, --amounts or repeats
  2121.         false, -- repeat?
  2122.         0 --delay
  2123.     )
  2124.  
  2125.  
  2126.  
  2127.  
  2128.  
  2129.     local PartProperties = {
  2130.         Brightness = 0;
  2131.  
  2132.     }
  2133.  
  2134.  
  2135.     local AppliedTween = tweeningservice:Create(part,tweeninginformation,PartProperties)
  2136.     AppliedTween:Play()
  2137.     wait(10)
  2138.  
  2139.     local tweeninginformation2 = TweenInfo.new(
  2140.         1, --Length
  2141.         Enum.EasingStyle.Quad, --style
  2142.         Enum.EasingDirection.Out, --direction
  2143.         0, --amounts or repeats
  2144.         false, -- repeat?
  2145.         0 --delay
  2146.     )
  2147.  
  2148.  
  2149.  
  2150.  
  2151.  
  2152.     local PartProperties2 = {
  2153.         Brightness = -0.5;
  2154.  
  2155.     }
  2156.  
  2157.  
  2158.     local AppliedTween2 = tweeningservice:Create(part,tweeninginformation2,PartProperties2)
  2159.     AppliedTween2:Play()
  2160.     wait(2)
  2161.     part:Destroy()
  2162.     script:Destroy()
  2163.  
  2164. end))
  2165. Script85.Disabled = true
  2166. Script86.Name = "light2"
  2167. Script86.Parent = mas
  2168. table.insert(cors,sandbox(Script86,function(s)
  2169.     local script = s or script
  2170.     if cc_enabled then else return end
  2171.     local findcorrection = game:GetService("Lighting"):FindFirstChild("holy_correction2")
  2172.     if findcorrection == nil then
  2173.         local correctioneffect = Instance.new("ColorCorrectionEffect")
  2174.         correctioneffect.Brightness = 0.8
  2175.         correctioneffect.Contrast = 0
  2176.         correctioneffect.Name = "holy_correction2"
  2177.         correctioneffect.Parent = game:GetService("Lighting")
  2178.        
  2179.         local erase = script.tweener:Clone()
  2180.         erase.Disabled = false
  2181.         erase.Parent = part_folder
  2182.     else
  2183.         print("couldn't locate bobux")
  2184.     end
  2185.  
  2186. end))
  2187. Script86.Disabled = true
  2188. Script87.Name = "tweener"
  2189. Script87.Parent = Script86
  2190. table.insert(cors,sandbox(Script87,function(s)
  2191.     local script = s or script
  2192.     local tweeningservice = game:GetService("TweenService")
  2193.  
  2194.     local part = game:GetService("Lighting"):FindFirstChild("holy_correction2")
  2195.     if part then else return end
  2196.     wait(0)
  2197.  
  2198.  
  2199.     local tweeninginformation = TweenInfo.new(
  2200.         10, --Length
  2201.         Enum.EasingStyle.Quad, --style
  2202.         Enum.EasingDirection.Out, --direction
  2203.         0, --amounts or repeats
  2204.         false, -- repeat?
  2205.         0 --delay
  2206.     )
  2207.  
  2208.  
  2209.  
  2210.  
  2211.  
  2212.     local PartProperties = {
  2213.         Brightness = 0;
  2214.  
  2215.     }
  2216.  
  2217.  
  2218.     local AppliedTween = tweeningservice:Create(part,tweeninginformation,PartProperties)
  2219.     AppliedTween:Play()
  2220.     wait(11)
  2221.     part:Destroy()
  2222.     script:Destroy()
  2223.  
  2224. end))
  2225. Script87.Disabled = true
  2226. Script88.Name = "radialneedles"
  2227. Script88.Parent = mas
  2228. table.insert(cors,sandbox(Script88,function(s)
  2229.     local script = s or script
  2230.     effect = Instance.new("Part")
  2231.     --
  2232.     effect.CanCollide = false
  2233.     effect.Anchored = true
  2234.     effect.Name = "nani"
  2235.     effect.Transparency = 0
  2236.     effect.BrickColor = BrickColor.new("Pearl")
  2237.     effect.formFactor = "Custom"
  2238.     effect.TopSurface = 0
  2239.     effect.BottomSurface = 0
  2240.     effect.Size = Vector3.new(1,1,1)
  2241.     effect.Orientation = Vector3.new(
  2242.         (math.random(-360,360)),
  2243.         (math.random(-360,360)),
  2244.         (math.random(-360,360))
  2245.     )
  2246.     effect.Material = Enum.Material.SmoothPlastic
  2247.     effect.CastShadow = false
  2248.     local mesh = script.Mesh1:clone()
  2249.     mesh.Parent = effect
  2250.     local erase = script.tweener:Clone()
  2251.     erase.Parent = effect
  2252.     erase.Disabled = false
  2253.     effect.Parent = part_folder
  2254.     effect.Position = script.Parent.Position
  2255.  
  2256.     effect = Instance.new("Part")
  2257.     --
  2258.     effect.CanCollide = false
  2259.     effect.Anchored = true
  2260.     effect.Name = "nani"
  2261.     effect.Transparency = 0
  2262.     effect.BrickColor = BrickColor.new("Pearl")
  2263.     effect.formFactor = "Custom"
  2264.     effect.TopSurface = 0
  2265.     effect.BottomSurface = 0
  2266.     effect.Size = Vector3.new(1,1,1)
  2267.     effect.Orientation = Vector3.new(
  2268.         (math.random(-360,360)),
  2269.         (math.random(-360,360)),
  2270.         (math.random(-360,360))
  2271.     )
  2272.     effect.Material = Enum.Material.SmoothPlastic
  2273.     effect.CastShadow = false
  2274.     local mesh = script.Mesh1:clone()
  2275.     mesh.Parent = effect
  2276.     local erase = script.tweener:Clone()
  2277.     erase.Parent = effect
  2278.     erase.Disabled = false
  2279.     effect.Parent = part_folder
  2280.     effect.Position = script.Parent.Position
  2281.  
  2282.     effect = Instance.new("Part")
  2283.     --
  2284.     effect.CanCollide = false
  2285.     effect.Anchored = true
  2286.     effect.Name = "nani"
  2287.     effect.Transparency = 0
  2288.     effect.BrickColor = BrickColor.new("Pearl")
  2289.     effect.formFactor = "Custom"
  2290.     effect.TopSurface = 0
  2291.     effect.BottomSurface = 0
  2292.     effect.Size = Vector3.new(1,1,1)
  2293.     effect.Orientation = Vector3.new(
  2294.         (math.random(-360,360)),
  2295.         (math.random(-360,360)),
  2296.         (math.random(-360,360))
  2297.     )
  2298.     effect.Material = Enum.Material.SmoothPlastic
  2299.     effect.CastShadow = false
  2300.     local mesh = script.Mesh1:clone()
  2301.     mesh.Parent = effect
  2302.     local erase = script.tweener:Clone()
  2303.     erase.Parent = effect
  2304.     erase.Disabled = false
  2305.     effect.Parent = part_folder
  2306.     effect.Position = script.Parent.Position
  2307.  
  2308.     effect = Instance.new("Part")
  2309.     --
  2310.     effect.CanCollide = false
  2311.     effect.Anchored = true
  2312.     effect.Name = "nani"
  2313.     effect.Transparency = 0
  2314.     effect.BrickColor = BrickColor.new("Pearl")
  2315.     effect.formFactor = "Custom"
  2316.     effect.TopSurface = 0
  2317.     effect.BottomSurface = 0
  2318.     effect.Size = Vector3.new(1,1,1)
  2319.     effect.Orientation = Vector3.new(
  2320.         (math.random(-360,360)),
  2321.         (math.random(-360,360)),
  2322.         (math.random(-360,360))
  2323.     )
  2324.     effect.Material = Enum.Material.SmoothPlastic
  2325.     effect.CastShadow = false
  2326.     local mesh = script.Mesh1:clone()
  2327.     mesh.Parent = effect
  2328.     local erase = script.tweener:Clone()
  2329.     erase.Parent = effect
  2330.     erase.Disabled = false
  2331.     effect.Parent = part_folder
  2332.     effect.Position = script.Parent.Position
  2333.  
  2334.     effect = Instance.new("Part")
  2335.     --
  2336.     effect.CanCollide = false
  2337.     effect.Anchored = true
  2338.     effect.Name = "nani"
  2339.     effect.Transparency = 0
  2340.     effect.BrickColor = BrickColor.new("Pearl")
  2341.     effect.formFactor = "Custom"
  2342.     effect.TopSurface = 0
  2343.     effect.BottomSurface = 0
  2344.     effect.Size = Vector3.new(1,1,1)
  2345.     effect.Orientation = Vector3.new(
  2346.         (math.random(-360,360)),
  2347.         (math.random(-360,360)),
  2348.         (math.random(-360,360))
  2349.     )
  2350.     effect.Material = Enum.Material.SmoothPlastic
  2351.     effect.CastShadow = false
  2352.     local mesh = script.Mesh1:clone()
  2353.     mesh.Parent = effect
  2354.     local erase = script.tweener:Clone()
  2355.     erase.Parent = effect
  2356.     erase.Disabled = false
  2357.     effect.Parent = part_folder
  2358.     effect.Position = script.Parent.Position
  2359.  
  2360.     effect = Instance.new("Part")
  2361.     --
  2362.     effect.CanCollide = false
  2363.     effect.Anchored = true
  2364.     effect.Name = "nani"
  2365.     effect.Transparency = 0
  2366.     effect.BrickColor = BrickColor.new("Pearl")
  2367.     effect.formFactor = "Custom"
  2368.     effect.TopSurface = 0
  2369.     effect.BottomSurface = 0
  2370.     effect.Size = Vector3.new(1,1,1)
  2371.     effect.Orientation = Vector3.new(
  2372.         (math.random(-360,360)),
  2373.         (math.random(-360,360)),
  2374.         (math.random(-360,360))
  2375.     )
  2376.     effect.Material = Enum.Material.SmoothPlastic
  2377.     effect.CastShadow = false
  2378.     local mesh = script.Mesh1:clone()
  2379.     mesh.Parent = effect
  2380.     local erase = script.tweener:Clone()
  2381.     erase.Parent = effect
  2382.     erase.Disabled = false
  2383.     effect.Parent = part_folder
  2384.     effect.Position = script.Parent.Position
  2385.  
  2386.     effect = Instance.new("Part")
  2387.     --
  2388.     effect.CanCollide = false
  2389.     effect.Anchored = true
  2390.     effect.Name = "nani"
  2391.     effect.Transparency = 0
  2392.     effect.BrickColor = BrickColor.new("Pearl")
  2393.     effect.formFactor = "Custom"
  2394.     effect.TopSurface = 0
  2395.     effect.BottomSurface = 0
  2396.     effect.Size = Vector3.new(1,1,1)
  2397.     effect.Orientation = Vector3.new(
  2398.         (math.random(-360,360)),
  2399.         (math.random(-360,360)),
  2400.         (math.random(-360,360))
  2401.     )
  2402.     effect.Material = Enum.Material.SmoothPlastic
  2403.     effect.CastShadow = false
  2404.     local mesh = script.Mesh1:clone()
  2405.     mesh.Parent = effect
  2406.     local erase = script.tweener:Clone()
  2407.     erase.Parent = effect
  2408.     erase.Disabled = false
  2409.     effect.Parent = part_folder
  2410.     effect.Position = script.Parent.Position
  2411.  
  2412.     effect = Instance.new("Part")
  2413.     --
  2414.     effect.CanCollide = false
  2415.     effect.Anchored = true
  2416.     effect.Name = "nani"
  2417.     effect.Transparency = 0
  2418.     effect.BrickColor = BrickColor.new("Pearl")
  2419.     effect.formFactor = "Custom"
  2420.     effect.TopSurface = 0
  2421.     effect.BottomSurface = 0
  2422.     effect.Size = Vector3.new(1,1,1)
  2423.     effect.Orientation = Vector3.new(
  2424.         (math.random(-360,360)),
  2425.         (math.random(-360,360)),
  2426.         (math.random(-360,360))
  2427.     )
  2428.     effect.Material = Enum.Material.SmoothPlastic
  2429.     effect.CastShadow = false
  2430.     local mesh = script.Mesh1:clone()
  2431.     mesh.Parent = effect
  2432.     local erase = script.tweener:Clone()
  2433.     erase.Parent = effect
  2434.     erase.Disabled = false
  2435.     effect.Parent = part_folder
  2436.     effect.Position = script.Parent.Position
  2437.  
  2438.     effect = Instance.new("Part")
  2439.     --
  2440.     effect.CanCollide = false
  2441.     effect.Anchored = true
  2442.     effect.Name = "nani"
  2443.     effect.Transparency = 0
  2444.     effect.BrickColor = BrickColor.new("Pearl")
  2445.     effect.formFactor = "Custom"
  2446.     effect.TopSurface = 0
  2447.     effect.BottomSurface = 0
  2448.     effect.Size = Vector3.new(1,1,1)
  2449.     effect.Orientation = Vector3.new(
  2450.         (math.random(-360,360)),
  2451.         (math.random(-360,360)),
  2452.         (math.random(-360,360))
  2453.     )
  2454.     effect.Material = Enum.Material.SmoothPlastic
  2455.     effect.CastShadow = false
  2456.     local mesh = script.Mesh1:clone()
  2457.     mesh.Parent = effect
  2458.     local erase = script.tweener:Clone()
  2459.     erase.Parent = effect
  2460.     erase.Disabled = false
  2461.     effect.Parent = part_folder
  2462.     effect.Position = script.Parent.Position
  2463.  
  2464.     effect = Instance.new("Part")
  2465.     --
  2466.     effect.CanCollide = false
  2467.     effect.Anchored = true
  2468.     effect.Name = "nani"
  2469.     effect.Transparency = 0
  2470.     effect.BrickColor = BrickColor.new("Pearl")
  2471.     effect.formFactor = "Custom"
  2472.     effect.TopSurface = 0
  2473.     effect.BottomSurface = 0
  2474.     effect.Size = Vector3.new(1,1,1)
  2475.     effect.Orientation = Vector3.new(
  2476.         (math.random(-360,360)),
  2477.         (math.random(-360,360)),
  2478.         (math.random(-360,360))
  2479.     )
  2480.     effect.Material = Enum.Material.SmoothPlastic
  2481.     effect.CastShadow = false
  2482.     local mesh = script.Mesh1:clone()
  2483.     mesh.Parent = effect
  2484.     local erase = script.tweener:Clone()
  2485.     erase.Parent = effect
  2486.     erase.Disabled = false
  2487.     effect.Parent = part_folder
  2488.     effect.Position = script.Parent.Position
  2489.  
  2490.     effect = Instance.new("Part")
  2491.     --
  2492.     effect.CanCollide = false
  2493.     effect.Anchored = true
  2494.     effect.Name = "nani"
  2495.     effect.Transparency = 0
  2496.     effect.BrickColor = BrickColor.new("Pearl")
  2497.     effect.formFactor = "Custom"
  2498.     effect.TopSurface = 0
  2499.     effect.BottomSurface = 0
  2500.     effect.Size = Vector3.new(1,1,1)
  2501.     effect.Orientation = Vector3.new(
  2502.         (math.random(-360,360)),
  2503.         (math.random(-360,360)),
  2504.         (math.random(-360,360))
  2505.     )
  2506.     effect.Material = Enum.Material.SmoothPlastic
  2507.     effect.CastShadow = false
  2508.     local mesh = script.Mesh1:clone()
  2509.     mesh.Parent = effect
  2510.     local erase = script.tweener:Clone()
  2511.     erase.Parent = effect
  2512.     erase.Disabled = false
  2513.     effect.Parent = part_folder
  2514.     effect.Position = script.Parent.Position
  2515.  
  2516.     effect = Instance.new("Part")
  2517.     --
  2518.     effect.CanCollide = false
  2519.     effect.Anchored = true
  2520.     effect.Name = "nani"
  2521.     effect.Transparency = 0
  2522.     effect.BrickColor = BrickColor.new("Pearl")
  2523.     effect.formFactor = "Custom"
  2524.     effect.TopSurface = 0
  2525.     effect.BottomSurface = 0
  2526.     effect.Size = Vector3.new(1,1,1)
  2527.     effect.Orientation = Vector3.new(
  2528.         (math.random(-360,360)),
  2529.         (math.random(-360,360)),
  2530.         (math.random(-360,360))
  2531.     )
  2532.     effect.Material = Enum.Material.SmoothPlastic
  2533.     effect.CastShadow = false
  2534.     local mesh = script.Mesh1:clone()
  2535.     mesh.Parent = effect
  2536.     local erase = script.tweener:Clone()
  2537.     erase.Parent = effect
  2538.     erase.Disabled = false
  2539.     effect.Parent = part_folder
  2540.     effect.Position = script.Parent.Position
  2541.  
  2542.     effect = Instance.new("Part")
  2543.     --
  2544.     effect.CanCollide = false
  2545.     effect.Anchored = true
  2546.     effect.Name = "nani"
  2547.     effect.Transparency = 0
  2548.     effect.BrickColor = BrickColor.new("Pearl")
  2549.     effect.formFactor = "Custom"
  2550.     effect.TopSurface = 0
  2551.     effect.BottomSurface = 0
  2552.     effect.Size = Vector3.new(1,1,1)
  2553.     effect.Orientation = Vector3.new(
  2554.         (math.random(-360,360)),
  2555.         (math.random(-360,360)),
  2556.         (math.random(-360,360))
  2557.     )
  2558.     effect.Material = Enum.Material.SmoothPlastic
  2559.     effect.CastShadow = false
  2560.     local mesh = script.Mesh1:clone()
  2561.     mesh.Parent = effect
  2562.     local erase = script.tweener:Clone()
  2563.     erase.Parent = effect
  2564.     erase.Disabled = false
  2565.     effect.Parent = part_folder
  2566.     effect.Position = script.Parent.Position
  2567.  
  2568.     effect = Instance.new("Part")
  2569.     --
  2570.     effect.CanCollide = false
  2571.     effect.Anchored = true
  2572.     effect.Name = "nani"
  2573.     effect.Transparency = 0
  2574.     effect.BrickColor = BrickColor.new("Pearl")
  2575.     effect.formFactor = "Custom"
  2576.     effect.TopSurface = 0
  2577.     effect.BottomSurface = 0
  2578.     effect.Size = Vector3.new(1,1,1)
  2579.     effect.Orientation = Vector3.new(
  2580.         (math.random(-360,360)),
  2581.         (math.random(-360,360)),
  2582.         (math.random(-360,360))
  2583.     )
  2584.     effect.Material = Enum.Material.SmoothPlastic
  2585.     effect.CastShadow = false
  2586.     local mesh = script.Mesh1:clone()
  2587.     mesh.Parent = effect
  2588.     local erase = script.tweener:Clone()
  2589.     erase.Parent = effect
  2590.     erase.Disabled = false
  2591.     effect.Parent = part_folder
  2592.     effect.Position = script.Parent.Position
  2593.  
  2594.     effect = Instance.new("Part")
  2595.     --
  2596.     effect.CanCollide = false
  2597.     effect.Anchored = true
  2598.     effect.Name = "nani"
  2599.     effect.Transparency = 0
  2600.     effect.BrickColor = BrickColor.new("Pearl")
  2601.     effect.formFactor = "Custom"
  2602.     effect.TopSurface = 0
  2603.     effect.BottomSurface = 0
  2604.     effect.Size = Vector3.new(1,1,1)
  2605.     effect.Orientation = Vector3.new(
  2606.         (math.random(-360,360)),
  2607.         (math.random(-360,360)),
  2608.         (math.random(-360,360))
  2609.     )
  2610.     effect.Material = Enum.Material.SmoothPlastic
  2611.     effect.CastShadow = false
  2612.     local mesh = script.Mesh1:clone()
  2613.     mesh.Parent = effect
  2614.     local erase = script.tweener:Clone()
  2615.     erase.Parent = effect
  2616.     erase.Disabled = false
  2617.     effect.Parent = part_folder
  2618.     effect.Position = script.Parent.Position
  2619.  
  2620.     effect = Instance.new("Part")
  2621.     --
  2622.     effect.CanCollide = false
  2623.     effect.Anchored = true
  2624.     effect.Name = "nani"
  2625.     effect.Transparency = 0
  2626.     effect.BrickColor = BrickColor.new("Pearl")
  2627.     effect.formFactor = "Custom"
  2628.     effect.TopSurface = 0
  2629.     effect.BottomSurface = 0
  2630.     effect.Size = Vector3.new(1,1,1)
  2631.     effect.Orientation = Vector3.new(
  2632.         (math.random(-360,360)),
  2633.         (math.random(-360,360)),
  2634.         (math.random(-360,360))
  2635.     )
  2636.     effect.Material = Enum.Material.SmoothPlastic
  2637.     effect.CastShadow = false
  2638.     local mesh = script.Mesh1:clone()
  2639.     mesh.Parent = effect
  2640.     local erase = script.tweener:Clone()
  2641.     erase.Parent = effect
  2642.     erase.Disabled = false
  2643.     effect.Parent = part_folder
  2644.     effect.Position = script.Parent.Position
  2645.  
  2646.     effect = Instance.new("Part")
  2647.     --
  2648.     effect.CanCollide = false
  2649.     effect.Anchored = true
  2650.     effect.Name = "nani"
  2651.     effect.Transparency = 0
  2652.     effect.BrickColor = BrickColor.new("Pearl")
  2653.     effect.formFactor = "Custom"
  2654.     effect.TopSurface = 0
  2655.     effect.BottomSurface = 0
  2656.     effect.Size = Vector3.new(1,1,1)
  2657.     effect.Orientation = Vector3.new(
  2658.         (math.random(-360,360)),
  2659.         (math.random(-360,360)),
  2660.         (math.random(-360,360))
  2661.     )
  2662.     effect.Material = Enum.Material.SmoothPlastic
  2663.     effect.CastShadow = false
  2664.     local mesh = script.Mesh1:clone()
  2665.     mesh.Parent = effect
  2666.     local erase = script.tweener:Clone()
  2667.     erase.Parent = effect
  2668.     erase.Disabled = false
  2669.     effect.Parent = part_folder
  2670.     effect.Position = script.Parent.Position
  2671.  
  2672.     effect = Instance.new("Part")
  2673.     --
  2674.     effect.CanCollide = false
  2675.     effect.Anchored = true
  2676.     effect.Name = "nani"
  2677.     effect.Transparency = 0
  2678.     effect.BrickColor = BrickColor.new("Pearl")
  2679.     effect.formFactor = "Custom"
  2680.     effect.TopSurface = 0
  2681.     effect.BottomSurface = 0
  2682.     effect.Size = Vector3.new(1,1,1)
  2683.     effect.Orientation = Vector3.new(
  2684.         (math.random(-360,360)),
  2685.         (math.random(-360,360)),
  2686.         (math.random(-360,360))
  2687.     )
  2688.     effect.Material = Enum.Material.SmoothPlastic
  2689.     effect.CastShadow = false
  2690.     local mesh = script.Mesh1:clone()
  2691.     mesh.Parent = effect
  2692.     local erase = script.tweener:Clone()
  2693.     erase.Parent = effect
  2694.     erase.Disabled = false
  2695.     effect.Parent = part_folder
  2696.     effect.Position = script.Parent.Position
  2697.  
  2698.     effect = Instance.new("Part")
  2699.     --
  2700.     effect.CanCollide = false
  2701.     effect.Anchored = true
  2702.     effect.Name = "nani"
  2703.     effect.Transparency = 0
  2704.     effect.BrickColor = BrickColor.new("Pearl")
  2705.     effect.formFactor = "Custom"
  2706.     effect.TopSurface = 0
  2707.     effect.BottomSurface = 0
  2708.     effect.Size = Vector3.new(1,1,1)
  2709.     effect.Orientation = Vector3.new(
  2710.         (math.random(-360,360)),
  2711.         (math.random(-360,360)),
  2712.         (math.random(-360,360))
  2713.     )
  2714.     effect.Material = Enum.Material.SmoothPlastic
  2715.     effect.CastShadow = false
  2716.     local mesh = script.Mesh1:clone()
  2717.     mesh.Parent = effect
  2718.     local erase = script.tweener:Clone()
  2719.     erase.Parent = effect
  2720.     erase.Disabled = false
  2721.     effect.Parent = part_folder
  2722.     effect.Position = script.Parent.Position
  2723.  
  2724.     effect = Instance.new("Part")
  2725.     --
  2726.     effect.CanCollide = false
  2727.     effect.Anchored = true
  2728.     effect.Name = "nani"
  2729.     effect.Transparency = 0
  2730.     effect.BrickColor = BrickColor.new("Pearl")
  2731.     effect.formFactor = "Custom"
  2732.     effect.TopSurface = 0
  2733.     effect.BottomSurface = 0
  2734.     effect.Size = Vector3.new(1,1,1)
  2735.     effect.Orientation = Vector3.new(
  2736.         (math.random(-360,360)),
  2737.         (math.random(-360,360)),
  2738.         (math.random(-360,360))
  2739.     )
  2740.     effect.Material = Enum.Material.SmoothPlastic
  2741.     effect.CastShadow = false
  2742.     local mesh = script.Mesh1:clone()
  2743.     mesh.Parent = effect
  2744.     local erase = script.tweener:Clone()
  2745.     erase.Parent = effect
  2746.     erase.Disabled = false
  2747.     effect.Parent = part_folder
  2748.     effect.Position = script.Parent.Position
  2749.  
  2750.     effect = Instance.new("Part")
  2751.     --
  2752.     effect.CanCollide = false
  2753.     effect.Anchored = true
  2754.     effect.Name = "nani"
  2755.     effect.Transparency = 0
  2756.     effect.BrickColor = BrickColor.new("Pearl")
  2757.     effect.formFactor = "Custom"
  2758.     effect.TopSurface = 0
  2759.     effect.BottomSurface = 0
  2760.     effect.Size = Vector3.new(1,1,1)
  2761.     effect.Orientation = Vector3.new(
  2762.         (math.random(-360,360)),
  2763.         (math.random(-360,360)),
  2764.         (math.random(-360,360))
  2765.     )
  2766.     effect.Material = Enum.Material.SmoothPlastic
  2767.     effect.CastShadow = false
  2768.     local mesh = script.Mesh1:clone()
  2769.     mesh.Parent = effect
  2770.     local erase = script.tweener:Clone()
  2771.     erase.Parent = effect
  2772.     erase.Disabled = false
  2773.     effect.Parent = part_folder
  2774.     effect.Position = script.Parent.Position
  2775.  
  2776.     effect = Instance.new("Part")
  2777.     --
  2778.     effect.CanCollide = false
  2779.     effect.Anchored = true
  2780.     effect.Name = "nani"
  2781.     effect.Transparency = 0
  2782.     effect.BrickColor = BrickColor.new("Pearl")
  2783.     effect.formFactor = "Custom"
  2784.     effect.TopSurface = 0
  2785.     effect.BottomSurface = 0
  2786.     effect.Size = Vector3.new(1,1,1)
  2787.     effect.Orientation = Vector3.new(
  2788.         (math.random(-360,360)),
  2789.         (math.random(-360,360)),
  2790.         (math.random(-360,360))
  2791.     )
  2792.     effect.Material = Enum.Material.SmoothPlastic
  2793.     effect.CastShadow = false
  2794.     local mesh = script.Mesh1:clone()
  2795.     mesh.Parent = effect
  2796.     local erase = script.tweener:Clone()
  2797.     erase.Parent = effect
  2798.     erase.Disabled = false
  2799.     effect.Parent = part_folder
  2800.     effect.Position = script.Parent.Position
  2801.  
  2802.     effect = Instance.new("Part")
  2803.     --
  2804.     effect.CanCollide = false
  2805.     effect.Anchored = true
  2806.     effect.Name = "nani"
  2807.     effect.Transparency = 0
  2808.     effect.BrickColor = BrickColor.new("Pearl")
  2809.     effect.formFactor = "Custom"
  2810.     effect.TopSurface = 0
  2811.     effect.BottomSurface = 0
  2812.     effect.Size = Vector3.new(1,1,1)
  2813.     effect.Orientation = Vector3.new(
  2814.         (math.random(-360,360)),
  2815.         (math.random(-360,360)),
  2816.         (math.random(-360,360))
  2817.     )
  2818.     effect.Material = Enum.Material.SmoothPlastic
  2819.     effect.CastShadow = false
  2820.     local mesh = script.Mesh1:clone()
  2821.     mesh.Parent = effect
  2822.     local erase = script.tweener:Clone()
  2823.     erase.Parent = effect
  2824.     erase.Disabled = false
  2825.     effect.Parent = part_folder
  2826.     effect.Position = script.Parent.Position
  2827.  
  2828.     effect = Instance.new("Part")
  2829.     --
  2830.     effect.CanCollide = false
  2831.     effect.Anchored = true
  2832.     effect.Name = "nani"
  2833.     effect.Transparency = 0
  2834.     effect.BrickColor = BrickColor.new("Pearl")
  2835.     effect.formFactor = "Custom"
  2836.     effect.TopSurface = 0
  2837.     effect.BottomSurface = 0
  2838.     effect.Size = Vector3.new(1,1,1)
  2839.     effect.Orientation = Vector3.new(
  2840.         (math.random(-360,360)),
  2841.         (math.random(-360,360)),
  2842.         (math.random(-360,360))
  2843.     )
  2844.     effect.Material = Enum.Material.SmoothPlastic
  2845.     effect.CastShadow = false
  2846.     local mesh = script.Mesh1:clone()
  2847.     mesh.Parent = effect
  2848.     local erase = script.tweener:Clone()
  2849.     erase.Parent = effect
  2850.     erase.Disabled = false
  2851.     effect.Parent = part_folder
  2852.     effect.Position = script.Parent.Position
  2853.  
  2854.     effect = Instance.new("Part")
  2855.     --
  2856.     effect.CanCollide = false
  2857.     effect.Anchored = true
  2858.     effect.Name = "nani"
  2859.     effect.Transparency = 0
  2860.     effect.BrickColor = BrickColor.new("Pearl")
  2861.     effect.formFactor = "Custom"
  2862.     effect.TopSurface = 0
  2863.     effect.BottomSurface = 0
  2864.     effect.Size = Vector3.new(1,1,1)
  2865.     effect.Orientation = Vector3.new(
  2866.         (math.random(-360,360)),
  2867.         (math.random(-360,360)),
  2868.         (math.random(-360,360))
  2869.     )
  2870.     effect.Material = Enum.Material.SmoothPlastic
  2871.     effect.CastShadow = false
  2872.     local mesh = script.Mesh1:clone()
  2873.     mesh.Parent = effect
  2874.     local erase = script.tweener:Clone()
  2875.     erase.Parent = effect
  2876.     erase.Disabled = false
  2877.     effect.Parent = part_folder
  2878.     effect.Position = script.Parent.Position
  2879.  
  2880.     effect = Instance.new("Part")
  2881.     --
  2882.     effect.CanCollide = false
  2883.     effect.Anchored = true
  2884.     effect.Name = "nani"
  2885.     effect.Transparency = 0
  2886.     effect.BrickColor = BrickColor.new("Pearl")
  2887.     effect.formFactor = "Custom"
  2888.     effect.TopSurface = 0
  2889.     effect.BottomSurface = 0
  2890.     effect.Size = Vector3.new(1,1,1)
  2891.     effect.Orientation = Vector3.new(
  2892.         (math.random(-360,360)),
  2893.         (math.random(-360,360)),
  2894.         (math.random(-360,360))
  2895.     )
  2896.     effect.Material = Enum.Material.SmoothPlastic
  2897.     effect.CastShadow = false
  2898.     local mesh = script.Mesh1:clone()
  2899.     mesh.Parent = effect
  2900.     local erase = script.tweener:Clone()
  2901.     erase.Parent = effect
  2902.     erase.Disabled = false
  2903.     effect.Parent = part_folder
  2904.     effect.Position = script.Parent.Position
  2905.  
  2906.     effect = Instance.new("Part")
  2907.     --
  2908.     effect.CanCollide = false
  2909.     effect.Anchored = true
  2910.     effect.Name = "nani"
  2911.     effect.Transparency = 0
  2912.     effect.BrickColor = BrickColor.new("Pearl")
  2913.     effect.formFactor = "Custom"
  2914.     effect.TopSurface = 0
  2915.     effect.BottomSurface = 0
  2916.     effect.Size = Vector3.new(1,1,1)
  2917.     effect.Orientation = Vector3.new(
  2918.         (math.random(-360,360)),
  2919.         (math.random(-360,360)),
  2920.         (math.random(-360,360))
  2921.     )
  2922.     effect.Material = Enum.Material.SmoothPlastic
  2923.     effect.CastShadow = false
  2924.     local mesh = script.Mesh1:clone()
  2925.     mesh.Parent = effect
  2926.     local erase = script.tweener:Clone()
  2927.     erase.Parent = effect
  2928.     erase.Disabled = false
  2929.     effect.Parent = part_folder
  2930.     effect.Position = script.Parent.Position
  2931.  
  2932.     effect = Instance.new("Part")
  2933.     --
  2934.     effect.CanCollide = false
  2935.     effect.Anchored = true
  2936.     effect.Name = "nani"
  2937.     effect.Transparency = 0
  2938.     effect.BrickColor = BrickColor.new("Pearl")
  2939.     effect.formFactor = "Custom"
  2940.     effect.TopSurface = 0
  2941.     effect.BottomSurface = 0
  2942.     effect.Size = Vector3.new(1,1,1)
  2943.     effect.Orientation = Vector3.new(
  2944.         (math.random(-360,360)),
  2945.         (math.random(-360,360)),
  2946.         (math.random(-360,360))
  2947.     )
  2948.     effect.Material = Enum.Material.SmoothPlastic
  2949.     effect.CastShadow = false
  2950.     local mesh = script.Mesh1:clone()
  2951.     mesh.Parent = effect
  2952.     local erase = script.tweener:Clone()
  2953.     erase.Parent = effect
  2954.     erase.Disabled = false
  2955.     effect.Parent = part_folder
  2956.     effect.Position = script.Parent.Position
  2957.  
  2958.     effect = Instance.new("Part")
  2959.     --
  2960.     effect.CanCollide = false
  2961.     effect.Anchored = true
  2962.     effect.Name = "nani"
  2963.     effect.Transparency = 0
  2964.     effect.BrickColor = BrickColor.new("Pearl")
  2965.     effect.formFactor = "Custom"
  2966.     effect.TopSurface = 0
  2967.     effect.BottomSurface = 0
  2968.     effect.Size = Vector3.new(1,1,1)
  2969.     effect.Orientation = Vector3.new(
  2970.         (math.random(-360,360)),
  2971.         (math.random(-360,360)),
  2972.         (math.random(-360,360))
  2973.     )
  2974.     effect.Material = Enum.Material.SmoothPlastic
  2975.     effect.CastShadow = false
  2976.     local mesh = script.Mesh1:clone()
  2977.     mesh.Parent = effect
  2978.     local erase = script.tweener:Clone()
  2979.     erase.Parent = effect
  2980.     erase.Disabled = false
  2981.     effect.Parent = part_folder
  2982.     effect.Position = script.Parent.Position
  2983.  
  2984.     effect = Instance.new("Part")
  2985.     --
  2986.     effect.CanCollide = false
  2987.     effect.Anchored = true
  2988.     effect.Name = "nani"
  2989.     effect.Transparency = 0
  2990.     effect.BrickColor = BrickColor.new("Pearl")
  2991.     effect.formFactor = "Custom"
  2992.     effect.TopSurface = 0
  2993.     effect.BottomSurface = 0
  2994.     effect.Size = Vector3.new(1,1,1)
  2995.     effect.Orientation = Vector3.new(
  2996.         (math.random(-360,360)),
  2997.         (math.random(-360,360)),
  2998.         (math.random(-360,360))
  2999.     )
  3000.     effect.Material = Enum.Material.SmoothPlastic
  3001.     effect.CastShadow = false
  3002.     local mesh = script.Mesh1:clone()
  3003.     mesh.Parent = effect
  3004.     local erase = script.tweener:Clone()
  3005.     erase.Parent = effect
  3006.     erase.Disabled = false
  3007.     effect.Parent = part_folder
  3008.     effect.Position = script.Parent.Position
  3009.  
  3010.     effect = Instance.new("Part")
  3011.     --
  3012.     effect.CanCollide = false
  3013.     effect.Anchored = true
  3014.     effect.Name = "nani"
  3015.     effect.Transparency = 0
  3016.     effect.BrickColor = BrickColor.new("Pearl")
  3017.     effect.formFactor = "Custom"
  3018.     effect.TopSurface = 0
  3019.     effect.BottomSurface = 0
  3020.     effect.Size = Vector3.new(1,1,1)
  3021.     effect.Orientation = Vector3.new(
  3022.         (math.random(-360,360)),
  3023.         (math.random(-360,360)),
  3024.         (math.random(-360,360))
  3025.     )
  3026.     effect.Material = Enum.Material.SmoothPlastic
  3027.     effect.CastShadow = false
  3028.     local mesh = script.Mesh1:clone()
  3029.     mesh.Parent = effect
  3030.     local erase = script.tweener:Clone()
  3031.     erase.Parent = effect
  3032.     erase.Disabled = false
  3033.     effect.Parent = part_folder
  3034.     effect.Position = script.Parent.Position
  3035.  
  3036.     wait(0)
  3037.     script.Disabled = true
  3038.  
  3039.  
  3040.  
  3041.  
  3042. end))
  3043. Script88.Disabled = true
  3044. Script89.Name = "tweener"
  3045. Script89.Parent = Script88
  3046. table.insert(cors,sandbox(Script89,function(s)
  3047.     local script = s or script
  3048.     local tweeningservice = game:GetService("TweenService")
  3049.     local mesh = script.Parent.Mesh1
  3050.     local part = script.Parent
  3051.     wait(0)
  3052.  
  3053.  
  3054.     local tweeninginformation = TweenInfo.new(
  3055.         5, --Length
  3056.         Enum.EasingStyle.Quint, --style
  3057.         Enum.EasingDirection.Out, --direction
  3058.         0, --amounts or repeats
  3059.         false, -- repeat?
  3060.         0 --delay
  3061.     )
  3062.  
  3063.  
  3064.     local MeshProperties = {
  3065.         Offset = Vector3.new(0,0,-1600)
  3066.  
  3067.     }
  3068.  
  3069.  
  3070.     local PartProperties = {
  3071.         Transparency = 1;
  3072.  
  3073.     }
  3074.  
  3075.     local AppliedTween = tweeningservice:Create(mesh,tweeninginformation,MeshProperties)
  3076.     AppliedTween:Play()
  3077.  
  3078.     local AppliedTween2 = tweeningservice:Create(part,tweeninginformation,PartProperties)
  3079.     AppliedTween2:Play()
  3080.     wait(7)
  3081.     script.Parent:Destroy()
  3082.  
  3083. end))
  3084. Script89.Disabled = true
  3085. SpecialMesh90.Name = "Mesh1"
  3086. SpecialMesh90.Parent = Script88
  3087. SpecialMesh90.MeshId = "rbxassetid://9756362"
  3088. SpecialMesh90.Offset = Vector3.new(0, 0, -1530)
  3089. SpecialMesh90.Scale = Vector3.new(10, 10, 2150)
  3090. SpecialMesh90.VertexColor = Vector3.new(7, 3, 1)
  3091. SpecialMesh90.TextureId = "rbxassetid://6300110919"
  3092. SpecialMesh90.MeshType = Enum.MeshType.FileMesh
  3093. Script91.Name = "radialneedles2"
  3094. Script91.Parent = mas
  3095. table.insert(cors,sandbox(Script91,function(s)
  3096.     local script = s or script
  3097.     while not script.Disabled do
  3098.         wait(0.001)
  3099.         effect = Instance.new("Part")
  3100.         --
  3101.         effect.CanCollide = false
  3102.         effect.Anchored = true
  3103.         effect.Name = "nani"
  3104.         effect.Transparency = 1
  3105.         effect.BrickColor = BrickColor.new("Pearl")
  3106.         effect.formFactor = "Custom"
  3107.         effect.TopSurface = 0
  3108.         effect.BottomSurface = 0
  3109.         effect.Size = Vector3.new(1,1,1)
  3110.         effect.Orientation = Vector3.new(
  3111.             (math.random(-360,360)),
  3112.             (math.random(-360,360)),
  3113.             (math.random(-360,360))
  3114.         )
  3115.         effect.Material = Enum.Material.SmoothPlastic
  3116.         effect.CastShadow = false
  3117.         local mesh = script.Mesh1:clone()
  3118.         mesh.Parent = effect
  3119.         local erase = script.tweener:Clone()
  3120.         erase.Parent = effect
  3121.         erase.Disabled = false
  3122.         effect.Parent = part_folder
  3123.         effect.Position = script.Parent.Position
  3124.  
  3125.         effect = Instance.new("Part")
  3126.         --
  3127.         effect.CanCollide = false
  3128.         effect.Anchored = true
  3129.         effect.Name = "nani"
  3130.         effect.Transparency = 1
  3131.         effect.BrickColor = BrickColor.new("Pearl")
  3132.         effect.formFactor = "Custom"
  3133.         effect.TopSurface = 0
  3134.         effect.BottomSurface = 0
  3135.         effect.Size = Vector3.new(1,1,1)
  3136.         effect.Orientation = Vector3.new(
  3137.             (math.random(-360,360)),
  3138.             (math.random(-360,360)),
  3139.             (math.random(-360,360))
  3140.         )
  3141.         effect.Material = Enum.Material.SmoothPlastic
  3142.         effect.CastShadow = false
  3143.         local mesh = script.Mesh1:clone()
  3144.         mesh.Parent = effect
  3145.         local erase = script.tweener:Clone()
  3146.         erase.Parent = effect
  3147.         erase.Disabled = false
  3148.         effect.Parent = part_folder
  3149.         effect.Position = script.Parent.Position
  3150.  
  3151.         effect = Instance.new("Part")
  3152.         --
  3153.         effect.CanCollide = false
  3154.         effect.Anchored = true
  3155.         effect.Name = "nani"
  3156.         effect.Transparency = 1
  3157.         effect.BrickColor = BrickColor.new("Pearl")
  3158.         effect.formFactor = "Custom"
  3159.         effect.TopSurface = 0
  3160.         effect.BottomSurface = 0
  3161.         effect.Size = Vector3.new(1,1,1)
  3162.         effect.Orientation = Vector3.new(
  3163.             (math.random(-360,360)),
  3164.             (math.random(-360,360)),
  3165.             (math.random(-360,360))
  3166.         )
  3167.         effect.Material = Enum.Material.SmoothPlastic
  3168.         effect.CastShadow = false
  3169.         local mesh = script.Mesh1:clone()
  3170.         mesh.Parent = effect
  3171.         local erase = script.tweener:Clone()
  3172.         erase.Parent = effect
  3173.         erase.Disabled = false
  3174.         effect.Parent = part_folder
  3175.         effect.Position = script.Parent.Position
  3176.  
  3177.         effect = Instance.new("Part")
  3178.         --
  3179.         effect.CanCollide = false
  3180.         effect.Anchored = true
  3181.         effect.Name = "nani"
  3182.         effect.Transparency = 1
  3183.         effect.BrickColor = BrickColor.new("Pearl")
  3184.         effect.formFactor = "Custom"
  3185.         effect.TopSurface = 0
  3186.         effect.BottomSurface = 0
  3187.         effect.Size = Vector3.new(1,1,1)
  3188.         effect.Orientation = Vector3.new(
  3189.             (math.random(-360,360)),
  3190.             (math.random(-360,360)),
  3191.             (math.random(-360,360))
  3192.         )
  3193.         effect.Material = Enum.Material.SmoothPlastic
  3194.         effect.CastShadow = false
  3195.         local mesh = script.Mesh1:clone()
  3196.         mesh.Parent = effect
  3197.         local erase = script.tweener:Clone()
  3198.         erase.Parent = effect
  3199.         erase.Disabled = false
  3200.         effect.Parent = part_folder
  3201.         effect.Position = script.Parent.Position
  3202.  
  3203.  
  3204.  
  3205.     end
  3206.  
  3207. end))
  3208. Script91.Disabled = true
  3209. Script92.Name = "tweener"
  3210. Script92.Parent = Script91
  3211. table.insert(cors,sandbox(Script92,function(s)
  3212.     local script = s or script
  3213.     local tweeningservice = game:GetService("TweenService")
  3214.     local mesh = script.Parent.Mesh1
  3215.     local part = script.Parent
  3216.     wait(0)
  3217.  
  3218.  
  3219.     local tweeninginformation = TweenInfo.new(
  3220.         1.5, --Length
  3221.         Enum.EasingStyle.Quad, --style
  3222.         Enum.EasingDirection.In, --direction
  3223.         0, --amounts or repeats
  3224.         false, -- repeat?
  3225.         0 --delay
  3226.     )
  3227.  
  3228.  
  3229.     local MeshProperties = {
  3230.         Offset = Vector3.new(0,0,0);
  3231.         Scale = Vector3.new(0,0,0);
  3232.  
  3233.     }
  3234.  
  3235.  
  3236.     local PartProperties = {
  3237.         Transparency = 0;
  3238.  
  3239.     }
  3240.  
  3241.     local AppliedTween = tweeningservice:Create(mesh,tweeninginformation,MeshProperties)
  3242.     AppliedTween:Play()
  3243.  
  3244.     local AppliedTween2 = tweeningservice:Create(part,tweeninginformation,PartProperties)
  3245.     AppliedTween2:Play()
  3246.     wait(2)
  3247.     script.Parent:Destroy()
  3248.  
  3249. end))
  3250. Script92.Disabled = true
  3251. SpecialMesh93.Name = "Mesh1"
  3252. SpecialMesh93.Parent = Script91
  3253. SpecialMesh93.MeshId = "rbxassetid://9756362"
  3254. SpecialMesh93.Offset = Vector3.new(0, 0, -800)
  3255. SpecialMesh93.Scale = Vector3.new(10, 10, 500)
  3256. SpecialMesh93.VertexColor = Vector3.new(7, 3, 1)
  3257. SpecialMesh93.TextureId = "rbxassetid://6300110919"
  3258. SpecialMesh93.MeshType = Enum.MeshType.FileMesh
  3259. Script94.Name = "radialneedles3"
  3260. Script94.Parent = mas
  3261. table.insert(cors,sandbox(Script94,function(s)
  3262.     local script = s or script
  3263.     while not script.Disabled do
  3264.         wait(0.001)
  3265.         effect = Instance.new("Part")
  3266.         --
  3267.         effect.CanCollide = false
  3268.         effect.Anchored = true
  3269.         effect.Name = "nani"
  3270.         effect.Transparency = 1
  3271.         effect.BrickColor = BrickColor.new("Pearl")
  3272.         effect.formFactor = "Custom"
  3273.         effect.TopSurface = 0
  3274.         effect.BottomSurface = 0
  3275.         effect.Size = Vector3.new(1,1,1)
  3276.         effect.Orientation = Vector3.new(
  3277.             (math.random(-360,360)),
  3278.             (math.random(-360,360)),
  3279.             (math.random(-360,360))
  3280.         )
  3281.         effect.Material = Enum.Material.SmoothPlastic
  3282.         effect.CastShadow = false
  3283.         local mesh = script.Mesh1:clone()
  3284.         mesh.Parent = effect
  3285.         local erase = script.tweener:Clone()
  3286.         erase.Parent = effect
  3287.         erase.Disabled = false
  3288.         effect.Parent = part_folder
  3289.         effect.Position = script.Parent.Position
  3290.  
  3291.         effect = Instance.new("Part")
  3292.         --
  3293.         effect.CanCollide = false
  3294.         effect.Anchored = true
  3295.         effect.Name = "nani"
  3296.         effect.Transparency = 1
  3297.         effect.BrickColor = BrickColor.new("Pearl")
  3298.         effect.formFactor = "Custom"
  3299.         effect.TopSurface = 0
  3300.         effect.BottomSurface = 0
  3301.         effect.Size = Vector3.new(1,1,1)
  3302.         effect.Orientation = Vector3.new(
  3303.             (math.random(-360,360)),
  3304.             (math.random(-360,360)),
  3305.             (math.random(-360,360))
  3306.         )
  3307.         effect.Material = Enum.Material.SmoothPlastic
  3308.         effect.CastShadow = false
  3309.         local mesh = script.Mesh1:clone()
  3310.         mesh.Parent = effect
  3311.         local erase = script.tweener:Clone()
  3312.         erase.Parent = effect
  3313.         erase.Disabled = false
  3314.         effect.Parent = part_folder
  3315.         effect.Position = script.Parent.Position
  3316.  
  3317.         effect = Instance.new("Part")
  3318.         --
  3319.         effect.CanCollide = false
  3320.         effect.Anchored = true
  3321.         effect.Name = "nani"
  3322.         effect.Transparency = 1
  3323.         effect.BrickColor = BrickColor.new("Pearl")
  3324.         effect.formFactor = "Custom"
  3325.         effect.TopSurface = 0
  3326.         effect.BottomSurface = 0
  3327.         effect.Size = Vector3.new(1,1,1)
  3328.         effect.Orientation = Vector3.new(
  3329.             (math.random(-360,360)),
  3330.             (math.random(-360,360)),
  3331.             (math.random(-360,360))
  3332.         )
  3333.         effect.Material = Enum.Material.SmoothPlastic
  3334.         effect.CastShadow = false
  3335.         local mesh = script.Mesh1:clone()
  3336.         mesh.Parent = effect
  3337.         local erase = script.tweener:Clone()
  3338.         erase.Parent = effect
  3339.         erase.Disabled = false
  3340.         effect.Parent = part_folder
  3341.         effect.Position = script.Parent.Position
  3342.  
  3343.         effect = Instance.new("Part")
  3344.         --
  3345.         effect.CanCollide = false
  3346.         effect.Anchored = true
  3347.         effect.Name = "nani"
  3348.         effect.Transparency = 1
  3349.         effect.BrickColor = BrickColor.new("Pearl")
  3350.         effect.formFactor = "Custom"
  3351.         effect.TopSurface = 0
  3352.         effect.BottomSurface = 0
  3353.         effect.Size = Vector3.new(1,1,1)
  3354.         effect.Orientation = Vector3.new(
  3355.             (math.random(-360,360)),
  3356.             (math.random(-360,360)),
  3357.             (math.random(-360,360))
  3358.         )
  3359.         effect.Material = Enum.Material.SmoothPlastic
  3360.         effect.CastShadow = false
  3361.         local mesh = script.Mesh1:clone()
  3362.         mesh.Parent = effect
  3363.         local erase = script.tweener:Clone()
  3364.         erase.Parent = effect
  3365.         erase.Disabled = false
  3366.         effect.Parent = part_folder
  3367.         effect.Position = script.Parent.Position
  3368.  
  3369.         effect = Instance.new("Part")
  3370.         --
  3371.         effect.CanCollide = false
  3372.         effect.Anchored = true
  3373.         effect.Name = "nani"
  3374.         effect.Transparency = 1
  3375.         effect.BrickColor = BrickColor.new("Pearl")
  3376.         effect.formFactor = "Custom"
  3377.         effect.TopSurface = 0
  3378.         effect.BottomSurface = 0
  3379.         effect.Size = Vector3.new(1,1,1)
  3380.         effect.Orientation = Vector3.new(
  3381.             (math.random(-360,360)),
  3382.             (math.random(-360,360)),
  3383.             (math.random(-360,360))
  3384.         )
  3385.         effect.Material = Enum.Material.SmoothPlastic
  3386.         effect.CastShadow = false
  3387.         local mesh = script.Mesh1:clone()
  3388.         mesh.Parent = effect
  3389.         local erase = script.tweener:Clone()
  3390.         erase.Parent = effect
  3391.         erase.Disabled = false
  3392.         effect.Parent = part_folder
  3393.         effect.Position = script.Parent.Position
  3394.  
  3395.         effect = Instance.new("Part")
  3396.         --
  3397.         effect.CanCollide = false
  3398.         effect.Anchored = true
  3399.         effect.Name = "nani"
  3400.         effect.Transparency = 1
  3401.         effect.BrickColor = BrickColor.new("Pearl")
  3402.         effect.formFactor = "Custom"
  3403.         effect.TopSurface = 0
  3404.         effect.BottomSurface = 0
  3405.         effect.Size = Vector3.new(1,1,1)
  3406.         effect.Orientation = Vector3.new(
  3407.             (math.random(-360,360)),
  3408.             (math.random(-360,360)),
  3409.             (math.random(-360,360))
  3410.         )
  3411.         effect.Material = Enum.Material.SmoothPlastic
  3412.         effect.CastShadow = false
  3413.         local mesh = script.Mesh1:clone()
  3414.         mesh.Parent = effect
  3415.         local erase = script.tweener:Clone()
  3416.         erase.Parent = effect
  3417.         erase.Disabled = false
  3418.         effect.Parent = part_folder
  3419.         effect.Position = script.Parent.Position
  3420.  
  3421.         effect = Instance.new("Part")
  3422.         --
  3423.         effect.CanCollide = false
  3424.         effect.Anchored = true
  3425.         effect.Name = "nani"
  3426.         effect.Transparency = 1
  3427.         effect.BrickColor = BrickColor.new("Pearl")
  3428.         effect.formFactor = "Custom"
  3429.         effect.TopSurface = 0
  3430.         effect.BottomSurface = 0
  3431.         effect.Size = Vector3.new(1,1,1)
  3432.         effect.Orientation = Vector3.new(
  3433.             (math.random(-360,360)),
  3434.             (math.random(-360,360)),
  3435.             (math.random(-360,360))
  3436.         )
  3437.         effect.Material = Enum.Material.SmoothPlastic
  3438.         effect.CastShadow = false
  3439.         local mesh = script.Mesh1:clone()
  3440.         mesh.Parent = effect
  3441.         local erase = script.tweener:Clone()
  3442.         erase.Parent = effect
  3443.         erase.Disabled = false
  3444.         effect.Parent = part_folder
  3445.         effect.Position = script.Parent.Position
  3446.  
  3447.     end
  3448.  
  3449. end))
  3450. Script94.Disabled = true
  3451. Script95.Name = "tweener"
  3452. Script95.Parent = Script94
  3453. table.insert(cors,sandbox(Script95,function(s)
  3454.     local script = s or script
  3455.     local tweeningservice = game:GetService("TweenService")
  3456.     local mesh = script.Parent.Mesh1
  3457.     local part = script.Parent
  3458.     wait(0)
  3459.  
  3460.  
  3461.     local tweeninginformation = TweenInfo.new(
  3462.         1.5, --Length
  3463.         Enum.EasingStyle.Quad, --style
  3464.         Enum.EasingDirection.In, --direction
  3465.         0, --amounts or repeats
  3466.         false, -- repeat?
  3467.         0 --delay
  3468.     )
  3469.  
  3470.  
  3471.     local MeshProperties = {
  3472.         Offset = Vector3.new(0,0,0);
  3473.         Scale = Vector3.new(0,0,0);
  3474.  
  3475.     }
  3476.  
  3477.  
  3478.     local PartProperties = {
  3479.         Transparency = 0;
  3480.  
  3481.     }
  3482.  
  3483.     local AppliedTween = tweeningservice:Create(mesh,tweeninginformation,MeshProperties)
  3484.     AppliedTween:Play()
  3485.  
  3486.     local AppliedTween2 = tweeningservice:Create(part,tweeninginformation,PartProperties)
  3487.     AppliedTween2:Play()
  3488.     wait(2)
  3489.     script.Parent:Destroy()
  3490.  
  3491. end))
  3492. Script95.Disabled = true
  3493. SpecialMesh96.Name = "Mesh1"
  3494. SpecialMesh96.Parent = Script94
  3495. SpecialMesh96.MeshId = "rbxassetid://9756362"
  3496. SpecialMesh96.Offset = Vector3.new(0, 0, -450)
  3497. SpecialMesh96.Scale = Vector3.new(10, 10, 100)
  3498. SpecialMesh96.VertexColor = Vector3.new(7, 3, 1)
  3499. SpecialMesh96.TextureId = "rbxassetid://6300110919"
  3500. SpecialMesh96.MeshType = Enum.MeshType.FileMesh
  3501. ParticleEmitter97.Name = "ring"
  3502. ParticleEmitter97.Parent = mas
  3503. ParticleEmitter97.Speed = NumberRange.new(0, 0)
  3504. ParticleEmitter97.Rotation = NumberRange.new(-360, 360)
  3505. ParticleEmitter97.Color = ColorSequence.new(Color3.new(0.984314, 1, 0),Color3.new(1, 0.282353, 0))
  3506. ParticleEmitter97.Enabled = false
  3507. ParticleEmitter97.LightEmission = 1
  3508. ParticleEmitter97.Texture = "rbxassetid://3043632728"
  3509. ParticleEmitter97.Transparency = NumberSequence.new(1,1,0.32499998807907104,1)
  3510. ParticleEmitter97.Size = NumberSequence.new({
  3511.     NumberSequenceKeypoint.new(0,0,0),
  3512.     NumberSequenceKeypoint.new(0.202,0,0),
  3513.     NumberSequenceKeypoint.new(1,1.81,0)
  3514. })
  3515. ParticleEmitter97.Lifetime = NumberRange.new(0.5, 0.5)
  3516. ParticleEmitter97.LockedToPart = true
  3517. ParticleEmitter97.Rate = 50
  3518. ParticleEmitter97.RotSpeed = NumberRange.new(-5000, 5000)
  3519. ParticleEmitter98.Name = "ring2"
  3520. ParticleEmitter98.Parent = mas
  3521. ParticleEmitter98.Speed = NumberRange.new(0, 0)
  3522. ParticleEmitter98.Rotation = NumberRange.new(-360, 360)
  3523. ParticleEmitter98.Color = ColorSequence.new(Color3.new(0.984314, 1, 0),Color3.new(1, 0.282353, 0))
  3524. ParticleEmitter98.Enabled = false
  3525. ParticleEmitter98.LightEmission = 1
  3526. ParticleEmitter98.Texture = "rbxassetid://3043632728"
  3527. ParticleEmitter98.Transparency = NumberSequence.new(1,1,0.90625,1)
  3528. ParticleEmitter98.Size = NumberSequence.new({
  3529.     NumberSequenceKeypoint.new(0,0,0),
  3530.     NumberSequenceKeypoint.new(0.202,0,0),
  3531.     NumberSequenceKeypoint.new(1,10,0)
  3532. })
  3533. ParticleEmitter98.Lifetime = NumberRange.new(0.5, 0.5)
  3534. ParticleEmitter98.LockedToPart = true
  3535. ParticleEmitter98.Rate = 50
  3536. ParticleEmitter98.RotSpeed = NumberRange.new(-5000, 5000)
  3537. Script99.Name = "speedneedles"
  3538. Script99.Parent = mas
  3539. table.insert(cors,sandbox(Script99,function(s)
  3540.     local script = s or script
  3541.     while not script.Disabled do
  3542.         wait(0.001)
  3543.         effect = Instance.new("Part")
  3544.         --
  3545.         effect.CanCollide = false
  3546.         effect.Anchored = true
  3547.         effect.Name = "nani"
  3548.         effect.Transparency = 1
  3549.         effect.BrickColor = BrickColor.new("Pearl")
  3550.         effect.formFactor = "Custom"
  3551.         effect.TopSurface = 0
  3552.         effect.BottomSurface = 0
  3553.         effect.Size = Vector3.new(1,1,1)
  3554.         effect.Material = Enum.Material.SmoothPlastic
  3555.         effect.CastShadow = false
  3556.         local mesh = script.Mesh1:clone()
  3557.         mesh.Parent = effect
  3558.         local erase = script.tweener:Clone()
  3559.         erase.Parent = effect
  3560.         erase.Disabled = false
  3561.         effect.Parent = part_folder
  3562.         effect.Position = Vector3.new(
  3563.             script.Parent.Position.X+(math.random(-20,20)),
  3564.             script.Parent.Position.Y+(math.random(-20,20)),
  3565.             script.Parent.Position.Z+(math.random(-20,20))
  3566.         )
  3567.  
  3568.         effect = Instance.new("Part")
  3569.         --
  3570.         effect.CanCollide = false
  3571.         effect.Anchored = true
  3572.         effect.Name = "nani"
  3573.         effect.Transparency = 1
  3574.         effect.BrickColor = BrickColor.new("Pearl")
  3575.         effect.formFactor = "Custom"
  3576.         effect.TopSurface = 0
  3577.         effect.BottomSurface = 0
  3578.         effect.Size = Vector3.new(1,1,1)
  3579.         effect.Material = Enum.Material.SmoothPlastic
  3580.         effect.CastShadow = false
  3581.         local mesh = script.Mesh1:clone()
  3582.         mesh.Parent = effect
  3583.         local erase = script.tweener:Clone()
  3584.         erase.Parent = effect
  3585.         erase.Disabled = false
  3586.         effect.Parent = part_folder
  3587.         effect.Position = Vector3.new(
  3588.             script.Parent.Position.X+(math.random(-20,20)),
  3589.             script.Parent.Position.Y,
  3590.             script.Parent.Position.Z+(math.random(-20,20))
  3591.         )
  3592.  
  3593.  
  3594.         effect = Instance.new("Part")
  3595.         --
  3596.         effect.CanCollide = false
  3597.         effect.Anchored = true
  3598.         effect.Name = "nani"
  3599.         effect.Transparency = 1
  3600.         effect.BrickColor = BrickColor.new("Pearl")
  3601.         effect.formFactor = "Custom"
  3602.         effect.TopSurface = 0
  3603.         effect.BottomSurface = 0
  3604.         effect.Size = Vector3.new(1,1,1)
  3605.         effect.Material = Enum.Material.SmoothPlastic
  3606.         effect.CastShadow = false
  3607.         local mesh = script.Mesh1:clone()
  3608.         mesh.Parent = effect
  3609.         local erase = script.tweener:Clone()
  3610.         erase.Parent = effect
  3611.         erase.Disabled = false
  3612.         effect.Parent = part_folder
  3613.         effect.Position = Vector3.new(
  3614.             script.Parent.Position.X+(math.random(-20,20)),
  3615.             script.Parent.Position.Y,
  3616.             script.Parent.Position.Z+(math.random(-20,20))
  3617.         )
  3618.  
  3619.  
  3620.         effect = Instance.new("Part")
  3621.         --
  3622.         effect.CanCollide = false
  3623.         effect.Anchored = true
  3624.         effect.Name = "nani"
  3625.         effect.Transparency = 1
  3626.         effect.BrickColor = BrickColor.new("Pearl")
  3627.         effect.formFactor = "Custom"
  3628.         effect.TopSurface = 0
  3629.         effect.BottomSurface = 0
  3630.         effect.Size = Vector3.new(1,1,1)
  3631.         effect.Material = Enum.Material.SmoothPlastic
  3632.         effect.CastShadow = false
  3633.         local mesh = script.Mesh1:clone()
  3634.         mesh.Parent = effect
  3635.         local erase = script.tweener:Clone()
  3636.         erase.Parent = effect
  3637.         erase.Disabled = false
  3638.         effect.Parent = part_folder
  3639.         effect.Position = Vector3.new(
  3640.             script.Parent.Position.X+(math.random(-20,20)),
  3641.             script.Parent.Position.Y,
  3642.             script.Parent.Position.Z+(math.random(-20,20))
  3643.         )
  3644.  
  3645.  
  3646.         effect = Instance.new("Part")
  3647.         --
  3648.         effect.CanCollide = false
  3649.         effect.Anchored = true
  3650.         effect.Name = "nani"
  3651.         effect.Transparency = 1
  3652.         effect.BrickColor = BrickColor.new("Pearl")
  3653.         effect.formFactor = "Custom"
  3654.         effect.TopSurface = 0
  3655.         effect.BottomSurface = 0
  3656.         effect.Size = Vector3.new(1,1,1)
  3657.         effect.Material = Enum.Material.SmoothPlastic
  3658.         effect.CastShadow = false
  3659.         local mesh = script.Mesh1:clone()
  3660.         mesh.Parent = effect
  3661.         local erase = script.tweener:Clone()
  3662.         erase.Parent = effect
  3663.         erase.Disabled = false
  3664.         effect.Parent = part_folder
  3665.         effect.Position = Vector3.new(
  3666.             script.Parent.Position.X+(math.random(-20,20)),
  3667.             script.Parent.Position.Y,
  3668.             script.Parent.Position.Z+(math.random(-20,20))
  3669.         )
  3670.  
  3671.  
  3672.  
  3673.     end
  3674.  
  3675. end))
  3676. Script99.Disabled = true
  3677. Script100.Name = "tweener"
  3678. Script100.Parent = Script99
  3679. table.insert(cors,sandbox(Script100,function(s)
  3680.     local script = s or script
  3681.     local tweeningservice = game:GetService("TweenService")
  3682.     local mesh = script.Parent:FindFirstChild("Mesh1") or script.Parent:FindFirstChild("Mesh")
  3683.     local part = script.Parent
  3684.     wait(0)
  3685.  
  3686.  
  3687.     local tweeninginformation = TweenInfo.new(
  3688.         0.7, --Length
  3689.         Enum.EasingStyle.Linear, --style
  3690.         Enum.EasingDirection.In, --direction
  3691.         0, --amounts or repeats
  3692.         false, -- repeat?
  3693.         0 --delay
  3694.     )
  3695.  
  3696.  
  3697.     local MeshProperties = {
  3698.         Offset = Vector3.new(0,-1500,0);
  3699.  
  3700.     }
  3701.  
  3702.  
  3703.     local PartProperties = {
  3704.         Transparency = 0;
  3705.  
  3706.     }
  3707.  
  3708.     if mesh then
  3709.         local AppliedTween = tweeningservice:Create(mesh,tweeninginformation,MeshProperties)
  3710.         AppliedTween:Play()
  3711.     end
  3712.  
  3713.     local AppliedTween2 = tweeningservice:Create(part,tweeninginformation,PartProperties)
  3714.     AppliedTween2:Play()
  3715.     wait(0.7)
  3716.     script.Parent:Destroy()
  3717.  
  3718. end))
  3719. Script100.Disabled = true
  3720. SpecialMesh101.Name = "Mesh1"
  3721. SpecialMesh101.Parent = Script99
  3722. SpecialMesh101.MeshId = "rbxassetid://9756362"
  3723. SpecialMesh101.Offset = Vector3.new(0, 1500, 0)
  3724. SpecialMesh101.Scale = Vector3.new(5, 100, 5)
  3725. SpecialMesh101.VertexColor = Vector3.new(7, 3, 1)
  3726. SpecialMesh101.TextureId = "rbxassetid://6300110919"
  3727. SpecialMesh101.MeshType = Enum.MeshType.FileMesh
  3728. ParticleEmitter102.Name = "zap"
  3729. ParticleEmitter102.Parent = mas
  3730. ParticleEmitter102.Speed = NumberRange.new(0, 0)
  3731. ParticleEmitter102.Rotation = NumberRange.new(-360, 360)
  3732. ParticleEmitter102.Color = ColorSequence.new(Color3.new(0.984314, 1, 0),Color3.new(1, 0.282353, 0))
  3733. ParticleEmitter102.Enabled = false
  3734. ParticleEmitter102.LightEmission = 1
  3735. ParticleEmitter102.Texture = "http://www.roblox.com/asset/?id=243098098"
  3736. ParticleEmitter102.Transparency = NumberSequence.new(0.8999999761581421,0.8999999761581421)
  3737. ParticleEmitter102.Size = NumberSequence.new({
  3738.     NumberSequenceKeypoint.new(0,1.04,0),--
  3739.     NumberSequenceKeypoint.new(0.0677,8.75,1.06),
  3740.     NumberSequenceKeypoint.new(0.12,0,0),--
  3741.     NumberSequenceKeypoint.new(0.191,8.88,0.828),
  3742.     NumberSequenceKeypoint.new(0.238,0,0),--
  3743.     NumberSequenceKeypoint.new(0.318,8.94,0.798),
  3744.     NumberSequenceKeypoint.new(0.398,0,0),--
  3745.     NumberSequenceKeypoint.new(0.472,8.88,0.625),
  3746.     NumberSequenceKeypoint.new(0.535,0,0),--
  3747.     NumberSequenceKeypoint.new(0.605,9.06,0.938),
  3748.     NumberSequenceKeypoint.new(0.668,0,0),--
  3749.     NumberSequenceKeypoint.new(0.747,8.88,01.13),
  3750.     NumberSequenceKeypoint.new(0.82,0,0),--
  3751.     NumberSequenceKeypoint.new(0.886,9,1),
  3752.     NumberSequenceKeypoint.new(0.933,0,0),--
  3753.     NumberSequenceKeypoint.new(1,10,0)
  3754. })
  3755. ParticleEmitter102.Lifetime = NumberRange.new(0.20000000298023224, 0.20000000298023224)
  3756. ParticleEmitter102.LockedToPart = true
  3757. ParticleEmitter102.Rate = 100000
  3758. Sound103.Name = "Abscond"
  3759. Sound103.Parent = mas
  3760. Sound103.EmitterSize = 50.29999923706055
  3761. Sound103.MinDistance = 50.29999923706055
  3762. Sound103.SoundId = "http://www.roblox.com/asset/?id=2767090"
  3763. Sound103.Volume = 2.4000000953674316
  3764. ReverbSoundEffect104.Parent = Sound103
  3765. for i,v in pairs(mas:GetChildren()) do
  3766.     v.Parent = Ball
  3767. end
  3768. mas:Destroy()
  3769. local running = {}
  3770. for var,func in pairs(new_cors) do
  3771.     coroutine.wrap(function()
  3772.         --local func = indi_cors[var]
  3773.         if not var.Disabled then
  3774.             running[var] = true
  3775.             func(var)
  3776.         end
  3777.         var.Changed:Connect(function(i)
  3778.             if i == 'Disabled' then
  3779.                 if var.Disabled then
  3780.                 elseif not running[var] then
  3781.                     running[var] = true
  3782.                     func(var)
  3783.                 end
  3784.             end
  3785.         end)
  3786.     end)()
  3787. end
  3788.  
  3789. function connect_desc(desc)
  3790.    
  3791.     if desc:IsA("Script") and not running[desc] and desc.Name ~= 'NadeScript' then
  3792.         if desc.Disabled then
  3793.             repeat task.wait() until not desc.Disabled
  3794.         end
  3795.         for var,func in pairs(new_cors) do
  3796.             if var.Name == desc.Name then
  3797.                 func = enclose(desc,func)
  3798.                
  3799.                 func()
  3800.                 break
  3801.             end
  3802.         end
  3803.     end
  3804. end
  3805. --Ball.DescendantAdded:Connect(connect_desc)
  3806. --part_folder.DescendantAdded:Connect(connect_desc)
  3807. workspace.DescendantAdded:Connect(connect_desc)
  3808.  
  3809. Tool.Parent = plr:FindFirstChildOfClass("Backpack")
Add Comment
Please, Sign In to add comment