Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 111.64 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return self[s]
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126.  
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144. -------------
  145. --Archangel--
  146. -------------
  147. --By --
  148. --CKBackup --
  149. -------------
  150.  
  151. player = game.Players.LocalPlayer
  152. chara = player.Character
  153. debby = game:GetService("Debris")
  154.  
  155. --Outfit--
  156.  
  157. New = function(Object, Parent, Name, Data)
  158. local Object = Instance.new(Object)
  159. for Index, Value in pairs(Data or {}) do
  160. Object[Index] = Value
  161. end
  162. Object.Parent = Parent
  163. Object.Name = Name
  164. return Object
  165. end
  166.  
  167. Chest = New("Model",chara,"Chest",{})
  168. MainPart = New("Part",Chest,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 2.00000024, 1),CFrame = CFrame.new(-2, 24.0000038, -9.49999332, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),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),})
  169. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Torso,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),C1 = CFrame.new(0, 1.90734863e-006, 6.67572021e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  170. Part = New("WedgePart",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 4.4000001, 0.800000012),CFrame = CFrame.new(-0.600000024, 23.3807621, -7.38075256, 0, 0, -0.99999994, 0.707106948, 0.707107484, 0, 0.707107484, -0.707106948, 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.972549, 0.972549, 0.972549),})
  171. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0.707106471, 0.707107008, 0, 0.707107008, -0.707106471, -0.99999994, 0, 0),C1 = CFrame.new(1.39999998, -0.619241714, 2.11924028, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  172. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 1.79999995),CFrame = CFrame.new(-0.299993277, 21.6071854, -9.09998989, 0.866024911, -0.500000834, 0, 0.500001192, 0.866025507, 0, 0, 0, 1.00000072),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, 1, 0),})
  173. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  174. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866024911, 0.500000834, 0, -0.500000834, 0.866024911, 0, 0, 0, 1),C1 = CFrame.new(1.70000672, -2.39281845, 0.400003433, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  175. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 1.79999995),CFrame = CFrame.new(-3.6999929, 21.6071854, -9.09998989, 0.499998927, -0.866026044, 0, 0.86602664, 0.499999285, 0, 0, 0, 1.00000072),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, 1, 0),})
  176. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  177. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.499998927, 0.866026044, 0, -0.866026044, 0.499998927, 0, 0, 0, 1),C1 = CFrame.new(-1.6999929, -2.39281845, 0.400003433, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  178. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 2),CFrame = CFrame.new(-2, 24.9000034, -8.89999294, 0, 0, -1, 0, 1.00000072, -0, 1.00000072, 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.972549, 0.972549, 0.972549),})
  179. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0),C1 = CFrame.new(0, 0.899999619, 0.600000381, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  180. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 3.5999999),CFrame = CFrame.new(-1.99999106, 21.6071815, -8.29999733, 4.27941371e-009, -1.59710094e-008, 1, 0.866026163, 0.500000119, 4.27942259e-009, -0.500000119, 0.866026163, 1.59710236e-008),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, 1, 0),})
  181. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  182. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 4.27941371e-009, 0.866025567, -0.499999762, -1.59710094e-008, 0.499999762, 0.866025567, 1, 4.27941993e-009, 1.5971013e-008),C1 = CFrame.new(8.94069672e-006, -2.39282227, 1.19999504, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  183. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.49999988, 24.9000092, -9.8999939, 0, 0, -1, 0, -1.00000072, -0, -1.00000072, 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(1, 1, 0),})
  184. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  185. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, 0, -1, -0, -0),C1 = CFrame.new(0.500000119, 0.900005341, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  186. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1.20000005, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.99999988, 24.9000092, -9.09999371, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),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, 1, 0),})
  187. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  188. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(1.1920929e-007, 0.900005341, 0.399999619, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  189. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.69999993, 24.9000034, -9.8999939, 0, 0, 1, 0, 1.00000072, 0, -1.00000072, 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(1, 1, 0),})
  190. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  191. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.300000072, 0.899999619, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  192. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-2.09999895, 24.7000008, -9.8999939, 0, 0, -1, 0, 1.00000072, 0, 1.00000072, 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(1, 1, 0),})
  193. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  194. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),C1 = CFrame.new(-0.099998951, 0.699996948, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  195. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.70000005, 24.7000027, -9.8999939, 0, 0, -1, 0, -1.00000072, 0, -1.00000072, 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(1, 1, 0),})
  196. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  197. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0),C1 = CFrame.new(0.299999952, 0.699998856, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  198. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-2.5, 24.9000092, -9.49999619, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),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, 1, 0),})
  199. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  200. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(-0.5, 0.900005341, -2.86102295e-006, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  201. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000033, 1.60000002, 0.200000003),CFrame = CFrame.new(-3.24999404, 22.3866081, -9.89999008, -0.866026044, -0.499998868, 0, 0.499999225, -0.86602664, 0, 0, 0, 1.00000072),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, 1, 0),})
  202. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  203. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.866026044, 0.499998868, 0, -0.499998868, -0.866026044, 0, 0, 0, 1),C1 = CFrame.new(-1.24999404, -1.61339569, -0.399996758, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  204. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.89999998, 24.6999969, -9.8999939, 0, 0, 1, 0, 1.00000072, 0, -1.00000072, 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(1, 1, 0),})
  205. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  206. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.100000024, 0.699993134, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  207. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000033, 1.60000002, 0.200000003),CFrame = CFrame.new(-0.74999404, 22.3866081, -9.89999008, 0.866024911, -0.500000834, 0, 0.500001192, 0.866025507, 0, 0, 0, 1.00000072),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, 1, 0),})
  208. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  209. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866024911, 0.500000834, 0, -0.500000834, 0.866024911, 0, 0, 0, 1),C1 = CFrame.new(1.25000596, -1.61339569, -0.399996758, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  210. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 1.60000002, 0.200000003),CFrame = CFrame.new(-0.477270842, 22.5081749, -6.50816822, -6.16093132e-008, -0.178884313, 0.983862221, -0.707101703, 0.695696652, 0.126490459, -0.707103908, -0.695697606, -0.126490712),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, 1, 0),})
  211. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  212. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -6.16093132e-008, -0.707101226, -0.707103431, -0.178884313, 0.695696175, -0.695697129, 0.983862221, 0.126490369, -0.126490623),C1 = CFrame.new(1.52272916, -1.49182892, 2.99182415, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  213. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 3, 0.400000006),CFrame = CFrame.new(-2.79999995, 23.0272083, -7.02719975, 0, 0, 1, -0.707107842, 0.707106829, 0, -0.707106829, -0.707107842, 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(1, 1, 0),})
  214. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  215. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, -0.707107365, -0.707106352, 0, 0.707106352, -0.707107365, 1, 0, 0),C1 = CFrame.new(-0.799999952, -0.972795486, 2.47279263, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  216. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 3, 0.400000006),CFrame = CFrame.new(-1.19999993, 23.0272083, -7.02719975, 1.98725871e-008, 2.98023224e-008, -0.99999994, 0.707106948, 0.707107544, 0, 0.707107544, -0.707106948, 2.23517578e-008),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, 1, 0),})
  217. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  218. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1.98725871e-008, 0.707106471, 0.707107067, 2.98023224e-008, 0.707107067, -0.707106471, -0.99999994, 0, 2.23517418e-008),C1 = CFrame.new(0.800000072, -0.972795486, 2.47279263, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  219. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 1.60000002, 0.200000003),CFrame = CFrame.new(-3.52272773, 22.5081806, -6.50817204, 9.39882394e-009, 0.178885445, -0.983869851, 0.707106948, 0.695701838, 0.126491234, 0.707107544, -0.695701241, -0.126491114),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, 1, 0),})
  220. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  221. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 9.39882394e-009, 0.707106471, 0.707107067, 0.178885445, 0.695701361, -0.695700765, -0.983869851, 0.126491144, -0.126491025),C1 = CFrame.new(-1.52272773, -1.4918232, 2.99182034, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  222. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.799999952, 0.400000006),CFrame = CFrame.new(-1.60000002, 22.2493916, -6.24938107, 0, 0, 1, -0.707107842, 0.707106829, 0, -0.707106829, -0.707107842, 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(1, 1, 0),})
  223. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  224. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, -0.707107365, -0.707106352, 0, 0.707106352, -0.707107365, 1, 0, 0),C1 = CFrame.new(0.399999976, -1.75061226, 3.25061083, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  225. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 3.60000014, 0.200000003),CFrame = CFrame.new(-2, 21.8958378, -5.89583111, 5.96046412e-008, -0.99999994, 0, 0.707107663, 4.21469011e-008, 0.707106769, -0.707106769, -4.21468478e-008, 0.707107663),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, 1, 0),})
  226. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  227. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 5.96046412e-008, 0.707107186, -0.707106292, -0.99999994, 4.21468727e-008, -4.21468194e-008, 0, 0.707106292, 0.707107186),C1 = CFrame.new(0, -2.10416603, 3.60416079, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  228. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 1.4000001, 0.200000003),CFrame = CFrame.new(-2, 23.9000015, -9.8999939, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),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, 1, 0),})
  229. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  230. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0, -0.100002289, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  231. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 4.4000001, 2),CFrame = CFrame.new(-2, 23.380764, -7.38075399, 0, 0, -1, 0.707106769, 0.707107067, 0, 0.707107067, -0.707106769, 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.972549, 0.972549, 0.972549),})
  232. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0.707106769, 0.707107067, 0, 0.707107067, -0.707106769, -1, 0, 0),C1 = CFrame.new(0, -0.619239807, 2.11923838, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  233. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 8.60000038),CFrame = CFrame.new(2.34100294, 20.6883812, -6.12814236, -0.707106769, -0.353553057, 0.612372756, -0.183013052, -0.745010674, -0.641456723, 0.68301326, -0.565650463, 0.462097287),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, 1, 0),})
  234. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  235. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, -0.183012933, 0.683012784, -0.353553057, -0.745010197, -0.565650105, 0.612372756, -0.641456246, 0.46209693),C1 = CFrame.new(4.34100294, -3.31162071, 3.37184954, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  236. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(-9.58220959, 19.8679085, -3.07410526, -0.707106769, -0.183013007, 0.683012724, 0.183013052, 0.885645866, 0.426777512, -0.68301326, 0.426777482, -0.592752457),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, 1, 0),})
  237. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  238. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, 0.183012933, -0.683012784, -0.183013007, 0.88564527, 0.426777184, 0.683012724, 0.426777214, -0.59275198),C1 = CFrame.new(-7.58220959, -4.13209343, 6.42588568, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  239. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 5.80000019),CFrame = CFrame.new(1.554389, 22.8945351, -6.3513689, -0.707106769, 1.79124072e-007, 0.707106888, -0.183013052, -0.965926528, -0.183012769, 0.68301326, -0.258819342, 0.683013201),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, 1, 0),})
  240. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  241. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, -0.183012933, 0.683012784, 1.79124072e-007, -0.965925813, -0.258819163, 0.707106888, -0.183012649, 0.683012724),C1 = CFrame.new(3.554389, -1.10546875, 3.14862299, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  242. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.799999893, 1.80000019, 0.200000003),CFrame = CFrame.new(-3.29999399, 22.3000069, -9.59999084, 0, 0.499999017, -0.866026223, 0, 0.866026819, 0.499999374, 1.00000072, 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.972549, 0.972549, 0.972549),})
  243. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0.499999017, 0.866026223, 0, -0.866026223, 0.499999017, 0),C1 = CFrame.new(-1.29999399, -1.69999695, -0.0999975204, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  244. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.799999893, 1.80000019, 0.200000003),CFrame = CFrame.new(-0.699993968, 22.3000069, -9.59999084, 0, -0.500000894, -0.866024911, 0, 0.866025507, -0.500001252, 1.00000072, 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.972549, 0.972549, 0.972549),})
  245. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, -0.500000894, 0.866024911, 0, -0.866024911, -0.500000894, 0),C1 = CFrame.new(1.30000603, -1.69999695, -0.0999975204, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  246. Part = New("WedgePart",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 4.4000001, 0.800000012),CFrame = CFrame.new(-3.4000001, 23.3807621, -7.38075256, 0, 0, 1, -0.707106948, 0.707107663, 0, -0.707107663, -0.707106948, 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.972549, 0.972549, 0.972549),})
  247. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, -0.707106471, -0.707107186, 0, 0.707107186, -0.707106471, 1, 0, 0),C1 = CFrame.new(-1.4000001, -0.619241714, 2.11924028, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  248. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.80000007, 2),CFrame = CFrame.new(-1.99999094, 22.3000011, -8.69999981, -1.59710094e-008, -7.10542736e-015, -1, 0.500000119, 0.866026103, -7.98551447e-009, 0.866026103, -0.500000119, -1.38313112e-008),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),})
  249. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1.59710094e-008, 0.499999791, 0.866025507, -7.10542736e-015, 0.866025507, -0.499999791, -1, -7.98550914e-009, -1.38313005e-008),C1 = CFrame.new(9.05990601e-006, -1.70000267, 0.799993515, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  250. Part = New("WedgePart",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.79999995, 0.800000012),CFrame = CFrame.new(-0.599990845, 22.3000011, -8.69999981, 0, 0, -1.00000024, 0.500000358, 0.866026521, 0, 0.866026282, -0.500000477, 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.972549, 0.972549, 0.972549),})
  251. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0.5, 0.866025686, 0, 0.866025925, -0.500000119, -1.00000024, 0, 0),C1 = CFrame.new(1.40000916, -1.70000267, 0.799993515, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  252. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 8.60000038),CFrame = CFrame.new(-6.47564888, 20.6739483, -6.07427692, -0.707106769, 0.353553057, -0.612372756, 0.183013052, -0.745010674, -0.641456723, -0.68301326, -0.565650463, 0.462097287),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, 1, 0),})
  253. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  254. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, 0.183012933, -0.683012784, 0.353553057, -0.745010197, -0.565650105, -0.612372756, -0.641456246, 0.46209693),C1 = CFrame.new(-4.47564888, -3.32605362, 3.42571497, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  255. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(5.44756413, 19.8823414, -3.12796831, -0.707106769, 0.183013007, -0.683012724, -0.183012992, 0.885645568, 0.426777363, 0.683013022, 0.426777333, -0.592752218),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, 1, 0),})
  256. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  257. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, -0.183012933, 0.683012784, 0.183013007, 0.88564527, 0.426777184, -0.683012724, 0.426777214, -0.59275198),C1 = CFrame.new(7.44756413, -4.11766052, 6.37202263, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  258. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 7.20000029),CFrame = CFrame.new(-6.16714716, 22.0017948, -6.03786945, 0.707106769, -0.183013007, -0.683012724, -0.183013052, 0.885645866, -0.426777512, 0.68301326, 0.426777482, 0.592752457),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, 1, 0),})
  259. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  260. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106769, -0.183012933, 0.683012784, -0.183013007, 0.88564527, 0.426777184, -0.683012724, -0.426777214, 0.59275198),C1 = CFrame.new(-4.16714716, -1.998209, 3.46212244, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  261. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 7.20000029),CFrame = CFrame.new(2.03250122, 22.0162277, -6.09173298, 0.707106769, 0.183013007, 0.683012724, 0.183013052, 0.885645866, -0.426777512, -0.68301326, 0.426777482, 0.592752457),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, 1, 0),})
  262. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  263. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106769, 0.183012933, -0.683012784, 0.183013007, 0.88564527, 0.426777184, 0.683012724, -0.426777214, 0.59275198),C1 = CFrame.new(4.03250122, -1.98377609, 3.40825891, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  264. Part = New("WedgePart",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.79999995, 1),CFrame = CFrame.new(-0.699994087, 22.300005, -8.69998837, -0.866026938, -0.500001907, 0, -0.500002265, 0.866027534, 0, 0, 0, -1.00000072),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),})
  265. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.866026938, -0.500001907, 0, -0.500001907, 0.866026938, 0, 0, 0, -1),C1 = CFrame.new(1.30000591, -1.69999886, 0.800004959, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  266. Part = New("WedgePart",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.79999995, 1),CFrame = CFrame.new(-3.29999399, 22.300005, -8.69998837, -0.866025984, 0.499998987, 0, 0.499999344, 0.86602658, 0, 0, 0, -1.00000072),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),})
  267. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.866025984, 0.499998987, 0, 0.499998987, 0.866025984, 0, 0, 0, -1),C1 = CFrame.new(-1.29999399, -1.69999886, 0.800004959, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  268. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(-9.96617031, 17.0176449, -3.44032335, -0.707106769, -0.353553057, 0.612372756, 0.183013052, 0.745010674, 0.641456723, -0.68301326, 0.565650463, -0.462097287),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, 1, 0),})
  269. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  270. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, 0.183012933, -0.683012784, -0.353553057, 0.745010197, 0.565650105, 0.612372756, 0.641456246, -0.46209693),C1 = CFrame.new(-7.96617031, -6.98235703, 6.05966759, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  271. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 5.80000019),CFrame = CFrame.new(-5.6890378, 22.8801022, -6.29750156, -0.707106769, -1.79124072e-007, -0.707106888, 0.183013052, -0.965926528, -0.183012769, -0.68301326, -0.258819342, 0.683013201),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, 1, 0),})
  272. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  273. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, 0.183012933, -0.683012784, -1.79124072e-007, -0.965925813, -0.258819163, -0.707106888, -0.183012649, 0.683012724),C1 = CFrame.new(-3.6890378, -1.11990166, 3.20249033, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  274. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.799999952, 0.400000006),CFrame = CFrame.new(-2.4000001, 22.2493916, -6.24938679, 0, 0, -1, 0.707106829, 0.707107842, 0, 0.707107842, -0.707106829, 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(1, 1, 0),})
  275. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  276. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0.707106352, 0.707107365, 0, 0.707107365, -0.707106352, -1, 0, 0),C1 = CFrame.new(-0.400000095, -1.75061226, 3.25060511, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  277. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(4.59495115, 22.1075802, -3.4144063, -0.707106769, -1.79124072e-007, -0.707106888, -0.183013052, 0.965926528, 0.183012769, 0.68301326, 0.258819342, -0.683013201),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, 1, 0),})
  278. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  279. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, -0.183012933, 0.683012784, -1.79124072e-007, 0.965925813, 0.258819163, -0.707106888, 0.183012649, -0.683012724),C1 = CFrame.new(6.59495115, -1.89242363, 6.08558464, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  280. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(5.83152485, 17.0320778, -3.49418688, -0.707106769, 0.353553057, -0.612372756, -0.183013052, 0.745010674, 0.641456723, 0.68301326, 0.565650463, -0.462097287),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, 1, 0),})
  281. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  282. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, -0.183012933, 0.683012784, 0.353553057, 0.745010197, 0.565650105, -0.612372756, 0.641456246, -0.46209693),C1 = CFrame.new(7.83152485, -6.96792412, 6.00580406, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  283. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(-8.72959423, 22.0931454, -3.36054277, -0.707106769, 1.79124072e-007, 0.707106888, 0.183013052, 0.965926528, 0.183012769, -0.68301326, 0.258819342, -0.683013201),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, 1, 0),})
  284. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  285. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, 0.183012933, -0.683012784, 1.79124072e-007, 0.965925813, 0.258819163, 0.707106888, 0.183012649, -0.683012724),C1 = CFrame.new(-6.72959423, -1.90685844, 6.13944817, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  286. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 8.60000038),CFrame = CFrame.new(-6.47564602, 27.0732079, -5.44610357, 0.707106829, 0.353553236, -0.612372577, 0, 0.866026163, 0.500000119, 0.707107306, -0.353553474, 0.612373054),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, 1, 0),})
  287. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  288. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, 0.707106829, 0.353553236, 0.866025567, -0.353553236, -0.612372577, 0.499999791, 0.612372577),C1 = CFrame.new(-4.47564602, 3.07320213, 4.05388832, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  289. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(-9.96616936, 29.9232082, -1.95558119, 0.707106829, -0.353553236, 0.612372577, 0, -0.866026163, -0.500000119, 0.707107306, 0.353553474, -0.612373054),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, 1, 0),})
  290. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  291. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, 0.707106829, -0.353553236, -0.866025567, 0.353553236, 0.612372577, -0.499999791, -0.612372577),C1 = CFrame.new(-7.96616936, 5.92320251, 7.54440928, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  292. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(-8.72959423, 25.0000019, -3.19215298, 0.707106829, 0, 0.707106829, 0, -1.00000072, 0, 0.707107306, 0, -0.707107306),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, 1, 0),})
  293. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  294. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, 0.707106829, 0, -1, 0, 0.707106829, 0, -0.707106829),C1 = CFrame.new(-6.72959423, 0.999998093, 6.30783796, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  295. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(-9.58220863, 27.0752773, -2.33954096, 0.707106829, -0.183012947, 0.683012664, 0, -0.965926468, -0.25881958, 0.707107306, 0.183013067, -0.683013141),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, 1, 0),})
  296. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  297. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, 0.707106829, -0.183012947, -0.965925753, 0.183012947, 0.683012664, -0.258819401, -0.683012664),C1 = CFrame.new(-7.58220863, 3.07527161, 7.16044998, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  298. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 7.20000029),CFrame = CFrame.new(-6.1671443, 25.7811813, -5.75460577, -0.707106829, -0.183012947, -0.683012664, 0, -0.965926468, 0.25881958, -0.707107306, 0.183013067, 0.683013141),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, 1, 0),})
  299. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  300. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106829, 0, -0.707106829, -0.183012947, -0.965925753, 0.183012947, -0.683012664, 0.258819401, 0.683012664),C1 = CFrame.new(-4.1671443, 1.78117752, 3.74538612, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  301. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 7.20000029),CFrame = CFrame.new(2.03250408, 25.7811813, -5.69884253, -0.707106829, 0.183012947, 0.683012664, 0, -0.965926468, 0.25881958, 0.707107306, 0.183013067, 0.683013141),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, 1, 0),})
  302. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  303. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106829, 0, 0.707106829, 0.183012947, -0.965925753, 0.183012947, 0.683012664, 0.258819401, 0.683012664),C1 = CFrame.new(4.03250408, 1.78117752, 3.80114937, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  304. Part = New("WedgePart",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.79999995, 0.800000012),CFrame = CFrame.new(-3.39999104, 22.3000011, -8.69999981, 0, 0, 1, -0.500000238, 0.866026103, 0, -0.866026103, -0.500000238, 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.972549, 0.972549, 0.972549),})
  305. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, -0.499999911, -0.866025507, 0, 0.866025507, -0.499999911, 1, 0, 0),C1 = CFrame.new(-1.39999104, -1.70000267, 0.799993515, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  306. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(5.83152771, 29.9232082, -1.89981794, 0.707106829, 0.353553236, -0.612372577, 0, -0.866026163, -0.500000119, -0.707107306, 0.353553474, -0.612373054),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, 1, 0),})
  307. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  308. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, -0.707106829, 0.353553236, -0.866025567, 0.353553236, -0.612372577, -0.499999791, -0.612372577),C1 = CFrame.new(7.83152771, 5.92320251, 7.60017252, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  309. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 5.80000019),CFrame = CFrame.new(1.5543952, 25.0000019, -6.17695141, 0.707106829, 0, 0.707106829, 0, 1.00000072, 0, -0.707107306, 0, 0.707107306),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, 1, 0),})
  310. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  311. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829),C1 = CFrame.new(3.5543952, 0.999998093, 3.32304049, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  312. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(4.59495401, 25.0000019, -3.13638973, 0.707106829, 0, -0.707106829, 0, -1.00000072, 0, -0.707107306, 0, -0.707107306),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, 1, 0),})
  313. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  314. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, -0.707106829, 0, -1, 0, -0.707106829, 0, -0.707106829),C1 = CFrame.new(6.59495401, 0.999998093, 6.36360121, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  315. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 8.60000038),CFrame = CFrame.new(2.34100628, 27.0732079, -5.39034224, 0.707106829, -0.353553236, 0.612372577, 0, 0.866026163, 0.500000119, -0.707107306, -0.353553474, 0.612373054),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, 1, 0),})
  316. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  317. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, -0.707106829, -0.353553236, 0.866025567, -0.353553236, 0.612372577, 0.499999791, 0.612372577),C1 = CFrame.new(4.34100628, 3.07320213, 4.10964966, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  318. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(5.44756699, 27.0752773, -2.28377771, 0.707106829, 0.183012947, -0.683012664, 0, -0.965926468, -0.25881958, -0.707107306, 0.183013067, -0.683013141),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, 1, 0),})
  319. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  320. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, -0.707106829, 0.183012947, -0.965925753, 0.183012947, -0.683012664, -0.258819401, -0.683012664),C1 = CFrame.new(7.44756699, 3.07527161, 7.21621323, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  321. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 5.80000019),CFrame = CFrame.new(-5.68903446, 25.0000019, -6.23271656, 0.707106829, 0, -0.707106829, 0, 1.00000072, 0, 0.707107306, 0, 0.707107306),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, 1, 0),})
  322. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  323. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829),C1 = CFrame.new(-3.68903446, 0.999998093, 3.26727533, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  324. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-2.49999905, 24.9000072, -9.8999939, 0, 0, 1, 0, -1.00000072, 0, 1.00000072, 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(1, 1, 0),})
  325. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  326. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, 0),C1 = CFrame.new(-0.499999046, 0.900003433, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  327. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-2.30000019, 24.9000015, -9.8999939, 0, 0, -1, 0, 1.00000072, 0, 1.00000072, 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(1, 1, 0),})
  328. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  329. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),C1 = CFrame.new(-0.300000191, 0.899997711, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  330. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-1.49999988, 24.9000092, -9.49999619, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),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, 1, 0),})
  331. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  332. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0.500000119, 0.900005341, -2.86102295e-006, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  333. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-2.30000019, 24.7000008, -9.8999939, 0, 0, 1, 0, -1.00000072, 0, 1.00000072, 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(1, 1, 0),})
  334. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  335. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, 0),C1 = CFrame.new(-0.300000191, 0.699996948, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  336. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.200000003, 1),CFrame = CFrame.new(-1.99999988, 23.1000004, -9.49999619, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),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, 1, 0),})
  337. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  338. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(1.1920929e-007, -0.900003433, -2.86102295e-006, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  339. FakeHead = New("Model",chara,"FakeHead",{})
  340. MainPart = New("Part",FakeHead,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 1.00000024, 1),CFrame = CFrame.new(-2, 25.5000057, -9.49999237, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),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),})
  341. Mesh = New("SpecialMesh",MainPart,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  342. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Head,C1 = CFrame.new(0, 1.90734863e-006, 7.62939453e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  343. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.22218204, 26.900013, -10.2778091, -0.707106829, 0, 0.707106829, 0, 1.00000072, 0, -0.707107306, 0, -0.707107306),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, 1, 0),})
  344. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  345. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, -0.707106829),C1 = CFrame.new(0.777817965, 1.40000534, -0.777815819, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  346. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(-2.10000014, 25.7000046, -9.99999237, -1, 0, 0, 0, 1.00000072, 0, 0, 0, -1.00000072),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, 1, 0),})
  347. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0.0799999982, 0.0299999993, 0.0399999991),Scale = Vector3.new(0.400000006, 1.5, 0.200000003),MeshType = Enum.MeshType.Sphere,})
  348. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-0.100000143, 0.199998856, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  349. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(-1.9000001, 25.7000046, -9.99999237, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),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, 1, 0),})
  350. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0.0799999982, 0.0299999993, -0.0399999991),Scale = Vector3.new(0.400000006, 1.5, 0.200000003),MeshType = Enum.MeshType.Sphere,})
  351. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0.0999999046, 0.199998856, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  352. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-2, 25.5000267, -9.99999237, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),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.0666667, 0.0666667, 0.0666667),})
  353. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 0.5, 0.699999988),MeshType = Enum.MeshType.Sphere,})
  354. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0, 2.0980835e-005, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  355. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.800000012, 0.600000024, 1),CFrame = CFrame.new(-2.0000093, 26.3000069, -9.49998474, 1, 1.14938619e-008, 1.83980446e-005, -6.50001564e-009, 1.00000072, 5.2449689e-008, -1.83980574e-005, -5.14992635e-008, 1.00000072),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  356. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 0.600000024, 0.600000024),MeshId = "http://www.roblox.com/asset/?id=361948302",MeshType = Enum.MeshType.FileMesh,})
  357. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, -6.5000112e-009, -1.83980446e-005, 1.14938619e-008, 1, -5.1499228e-008, 1.83980446e-005, 5.244965e-008, 1),C1 = CFrame.new(-9.29832458e-006, 0.800001144, 7.62939453e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  358. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-2, 26.900013, -10.5999908, -1, 0, 0, 0, 1.00000072, 0, 0, 0, -1.00000072),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, 1, 0),})
  359. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  360. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.40000534, -1.09999752, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  361. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-2.77781606, 26.900013, -10.2778091, -0.707106829, 0, -0.707106829, 0, 1.00000072, 0, 0.707107306, 0, -0.707107306),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, 1, 0),})
  362. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  363. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, -0.707106829),C1 = CFrame.new(-0.777816057, 1.40000534, -0.777815819, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  364. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-3.0999999, 26.9000092, -9.49999237, 0, 0, 1, 0, 1.00000072, 0, -1.00000072, 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(1, 1, 0),})
  365. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  366. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-1.0999999, 1.40000153, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  367. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-2.77781701, 26.9000092, -8.72217464, -0.707106829, 0, 0.707106829, 0, 1.00000072, 0, -0.707107306, 0, -0.707107306),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, 1, 0),})
  368. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  369. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, -0.707106829),C1 = CFrame.new(-0.777817011, 1.40000153, 0.777816772, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  370. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-2, 26.9000092, -8.39999294, -1, 0, 0, 0, 1.00000072, 0, 0, 0, -1.00000072),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, 1, 0),})
  371. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  372. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.40000153, 1.09999847, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  373. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.22218394, 26.9000092, -8.72217464, -0.707106829, 0, -0.707106829, 0, 1.00000072, 0, 0.707107306, 0, -0.707107306),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, 1, 0),})
  374. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  375. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, -0.707106829),C1 = CFrame.new(0.777816057, 1.40000153, 0.777816772, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  376. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-0.899999976, 26.900013, -9.49999237, 0, 0, 1, 0, 1.00000072, 0, -1.00000072, 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(1, 1, 0),})
  377. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  378. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(1.10000002, 1.40000534, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  379. LeftArm = New("Model",chara,"LeftArm",{})
  380. MainPart = New("Part",LeftArm,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1, 2.00000024, 1),CFrame = CFrame.new(-3.50000024, 24.0000095, -9.49999237, -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(0.972549, 0.972549, 0.972549),})
  381. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-2.38418579e-007, 7.62939453e-006, 7.62939453e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  382. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 1),CFrame = CFrame.new(-3.10000014, 24.9000015, -9.49999237, -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, 1, 0),})
  383. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  384. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-0.400000095, 0.899991989, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  385. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-3.89999938, 23.7000122, -9.49999237, 0, 0, -1, 0, 1, 0, 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(1, 1, 0),})
  386. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  387. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),C1 = CFrame.new(0.399999142, -0.29999733, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  388. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-3.50000024, 23.5000076, -9.49999237, -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, 1, 0),})
  389. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  390. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, -0.500001907, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  391. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.400000006, 1),CFrame = CFrame.new(-3.69999933, 25, -9.49999237, -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, 1, 0),})
  392. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  393. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0.199999094, 0.999990463, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  394. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-3.10000014, 25.0999985, -9.49999237, 0, 0, -1, 0, 1, 0, 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(1, 1, 0),})
  395. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  396. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  397. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),C1 = CFrame.new(-0.400000095, 1.09998894, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  398. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.400000006, 0.400000006),CFrame = CFrame.new(-4.4000001, 25, -9.49999237, 0, 0, 1, 0, 1, 0, -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(1, 1, 0),})
  399. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  400. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  401. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.899999857, 0.999990463, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  402. EnamatePart2 = New("Part",LeftArm,"EnamatePart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,Size = Vector3.new(1, 0.400000036, 1),CFrame = CFrame.new(-3.5, 23, -9.50000095, 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(0.972549, 0.972549, 0.972549),})
  403. Weld = New("ManualWeld",EnamatePart2,"Weld",{Part0 = EnamatePart2,Part1 = MainPart,C1 = CFrame.new(-2.38418579e-007, -1.00000954, 8.58306885e-006, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  404. LeftLeg = New("Model",chara,"LeftLeg",{})
  405. MainPart = New("Part",LeftLeg,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1, 2.00000024, 1),CFrame = CFrame.new(-2.50000024, 21.9999981, -9.49999237, -1, 0, 0, 0, 1.00000143, 0, 0, 0, -1.00000143),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),})
  406. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Leg"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-2.38418579e-007, -1.90734863e-006, 7.62939453e-006, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),})
  407. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-2.50000024, 21.4999981, -9.49999237, -1, 0, 0, 0, 1.00000143, 0, 0, 0, -1.00000143),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, 1, 0),})
  408. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  409. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  410. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-2.89999819, 21.6999989, -9.49999237, 0, 0, -1, 0, 1.00000143, 0, 1.00000143, 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(1, 1, 0),})
  411. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  412. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),C1 = CFrame.new(0.39999795, -0.299999237, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  413. RightArm = New("Model",chara,"RightArm",{})
  414. MainPart = New("Part",RightArm,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1, 2.00000024, 1),CFrame = CFrame.new(-0.49999994, 24.0000038, -9.49999237, 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(0.972549, 0.972549, 0.972549),})
  415. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Arm"],C1 = CFrame.new(5.96046448e-008, 3.81469727e-006, 7.62939453e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  416. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-0.099999994, 23.7000027, -9.49999237, 0, 0, 1, 0, 1, 0, -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(1, 1, 0),})
  417. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  418. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.399999946, -0.300001144, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  419. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-0.5, 23.5000038, -9.49999237, 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, 1, 0),})
  420. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  421. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(-5.96046448e-008, -0.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  422. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.400000006, 1),CFrame = CFrame.new(-0.299999952, 25.0000038, -9.49999237, 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, 1, 0),})
  423. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  424. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0.199999988, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  425. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.400000006, 0.400000006),CFrame = CFrame.new(0.400000036, 25.0000038, -9.49999237, 0, 0, -1, 0, 1, 0, 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(1, 1, 0),})
  426. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  427. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  428. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),C1 = CFrame.new(0.899999976, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  429. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-0.900000036, 25.1000042, -9.49999237, 0, 0, 1, 0, 1, 0, -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(1, 1, 0),})
  430. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  431. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  432. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.400000095, 1.10000038, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  433. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 1),CFrame = CFrame.new(-0.899999976, 24.9000034, -9.49999237, 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, 1, 0),})
  434. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  435. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(-0.400000036, 0.899999619, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  436. EnamatePart = New("Part",RightArm,"EnamatePart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,Size = Vector3.new(1, 0.400000036, 1),CFrame = CFrame.new(-0.5, 23.0000019, -9.5, 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(0.972549, 0.972549, 0.972549),})
  437. Weld = New("ManualWeld",EnamatePart,"Weld",{Part0 = EnamatePart,Part1 = MainPart,C1 = CFrame.new(-5.96046448e-008, -1.00000191, -7.62939453e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  438. RightLeg = New("Model",chara,"RightLeg",{})
  439. MainPart = New("Part",RightLeg,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1, 2.00000024, 1),CFrame = CFrame.new(-1.50000012, 21.9999981, -9.49999237, 1, 0, 0, 0, 1.00000143, 0, 0, 0, 1.00000143),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),})
  440. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Leg"],C1 = CFrame.new(-1.1920929e-007, -1.90734863e-006, 7.62939453e-006, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),})
  441. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.10000002, 21.6999989, -9.49999237, 0, 0, 1, 0, 1.00000143, 0, -1.00000143, 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(1, 1, 0),})
  442. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  443. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.400000095, -0.299999237, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  444. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-1.50000012, 21.4999981, -9.49999237, 1, 0, 0, 0, 1.00000143, 0, 0, 0, 1.00000143),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, 1, 0),})
  445. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  446. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0, -0.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  447. lap = LeftArm:GetChildren()
  448. rap = RightArm:GetChildren()
  449. llp = LeftLeg:GetChildren()
  450. rlp = RightLeg:GetChildren()
  451. chp = Chest:GetChildren()
  452. hdp = FakeHead:GetChildren()
  453.  
  454. ch = chara:GetChildren()
  455. for i = 1, #ch do
  456. if ch[i].ClassName == "Part" then
  457. ch[i].Transparency = 1
  458. if ch[i].Name == "Torso" then
  459. ch[i].roblox.Transparency = 1
  460. end
  461. if ch[i].Name == "Head" then
  462. ch[i].face.Transparency = 1
  463. end
  464. elseif ch[i].ClassName == "Accessory" then
  465. ch[i]:Destroy()
  466. end
  467. end
  468.  
  469. --Animations--
  470. function loada(anim)
  471. local loaded = chara.Humanoid:LoadAnimation(anim)
  472. return loaded
  473. end
  474.  
  475. IdleA = New("Animation",chara,"Idle",{AnimationId = "rbxassetid://169638954"})
  476. IdleAnim = loada(IdleA)
  477. IdleAnim:Play()
  478.  
  479. --Sounds--
  480. Music = New("Sound",chara,"Music",{SoundId = "rbxassetid://195900687",Volume = 1,Looped = true})
  481. SpellCastSnd = New("Sound",chara,"SpellCast",{SoundId = "rbxassetid://161006131",Volume = 1})
  482. ExplodeSnd = New("Sound",chara,"Explode",{SoundId = "rbxassetid://221920694",Volume = 1})
  483. MeteorSnd = New("Sound",chara,"Meteor",{SoundId = "rbxassetid://231917888",Volume = 1})
  484. LasChgSnd = New("Sound",chara,"LasChg",{SoundId = "rbxassetid://137463716",Volume = 1})
  485. LaserSnd = New("Sound",chara,"Laser",{SoundId = "rbxassetid://162246701",Volume = 1})
  486. LasLoopSnd = New("Sound",chara,"LasLoop",{SoundId = "rbxassetid://162246683",Volume = 1,Looped = true})
  487. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  488. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  489. Snd = New("Sound",chara,"",{SoundId = "",Volume = 1})
  490. Music:Play()
  491.  
  492. --Fly--
  493. local truflyposy = chara.Torso.Position.Y+10
  494. local flyposy = truflyposy
  495. local bodfly = Instance.new("BodyPosition", chara.Torso)
  496. bodfly.Name = "Fly"
  497. bodfly.maxForce = Vector3.new(0,10000,0)
  498. bodfly.Position = Vector3.new(0,flyposy,0)
  499.  
  500. --Enamate--
  501. function Enamate(part)
  502. local trace = Instance.new("Part",chara)
  503. trace.Size = Vector3.new(1,1,1)
  504. trace.TopSurface = 0
  505. trace.BottomSurface = 0
  506. trace.BrickColor = BrickColor.new("Really black")
  507. trace.CanCollide = false
  508. trace.Anchored = true
  509. trace.CFrame = part.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359)))
  510. local tracedisp = coroutine.wrap(function()
  511. for i = 1, 9 do
  512. wait(.01)
  513. trace.Transparency = trace.Transparency + .1
  514. end
  515. wait(.01)
  516. trace:Destroy()
  517. end)
  518. tracedisp()
  519. end
  520. function Enamate2(part,name)
  521. if chara:FindFirstChild(name)== nil then
  522. local angl = CFrame.fromEulerAnglesXYZ(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359)))
  523. local trace = Instance.new("Part",chara)
  524. trace.Size = Vector3.new(1,1,1)
  525. trace.Name = name
  526. trace.TopSurface = 0
  527. trace.BottomSurface = 0
  528. trace.BrickColor = BrickColor.new("Really black")
  529. trace.CanCollide = false
  530. trace.Anchored = true
  531. trace.CFrame = part.CFrame * angl
  532. local tracem = Instance.new("SpecialMesh",trace)
  533. tracem.MeshId = "rbxassetid://3270017"
  534. local tracedisp = coroutine.wrap(function()
  535. for i = 1, 9 do
  536. wait(.01)
  537. trace.Transparency = trace.Transparency + .1
  538. trace.CFrame = part.CFrame * angl
  539. tracem.Scale = tracem.Scale + Vector3.new(.5,.5,0)
  540. end
  541. wait(.01)
  542. trace:Destroy()
  543. end)
  544. tracedisp()
  545. end
  546. end
  547. function Enamate3()
  548. if chara:FindFirstChild("Ring")== nil then
  549. local trace = Instance.new("Part",chara)
  550. trace.Size = Vector3.new(1,1,1)
  551. trace.Name = "Ring"
  552. trace.TopSurface = 0
  553. trace.BottomSurface = 0
  554. trace.BrickColor = BrickColor.new("Really black")
  555. trace.CanCollide = false
  556. trace.Anchored = true
  557. trace.CFrame = chara.Torso.CFrame
  558. local tracem = Instance.new("SpecialMesh",trace)
  559. tracem.MeshId = "rbxassetid://3270017"
  560. local tracedisp = coroutine.wrap(function()
  561. for i = 1, 99 do
  562. wait(.01)
  563. trace.Transparency = trace.Transparency + .01
  564. trace.CFrame = chara.Torso.CFrame
  565. tracem.Scale = tracem.Scale + Vector3.new(.2,.2,0)
  566. end
  567. wait(.01)
  568. trace:Destroy()
  569. end)
  570. tracedisp()
  571. end
  572. end
  573.  
  574. --Play Sound in Part--
  575. function PlaySnd(snd,part)
  576. local sound = snd:Clone()
  577. sound.PlayOnRemove = true
  578. sound.Parent = Part
  579. sound:Destroy()
  580. end
  581.  
  582. --Explosion--
  583. function Expld(rad,pos)
  584. local ex = Instance.new("Explosion",game.Workspace)
  585. ex.BlastRadius = rad
  586. ex.BlastPressure = 0
  587. ex.Position = pos
  588. ex.Visible = false
  589. ex.Hit:connect(function(hit)
  590. if hit.Parent ~= chara and hit.Parent:FindFirstChild("Humanoid")~= nil then
  591. hit.Parent:FindFirstChild("Humanoid").Health = hit.Parent:FindFirstChild("Humanoid").Health - rad
  592. end
  593. end)
  594. end
  595.  
  596. --Cross Explosion--
  597. function CrossExplosion()
  598. local cirpos = Mouse.Hit.p
  599. local spellcircle = Instance.new("Part",chara)
  600. spellcircle.Anchored = true
  601. spellcircle.Size = Vector3.new(1,1,1)
  602. spellcircle.CFrame = CFrame.new(cirpos.x,cirpos.y,cirpos.z)
  603. spellcircle.Transparency = 1
  604. spellcircle.CanCollide = false
  605. local blkm = Instance.new("BlockMesh",spellcircle)
  606. blkm.Scale = Vector3.new(0,1,0)
  607. local dec = Instance.new("Decal",spellcircle)
  608. dec.Texture = "rbxassetid://685910499"
  609. dec.Transparency = 1
  610. dec.Face = "Top"
  611. local ptl = Instance.new("PointLight",spellcircle)
  612. ptl.Range = 0
  613. ptl.Color = Color3.new(1,1,1)
  614. spellc = coroutine.wrap(function()
  615. while spellc ~= nil do
  616. wait(.01)
  617. spellcircle.CFrame = spellcircle.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(10),0)
  618. end
  619. end)
  620. spellc()
  621. PlaySnd(SpellCastSnd,spellcircle)
  622. for i = 1, 10 do
  623. wait(.01)
  624. ptl.Range = ptl.Range + 1
  625. dec.Transparency = dec.Transparency - .1
  626. blkm.Scale = blkm.Scale + Vector3.new(1,0,1)
  627. end
  628. wait(.5)
  629. PlaySnd(ExplodeSnd,spellcircle)
  630. local pemit = Instance.new("ParticleEmitter",spellcircle)
  631. pemit.Color = ColorSequence.new(Color3.new(1,1,0))
  632. pemit.LightEmission = 1
  633. pemit.Size = NumberSequence.new(5)
  634. pemit.Texture = "rbxasset://textures/particles/smoke_main.dds"
  635. pemit.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(0.9,0),NumberSequenceKeypoint.new(1,1)})
  636. pemit.Lifetime = NumberRange.new(1)
  637. pemit.Rate = 10000
  638. pemit.Speed = NumberRange.new(100)
  639. Expld(12,spellcircle.Position)
  640. wait(.5)
  641. local pt1 = Instance.new("Part",chara)
  642. pt1.Size = Vector3.new(0,0,0)
  643. pt1.Anchored = true
  644. pt1.CFrame = spellcircle.CFrame + Vector3.new(0,60,0)
  645. pt1.Transparency = 1
  646. local pemit2 = pemit:clone()
  647. pemit2.Lifetime = NumberRange.new(.25)
  648. pemit2.EmissionDirection = "Left"
  649. pemit2.Parent = pt1
  650. local pemit3 = pemit2:clone()
  651. pemit3.EmissionDirection = "Right"
  652. pemit3.Parent = pt1
  653. for i = 1, 10 do
  654. Expld(12,spellcircle.Position)
  655. wait(.5)
  656. end
  657. pemit.Enabled = false
  658. pemit2.Enabled = false
  659. pemit3.Enabled = false
  660. for i = 1, 10 do
  661. wait(.01)
  662. ptl.Range = ptl.Range - 1
  663. dec.Transparency = dec.Transparency + .1
  664. blkm.Scale = blkm.Scale - Vector3.new(1,0,1)
  665. end
  666. wait(.01)
  667. spellcircle:Destroy()
  668. pt1:Destroy()
  669. end
  670.  
  671. --Meteor--
  672. function Meteor()
  673. local meteor = Instance.new("Part",game.Workspace)
  674. meteor.Size = Vector3.new(5,5,5)
  675. meteor.BrickColor = BrickColor.new("Institutional white")
  676. meteor.Material = "Neon"
  677. meteor.TopSurface = 0
  678. meteor.BottomSurface = 0
  679. meteor.Shape = 0
  680. meteor.CFrame = chara.Torso.CFrame + Vector3.new(0,100,0)
  681. meteor.Velocity = (Mouse.Hit.p - (chara.Torso.CFrame.p + Vector3.new(0,100,0))).unit*100
  682. debby:AddItem(meteor,15)
  683. local bfo = Instance.new("BodyForce",meteor)
  684. bfo.Force = Vector3.new(0,game.Workspace.Gravity*meteor:GetMass(),0)
  685. local eff = Instance.new("ParticleEmitter",meteor)
  686. eff.Color = ColorSequence.new(Color3.new(1,1,0))
  687. eff.LightEmission = 1
  688. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10),NumberSequenceKeypoint.new(1,0)})
  689. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  690. eff.Texture = "rbxasset://textures/particles/smoke_main.dds"
  691. eff.Rate = 100000
  692. eff.Speed = NumberRange.new(0)
  693. eff.Lifetime = NumberRange.new(1)
  694. local mehs = Instance.new("SpecialMesh",meteor)
  695. mehs.MeshType = "Sphere"
  696. mehs.Scale = Vector3.new(2,2,2)
  697. --
  698. meteor.Touched:connect(function(hit)
  699. if meteor.Anchored == false then
  700. meteor.Anchored = true
  701. meteor.CanCollide = false
  702. eff.Speed = NumberRange.new(50)
  703. eff.VelocitySpread = 10000
  704. PlaySnd(MeteorSnd,meteor)
  705. Expld(15,meteor.Position)
  706. for i = 1, 10 do
  707. wait(.01)
  708. mehs.Scale = mehs.Scale + Vector3.new(.5,.5,.5)
  709. meteor.Transparency = meteor.Transparency + .1
  710. end
  711. eff.Enabled = false
  712. end
  713. end)
  714. end
  715.  
  716. --Beam--
  717. lasactive = false
  718. function Beam()
  719. lasactive = true
  720. LasChgSnd:Play()
  721. local StartPart = Instance.new("Part",chara)
  722. StartPart.Size = Vector3.new(0,0,0)
  723. StartPart.Anchored = true
  724. StartPart.BrickColor = BrickColor.new("Institutional white")
  725. StartPart.Material = "Neon"
  726. StartPart.Transparency = 1
  727. local mehs = Instance.new("SpecialMesh",StartPart)
  728. mehs.MeshType = "Sphere"
  729. mehs.Scale = Vector3.new(0,0,0)
  730. for i = 1, 20 do
  731. wait(.01)
  732. StartPart.CFrame = chara.Torso.CFrame + Vector3.new(0,10,0)
  733. mehs.Scale = mehs.Scale + Vector3.new(2.5,2.5,2.5)
  734. StartPart.Transparency = StartPart.Transparency - .05
  735. end
  736. local EffectPart = Instance.new("Part",chara)
  737. EffectPart.Size = Vector3.new(0,0,0)
  738. EffectPart.Anchored = true
  739. EffectPart.Transparency = 1
  740. LaserSnd:Play()
  741. LasLoopSnd:Play()
  742. local P = Instance.new("Part",chara)
  743. P.BrickColor = BrickColor.new("Really black")
  744. P.Material = "Neon"
  745. P.Anchored = true
  746. P.CanCollide = false
  747. P.Locked = true
  748. P.BottomSurface = "Smooth"
  749. P.TopSurface = "Smooth"
  750. for i = 1, 20 do
  751. wait(.1)
  752. StartPart.CFrame = chara.Torso.CFrame + Vector3.new(0,10,0)
  753. local Place0 = StartPart.CFrame
  754. local Place1 = Mouse.Hit
  755. EffectPart.Position = Mouse.Hit.p
  756. local meshla = Instance.new("BlockMesh", P)
  757. meshla.Scale = Vector3.new(1,1,1)
  758. local trace = Instance.new("Part",game.Workspace)
  759. trace.Size = Vector3.new(0,0,0)
  760. trace.BrickColor = BrickColor.new("Institutional white")
  761. trace.Material = "Neon"
  762. trace.CanCollide = false
  763. trace.Anchored = true
  764. trace.CFrame = EffectPart.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359)))
  765. tracem = Instance.new("BlockMesh",trace)
  766. tracem.Scale = Vector3.new(10,10,10)
  767. local tracedisp = coroutine.wrap(function()
  768. for i = 1, 9 do
  769. wait(.01)
  770. tracem.Scale = tracem.Scale + Vector3.new(10,10,10)
  771. trace.Transparency = trace.Transparency + .1
  772. end
  773. wait(.01)
  774. trace:Destroy()
  775. end)
  776. tracedisp()
  777. P.Size = Vector3.new(1,1,(Place0.p - Place1.p).magnitude)
  778. P.CFrame = CFrame.new((Place0.p + Place1.p)/2,Place0.p)
  779. Expld(15,EffectPart.Position)
  780. P:Destroy()
  781. end
  782. ----
  783. LasLoopSnd:Stop()
  784. for i = 1, 20 do
  785. wait(.01)
  786. StartPart.CFrame = chara.Torso.CFrame + Vector3.new(0,10,0)
  787. mehs.Scale = mehs.Scale - Vector3.new(2.5,2.5,2.5)
  788. StartPart.Transparency = StartPart.Transparency + .05
  789. end
  790. StartPart:Destroy()
  791. EffectPart:Destroy()
  792. lasactive = false
  793. end
  794.  
  795. --Sword Stab--
  796. function SwordStab()
  797. local cirpos = Mouse.Hit.p
  798. local spellcircle = Instance.new("Part",chara)
  799. spellcircle.Anchored = true
  800. spellcircle.Size = Vector3.new(1,1,1)
  801. spellcircle.CFrame = CFrame.new(cirpos.x,cirpos.y,cirpos.z)
  802. spellcircle.Transparency = 1
  803. spellcircle.CanCollide = false
  804. local blkm = Instance.new("BlockMesh",spellcircle)
  805. blkm.Scale = Vector3.new(0,1,0)
  806. local dec = Instance.new("Decal",spellcircle)
  807. dec.Texture = "rbxassetid://685910499"
  808. dec.Transparency = 1
  809. dec.Face = "Top"
  810. local ptl = Instance.new("PointLight",spellcircle)
  811. ptl.Range = 0
  812. ptl.Color = Color3.new(1,1,1)
  813. spellc = coroutine.wrap(function()
  814. while spellc ~= nil do
  815. wait(.01)
  816. spellcircle.CFrame = spellcircle.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(10),0)
  817. end
  818. end)
  819. spellc()
  820. PlaySnd(SpellCastSnd,spellcircle)
  821. for i = 1, 40 do
  822. wait(.01)
  823. ptl.Range = ptl.Range + 1
  824. dec.Transparency = dec.Transparency - .1
  825. blkm.Scale = blkm.Scale + Vector3.new(1,0,1)
  826. end
  827. wait(.5)
  828. local sword = Instance.new("Part",game.Workspace)
  829. sword.Size = Vector3.new(2,50,2)
  830. sword.BottomSurface = 0
  831. sword.TopSurface = 0
  832. sword.Position = spellcircle.Position + Vector3.new(0,250,0)
  833. sword.CFrame = sword.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(-180),0,0)
  834. local mehs = Instance.new("SpecialMesh",sword)
  835. mehs.MeshId = "http://www.roblox.com/asset/?id=79109302"
  836. mehs.Scale = Vector3.new(40,40,40)
  837. mehs.TextureId = "http://www.roblox.com/asset/?id=79109351"
  838. mehs.VertexColor = Vector3.new(1,1,0)
  839. local bodf = Instance.new("BodyPosition",sword)
  840. bodf.Position = spellcircle.Position
  841. sword.Touched:connect(function(hit)
  842. if sword.Anchored == false then
  843. sword.Anchored = true
  844. PlaySnd(ExplodeSnd,spellcircle)
  845. local pt = Instance.new("Part",game.Workspace)
  846. pt.Shape = 0
  847. pt.Size = Vector3.new(1,1,1)
  848. pt.Material = "Neon"
  849. pt.CFrame = spellcircle.CFrame
  850. pt.BrickColor = BrickColor.new("Really black")
  851. local mh = Instance.new("SpecialMesh",pt)
  852. mh.MeshType = "Sphere"
  853. mh.Scale = Vector3.new(0,0,0)
  854. for i = 1, 10 do
  855. wait(.01)
  856. mh.Scale = mh.Scale + Vector3.new(10,10,10)
  857. pt.Transparency = pt.Transparency + .1
  858. Expld(mh.Scale.x,spellcircle.Position)
  859. end
  860. wait(1)
  861. for i = 1, 9 do
  862. wait(.01)
  863. sword.Transparency = sword.Transparency +.1
  864. end
  865. sword:Destroy()
  866. wait(.5)
  867. for i = 1, 40 do
  868. wait(.01)
  869. ptl.Range = ptl.Range - 1
  870. dec.Transparency = dec.Transparency + .1
  871. blkm.Scale = blkm.Scale - Vector3.new(1,0,1)
  872. end
  873. spellcircle:Destroy()
  874. end
  875. end)
  876. end
  877.  
  878. --KeyDown--
  879. mus = true
  880. function onKeyDown(key)
  881. if key == "e" then
  882. flyposy = flyposy - 10
  883. elseif key == "q" then
  884. flyposy = flyposy + 10
  885. elseif key == "z" and lasactive == false then
  886. CrossExplosion()
  887. elseif key == "x" and lasactive == false then
  888. Meteor()
  889. elseif key == "c" and lasactive == false then
  890. Beam()
  891. elseif key == "v" and lasactive == false then
  892. SwordStab()
  893. elseif key == "m" then
  894. if mus == true then
  895. Music:Stop()
  896. mus = false
  897. elseif mus == false then
  898. Music:Play()
  899. mus = true
  900. end
  901. end
  902. end
  903.  
  904. --Mouse Function--
  905. Mouse = player:GetMouse()
  906. if Mouse then
  907. Mouse.KeyDown:connect(onKeyDown)
  908. end
  909.  
  910. --Loop Function--
  911. cter = 0
  912. while chara.Humanoid.Health > 0 do
  913. wait(.1)
  914. chara.Humanoid.MaxHealth = math.huge
  915. chara.Humanoid.Health = math.huge
  916. bodfly.Position = Vector3.new(0,flyposy,0)
  917. Enamate(EnamatePart)
  918. Enamate2(EnamatePart,"EnamateRing")
  919. Enamate(EnamatePart2)
  920. Enamate2(EnamatePart2,"EnamateRing2")
  921. Enamate3()
  922. for i = 1, #lap do
  923. lap[i].Anchored = false
  924. end
  925. for i = 1, #rap do
  926. rap[i].Anchored = false
  927. end
  928. for i = 1, #llp do
  929. llp[i].Anchored = false
  930. end
  931. for i = 1, #rlp do
  932. rlp[i].Anchored = false
  933. end
  934. for i = 1, #chp do
  935. chp[i].Anchored = false
  936. end
  937. for i = 1, #hdp do
  938. hdp[i].Anchored = false
  939. end
  940. for i = 1, #ch do
  941. if ch[i].ClassName == "Part" then
  942. ch[i].Anchored = false
  943. end
  944. end
  945. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement