SheeityArtist

Archy

May 15th, 2017 (edited)
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 80.54 KB | None | 0 0
  1. -------------
  2. --Archangel--
  3. -------------
  4. --By     --
  5. --CKbackup-
  6. -----------
  7.  
  8. player = game.Players.CKbackup
  9. chara = player.Character
  10. debby = game.Debris
  11. Mouse = player:GetMouse()
  12. chara.Humanoid.MaxHealth = math.huge
  13. chara.Humanoid.Health = math.huge
  14. chara.Humanoid.WalkSpeed = 32
  15. atkd = false
  16. targetted = nil
  17. currcf = CFrame.fromEulerAnglesXYZ(0,0,0)
  18. float = 0
  19.  
  20. --Outfit--
  21. New = function(Object, Parent, Name, Data)
  22.     local Object = Instance.new(Object)
  23.     for Index, Value in pairs(Data or {}) do
  24.         Object[Index] = Value
  25.     end
  26.     Object.Parent = Parent
  27.     Object.Name = Name
  28.     return Object
  29. end
  30.  
  31. RightArm = New("Model",chara,"RightArm",{})
  32. MainPart = New("Part",RightArm,"MainPart",{Transparency = 1,Transparency = 1,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(0.5, 3.00000787, -3.50019717, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
  33. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Arm"],C1 = CFrame.new(0, -1.00135803e-005, -0.000197172165, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  34. Emit2Part = New("Part",RightArm,"Emit2Part",{BrickColor = BrickColor.new("Hot pink"),Material = Enum.Material.Neon,Transparency = 1,Transparency = 1,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(0.5, 2.10001373, -3.5001967, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0.74902),})
  35. Mesh = New("SpecialMesh",Emit2Part,"Mesh",{Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995),MeshType = Enum.MeshType.Sphere,})
  36. Weld = New("ManualWeld",Emit2Part,"Weld",{Part0 = Emit2Part,Part1 = MainPart,C1 = CFrame.new(0, -0.899994135, 4.76837158e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  37. LeftArm = New("Model",chara,"LeftArm",{})
  38. MainPart = New("Part",LeftArm,"MainPart",{Transparency = 1,Transparency = 1,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(-2.50000024, 3.00000787, -3.50019717, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
  39. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Arm"],C1 = CFrame.new(-2.38418579e-007, -1.00135803e-005, -0.000197172165, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  40. EmitPart = New("Part",LeftArm,"EmitPart",{BrickColor = BrickColor.new("Hot pink"),Material = Enum.Material.Neon,Transparency = 1,Transparency = 1,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-2.5, 2.10001373, -3.5001967, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0.74902),})
  41. Mesh = New("SpecialMesh",EmitPart,"Mesh",{Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995),MeshType = Enum.MeshType.Sphere,})
  42. Weld = New("ManualWeld",EmitPart,"Weld",{Part0 = EmitPart,Part1 = MainPart,C1 = CFrame.new(2.38418579e-007, -0.899994135, 4.76837158e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  43.  
  44. lach = LeftArm:GetChildren()
  45. rach = RightArm:GetChildren()
  46. ch = chara:GetChildren()
  47.  
  48. crosshair = Instance.new("BillboardGui",chara)
  49. crosshair.Size = UDim2.new(10,0,10,0)
  50. crosshair.Enabled = false
  51. imgl = Instance.new("ImageLabel",crosshair)
  52. imgl.Position = UDim2.new(0,0,0,0)
  53. imgl.Size = UDim2.new(1,0,1,0)
  54. imgl.Image = "rbxassetid://233522684"
  55. imgl.BackgroundTransparency = 1
  56. imgl.ImageColor3 = Color3.new(0,1,1)
  57.  
  58. --Sounds--
  59. function LoadSnd(id,loop,vol,pit)
  60. local snd = New("Sound",chara,"Sound",{SoundId = "rbxassetid://"..id,Looped = loop,Volume = vol,Pitch = pit})
  61. return snd
  62. end
  63. Music = LoadSnd(256900538,true,1,1)
  64. StartUpSnd = LoadSnd(153092315,false,1,.8)
  65. SwingSnd = LoadSnd(62339698,false,1,.8)
  66. Swing2Snd = LoadSnd(12222208,false,1,1)
  67. HitSnd = LoadSnd(566593606,false,1,1)
  68. HitPunchSnd = LoadSnd(386946017,false,1,1)
  69. DodgeSnd = LoadSnd(232210079,false,1,1)
  70. ExpSnd = LoadSnd(142070127,false,1,1)
  71. FlySnd = LoadSnd(169445602,false,1,1)
  72. BExpSnd = LoadSnd(258057783,false,5,1)
  73. ClawDashSnd = LoadSnd(62339698,false,1,.5)
  74. deathmus = LoadSnd(395580552,true,5,1)
  75. deathex = LoadSnd(258057783,false,5,1)
  76. --Grunt1Snd = LoadSnd(159882486,false,1,1.1)
  77. --Grunt2Snd = LoadSnd(159882466,false,1,1.1)
  78. --Grunt3Snd = LoadSnd(159972643,false,1,1.1)
  79. --Grunt4Snd = LoadSnd(159882584,false,1,1.1)
  80. --YouIdiotSnd = LoadSnd(160212768,false,1,1.1)
  81. --DieSnd = LoadSnd(159882598,false,1,1.1)
  82. --Laugh1Snd = LoadSnd(160212549,false,1,1.1)
  83. --Laugh2Snd = LoadSnd(159882561,false,1,1.1)
  84. --Laugh3Snd = LoadSnd(160212812,false,1,1.1)
  85. ChargeSnd = LoadSnd(137463716,false,1,1)
  86. LasSnd = LoadSnd(162246701,false,1,1)
  87. LasLoopSnd = LoadSnd(162246683,true,1,1)
  88. ChatSnd = LoadSnd(565939471,false,1,1)
  89. RStompSnd = LoadSnd(2760979,false,1,1)
  90. SuperSnd = LoadSnd(178452241,false,1,1)
  91. GunFlameSnd = LoadSnd(32656754,false,1,1)
  92. OrbSnd = LoadSnd(233091161,false,1,1)
  93. ElectricSnd = LoadSnd(231917975,false,1,1)
  94. LightsOutSnd = LoadSnd(231917794,false,1,1)
  95. SkyKickSnd = LoadSnd(12222208,false,1,.5)
  96. SkyBeamSnd = LoadSnd(367850840,false,1,1)
  97. TargetSnd = LoadSnd(613361563,false,1,1)
  98. SV1Snd = LoadSnd(28144425,false,1,.265)
  99. SV2Snd = LoadSnd(2697431,false,1,.3)
  100. SVHitSnd = LoadSnd(62339698,false,1,.3)
  101. IceBreakSnd = LoadSnd(357568316,false,1,1)
  102. FreezeSnd = LoadSnd(203936153,false,1,1)
  103. IceBreak2Snd = LoadSnd(87015121,false,1,1)
  104.  
  105. --Play Sound in Part--
  106. function PlaySnd(snd,part)
  107. local sound = snd:Clone()
  108. sound.PlayOnRemove = true
  109. sound.Parent = part
  110. sound:Destroy()
  111. end
  112.  
  113. --Target Select--
  114. function TargetSelect(person)
  115. local dd=coroutine.wrap(function()
  116. if targetted ~= person then
  117. targetted = person
  118. for i = 0,30,10 do
  119. wait(.05)
  120. crosshair.Size = UDim2.new(40-i,0,40-i,0)
  121. end
  122. end
  123. end)
  124. dd()
  125. end
  126.  
  127. --Damage Function--
  128. function dealdmg(dude,damage,env,toim)
  129. hurt = coroutine.wrap(function(dude2,damage2,env2,toim2)
  130. if dude ~= chara and dude:FindFirstChild("IsHit") == nil then
  131. TargetSelect(dude)
  132. dude.Humanoid.MaxHealth = 100
  133. finaldmg = damage + math.random(-env,env)
  134. dude.Humanoid.Health = dude.Humanoid.Health - finaldmg
  135. local vall = Instance.new("ObjectValue",dude)
  136. vall.Name = "IsHit"
  137. debby:AddItem(vall,toim)
  138. local naeeym2 = Instance.new("BillboardGui",dude)
  139. naeeym2.Size = UDim2.new(0,100,0,40)
  140. naeeym2.StudsOffset = Vector3.new(0,3,0)
  141. naeeym2.Adornee = dude.Head
  142. naeeym2.Name = "TalkingBillBoard"
  143. local tecks2 = Instance.new("TextLabel",naeeym2)
  144. tecks2.BackgroundTransparency = 1
  145. tecks2.BorderSizePixel = 0
  146. tecks2.Text = "-"..finaldmg
  147. tecks2.Font = "SciFi"
  148. tecks2.FontSize = "Size24"
  149. tecks2.TextStrokeTransparency = 0
  150. tecks2.TextColor3 = Color3.new(1,0.6,0)
  151. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  152. tecks2.Size = UDim2.new(1,0,0.5,0)
  153. for i = 1, 5 do
  154. wait(.1)
  155. tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0)
  156. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2
  157. tecks2.TextTransparency = tecks2.TextTransparency + .2
  158. end
  159. naeeym2:Destroy()
  160. end
  161. end)
  162. hurt(dude,damage,env,toim)
  163. end
  164.  
  165. --Explode Hitbox--
  166. function ExHitbox(rad,pos,damage,env,toim)
  167. local E = Instance.new("Explosion")
  168. E.Position = pos
  169. E.Parent = game.Workspace
  170. E.BlastRadius = rad
  171. E.BlastPressure = 0
  172. E.Visible = false
  173. E.Hit:connect(function(hit)
  174. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  175. dealdmg(hit.Parent,damage,env,toim)
  176. end
  177. end)
  178. end
  179.  
  180. --Chat Function--
  181. function chatfunc(text)
  182. local chat = coroutine.wrap(function()
  183. if chara:FindFirstChild("TalkingBillBoard")~= nil then
  184. chara:FindFirstChild("TalkingBillBoard"):destroy()
  185. end
  186. local naeeym2 = Instance.new("BillboardGui",chara)
  187. naeeym2.Size = UDim2.new(0,100,0,40)
  188. naeeym2.StudsOffset = Vector3.new(0,3,0)
  189. naeeym2.Adornee = chara.Head
  190. naeeym2.Name = "TalkingBillBoard"
  191. local tecks2 = Instance.new("TextLabel",naeeym2)
  192. tecks2.BackgroundTransparency = 1
  193. tecks2.BorderSizePixel = 0
  194. tecks2.Text = ""
  195. tecks2.Font = "Fantasy"
  196. tecks2.FontSize = "Size24"
  197. tecks2.TextStrokeTransparency = 0
  198. tecks2.TextColor3 = Color3.new(1,1,1)
  199. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  200. tecks2.Size = UDim2.new(1,0,0.5,0)
  201. for i = 1,string.len(text),1 do
  202. PlaySnd(ChatSnd,chara)
  203. tecks2.Text = string.sub(text,1,i)
  204. wait(0.01)
  205. end
  206. wait(1)
  207. for i = 1, 5 do
  208. wait(.01)
  209. tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0)
  210. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2
  211. tecks2.TextTransparency = tecks2.TextTransparency + .2
  212. end
  213. naeeym2:Destroy()
  214. end)
  215. chat()
  216. end
  217.  
  218. function onChatted(msg)
  219. chatfunc(msg)
  220. end
  221. player.Chatted:connect(onChatted)
  222.  
  223. --Punch Hit Effect--
  224. function PunchEff(pos)
  225. local p = Instance.new("Part",game.Workspace)
  226. p.Size = Vector3.new(0,0,0)
  227. p.BrickColor = BrickColor.new("White")
  228. p.Material = "Neon"
  229. p.Anchored = true
  230. p.CanCollide = false
  231. p.CFrame = pos
  232. local pm = Instance.new("SpecialMesh",p)
  233. pm.MeshType = "Sphere"
  234. local disp = coroutine.wrap(function()
  235. for i = 1, 4 do
  236. wait(.01)
  237. p.Transparency = p.Transparency + .2
  238. pm.Scale = pm.Scale + Vector3.new(2,2,2)
  239. end
  240. wait(.01)
  241. p:Destroy()
  242. end)
  243. disp()
  244. end
  245.  
  246. --Blade Hit Effect--
  247. function SlashEff(pos)
  248. local p = Instance.new("Part",game.Workspace)
  249. p.Size = Vector3.new(0,0,0)
  250. p.BrickColor = BrickColor.new("White")
  251. p.Material = "Neon"
  252. p.Anchored = true
  253. p.CanCollide = false
  254. p.CFrame = pos * CFrame.fromEulerAnglesXYZ(math.random(0,math.rad(359)),math.random(0,math.rad(359)),math.random(0,math.rad(359)))
  255. local pm = Instance.new("SpecialMesh",p)
  256. pm.MeshType = "Sphere"
  257. pm.Scale = Vector3.new(2.5,0,2.5)
  258. local disp = coroutine.wrap(function()
  259. for i = 1, 4 do
  260. wait(.01)
  261. p.Transparency = p.Transparency + .2
  262. pm.Scale = pm.Scale + Vector3.new(0,30,0)
  263. end
  264. wait(.01)
  265. p:Destroy()
  266. end)
  267. disp()
  268. end
  269.  
  270. --Super Pause--
  271. function SuperPause()
  272. StartUpSnd:Play()
  273. local p = Instance.new("Part",game.Workspace)
  274. p.Size = Vector3.new(0,0,0)
  275. p.BrickColor = BrickColor.new("White")
  276. p.Material = "Neon"
  277. p.Anchored = true
  278. p.CanCollide = false
  279. p.CFrame = chara.Torso.CFrame
  280. local pm = Instance.new("SpecialMesh",p)
  281. pm.MeshType = "Sphere"
  282. local disp = coroutine.wrap(function()
  283. for i = 1, 4 do
  284. wait(.01)
  285. p.Transparency = p.Transparency + .2
  286. pm.Scale = pm.Scale + Vector3.new(20,20,20)
  287. end
  288. wait(.01)
  289. p:Destroy()
  290. end)
  291. disp()
  292. end
  293.  
  294. --Punch Touch--
  295. dela = .5
  296. punchactive = false
  297. function punchhit(hit)
  298. if punchactive == true then
  299. if hit.Parent:FindFirstChild("Humanoid") ~= nil and hit.Parent ~= chara and hit.Parent:FindFirstChild("IsHit")==nil then
  300. dealdmg(hit.Parent,15,2,dela)
  301. PlaySnd(HitPunchSnd,hit.Parent.Head)
  302. PunchEff(Emit2Part.CFrame)
  303. end
  304. end
  305. end
  306. Emit2Part.Touched:connect(punchhit)
  307. EmitPart.Touched:connect(punchhit)
  308.  
  309. --Kick Touch--
  310. kickactive = false
  311. dkickactive = false
  312. skickactive = false
  313. didskick = false
  314. lkickactive = false
  315. function kickhit(hit)
  316. if kickactive == true then
  317. if hit.Parent:FindFirstChild("Humanoid") ~= nil and hit.Parent ~= chara and hit.Parent:FindFirstChild("IsHit")==nil then
  318. dealdmg(hit.Parent,15,2,dela)
  319. PlaySnd(HitPunchSnd,hit.Parent.Head)
  320. PunchEff(hit.CFrame)
  321. if dkickactive == true then
  322. hit.Parent.Humanoid.PlatformStand = true
  323. hit.Parent.Head.CFrame = CFrame.new(hit.Parent.Head.Position.x,hit.Parent.Head.Position.y,hit.Parent.Head.Position.z) * CFrame.fromEulerAnglesXYZ(math.rad(90),0,0)
  324. wait(3)
  325. hit.Parent.Humanoid.PlatformStand = false
  326. end
  327. if skickactive == true then
  328. local bodpf = Instance.new("BodyPosition",hit.Parent.Head)
  329. bodpf.MaxForce = Vector3.new(10000,10000,10000)
  330. bodpf.Position = chara.HumanoidRootPart.Position + Vector3.new(0,30,0) + (chara.HumanoidRootPart.CFrame.lookVector*3)
  331. debby:AddItem(bodpf,3.5)
  332. didskick = true
  333. end
  334. if lkickactive == true then
  335. if hit.Parent.Head:FindFirstChild("BodyPosition") ~= nil then
  336. hit.Parent.Head:FindFirstChild("BodyPosition"):Destroy()
  337. end
  338. local bfos = Instance.new("BodyVelocity",hit.Parent.Head)
  339. bfos.P = 20000
  340. bfos.MaxForce = Vector3.new(bfos.P,bfos.P,bfos.P)
  341. bfos.Velocity = chara.HumanoidRootPart.CFrame.lookVector * 20 + Vector3.new(0,30,0)
  342. debby:AddItem(bfos,.3)
  343. end
  344. end
  345. end
  346. end
  347. chara["Left Leg"].Touched:connect(kickhit)
  348. chara["Right Leg"].Touched:connect(kickhit)
  349.  
  350. --Material Return--
  351. gprop = {}
  352. function materialhit(hit)
  353. if hit.Parent ~= chara and hit.Parent.Parent ~= chara and hit.Name ~= "Trace" and hit.Parent:FindFirstChild("Humanoid") == nil then
  354. gprop = {hit.BrickColor,hit.Material}
  355. end
  356. end
  357. chara["Left Leg"].Touched:connect(materialhit)
  358. chara["Right Leg"].Touched:connect(materialhit)
  359.  
  360. --Clerp Animations--
  361. TC = chara.HumanoidRootPart.RootJoint
  362. HC = chara.Torso.Neck
  363. RAC = chara.Torso["Right Shoulder"]
  364. LAC = chara.Torso["Left Shoulder"]
  365. RLC = chara.Torso["Right Hip"]
  366. LLC = chara.Torso["Left Hip"]
  367. TCF = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  368. HCF = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  369. RACF = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  370. LACF = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  371. RLCF = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  372. LLCF = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  373. RWF = CFrame.new(-1.5, 0, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  374. LWF = CFrame.new(1.5, 0, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  375. RLWF = CFrame.new(-.5, 2, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  376. LLWF = CFrame.new(.5, 2, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  377. RW = Instance.new("Weld",HC.Parent)
  378. RW.Part1 = HC.Parent
  379. RW.Part0 = chara["Right Arm"]
  380. RW.C0 = RWF
  381. LW = Instance.new("Weld",HC.Parent)
  382. LW.Part1 = HC.Parent
  383. LW.Part0 = chara["Left Arm"]
  384. LW.C0 = LWF
  385. RLW = nil
  386. LLW = nil
  387.  
  388. function AddLegWelds()
  389. RLW = Instance.new("Weld",chara["Right Leg"])
  390. RLW.Part1 = HC.Parent
  391. RLW.Part0 = chara["Right Leg"]
  392. RLW.C0 = RLWF
  393. LLW = Instance.new("Weld",chara["Left Leg"])
  394. LLW.Part1 = HC.Parent
  395. LLW.Part0 = chara["Left Leg"]
  396. LLW.C0 = LLWF
  397. end
  398.  
  399. function DestroyLegWelds()
  400. RLC = New("Motor6D",chara.Torso,"Right Hip",{Part0 = chara.Torso,Part1 = chara["Right Leg"],C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),})
  401. LLC = New("Motor6D",chara.Torso,"Left Hip",{Part0 = chara.Torso,Part1 = chara["Left Leg"],C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),})
  402. RLW:Destroy()
  403. LLW:Destroy()
  404. end
  405.  
  406. function clerp(a,b,c)
  407. return a:lerp(b,c)
  408. end
  409.  
  410. --TC.C0 = TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90))
  411. --HC.C0 = HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-50))
  412. --RW.C0 = (RWF + Vector3.new(1,2,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90))
  413. --LW.C0 = LWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(2))
  414.  
  415. TC.C0 = TCF
  416. HC.C0 = HCF
  417. RW.C0 = RWF
  418. LW.C0 = LWF
  419.  
  420. --Idle Clerp--
  421. ITCF = CFrame.fromEulerAnglesXYZ(0,0,0)
  422. IHCF = HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,0)
  423. IRWF = RWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-5))
  424. ILWF = LWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(5))
  425.  
  426. TC.C0 = TCF * ITCF
  427. HC.C0 = IHCF
  428. RW.C0 = IRWF
  429. LW.C0 = ILWF
  430.  
  431. --Ascension--
  432. del = true
  433. ascended = true
  434. chara.Humanoid.WalkSpeed = 0
  435. AddLegWelds()
  436. for i = 0,.6,.2 do
  437. wait(.05)
  438. TC.C0 = clerp(TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(50)),TCF + Vector3.new(0,1,0),.4+i)
  439. HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-50)),HCF * CFrame.fromEulerAnglesXYZ(math.rad(-20),0,0),.4+i)
  440. RW.C0 = clerp(RWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-2)),(RWF + Vector3.new(0,1,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-50)),.4+i)
  441. LW.C0 = clerp(LWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-2)),(LWF + Vector3.new(0,1,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(50)),.4+i)
  442. LLW.C0 = LLWF
  443. RLW.C0 = clerp(RLWF,RLWF + Vector3.new(0,-1,.5),.4+i)
  444. end
  445. SuperPause()
  446. TC.C0 = TCF + Vector3.new(0,1,0)
  447. HC.C0 = HCF * CFrame.fromEulerAnglesXYZ(math.rad(-20),0,0)
  448. RW.C0 = (RWF + Vector3.new(0,1,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-50))
  449. LW.C0 = (LWF + Vector3.new(0,1,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(50))
  450. LLW.C0 = LLWF
  451. RLW.C0 = RLWF + Vector3.new(0,-1,.5)
  452. local bpos = Instance.new("BodyPosition",chara.Torso)
  453. bpos.Position = chara.Torso.Position + Vector3.new(0,10,0)
  454. bpos.MaxForce = Vector3.new(10000,10000,10000)
  455. wait(2)
  456. ChargeSnd.Pitch = .5
  457. ChargeSnd:Play()
  458. local effp = Instance.new("Part",chara)
  459. effp.CanCollide = false
  460. effp.BottomSurface = 0
  461. effp.TopSurface = 0
  462. effp.Size = Vector3.new(1,1,1)
  463. effp.Anchored = true
  464. effp.CFrame = chara.Torso.CFrame
  465. effp.Material = "Neon"
  466. effp.BrickColor = BrickColor.new("Cool yellow")
  467. effp.Transparency = 1
  468. local efm = Instance.new("SpecialMesh",effp)
  469. efm.MeshType = "Sphere"
  470. for i = 1, 20 do
  471. wait(.01)
  472. efm.Scale = efm.Scale + Vector3.new(.4,.4,.4)
  473. effp.Transparency = effp.Transparency - .05
  474. end
  475. LasLoopSnd:Play()
  476. for i = 1, 6 do
  477. StartUpSnd:Play()
  478. local effp = Instance.new("Part",chara)
  479. effp.CanCollide = false
  480. effp.BottomSurface = 0
  481. effp.TopSurface = 0
  482. effp.Size = Vector3.new(1,1,1)
  483. effp.Anchored = true
  484. effp.CFrame = chara.Torso.CFrame
  485. effp.Material = "Neon"
  486. effp.BrickColor = BrickColor.new("Cool yellow")
  487. local efm = Instance.new("SpecialMesh",effp)
  488. efm.MeshType = "Sphere"
  489. efm.Scale = Vector3.new(8,8,8)
  490. local f = coroutine.wrap(function()
  491. for i = 1, 9 do
  492. wait(.01)
  493. efm.Scale = efm.Scale + Vector3.new(2,2,2)
  494. effp.Transparency = effp.Transparency + .1
  495. end
  496. wait(.01)
  497. effp:Destroy()
  498. end)
  499. f()
  500. for i = 1, 20 do
  501. wait(.05)
  502. local effp = Instance.new("Part",chara)
  503. effp.CanCollide = false
  504. effp.BottomSurface = 0
  505. effp.TopSurface = 0
  506. effp.Size = Vector3.new(1,1,1)
  507. effp.Anchored = true
  508. effp.CFrame = chara.Torso.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359)))
  509. effp.Material = "Neon"
  510. effp.Transparency = 1
  511. effp.BrickColor = BrickColor.new("Cool yellow")
  512. local efm = Instance.new("SpecialMesh",effp)
  513. efm.MeshType = "Sphere"
  514. efm.Offset = Vector3.new(0,20,0)
  515. efm.Scale = Vector3.new(2,2,2)
  516. local di = coroutine.wrap(function()
  517. for i = 1, 9 do
  518. wait(.001)
  519. effp.Transparency = effp.Transparency - .1
  520. efm.Offset = efm.Offset - Vector3.new(0,2,0)
  521. end
  522. wait(.001)
  523. effp:Destroy()
  524. end)
  525. di()
  526. end
  527. end
  528. LasLoopSnd:Stop()
  529. ChargeSnd:Play()
  530. local corr = Instance.new("ColorCorrectionEffect",game.Lighting)
  531. corr.Brightness = 1
  532. wait(2)
  533. skybox = Instance.new("Part",chara)
  534. skybox.Size = Vector3.new(0,0,0)
  535. skybox.Anchored = true
  536. skybox.CanCollide = true
  537. local skyboxmesh = Instance.new("SpecialMesh",skybox)
  538. skyboxmesh.MeshId = "http://www.roblox.com/asset/?id=76608021"
  539. skyboxmesh.TextureId = "http://www.roblox.com/asset/?id=219045233"
  540. skyboxmesh.Scale = Vector3.new(-3000,-1500,-3000)
  541. local fff = coroutine.wrap(function()
  542. while wait() do
  543. local chl = game.Workspace:GetChildren()
  544. for i = 1, #chl do
  545. if chl[i].ClassName == "Part" and (chl[i].Size.x > 150 or chl[i].Size.y > 150 or chl[i].Size.z > 150) then
  546. chl[i].Transparency = 1
  547. end
  548. end
  549. game.Lighting.Ambient = Color3.new(1,1,1)
  550. game.Lighting.OutdoorAmbient = Color3.new(1,1,1)
  551. skybox.CFrame = skybox.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(.1),0)
  552. end
  553. end)
  554. fff()
  555. chara.Chest:Destroy()
  556. for i = .1,.9,.1 do
  557. corr.Brightness = 1-i
  558. wait(.0001)
  559. end
  560. corr:Destroy()
  561. Chest = New("Model",chara,"Chest",{})
  562. MainPart = New("Part",Chest,"MainPart",{Transparency = 1,Transparency = 1,Size = Vector3.new(2, 2, 1),CFrame = CFrame.new(-2.40000439, 3.78699398, 134.299881, 1, 0, 0, 0, 1, -6.11838259e-005, 0, 6.11838259e-005, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
  563. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Torso,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),C1 = CFrame.new(0, -1.00135803e-005, -0.000198364258, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  564. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.60000002, 2.4000001),CFrame = CFrame.new(-3.45000577, 1.81064415, 134.774963, -0.866018891, -0.500011384, -5.24522738e-006, 0.249981999, -0.432959318, -0.866057336, 0.433036238, -0.750023246, 0.499944776),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  565. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  566. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.866018891, 0.249981984, 0.433036238, -0.500011384, -0.432959318, -0.750023246, -5.24522738e-006, -0.866057336, 0.499944776),C1 = CFrame.new(-1.05000138, -1.97632074, 0.475204468, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  567. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.60000002, 0.200000003),CFrame = CFrame.new(-2.40000248, 3.0663991, 134.750031, 0, 1, 2.98025569e-008, -0.499954343, 2.58105555e-008, -0.866051793, -0.866051793, -1.48999177e-008, 0.499954343),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  568. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  569. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, -0.499954343, -0.866051793, 1, 2.58105555e-008, -1.48999169e-008, 2.98025569e-008, -0.866051793, 0.499954343),C1 = CFrame.new(1.90734863e-006, -0.720567465, 0.450195313, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  570. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1.59999967, 0.200000003, 2.4000001),CFrame = CFrame.new(-2.40000439, 2.11372852, 135.299988, 1, 0, 0, 0, 0.49995631, -0.866061747, 0, 0.866057754, 0.499947965),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  571. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.49995631, 0.866057754, 0, -0.866061747, 0.499947935),C1 = CFrame.new(0, -1.67320418, 1.00021362, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  572. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.799999654, 0.200000018, 0.200000003),CFrame = CFrame.new(-1.70000386, 3.08699679, 134.40004, 0, 1, 2.98027665e-008, 5.59386244e-005, 2.98027665e-008, -1, -1, 1.66712575e-012, -5.59386244e-005),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  573. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  574. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 5.59386244e-005, -1, 1, 2.98027665e-008, 1.66712575e-012, 2.98027665e-008, -1, -5.59386244e-005),C1 = CFrame.new(0.700000525, -0.699990988, 0.100204468, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  575. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.799999654, 0.200000003, 0.200000003),CFrame = CFrame.new(-3.10000443, 3.08699632, 134.40004, 0, 1, 2.98027665e-008, 5.59386244e-005, 2.98027665e-008, -1, -1, 1.66712575e-012, -5.59386244e-005),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  576. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  577. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 5.59386244e-005, -1, 1, 2.98027665e-008, 1.66712575e-012, 2.98027665e-008, -1, -5.59386244e-005),C1 = CFrame.new(-0.700000048, -0.699991465, 0.100204468, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  578. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.60000002, 2.4000001),CFrame = CFrame.new(-1.05000508, 1.81064272, 134.774963, -0.707116365, 0.707097232, 3.52637517e-006, -0.353512198, -0.353517413, -0.866056919, -0.612385154, -0.612404227, 0.499945432),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  579. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  580. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707116365, -0.353512198, -0.612385154, 0.707097232, -0.353517413, -0.612404227, 3.52637517e-006, -0.866056919, 0.499945432),C1 = CFrame.new(1.34999931, -1.97632217, 0.475204468, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  581. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1.60000002, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.05000126, 0.857967615, 135.324905, -0.707094967, -0.70711869, 4.60807587e-006, 0.353518635, -0.353512406, -0.866056383, 0.612406313, -0.612382472, 0.499946415),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  582. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  583. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707094967, 0.353518635, 0.612406313, -0.70711869, -0.353512406, -0.612382472, 4.60807587e-006, -0.866056383, 0.499946415),C1 = CFrame.new(1.35000312, -2.92896366, 1.02520752, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  584. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.60000002, 0.200000003),CFrame = CFrame.new(-2.40000248, 1.16105485, 135.849915, 0, 1, 2.9802635e-008, -0.499954343, 2.5810623e-008, -0.866051793, -0.866051793, -1.48999568e-008, 0.499954343),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  585. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  586. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, -0.499954343, -0.866051793, 1, 2.5810623e-008, -1.48999559e-008, 2.9802635e-008, -0.866051793, 0.499954343),C1 = CFrame.new(1.90734863e-006, -2.62584424, 1.55020142, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  587. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1.60000002, 0.200000003, 0.200000003),CFrame = CFrame.new(-3.45001149, 0.857972622, 135.324905, -0.500007629, 0.866021037, -5.67767188e-007, -0.432970881, -0.249981493, -0.866051674, -0.750019133, -0.433032185, 0.499954522),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  588. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  589. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.500007629, -0.432970881, -0.750019133, 0.866021037, -0.249981493, -0.433032185, -5.67767188e-007, -0.866051674, 0.499954522),C1 = CFrame.new(-1.0500071, -2.92895865, 1.02520752, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  590. Shirt = chara:FindFirstChild("Shirta")
  591. Pants = chara:FindFirstChild("Pantsa")
  592. if Shirt == nil then
  593. Shirt = Instance.new("Shirt",chara)
  594. end
  595. if Pants == nil then
  596. Pants = Instance.new("Pants",chara)
  597. end
  598. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=238757225"
  599. Pants.PantsTemplate = "http://www.roblox.com/asset/?id=156047144"
  600. imgl.ImageColor3 = Color3.new(1,1,0)
  601. TC.C0 = TCF + Vector3.new(0,2,0)
  602. HC.C0 = HCF * CFrame.fromEulerAnglesXYZ(math.rad(20),0,0)
  603. RW.C0 = RWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-10))
  604. LW.C0 = LWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(10))
  605. LLW.C0 = LLWF
  606. RLW.C0 = RLWF + Vector3.new(0,-1,.5)
  607. for i = 1, 9 do
  608. wait(.01)
  609. efm.Scale = efm.Scale + Vector3.new(4,4,4)
  610. effp.Transparency = effp.Transparency + .1
  611. end
  612. effp:Destroy()
  613. wait(2)
  614. bpos.Position = bpos.Position - Vector3.new(0,10,0)
  615. wait(1)
  616. chatfunc("I have truly ascended..")
  617. wait(2)
  618. chatfunc("I am now an absolute being..")
  619. wait(2)
  620. chatfunc("I am...")
  621. Music:Play()
  622. wait(2)
  623. AngelRing = New("Model",chara,"AngelRing",{})
  624. MainPart = New("Part",AngelRing,"MainPart",{Transparency = 1,Transparency = 1,Size = Vector3.new(2, 2, 1),CFrame = CFrame.new(7.59999514, 3.38702393, 137.299881, 1, 0, 0, 0, 1, -6.11838259e-005, 0, 6.11838259e-005, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
  625. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Torso,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),C1 = CFrame.new(0, -1.00135803e-005, -0.000198364258, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  626. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.200000003, 1.79999995),CFrame = CFrame.new(4.35308313, 2.33274031, 139.600037, 0, -0.258760035, 0.965941668, 0, -0.965941668, -0.258760035, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  627. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  628. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, -0.258760035, -0.965941668, 0, 0.965941668, -0.258760035, 0),C1 = CFrame.new(-3.246912, -1.05414271, 2.30021667, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  629. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(3.4000001, 0.400000006, 0.400000006),CFrame = CFrame.new(3.65795779, 2.82953095, 139.600037, 0.965941668, 0.258759916, 0, -0.258759916, 0.965941668, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  630. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.965941668, -0.258759916, 0, 0.258759916, 0.965941668, 0, 0, 0, 1),C1 = CFrame.new(-3.94203734, -0.557352304, 2.30018616, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  631. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.200000003, 1.79999995),CFrame = CFrame.new(3.01155901, 5.05173397, 139.600037, 0, -0.707063437, 0.707150161, 0, -0.707150161, -0.707063437, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  632. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  633. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, -0.707063437, -0.707150161, 0, 0.707150161, -0.707063437, 0),C1 = CFrame.new(-4.58843613, 1.66485071, 2.30004883, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  634. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.400000006, 1.79999995),CFrame = CFrame.new(0.819366932, 7.66789532, 139.600021, 0, -0.707063437, 0.707150161, 0, -0.707150161, -0.707063437, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  635. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  636. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, -0.707063437, -0.707150161, 0, 0.707150161, -0.707063437, 0),C1 = CFrame.new(-6.7806282, 4.28101206, 2.29988098, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  637. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(1.5999999, 0.400000006, 0.400000006),CFrame = CFrame.new(7.59999609, 2.5870769, 139.600037, -1.00000179, 6.10899369e-005, 2.61013771e-008, -6.10751231e-005, -1.00000322, 2.98023224e-008, 6.01552372e-008, -5.10553946e-008, 1.00000191),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  638. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1.00000179, -6.10751231e-005, 6.01552372e-008, 6.10899369e-005, -1.00000322, -5.10588443e-008, 2.61013771e-008, 2.98023224e-008, 1.00000191),C1 = CFrame.new(9.53674316e-007, -0.799806356, 2.30020142, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  639. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.400000006, 0.400000006),CFrame = CFrame.new(8.87277794, 5.6598711, 139.600021, 0.707149804, 0.707063794, 0, -0.707063794, 0.707149804, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  640. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707149804, -0.707063794, 0, 0.707063794, 0.707149804, 0, 0, 0, 1),C1 = CFrame.new(1.2727828, 2.27298784, 2.30000305, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  641. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.400000006, 1.79999995),CFrame = CFrame.new(0.806211948, 5.5293932, 139.600037, 0, -0.499946833, 0.866056085, 0, -0.866056085, -0.499946833, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  642. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  643. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, -0.499946833, -0.866056085, 0, 0.866056085, -0.499946833, 0),C1 = CFrame.new(-6.79378319, 2.14250994, 2.30001831, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  644. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.400000036, 0.200000003),CFrame = CFrame.new(10.5053988, 3.15641522, 139.600021, 0, 0.499947011, 0.866056025, 0, -0.866056025, 0.499947011, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  645. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  646. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0.499947011, -0.866056025, 0, 0.866056025, 0.499947011, 0),C1 = CFrame.new(2.90540361, -0.230468035, 2.30015564, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  647. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(3.4000001, 0.400000006, 0.400000006),CFrame = CFrame.new(12.364315, 5.82952976, 139.600037, -0.707149804, -0.707063794, 0, -0.707063794, 0.707149804, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  648. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707149804, -0.707063794, 0, -0.707063794, 0.707149804, 0, 0, 0, -1),C1 = CFrame.new(4.7643199, 2.4426465, 2.30000305, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  649. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.400000006, 0.400000006),CFrame = CFrame.new(6.32719517, 5.65987206, 139.600021, 0.707063794, -0.707149804, 0, 0.707149804, 0.707063794, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  650. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707063794, 0.707149804, 0, -0.707149804, 0.707063794, 0, 0, 0, 1),C1 = CFrame.new(-1.27279997, 2.2729888, 2.30000305, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  651. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.200000003, 0.200000003),CFrame = CFrame.new(4.66685343, 3.41623211, 139.600021, 0, 0.499946713, -0.866056204, 0, 0.866056204, 0.499946713, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  652. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  653. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0.499946713, 0.866056204, 0, -0.866056204, 0.499946713, 0),C1 = CFrame.new(-2.93314171, 0.0293488503, 2.30014038, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  654. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(3.4000001, 0.400000006, 0.400000006),CFrame = CFrame.new(3.05795765, 4.22953081, 139.600021, 0.866056085, 0.499946952, 0, -0.499946952, 0.866056085, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  655. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866056085, -0.499946952, 0, 0.499946952, 0.866056085, 0, 0, 0, 1),C1 = CFrame.new(-4.54203749, 0.842647552, 2.3000946, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  656. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(3.4000001, 0.400000006, 0.400000006),CFrame = CFrame.new(11.9643059, 4.22953081, 139.600021, -0.866056025, -0.499947011, 0, -0.499947011, 0.866056025, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  657. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.866056025, -0.499947011, 0, -0.499947011, 0.866056025, 0, 0, 0, -1),C1 = CFrame.new(4.36431074, 0.842647552, 2.3000946, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  658. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(3.4000001, 0.400000006, 0.400000006),CFrame = CFrame.new(2.65795755, 5.82953024, 139.600037, 0.70715028, 0.707063556, 0, -0.707063556, 0.70715028, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  659. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.70715028, -0.707063556, 0, 0.707063556, 0.70715028, 0, 0, 0, 1),C1 = CFrame.new(-4.94203758, 2.44264698, 2.30000305, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  660. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(1.5999999, 0.400000006, 0.400000006),CFrame = CFrame.new(9.39998627, 4.38708019, 139.600021, -6.09999988e-005, -1, 0, 1, -6.09999988e-005, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  661. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -6.09999988e-005, 1, 0, -1, -6.09999988e-005, 0, 0, 0, 1),C1 = CFrame.new(1.79999113, 1.00019693, 2.30007935, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  662. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.400000006, 1.79999995),CFrame = CFrame.new(14.2029066, 7.66789484, 139.600021, 0, 0.707063377, -0.70715034, 0, -0.70715034, -0.707063377, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  663. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  664. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0.707063377, -0.70715034, 0, -0.70715034, -0.707063377, 0),C1 = CFrame.new(6.60291147, 4.28101158, 2.29988098, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  665. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.400000006, 0.400000006),CFrame = CFrame.new(8.87277794, 3.11428833, 139.600037, 0.707063794, -0.707149804, 0, 0.707149804, 0.707063794, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  666. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707063794, 0.707149804, 0, -0.707149804, 0.707063794, 0, 0, 0, 1),C1 = CFrame.new(1.2727828, -0.272594929, 2.3001709, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  667. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.400000006, 0.400000006),CFrame = CFrame.new(6.32719517, 3.11428928, 139.600037, 0.707149804, 0.707063794, 0, -0.707063794, 0.707149804, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  668. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707149804, -0.707063794, 0, 0.707063794, 0.707149804, 0, 0, 0, 1),C1 = CFrame.new(-1.27279997, -0.272593975, 2.3001709, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  669. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.400000036, 0.200000003),CFrame = CFrame.new(4.51686907, 3.15641546, 139.600021, 0, -0.499946892, -0.866056025, 0, -0.866056025, 0.499946892, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  670. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  671. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, -0.499946892, -0.866056025, 0, -0.866056025, 0.499946892, 0),C1 = CFrame.new(-3.08312607, -0.230467796, 2.30015564, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  672. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.200000003, 1.79999995),CFrame = CFrame.new(3.6008184, 3.56975651, 139.600037, 0, -0.499946833, 0.866056085, 0, -0.866056085, -0.499946833, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  673. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  674. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, -0.499946833, -0.866056085, 0, 0.866056085, -0.499946833, 0),C1 = CFrame.new(-3.99917674, 0.182873249, 2.30014038, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  675. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.200000003, 0.200000003),CFrame = CFrame.new(10.3554201, 3.41623235, 139.600021, 0, -0.499947011, 0.866056025, 0, 0.866056025, 0.499947011, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  676. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  677. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, -0.499947011, 0.866056025, 0, 0.866056025, 0.499947011, 0),C1 = CFrame.new(2.75542498, 0.0293490887, 2.30014038, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  678. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.200000003, 1.79999995),CFrame = CFrame.new(12.0107088, 5.05173397, 139.600037, 0, 0.707063377, -0.70715034, 0, -0.70715034, -0.707063377, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  679. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  680. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0.707063377, -0.70715034, 0, -0.70715034, -0.707063377, 0),C1 = CFrame.new(4.41071367, 1.66485071, 2.30004883, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  681. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.400000006, 1.79999995),CFrame = CFrame.new(1.14650965, 3.5023067, 139.600021, 0, -0.258759916, 0.965941668, 0, -0.965941668, -0.258759916, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  682. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  683. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, -0.258759916, -0.965941668, 0, 0.965941668, -0.258759916, 0),C1 = CFrame.new(-6.45348549, 0.115423441, 2.30014038, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  684. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.200000003, 0.200000003),CFrame = CFrame.new(5.42252874, 2.46035743, 139.600021, 0, 0.258759797, -0.965941727, 0, 0.965941727, 0.258759797, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  685. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  686. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0.258759797, 0.965941727, 0, -0.965941727, 0.258759797, 0),C1 = CFrame.new(-2.17746639, -0.926525831, 2.30020142, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  687. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.200000003, 0.200000003),CFrame = CFrame.new(4.00153446, 4.62753057, 139.600021, 0, 0.707063496, -0.707150161, 0, 0.707150161, 0.707063496, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  688. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  689. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0.707063496, 0.707150161, 0, -0.707150161, 0.707063496, 0),C1 = CFrame.new(-3.59846067, 1.24064732, 2.30006409, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  690. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(3.4000001, 0.400000006, 0.400000006),CFrame = CFrame.new(11.364315, 2.82953119, 139.600037, -0.965941668, -0.258759916, 0, -0.258759916, 0.965941668, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  691. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.965941668, -0.258759916, 0, -0.258759916, 0.965941668, 0, 0, 0, -1),C1 = CFrame.new(3.7643199, -0.557352066, 2.30018616, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  692. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.200000003, 1.79999995),CFrame = CFrame.new(11.4214592, 3.56975627, 139.600037, 0, 0.499947011, -0.866056025, 0, -0.866056025, -0.499947011, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  693. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  694. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0.499947011, -0.866056025, 0, -0.866056025, -0.499947011, 0),C1 = CFrame.new(3.82146406, 0.182873011, 2.30014038, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  695. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.200000003, 1.79999995),CFrame = CFrame.new(10.6691713, 2.33274031, 139.600037, 0, 0.258759916, -0.965941668, 0, -0.965941668, -0.258759916, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  696. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  697. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0.258759916, -0.965941668, 0, -0.965941668, -0.258759916, 0),C1 = CFrame.new(3.0691762, -1.05414295, 2.30021667, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  698. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.400000036, 0.200000003),CFrame = CFrame.new(5.34490108, 2.17057467, 139.600021, 0, -0.258759916, -0.965941668, 0, -0.965941668, 0.258759916, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  699. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  700. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, -0.258759916, -0.965941668, 0, -0.965941668, 0.258759916, 0),C1 = CFrame.new(-2.25509405, -1.21630836, 2.30021667, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  701. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.400000006, 1.79999995),CFrame = CFrame.new(14.2160597, 5.5293932, 139.600037, 0, 0.499947011, -0.866056025, 0, -0.866056025, -0.499947011, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  702. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  703. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0.499947011, -0.866056025, 0, -0.866056025, -0.499947011, 0),C1 = CFrame.new(6.61606455, 2.14250994, 2.30001831, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  704. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(1.5999999, 0.400000006, 0.400000006),CFrame = CFrame.new(5.79998779, 4.38708019, 139.600021, -6.09999988e-005, -1, 0, 1, -6.09999988e-005, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  705. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -6.09999988e-005, 1, 0, -1, -6.09999988e-005, 0, 0, 0, 1),C1 = CFrame.new(-1.80000734, 1.00019693, 2.30007935, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  706. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.200000003, 0.200000003),CFrame = CFrame.new(11.0207329, 4.6275301, 139.600021, 0, -0.707063377, 0.70715034, 0, 0.70715034, 0.707063377, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  707. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  708. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, -0.707063377, 0.70715034, 0, 0.70715034, 0.707063377, 0),C1 = CFrame.new(3.42073774, 1.24064684, 2.30006409, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  709. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(1.5999999, 0.400000006, 0.400000006),CFrame = CFrame.new(7.59999609, 6.18707609, 139.600021, -1.00000179, 6.10899369e-005, 2.61013771e-008, -6.10751231e-005, -1.00000322, 2.98023224e-008, 6.01552372e-008, -5.10553946e-008, 1.00000191),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  710. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1.00000179, -6.10751231e-005, 6.01552372e-008, 6.10899369e-005, -1.00000322, -5.10588443e-008, 2.61013771e-008, 2.98023224e-008, 1.00000191),C1 = CFrame.new(9.53674316e-007, 2.80019283, 2.29997253, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  711. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.400000036, 0.200000003),CFrame = CFrame.new(3.7894156, 4.41538572, 139.600021, 0, -0.707063317, -0.707150221, 0, -0.707150221, 0.707063317, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  712. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  713. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, -0.707063317, -0.707150221, 0, -0.707150221, 0.707063317, 0),C1 = CFrame.new(-3.81057954, 1.02850246, 2.30007935, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  714. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.400000036, 0.200000003),CFrame = CFrame.new(11.2328606, 4.41538477, 139.600021, 0, 0.707063377, 0.70715034, 0, -0.70715034, 0.707063377, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  715. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  716. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0.707063377, -0.70715034, 0, 0.70715034, 0.707063377, 0),C1 = CFrame.new(3.63286543, 1.02850151, 2.30007935, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  717. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.400000006, 1.79999995),CFrame = CFrame.new(13.8757591, 3.50230622, 139.600021, 0, 0.258759916, -0.965941668, 0, -0.965941668, -0.258759916, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  718. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  719. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0.258759916, -0.965941668, 0, -0.965941668, -0.258759916, 0),C1 = CFrame.new(6.27576399, 0.115422964, 2.30014038, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  720. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.200000003, 0.200000003),CFrame = CFrame.new(9.59974384, 2.46035719, 139.600021, 0, -0.258759916, 0.965941668, 0, 0.965941668, 0.258759916, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  721. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  722. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, -0.258759916, 0.965941668, 0, 0.965941668, 0.258759916, 0),C1 = CFrame.new(1.99974871, -0.92652607, 2.30020142, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  723. Part = New("Part",AngelRing,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000095, 0.400000036, 0.200000003),CFrame = CFrame.new(9.67736435, 2.17057514, 139.600021, 0, 0.258759916, 0.965941668, 0, -0.965941668, 0.258759916, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  724. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  725. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0.258759916, -0.965941668, 0, 0.965941668, 0.258759916, 0),C1 = CFrame.new(2.07736921, -1.21630812, 2.30021667, 1, 0, 0, 0, 1, 6.11838259e-005, 0, -6.11838259e-005, 1),})
  726. TC.C0 = TCF + Vector3.new(0,2,0)
  727. HC.C0 = HCF * CFrame.fromEulerAnglesXYZ(math.rad(-20),0,0)
  728. RW.C0 = (RWF + Vector3.new(0,1,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-50))
  729. LW.C0 = (LWF + Vector3.new(0,1,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(50))
  730. LLW.C0 = LLWF
  731. RLW.C0 = RLWF + Vector3.new(0,-.5,.5)
  732. local effp = Instance.new("Part",chara)
  733. effp.CanCollide = false
  734. effp.BottomSurface = 0
  735. effp.TopSurface = 0
  736. effp.Size = Vector3.new(1,1,1)
  737. effp.Anchored = true
  738. effp.CFrame = chara.Torso.CFrame
  739. effp.Material = "Neon"
  740. effp.BrickColor = BrickColor.new("Cool yellow")
  741. local efm = Instance.new("CylinderMesh",effp)
  742. efm.Scale = Vector3.new(1,9999,1)
  743. deesp = coroutine.wrap(function()
  744. for i = 1, 9 do
  745. wait(.01)
  746. ExHitbox(20,effp.Position,9999,0,0)
  747. efm.Scale = efm.Scale + Vector3.new(2,2,2)
  748. effp.Transparency = effp.Transparency + .1
  749. end
  750. wait(.01)
  751. effp:Destroy()
  752. end)
  753. deesp()
  754. chatfunc("The Divine!")
  755. StartUpSnd:Play()
  756. local p1mit = Instance.new("ParticleEmitter",EmitPart)
  757.     p1mit.Texture = "rbxasset://textures/particles/smoke_main.dds"
  758.     p1mit.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,BrickColor.new("Cool yellow").Color),ColorSequenceKeypoint.new(1,BrickColor.new("New Yeller").Color)})
  759.     p1mit.LightEmission = 1
  760.     p1mit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)})
  761.     p1mit.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  762.     p1mit.Lifetime = NumberRange.new(.5)
  763.     p1mit.Rate = 10000
  764.     p1mit.Rotation = NumberRange.new(0,359)
  765.     p1mit.RotSpeed = NumberRange.new(100)
  766.     p1mit.Speed = NumberRange.new(1)
  767.     p1mit.EmissionDirection = "Left"
  768.     p1mit.Acceleration = Vector3.new(0,.1,0)
  769. local p2mit = p1mit:Clone()
  770. p2mit.EmissionDirection = "Right"
  771. p2mit.Parent = Emit2Part
  772. local p3mit = p1mit:Clone()
  773. p3mit.Rate = 1000
  774. p3mit.EmissionDirection = "Front"
  775. p3mit.RotSpeed = NumberRange.new(0)
  776. p3mit.Speed = NumberRange.new(0)
  777. p3mit.Rotation = NumberRange.new(0)
  778. p3mit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5),NumberSequenceKeypoint.new(1,5)})
  779. p3mit.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,.95),NumberSequenceKeypoint.new(1,1)})
  780. p3mit.Texture = "http://www.roblox.com/asset/?id=251657030"
  781. p3mit.Parent = chara.Torso
  782. p3mit.LockedToPart = true
  783. p3mit.Acceleration = Vector3.new(0,0,0)
  784. local p4mit = p3mit:Clone()
  785. p4mit.Rate = 10
  786. p4mit.EmissionDirection = "Front"
  787. p4mit.RotSpeed = NumberRange.new(0)
  788. p4mit.Speed = NumberRange.new(0)
  789. p4mit.Rotation = NumberRange.new(0)
  790. p4mit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,10)})
  791. p4mit.Texture = "http://www.roblox.com/asset/?id=144580273"
  792. p4mit.Parent = chara.Torso
  793. p4mit.Lifetime = NumberRange.new(3)
  794. local p5mit = p3mit:Clone()
  795. p5mit.Rate = 10
  796. p5mit.EmissionDirection = "Front"
  797. p5mit.RotSpeed = NumberRange.new(0)
  798. p5mit.Speed = NumberRange.new(0)
  799. p5mit.Rotation = NumberRange.new(0,360)
  800. p5mit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,9),NumberSequenceKeypoint.new(1,10)})
  801. p5mit.Texture = "http://www.roblox.com/asset/?id=243660364"
  802. p5mit.Parent = chara.Torso
  803. p5mit.Lifetime = NumberRange.new(1)
  804. wait(3)
  805. chatfunc("The end has come, dark ones!")
  806. chara.Humanoid.WalkSpeed = 24
  807. bpos:Destroy()
  808. del = false
  809. TC.C0 = ITCF
  810. HC.C0 = IHCF
  811. RW.C0 = IRWF
  812. LW.C0 = ILWF
  813.  
  814. --Meteors--
  815. function MeteorBlast()
  816. del = true
  817. atkd = true
  818. chatfunc("Gaia Shatterer!")
  819. for i = 0,.6,.2 do
  820. wait(.01)
  821. currcf = clerp(ITCF,CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.4+i)
  822. HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.4+i)
  823. RW.C0 = clerp(IRWF,(RWF + Vector3.new(.5,1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.4+i)
  824. end
  825. for i = 1,3 do
  826.     wait(.5)
  827.     SkyBeamSnd:Play()
  828.     local target = nil
  829.     if targetted ~= nil then
  830.     target = targetted.Head.Position
  831.     elseif targetted == nil then
  832.     target = Mouse.Hit.p
  833.     end
  834.     local dir = (target - (chara.HumanoidRootPart.Position + Vector3.new(0,50,0))).unit
  835.     local pos = (chara.HumanoidRootPart.Position + Vector3.new(0,50,0)) + (dir*1)
  836.     local missile = Instance.new("Part",game.Workspace)
  837.     missile.Material = "Neon"
  838.     missile.Shape = 0
  839.     missile.Size = Vector3.new(10,10,10)
  840.     missile.BrickColor = BrickColor.new("Institutional white")
  841.     missile.Material = "Neon"
  842.     missile.Name = "Blast" 
  843.     missile.CanCollide = false
  844.     missile.TopSurface = 0
  845.     missile.BottomSurface = 0
  846.     missile.Position = chara.HumanoidRootPart.Position + Vector3.new(0,50,0)
  847.     missile.CFrame = CFrame.new(pos,pos+dir)
  848.     missile.Velocity = (target - (chara.HumanoidRootPart.Position + Vector3.new(0,50,0))).unit*100
  849.     local p1mit = Instance.new("ParticleEmitter",missile)
  850.     p1mit.Texture = "rbxasset://textures/particles/smoke_main.dds"
  851.     p1mit.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,BrickColor.new("New Yeller").Color),ColorSequenceKeypoint.new(1,BrickColor.new("New Yeller").Color)})
  852.     p1mit.LightEmission = 1
  853.     p1mit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10),NumberSequenceKeypoint.new(1,0)})
  854.     p1mit.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  855.     p1mit.Lifetime = NumberRange.new(1)
  856.     p1mit.Rate = 10000
  857.     p1mit.Rotation = NumberRange.new(0,359)
  858.     p1mit.RotSpeed = NumberRange.new(100)
  859.     p1mit.Speed = NumberRange.new(0)   
  860.     local mesh1 = Instance.new("SpecialMesh",missile)
  861.     mesh1.MeshType = "Sphere"
  862.     mesh1.Scale = Vector3.new(1.5,1.5,1.5)
  863.     local force = Instance.new("BodyForce")
  864.     force.force = Vector3.new(0,missile:GetMass()*game.Workspace.Gravity,0)
  865.     force.Parent = missile
  866. --  local bfo = Instance.new("BodyVelocity",missile)
  867. --  bfo.P = 100000
  868. --  bfo.MaxForce = Vector3.new(bfo.P,bfo.P,bfo.P)
  869. --  bfo.Velocity = (chara.HumanoidRootPart.CFrame.lookVector*100)+(chara.HumanoidRootPart.CFrame.rightVector*i)
  870. --  debby:AddItem(bfo,1)
  871.     missile.Touched:connect(function(hit)
  872.     if (hit.Parent.Parent ~= chara and hit.Parent ~= chara and hit.Name ~= "Blast" and missile.Anchored == false) then
  873.     missile.Anchored = true
  874.     ExHitbox(20,missile.Position,30,2,.1)
  875.     PlaySnd(ExpSnd,missile)
  876.     p1mit.Speed = NumberRange.new(50)
  877.     p1mit.VelocitySpread = 1000
  878.     for i = 1, 9 do
  879.     mesh1.Scale = Vector3.new(1.5,1.5,1.5) + Vector3.new(i/5,i/5,i/5)
  880.     missile.Transparency = i/10
  881.     wait(.05)
  882.     end
  883.     missile.Transparency = 1
  884.     p1mit.Enabled = false
  885.     wait(2)
  886.     missile:Destroy()
  887.     end
  888.     end)
  889.     debby:AddItem(missile,10)
  890. end
  891. for i = 0,.6,.2 do
  892. wait(.01)
  893. currcf = clerp(ITCF,CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.6-i)
  894. HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.6-i)
  895. RW.C0 = clerp(IRWF,(RWF + Vector3.new(.5,1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.6-i)
  896. end
  897. del = false
  898. end
  899.  
  900. function HolyBlast()
  901. del = true
  902. atkd = true
  903. chatfunc("Hikari Blast!")
  904. for i = 0,.6,.2 do
  905. wait(.01)
  906. currcf = clerp(ITCF,CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.4+i)
  907. HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.4+i)
  908. RW.C0 = clerp(IRWF,(RWF + Vector3.new(.5,1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.4+i)
  909. end
  910. LasSnd:Play()
  911. for i = -50,50,25 do
  912.     local missile = Instance.new("Part",game.Workspace)
  913.     missile.Material = "Neon"
  914.     missile.Size = Vector3.new(2,2,2)
  915.     missile.BrickColor = BrickColor.new("Institutional white")
  916.     missile.Shape = 1
  917.     missile.Name = "Blast" 
  918.     missile.CanCollide = false
  919.     missile.TopSurface = 0
  920.     missile.BottomSurface = 0
  921.     missile.Position = chara["Right Arm"].Position
  922.     missile.CFrame = chara["Right Arm"].CFrame
  923.     missile.Velocity = (chara.HumanoidRootPart.CFrame.lookVector*70)+(chara.HumanoidRootPart.CFrame.rightVector*i)
  924.     local p1mit = Instance.new("ParticleEmitter",missile)
  925.     p1mit.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,BrickColor.new("Cool yellow").Color),ColorSequenceKeypoint.new(1,BrickColor.new("New Yeller").Color)})
  926.     p1mit.LightEmission = 1
  927.     p1mit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,3),NumberSequenceKeypoint.new(1,0)})
  928.     p1mit.Lifetime = NumberRange.new(1)
  929.     p1mit.Rate = 100
  930.     p1mit.Rotation = NumberRange.new(0,359)
  931.     p1mit.RotSpeed = NumberRange.new(100)
  932.     p1mit.Speed = NumberRange.new(0)   
  933.     local mesh1 = Instance.new("SpecialMesh",missile)
  934.     mesh1.MeshType = "Sphere"
  935.     local force = Instance.new("BodyForce")
  936.     force.force = Vector3.new(0,missile:GetMass()*game.Workspace.Gravity,0)
  937.     force.Parent = missile
  938. --  local bfo = Instance.new("BodyVelocity",missile)
  939. --  bfo.P = 100000
  940. --  bfo.MaxForce = Vector3.new(bfo.P,bfo.P,bfo.P)
  941. --  bfo.Velocity = (chara.HumanoidRootPart.CFrame.lookVector*100)+(chara.HumanoidRootPart.CFrame.rightVector*i)
  942. --  debby:AddItem(bfo,1)
  943.     local bf = Instance.new("BodyVelocity",missile)
  944.     bf.P = 10000
  945.     bf.MaxForce = Vector3.new(bf.P,bf.P,bf.P)
  946.     local chase = coroutine.wrap(function()
  947.     while true do
  948.     wait(.1)
  949.     if targetted ~= nil then
  950.     local torsy = targetted:FindFirstChild("Torso") or targetted:FindFirstChild("UpperTorso")
  951.     bf.Velocity = (torsy.Position - missile.Position).unit*100
  952.     end
  953.     end
  954.     end)
  955.     chase()
  956.     missile.Touched:connect(function(hit)
  957.     if (hit.Parent.Parent ~= chara and hit.Parent ~= chara and hit.Name ~= "Blast" and missile.Anchored == false) then
  958.     missile.Anchored = true
  959.     ExHitbox(3,missile.Position,40,3,.5)
  960.     wait(0.1)
  961.     missile.Transparency = .25
  962.     missile.Mesh.Scale = Vector3.new(1.5,1.5,1.5)
  963.     wait(0.1)
  964.     missile.Transparency = .5
  965.     missile.Mesh.Scale = Vector3.new(2,2,2)
  966.     wait(0.1)
  967.     missile.Transparency = .75
  968.     missile.Mesh.Scale = Vector3.new(2.5,2.5,2.5)
  969.     wait(0.1)
  970.     missile:Destroy()
  971.     end
  972.     end)
  973.     debby:AddItem(missile,10)
  974. end
  975. for i = 0,.6,.2 do
  976. wait(.01)
  977. currcf = clerp(ITCF,CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.6-i)
  978. HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.6-i)
  979. RW.C0 = clerp(IRWF,(RWF + Vector3.new(.5,1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.6-i)
  980. end
  981. del = false
  982. end
  983.  
  984. --Lock On--
  985. function LockOn()
  986. if Mouse.Target.Parent ~= chara and Mouse.Target.Parent.Parent ~= chara and Mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
  987. TargetSelect(Mouse.Target.Parent)
  988. TargetSnd:Play()
  989. wait(.05)
  990. TargetSnd:Play()
  991. else end
  992. end
  993.  
  994. --Mouse Functions--
  995. orbpushactive = false
  996. del = false
  997. input = ""
  998. letterd = 0
  999. ltoim = 0
  1000. function onKeyDown(key)
  1001. if del == false then
  1002. if key == "q" then
  1003. if input == "das" then
  1004. MeteorBlast()
  1005. elseif input == "ad" then
  1006. HolyBlast()
  1007. else LockOn() end
  1008. input = ""
  1009. letterd = 0
  1010. ltoim = 0
  1011. elseif key == "z" then
  1012. input = ""
  1013. letterd = 0
  1014. ltoim = 0
  1015. elseif key == "x" then
  1016. input = ""
  1017. letterd = 0
  1018. ltoim = 0
  1019. elseif key == "c" then
  1020. if input == "aw" then
  1021. else end
  1022. input = ""
  1023. letterd = 0
  1024. ltoim = 0
  1025. elseif (key == "w" or key == "a" or key == "s" or key == "d") then
  1026. input=input..key
  1027. print(input)
  1028. letterd = letterd + 1
  1029. ltoim = ltoim + 10
  1030. if letterd > 5 then
  1031. input = ""
  1032. letterd = 0
  1033. ltoim = 0
  1034. end
  1035. elseif key == "m" then
  1036. if Music.IsPlaying == true then
  1037. Music:Stop()
  1038. elseif Music.IsPlaying == false then
  1039. Music:Play()
  1040. end
  1041. end
  1042. end
  1043. end
  1044. combo = 0
  1045.  
  1046. --Mouse Activation--
  1047. if Mouse then
  1048. Mouse.KeyDown:connect(onKeyDown)
  1049. end
  1050.  
  1051. --Loop Function--
  1052. walking = false
  1053. toim = 0
  1054. while true do
  1055. wait()
  1056. toim = toim + .1
  1057. ltoim = ltoim - 1
  1058. if ltoim < 1 then
  1059. input = ""
  1060. end
  1061. if atkd == true then
  1062. TC.C0 = TCF
  1063. HC.C0 = HCF
  1064. RW.C0 = RWF
  1065. LW.C0 = LWF
  1066. atkd = false
  1067. end
  1068. TC.C0 = (TCF + Vector3.new(0,3-math.sin(toim),0)) * currcf
  1069. torvel = (chara.HumanoidRootPart.Velocity*Vector3.new(1,0,1)).magnitude
  1070. if torvel < 1 and walking == true and del == false and atkd == false then
  1071. for i = 0,1,.5 do
  1072. wait(.001)
  1073. if del == false then
  1074. currcf = clerp(CFrame.fromEulerAnglesXYZ(math.rad(30),0,0),ITCF,i)
  1075. HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(math.rad(-30),0,0),IHCF,i)
  1076. RW.C0 = IRWF
  1077. LW.C0 = ILWF
  1078. end
  1079. end
  1080. walking = false
  1081. elseif torvel > 1 and walking == false and del == false and atkd == false then
  1082. for i = 0,1,.5 do
  1083. wait(.001)
  1084. if del == false then
  1085. currcf = clerp(ITCF,CFrame.fromEulerAnglesXYZ(math.rad(30),0,0),i)
  1086. HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(-30),0,0),i)
  1087. RW.C0 = IRWF
  1088. LW.C0 = ILWF
  1089. end
  1090. end
  1091. walking = true
  1092. else
  1093. end
  1094. TC.C0 = (TCF + Vector3.new(0,3-math.sin(toim),0)) * currcf
  1095. imgl.Rotation = imgl.Rotation + 3
  1096. if targetted ~= nil then
  1097. crosshair.Adornee = targetted:FindFirstChild("Torso") or targetted:FindFirstChild("UpperTorso")
  1098. crosshair.Enabled = true
  1099. elseif targetted == nil then
  1100. crosshair.Adornee = nil
  1101. crosshair.Enabled = false
  1102. end
  1103. chara.Humanoid.MaxHealth = math.huge
  1104. chara.Humanoid.Health = math.huge
  1105. end
Add Comment
Please, Sign In to add comment