Advertisement
masterofdesires1

Untitled

Aug 16th, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 195.10 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. self._btrs[name] = self.Heartbeat:Connect(fun)
  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. --|| CREATED BY SHACKLUSTER ||--
  146. --\\====================================================//--
  147.  
  148.  
  149.  
  150. wait(0.2)
  151.  
  152. Player = owner
  153. PlayerGui = Player.PlayerGui
  154. Cam = workspace.CurrentCamera
  155. Backpack = Player.Backpack
  156. Character = Player.Character
  157. Humanoid = Character.Humanoid
  158. Mouse = Player:GetMouse()
  159. RootPart = Character["HumanoidRootPart"]
  160. Torso = Character["Torso"]
  161. Head = Character["Head"]
  162. RightArm = Character["Right Arm"]
  163. LeftArm = Character["Left Arm"]
  164. RightLeg = Character["Right Leg"]
  165. LeftLeg = Character["Left Leg"]
  166. RootJoint = RootPart["RootJoint"]
  167. Neck = Torso["Neck"]
  168. RightShoulder = Torso["Right Shoulder"]
  169. LeftShoulder = Torso["Left Shoulder"]
  170. RightHip = Torso["Right Hip"]
  171. LeftHip = Torso["Left Hip"]
  172. local sick = Instance.new("Sound",Character)
  173. sick.SoundId = "rbxassetid://854854859"
  174. sick.Looped = true
  175. sick.Pitch = 1
  176. sick.Volume = 2
  177. sick:Play()
  178.  
  179. IT = Instance.new
  180. CF = CFrame.new
  181. VT = Vector3.new
  182. RAD = math.rad
  183. C3 = Color3.new
  184. UD2 = UDim2.new
  185. BRICKC = BrickColor.new
  186. ANGLES = CFrame.Angles
  187. EULER = CFrame.fromEulerAnglesXYZ
  188. COS = math.cos
  189. ACOS = math.acos
  190. SIN = math.sin
  191. ASIN = math.asin
  192. ABS = math.abs
  193. MRANDOM = math.random
  194. FLOOR = math.floor
  195.  
  196. Character.Shirt:Destroy()
  197. Character.Pants:Destroy()
  198. shirt = Instance.new("Shirt", Character)
  199. shirt.Name = "Shirt"
  200. pants = Instance.new("Pants", Character)
  201. pants.Name = "Pants"
  202. Character.Shirt.ShirtTemplate = "rbxassetid://382119431"
  203. Character.Pants.PantsTemplate = "rbxassetid://382119591"
  204.  
  205.  
  206. local char = game.Players.localPlayer.Character
  207. local txt = Instance.new("BillboardGui", char)
  208. txt.Adornee = char .Head
  209. txt.Name = "_status"
  210. txt.Size = UDim2.new(2, 0, 1.2, 0)
  211. txt.StudsOffset = Vector3.new(-9, 10, 0)
  212. local text = Instance.new("TextLabel", txt)
  213. text.Size = UDim2.new(10, 0, 7, 0)
  214. text.FontSize = "Size24"
  215. text.TextScaled = true
  216. text.TextTransparency = 0
  217. text.BackgroundTransparency = 1
  218. text.TextTransparency = 0
  219. text.TextStrokeTransparency = 0
  220. text.Font = "Garamond"
  221. text.TextStrokeColor3 = Color3.new(75,0,130)
  222. text.Text = "N̶i̵g̸h̴t̴m̷a̵r̴e̴"
  223.  
  224. --custom chat by tomonaoboys (it will be my 2nd custom chat which has uploaded)
  225. function chatfunc(text)
  226. spawn(function()
  227. local rs=game:service'RunService'.RenderStepped
  228. local function sw(n)if n==nil then rs:wait()else for i=1,n do rs:wait()end end return true end
  229. local Character=game:service'Players'.LocalPlayer.Character local RootPart=Character.HumanoidRootPart
  230. local s=Instance.new("Sound",Character)s.SoundId="rbxassetid://418252437"s.Volume=2
  231. if Character:FindFirstChild("cht")then Character.cht:Destroy()end
  232. local b=Instance.new("BillboardGui",Character)b.AlwaysOnTop=true b.Adornee=RootPart b.StudsOffset=Vector3.new(0,4.5,0)b.Name="cht"
  233. local snum=text:len()b.Size=UDim2.new(snum/1.7,0,2,0)
  234. local texts={}
  235. for i=1,snum do
  236. texts[i]=Instance.new("TextLabel",b)
  237. texts[i].Size=UDim2.new(1/snum,0,1,0)texts[i].Name=text:sub(i,i)--texts[i].TextSize=24
  238. texts[i].Text=text:sub(i,i)texts[i].Position=UDim2.new((i-1)/snum,0,.3,0)texts[i].BackgroundTransparency=1 texts[i].TextColor3=Color3.new(.75)
  239. texts[i].TextStrokeTransparency=1 texts[i].Font="Antique"texts[i].TextScaled=1 texts[i].TextTransparency=1
  240. end
  241. for i=1,#texts do
  242. if texts[i].Parent then
  243. texts[i].TextTransparency=0 texts[i].Rotation=math.random(-30,30)texts[i].TextStrokeTransparency=.6
  244. end
  245. if texts[i].Text~=" "then s:Play()end
  246. sw(3)
  247. end
  248. sw(60)
  249. for i=1,#texts do
  250. if texts[i].Parent then texts[i].Text="hahahha "texts[i].Rotation=0 end
  251. end
  252. s.Volume=1 s.SoundId="rbxassetid://138093550"s:Play()s.Ended:connect(function()s:Destroy()b:Destroy()end)
  253. game:service'Debris':AddItem(b,5)
  254. end)
  255. end
  256. game:service'Players'.LocalPlayer.Chatted:connect(function(msg)chatfunc(game:service("Chat"):FilterStringAsync(msg,game:service'Players'.LocalPlayer,game:service'Players'.LocalPlayer))
  257. end)
  258.  
  259. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  260. local NEWMESH = IT(MESH)
  261. if MESH == "SpecialMesh" then
  262. NEWMESH.MeshType = MESHTYPE
  263. if MESHID ~= "nil" and MESHID ~= "" then
  264. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  265. end
  266. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  267. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  268. end
  269. end
  270. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  271. NEWMESH.Scale = SCALE
  272. NEWMESH.Parent = PARENT
  273. return NEWMESH
  274. end
  275.  
  276. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  277. local NEWPART = IT("Part")
  278. NEWPART.formFactor = FORMFACTOR
  279. NEWPART.Reflectance = REFLECTANCE
  280. NEWPART.Transparency = TRANSPARENCY
  281. NEWPART.CanCollide = false
  282. NEWPART.Locked = true
  283. NEWPART.Anchored = true
  284. if ANCHOR == false then
  285. NEWPART.Anchored = false
  286. end
  287. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  288. NEWPART.Name = NAME
  289. NEWPART.Size = SIZE
  290. NEWPART.Position = Torso.Position
  291. NEWPART.Material = MATERIAL
  292. NEWPART:BreakJoints()
  293. NEWPART.Parent = PARENT
  294. return NEWPART
  295. end
  296.  
  297. Weapon_Name = "Add-ons"
  298.  
  299.  
  300. local function weldBetween(a, b)
  301. local weldd = Instance.new("ManualWeld")
  302. weldd.Part0 = a
  303. weldd.Part1 = b
  304. weldd.C0 = CFrame.new()
  305. weldd.C1 = b.CFrame:inverse() * a.CFrame
  306. weldd.Parent = a
  307. return weldd
  308. end
  309.  
  310. function createaccessory(attachmentpart,mesh,texture,scale,offset,color)
  311. local acs = Instance.new("Part")
  312. acs.CanCollide = false
  313. acs.Anchored = false
  314. acs.Size = Vector3.new(0,0,0)
  315. acs.CFrame = attachmentpart.CFrame
  316. acs.Parent = Character
  317. acs.BrickColor = color
  318. local meshs = Instance.new("SpecialMesh")
  319. meshs.MeshId = mesh
  320. meshs.TextureId = texture
  321. meshs.Parent = acs
  322. meshs.Scale = scale
  323. meshs.Offset = offset
  324. weldBetween(attachmentpart,acs)
  325. end
  326.  
  327. function createbodypart(TYPE,COLOR,PART,OFFSET,SIZE)
  328. if TYPE == "Gem" then
  329. local acs = CreatePart(3, Character, "Plastic", 0, 0, COLOR, "Part", VT(0,0,0))
  330. acs.Anchored = false
  331. acs.CanCollide = false
  332. acs.CFrame = PART.CFrame
  333. local acs2 = CreateMesh("SpecialMesh", acs, "FileMesh", "9756362", "", SIZE, OFFSET)
  334. weldBetween(PART,acs)
  335. elseif TYPE == "Skull" then
  336. local acs = CreatePart(3, Character, "Plastic", 0, 0, COLOR, "Part", VT(0,0,0))
  337. acs.Anchored = false
  338. acs.CanCollide = false
  339. acs.CFrame = PART.CFrame
  340. local acs2 = CreateMesh("SpecialMesh", acs, "FileMesh", "4770583", "", SIZE, OFFSET)
  341. weldBetween(PART,acs)
  342. elseif TYPE == "Eye" then
  343. local acs = CreatePart(3, Character, "Neon", 0, 0, COLOR, "Part", VT(0,0,0))
  344. acs.Anchored = false
  345. acs.CanCollide = false
  346. acs.CFrame = PART.CFrame
  347. local acs2 = CreateMesh("SpecialMesh", acs, "Sphere", "", "", SIZE, OFFSET)
  348. weldBetween(PART,acs)
  349. end
  350. end
  351.  
  352.  
  353. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  354. WEAPONGUI.Name = "Weapon GUI"
  355. local Weapon = IT("Model")
  356. Weapon.Name = Weapon_Name
  357. local Effects = IT("Folder", Weapon)
  358. Effects.Name = "Effects"
  359.  
  360.  
  361.  
  362. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  363. local NEWWELD = IT(TYPE)
  364. NEWWELD.Part0 = PART0
  365. NEWWELD.Part1 = PART1
  366. NEWWELD.C0 = C0
  367. NEWWELD.C1 = C1
  368. NEWWELD.Parent = PARENT
  369. return NEWWELD
  370. end
  371.  
  372.  
  373. function MakeForm(PART,TYPE)
  374. if TYPE == "Cyl" then
  375. local MSH = IT("CylinderMesh",PART)
  376. elseif TYPE == "Ball" then
  377. local MSH = IT("SpecialMesh",PART)
  378. MSH.MeshType = "Sphere"
  379. elseif TYPE == "Wedge" then
  380. local MSH = IT("SpecialMesh",PART)
  381. MSH.MeshType = "Wedge"
  382. elseif TYPE == "Head" then
  383. local MSH = IT("SpecialMesh",PART)
  384. MSH.Scale = VT(1.25,1.25,1.25)
  385. end
  386. end
  387.  
  388.  
  389.  
  390. Debris = game:GetService("Debris")
  391.  
  392.  
  393. function turnto(position)
  394. RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(position.X,RootPart.Position.Y,position.Z)) * CFrame.new(0, 0, 0)
  395. end
  396.  
  397.  
  398. local face = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Face mask", VT(1.001,1.001,1.001),false)
  399. local weld = CreateWeldOrSnapOrMotor("Weld", face, Head, face, CF(0.02,0,0) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  400. MakeForm(face,"Head")
  401. local part = CreatePart(3, Weapon, "Neon", 0, 0, "Royal purple", "Eye", VT(0.4,0.25,0.2),false)
  402. local weld = CreateWeldOrSnapOrMotor("Weld", part, Head, part, CF(0.15,0.28,-0.53) * ANGLES(RAD(15), RAD(0), RAD(25)), CF(0, 0, 0))
  403. MakeForm(part,"Ball")
  404. local Eye = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Eye", VT(0.1,0.1,0.15),false)
  405. local PupilWeld = CreateWeldOrSnapOrMotor("Weld", Eye, Head, Eye, CF(0.13,0.24,-0.58) * ANGLES(RAD(0), RAD(0), RAD(25)), CF(0, 0, 0))
  406. MakeForm(Eye,"Ball")
  407.  
  408. for _, c in pairs(Weapon:GetChildren()) do
  409. if c.ClassName == "Part" then
  410. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  411. end
  412. end
  413.  
  414. Weapon.Parent = Character
  415.  
  416. Humanoid.Died:connect(function()
  417. ATTACK = true
  418. end)
  419.  
  420.  
  421.  
  422. local Torso = Character:FindFirstChild("Torso")
  423. local rootPart = Character:FindFirstChild("HumanoidRootPart")
  424. local Humanoid = Character:FindFirstChild("Humanoid")
  425. local Head = Character:FindFirstChild("Head")
  426. local Right_Arm = Character:FindFirstChild("Right Arm")
  427. local Left_Arm = Character:FindFirstChild("Left Arm")
  428. local Right_Leg = Character:FindFirstChild("Right Leg")
  429. local Left_Leg = Character:FindFirstChild("Left Leg")
  430. local Right_Shoulder = Torso:FindFirstChild("Right Shoulder")
  431. local Left_Shoulder = Torso:FindFirstChild("Left Shoulder")
  432. local Right_Hip = Torso:FindFirstChild("Right Hip")
  433. local Left_Hip = Torso:FindFirstChild("Left Hip")
  434. local Neck = Torso:FindFirstChild("Neck")
  435. local rootPart = Character:FindFirstChild("HumanoidRootPart")
  436. local rootJoint = rootPart:FindFirstChild("RootJoint")
  437. local CurrentIdle = "Idling1"
  438. local Degree = 0.0175438596491228
  439. local canremove = false
  440. local debounce = false
  441. local UIService=game:GetService'UserInputService'
  442. _G.SongName = math.random(1,9025232)
  443. sin = math.sin
  444. Right_Leg.FormFactor = "Custom";
  445. Left_Leg.FormFactor = "Custom";
  446. rootPart.Archivable = true;
  447. rootJoint.Archivable = true;
  448. c_new = CFrame.new;
  449. c_angles = CFrame.Angles;
  450. i_new = Instance.new
  451.  
  452. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  453. wld = Instance.new("Weld", wp1)
  454. wld.Part0 = wp0
  455. wld.Part1 = wp1
  456. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  457. return wld
  458. end
  459.  
  460. function noOutline(part)
  461. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  462. end
  463.  
  464. local function Part(Name,Color, Material, Transparency,Shape, Size, CFrame,CanCollide,Anchored,parent)
  465. local partie = i_new("Part",parent)
  466. partie.Name=Name
  467. partie.BrickColor = BrickColor.new(Color)
  468. partie.Material = Material
  469. partie.Shape = Shape
  470. partie.Transparency = Transparency
  471. partie.Size = Size
  472. partie.CFrame = CFrame
  473. partie.CanCollide = CanCollide
  474. partie.Anchored = Anchored
  475. return partie
  476. end
  477.  
  478.  
  479.  
  480. function swait(num)
  481. if num == 0 or num == nil then
  482. game:GetService("RunService").Stepped:wait(0)
  483. else
  484. for i = 0, num do
  485. game:GetService("RunService").Stepped:wait(0)
  486. end
  487. end
  488. end
  489.  
  490. function mesh(Mesh, part, meshtype, meshid, offset, scale)
  491. local mesh = i_new(Mesh)
  492. mesh.Parent = part
  493. if Mesh == "SpecialMesh" then
  494. mesh.MeshType = meshtype
  495. mesh.MeshId = meshid
  496. end
  497. mesh.Offset = offset
  498. mesh.Scale = scale
  499. return mesh
  500. end
  501.  
  502. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position, Direction, MaxDistance, IgnoreDescendants
  503. return game:GetService("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  504. end
  505.  
  506.  
  507. --Part(Name,Color, Material, Transparency,Shape, Size, CFrame,CanCollide,Anchored,parent)
  508. --newWeld(wp0, wp1, wc0x, wc0y, wc0z)
  509. local REye=Part('REye','Royal purple','Neon',0,'Ball',Vector3.new(.1,.1,.1),CFrame.new(0,0,0),false,false,Character)
  510. newWeld(Head,REye,.1,.210,-.5)
  511. local REGlow=Instance.new('SurfaceLight')
  512. REGlow.Color=Color3.fromRGB(170,85,255)
  513. REGlow.Range=15
  514. REGlow.Brightness=10
  515. REGlow.Parent=REye
  516. local Glow=Instance.new('ParticleEmitter')
  517. Glow.Color=ColorSequence.new(Color3.fromRGB(375,20,1),Color3.fromRGB(300,1,20))
  518. Glow.Texture='rbxassetid://242292318'
  519. Glow.Transparency=NumberSequence.new(.9)
  520. Glow.Size=NumberSequence.new(.225)
  521. Glow.Acceleration=Vector3.new(45,30,0)
  522. Glow.LockedToPart=true
  523. Glow.Lifetime=NumberRange.new(.25,.25)
  524. Glow.Rate=1200
  525. Glow.EmissionDirection='Bottom'
  526. Glow.Speed=NumberRange.new(1,1)
  527. Glow.ZOffset=2
  528. Glow.Parent=REye
  529. local LEye=Part('LEye','Royal purple','Neon',0,'Ball',Vector3.new(.1,.1,.1),CFrame.new(0,0,0),false,false,Character)
  530. newWeld(Head,LEye,-.1,.220,-.5)
  531. local LEGlow=Instance.new('SurfaceLight')
  532. LEGlow.Color=Color3.fromRGB(170,85,255)
  533. LEGlow.Range=10
  534. LEGlow.Brightness=9
  535. LEGlow.Parent=LEye
  536. local Glow2=Instance.new('ParticleEmitter')
  537. Glow2.Color=ColorSequence.new(Color3.fromRGB(0,0,0),Color3.fromRGB(0,0,0))
  538. Glow2.Texture='rbxassetid://242292318'
  539. Glow2.Transparency=NumberSequence.new(.988)
  540. Glow2.Size=NumberSequence.new(5)
  541. Glow2.LockedToPart=false
  542. Glow2.Lifetime=NumberRange.new(.5,.5)
  543. Glow2.Rate=1000
  544. Glow2.EmissionDirection='Top'
  545. Glow2.Speed=NumberRange.new(1,1)
  546. Glow2.VelocitySpread=Vector3.new(0,0,60)
  547. Glow2.ZOffset=1
  548. Glow2.Parent=Torso
  549.  
  550. iz = (game.Players.LocalPlayer.Name)
  551.  
  552.  
  553.  
  554. is = (game.Players.LocalPlayer.Character)
  555.  
  556.  
  557. local Player = game.Players.LocalPlayer
  558. local Character = Player.Character
  559. local PlayerGui = Player.PlayerGui
  560. local Backpack = Player.Backpack
  561. local Torso = Character.HumanoidRootPart
  562. local Humanoid = Character.Humanoid
  563. local hum = Character.Humanoid
  564. local LeftArm = Character["Left Arm"]
  565. local LeftLeg = Character["Left Leg"]
  566. local RightArm = Character["Right Arm"]
  567. local RightLeg = Character["Right Leg"]
  568. local Backpack = Player.Backpack
  569. local TorsA = Character.Torso
  570. local Head = Character.Head
  571. local LS = TorsA["Left Shoulder"]
  572. local LH = TorsA["Left Hip"]
  573. local RS = TorsA["Right Shoulder"]
  574. local RH = TorsA["Right Hip"]
  575. local Neck = TorsA.Neck
  576. local rs = game:GetService("RunService").RenderStepped
  577. local Mouse = Player:GetMouse()
  578. attacktype = 1
  579. vt = Vector3.new
  580. ColorDebounce = false
  581. cf = CFrame.new
  582. euler = CFrame.fromEulerAnglesXYZ
  583. angles = CFrame.Angles
  584. necko = cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  585. necko2 = cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  586. LHC0 = cf(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  587. LHC1 = cf(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  588. RHC0 = cf(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  589. RHC1 = cf(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  590. RootPart = Character.HumanoidRootPart
  591. RootJoint = RootPart.RootJoint
  592. RootCF = euler(-1.57, 0, 3.14)
  593. attack = false
  594. equipped = true
  595. local RbxUtility = LoadLibrary("RbxUtility")
  596. local Create = RbxUtility.Create
  597. local Root = Character.HumanoidRootPart
  598. math.randomseed(os.time())
  599.  
  600. fat = Instance.new("BindableEvent",script)
  601. fat.Name = "Heartbeat"
  602.  
  603. script:WaitForChild("Heartbeat")
  604.  
  605. frame = 1/30
  606. tf = 0
  607. allowframeloss = false --if set to true will fire every frame it possibly can. This will result in multiple events happening at the same time whenever delta returns frame*2 or greater.
  608. tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
  609. lastframe = tick()
  610. script.Heartbeat:Fire() --ayy lmao
  611.  
  612.  
  613. local TBlast, TBMesh = Instance.new("Part"), Instance.new("SpecialMesh")
  614. TBlast.BrickColor = BrickColor.new("Really Black")
  615. TBlast.Transparency = 1
  616. TBlast.Anchored = true
  617. TBlast.CanCollide = false
  618. TBlast.CFrame = Root.CFrame
  619. TBlast.Size = Vector3.new(2,2,2)
  620. TBMesh.Parent = TBlast
  621. TBMesh.MeshType = "Sphere"
  622.  
  623. local TB, TM = Instance.new("Part"), Instance.new("SpecialMesh")
  624. TB.BrickColor = BrickColor.new("Pearl")
  625. TB.Transparency = 1
  626. TB.Anchored = true
  627. TB.CanCollide = false
  628. TB.CFrame = Root.CFrame
  629. TB.Size = Vector3.new(2,2,2)
  630. TB.Parent = TBlast
  631. TM.MeshType = "Sphere"
  632.  
  633. wait(0)
  634.  
  635. local p = game.Players.localPlayer
  636. local char = p.Character
  637. local mouse=p:GetMouse()
  638. local larm = char["Left Arm"]
  639. local rarm = char["Right Arm"]
  640. local lleg = char["Left Leg"]
  641. local rleg = char["Right Leg"]
  642. local torso = char.Torso
  643. local root = char.HumanoidRootPart
  644. local hed = char.Head
  645. ---------------------------------------------
  646.  
  647. local PE1 = Instance.new("ParticleEmitter",rleg)
  648. PE1.Color = ColorSequence.new(Color3.new (255, 0, 0), Color3.new (255, 0, 0))
  649. PE1.LightEmission = NumberSequence.new(0.2)
  650. PE1.Size = NumberSequence.new(1.2)
  651. PE1.Texture = "http://www.roblox.com/asset/?id=284607870"
  652. PE1.Lifetime = NumberRange.new(.5)
  653. PE1.Rate = 10
  654. PE1.Transparency = NumberSequence.new(0.2)
  655. PE1.LightEmission = NumberSequence.new(0.2)
  656. PE1.Rotation = NumberRange.new(260)
  657. PE1.Speed = NumberRange.new(0)
  658. PE1.RotSpeed = NumberRange.new(100)
  659.  
  660. ----------------------------------------------------
  661. local PE1 = Instance.new("ParticleEmitter",rarm)
  662. PE1.Color = ColorSequence.new(Color3.new (255, 0, 0), Color3.new (255, 0, 0))
  663. PE1.LightEmission = NumberSequence.new(0.2)
  664. PE1.Size = NumberSequence.new(1.2)
  665. PE1.Texture = "http://www.roblox.com/asset/?id=284607870"
  666. PE1.Lifetime = NumberRange.new(.5)
  667. PE1.Rate = 10
  668. PE1.Transparency = NumberSequence.new(0.2)
  669. PE1.LightEmission = NumberSequence.new(0.2)
  670. PE1.Rotation = NumberRange.new(260)
  671. PE1.Speed = NumberRange.new(0)
  672. PE1.RotSpeed = NumberRange.new(100)
  673.  
  674.  
  675. repeat wait() until Player.Character
  676. --All The Settings for Trails in this Script
  677. TrailSettings = {
  678. Lifetime = 0.5,
  679. Texture = 'rbxassetid://31270182',
  680. --Color1 is for UpperBody and Accessories, Color2 is for Lower Body
  681. Color1 = ColorSequence.new(BrickColor.new('Royal purple').Color,BrickColor.new('Red').Color),
  682. Color2 = ColorSequence.new(BrickColor.new('Really black').Color,BrickColor.new('Black').Color),
  683. AllBody = true,
  684. UpperBodyOnly = false,
  685. LowerBodyOnly = false,
  686. Accessories = false,
  687. Extras = true,
  688. R15 = false, --Change to true if you're using R15
  689. R15Parts = {
  690. 'UpperTorso',
  691. 'LowerTorso',
  692. }
  693. }
  694.  
  695. local Trail; --Making other Trails uses this in this Script
  696.  
  697. --UpperBody Function
  698. UpperBody = function()
  699. if TrailSettings.R15 == false then
  700. A0 = Instance.new('Attachment',Character.Torso)
  701. A1 = Instance.new('Attachment',Character.Head)
  702. A2 = Instance.new('Attachment',Character['Right Arm'])
  703. A3 = Instance.new('Attachment',Character['Left Arm'])
  704. Trail = Instance.new('Trail',Character)
  705. Trail.Attachment0 = A0
  706. Trail.Attachment1 = A1
  707. Trail.Texture = TrailSettings.Texture
  708. Trail.Color = TrailSettings.Color1
  709. Trail.Lifetime = TrailSettings.Lifetime
  710. local Trail2 = Trail:Clone()
  711. Trail2.Parent = Character
  712. Trail2.Attachment1 = A2
  713. local Trail3 = Trail:Clone()
  714. Trail3.Parent = Character
  715. Trail3.Attachment1 = A3
  716. local Trail6 = Trail:Clone()
  717. Trail6.Parent = Character
  718. Trail6.Attachment0 = A1
  719. Trail6.Attachment1 = A2
  720. local Trail7 = Trail:Clone()
  721. Trail7.Parent = Character
  722. Trail7.Attachment0 = A1
  723. Trail7.Attachment1 = A3
  724. else
  725. A0 = Instance.new('Attachment',Character[TrailSettings.R15Parts[1]])
  726. A0R = Instance.new('Attachment',Character[TrailSettings.R15Parts[2]])
  727. A1 = Instance.new('Attachment',Character.Head)
  728. A2 = Instance.new('Attachment',Character['RightUpperArm'])
  729. A2R = Instance.new('Attachment',Character['RightLowerArm'])
  730. A3 = Instance.new('Attachment',Character['LeftUpperArm'])
  731. A3R = Instance.new('Attachment',Character['LeftLowerArm'])
  732. Trail = Instance.new('Trail',Character)
  733. Trail.Attachment0 = A0
  734. Trail.Attachment1 = A1
  735. Trail.Texture = TrailSettings.Texture
  736. Trail.Color = TrailSettings.Color1
  737. Trail.Lifetime = TrailSettings.Lifetime
  738. local Trail2 = Trail:Clone()
  739. Trail2.Parent = Character
  740. Trail2.Attachment1 = A2
  741. local Trail3 = Trail:Clone()
  742. Trail3.Parent = Character
  743. Trail3.Attachment1 = A3
  744. local Trail6 = Trail:Clone()
  745. Trail6.Parent = Character
  746. Trail6.Attachment0 = A1
  747. Trail6.Attachment1 = A2
  748. local Trail7 = Trail:Clone()
  749. Trail7.Parent = Character
  750. Trail7.Attachment0 = A1
  751. Trail7.Attachment1 = A3
  752. --R15 Trails
  753. local Trail1R = Trail:Clone()
  754. Trail1R.Parent = Character
  755. Trail1R.Attachment1 = A2R
  756. local Trail2R = Trail:Clone()
  757. Trail2R.Parent = Character
  758. Trail2R.Attachment1 = A3R
  759. local Trail6R = Trail:Clone()
  760. Trail6.Parent = Character
  761. Trail6.Attachment0 = A1
  762. Trail6.Attachment1 = A2R
  763. local Trail7R = Trail:Clone()
  764. Trail7.Parent = Character
  765. Trail7.Attachment0 = A1
  766. Trail7.Attachment1 = A3R
  767. end
  768. end
  769.  
  770. --Lower Body Function
  771. LowerBody = function()
  772. if TrailSettings.R15 == false then
  773. A4 = Instance.new('Attachment',Character['Right Leg'])
  774. A5 = Instance.new('Attachment',Character['Left Leg'])
  775. local Trail4 = Trail:Clone()
  776. Trail4.Parent = Character
  777. Trail4.Attachment1 = A4
  778. local Trail5 = Trail:Clone()
  779. Trail5.Parent = Character
  780. Trail5.Attachment1 = A5
  781. local Trail8 = Trail:Clone()
  782. Trail8.Parent = Character
  783. Trail8.Attachment0 = A2
  784. Trail8.Attachment1 = A4
  785. Trail8.Color = TrailSettings.Color2
  786. local Trail9 = Trail:Clone()
  787. Trail9.Parent = Character
  788. Trail9.Attachment0 = A3
  789. Trail9.Attachment1 = A5
  790. Trail9.Color = TrailSettings.Color2
  791. local FT = Trail:Clone()
  792. FT.Parent = Character
  793. FT.Attachment0 = A4
  794. FT.Attachment1 = A5
  795. FT.Color = TrailSettings.Color2
  796. else
  797. A4 = Instance.new('Attachment',Character['RightLowerLeg'])
  798. A4R = Instance.new('Attachment',Character['RightUpperLeg'])
  799. A5 = Instance.new('Attachment',Character['LeftLowerLeg'])
  800. A5R = Instance.new('Attachment',Character['LeftUpperLeg'])
  801. local Trail4 = Trail:Clone()
  802. Trail4.Parent = Character
  803. Trail4.Attachment1 = A4
  804. local Trail5 = Trail:Clone()
  805. Trail5.Parent = Character
  806. Trail5.Attachment1 = A5
  807. local Trail8 = Trail:Clone()
  808. Trail8.Parent = Character
  809. Trail8.Attachment0 = A2
  810. Trail8.Attachment1 = A4
  811. Trail8.Color = TrailSettings.Color2
  812. local Trail9 = Trail:Clone()
  813. Trail9.Parent = Character
  814. Trail9.Attachment0 = A3
  815. Trail9.Attachment1 = A5
  816. Trail9.Color = TrailSettings.Color2
  817. local FT = Trail:Clone()
  818. FT.Parent = Character
  819. FT.Attachment0 = A4
  820. FT.Attachment1 = A5
  821. FT.Color = TrailSettings.Color2
  822. --R15 Trails
  823. local Trail3R = Trail:Clone()
  824. Trail3R.Parent = Character
  825. Trail3R.Attachment1 = A4R
  826. local Trail4R = Trail:Clone()
  827. Trail4R.Parent = Character
  828. Trail4R.Attachment1 = A5R
  829. local Trail8 = Trail:Clone()
  830. Trail8.Parent = Character
  831. Trail8.Attachment0 = A2R
  832. Trail8.Attachment1 = A4R
  833. Trail8.Color = TrailSettings.Color2
  834. local Trail9 = Trail:Clone()
  835. Trail9.Parent = Character
  836. Trail9.Attachment0 = A3R
  837. Trail9.Attachment1 = A5R
  838. Trail9.Color = TrailSettings.Color2
  839. local FT2R = Trail:Clone()
  840. FT2R.Parent = Character
  841. FT2R.Attachment0 = A4R
  842. FT2R.Attachment1 = A5R
  843. FT2R.Color = TrailSettings.Color2
  844. end
  845. end
  846.  
  847. --All Body Function calling Both Functions
  848. AllBody = function()
  849. UpperBody()
  850. LowerBody()
  851. end
  852.  
  853. --Checking to make sure that Only some Variables are Selected else do All Body
  854. if TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == true then
  855. TrailSettings.UpperBodyOnly = false
  856. TrailSettings.LowerBodyOnly = false
  857. elseif TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == false and TrailSettings.LowerBodyOnly == true then
  858. TrailSettings.UpperBodyOnly = false
  859. TrailSettings.LowerBodyOnly = false
  860. elseif TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == false then
  861. TrailSettings.UpperBodyOnly = false
  862. TrailSettings.LowerBodyOnly = false
  863. elseif TrailSettings.AllBody == false and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == true then
  864. TrailSettings.AllBody = true
  865. TrailSettings.UpperBodyOnly = false
  866. TrailSettings.LowerBodyOnly = false
  867. end
  868.  
  869. --Call Trail Functions
  870. if TrailSettings.UpperBodyOnly == true then
  871. UpperBody()
  872. print('Called Upper Body Trail')
  873. elseif TrailSettings.LowerBodyOnly == true then
  874. LowerBody()
  875. print('Called Lower Body Trail')
  876. elseif TrailSettings.AllBody == true then
  877. AllBody()
  878. print('Called Full Body Trail')
  879. end
  880.  
  881. --Trails for Accessories
  882. if TrailSettings.Accessories == true then
  883. for Index,Item in pairs(Character:GetChildren()) do
  884. if Item:IsA'Accessory' then
  885. local AA = Instance.new('Attachment',Item.Handle)
  886. local ATrail = Trail:Clone()
  887. ATrail.Parent = Character
  888. ATrail.Attachment1 = AA
  889. end
  890. end
  891. end
  892.  
  893. --Extras
  894. if TrailSettings.Extras == true then
  895. --Making an Invisible Platform Part
  896. local a = Instance.new('Part',Character)
  897. a.CanCollide = false
  898. a.Size = Vector3.new(2,.2,2)
  899. a.Transparency = 1
  900.  
  901. --Constantly putting it under your feet
  902. if TrailSettings.R15 == false then
  903. spawn(function()
  904. game:GetService('RunService').RenderStepped:connect(function()
  905. a.CFrame = Character.Torso.CFrame * CFrame.new(0,-3,0)
  906. end)
  907. end)
  908. else
  909. spawn(function()
  910. game:GetService('RunService').RenderStepped:connect(function()
  911. a.CFrame = Character[TrailSettings.R15Parts[2]].CFrame * CFrame.new(0,-2,0)
  912. end)
  913. end)
  914. end
  915.  
  916. --Make a Trail from both feet to the Platform
  917. spawn(function()
  918. repeat wait() until Trail
  919. local AB = Instance.new('Attachment',a)
  920. local ABT = Trail:Clone()
  921. ABT.Parent = Character
  922. ABT.Attachment0 = A4
  923. ABT.Attachment1 = AB
  924. ABT.Color = TrailSettings.Color2
  925. local ABT2 = Trail:Clone()
  926. ABT2.Parent = Character
  927. ABT2.Attachment0 = A5
  928. ABT2.Attachment1 = AB
  929. ABT2.Color = TrailSettings.Color2
  930. end)
  931. end
  932.  
  933. m=Instance.new('Model',Character)
  934. local function weldBetween(a, b)
  935. local weldd = Instance.new("ManualWeld")
  936. weldd.Part0 = a
  937. weldd.Part1 = b
  938. weldd.C0 = CFrame.new()
  939. weldd.C1 = b.CFrame:inverse() * a.CFrame
  940. weldd.Parent = a
  941. return weldd
  942. end
  943.  
  944. it=Instance.new
  945.  
  946. function nooutline(part)
  947. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  948. end
  949.  
  950. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  951. local fp=it("Part")
  952. fp.formFactor=formfactor
  953. fp.Parent=parent
  954. fp.Reflectance=reflectance
  955. fp.Transparency=transparency
  956. fp.CanCollide=false
  957. fp.Locked=true
  958. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  959. fp.Name=name
  960. fp.Size=size
  961. fp.Position=Character.Torso.Position
  962. nooutline(fp)
  963. fp.Material=material
  964. fp:BreakJoints()
  965. return fp
  966. end
  967.  
  968. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  969. local mesh=it(Mesh)
  970. mesh.Parent=part
  971. if Mesh=="SpecialMesh" then
  972. mesh.MeshType=meshtype
  973. mesh.MeshId=meshid
  974. end
  975. mesh.Offset=offset
  976. mesh.Scale=scale
  977. return mesh
  978. end
  979.  
  980. function weld(parent,part0,part1,c0,c1)
  981. local weld=it("Weld")
  982. weld.Parent=parent
  983. weld.Part0=part0
  984. weld.Part1=part1
  985. weld.C0=c0
  986. weld.C1=c1
  987. return weld
  988. end
  989.  
  990.  
  991. Player=game:GetService('Players').LocalPlayer
  992. Character=Player.Character
  993. Mouse=Player:GetMouse()
  994. m=Instance.new('Model',Character)
  995.  
  996.  
  997. local function weldBetween(a, b)
  998. local weldd = Instance.new("ManualWeld")
  999. weldd.Part0 = a
  1000. weldd.Part1 = b
  1001. weldd.C0 = CFrame.new()
  1002. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1003. weldd.Parent = a
  1004. return weldd
  1005. end
  1006.  
  1007. it=Instance.new
  1008.  
  1009. function nooutline(part)
  1010. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1011. end
  1012.  
  1013. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1014. local fp=it("Part")
  1015. fp.formFactor=formfactor
  1016. fp.Parent=parent
  1017. fp.Reflectance=reflectance
  1018. fp.Transparency=transparency
  1019. fp.CanCollide=false
  1020. fp.Locked=true
  1021. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1022. fp.Name=name
  1023. fp.Size=size
  1024. fp.Position=Character.Torso.Position
  1025. nooutline(fp)
  1026. fp.Material=material
  1027. fp:BreakJoints()
  1028. return fp
  1029. end
  1030.  
  1031. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1032. local mesh=it(Mesh)
  1033. mesh.Parent=part
  1034. if Mesh=="SpecialMesh" then
  1035. mesh.MeshType=meshtype
  1036. mesh.MeshId=meshid
  1037. end
  1038. mesh.Offset=offset
  1039. mesh.Scale=scale
  1040. return mesh
  1041. end
  1042.  
  1043. function weld(parent,part0,part1,c0,c1)
  1044. local weld=it("Weld")
  1045. weld.Parent=parent
  1046. weld.Part0=part0
  1047. weld.Part1=part1
  1048. weld.C0=c0
  1049. weld.C1=c1
  1050. return weld
  1051. end
  1052.  
  1053.  
  1054. char = game.Players.LocalPlayer.Character --if the script you're going to edit already has this dont put this again
  1055. torso = char.Torso --this too
  1056. local m2 = Instance.new("Model")
  1057. m2.Name = "Wings"
  1058. p1 = Instance.new("Part", m2)
  1059. p1.BrickColor = BrickColor.new("Really black")
  1060. p1.Material = Enum.Material.Neon
  1061. p1.CFrame = CFrame.new(28.7928066, 27.8741341, 25.9347725, -0.579227924, -0.579227805, -0.573576331, 0.707106769, -0.707106769, 0, -0.405579776, -0.405579716, 0.819152117)
  1062. p1.FormFactor = Enum.FormFactor.Custom
  1063. p1.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  1064. p1.BottomSurface = Enum.SurfaceType.Smooth
  1065. p1.TopSurface = Enum.SurfaceType.Smooth
  1066. b1 = Instance.new("SpecialMesh", p1)
  1067. b1.MeshType = Enum.MeshType.Sphere
  1068. b1.Name = "Mesh"
  1069. p2 = Instance.new("Part", m2)
  1070. p2.BrickColor = BrickColor.new("Royal purple")
  1071. p2.Material = Enum.Material.SmoothPlastic
  1072. p2.Reflectance = 0.30000001192093
  1073. p2.CFrame = CFrame.new(23.8806973, 23.7568359, 26.9065781, -0.573576033, 0.346188396, -0.742403686, 0, -0.906307817, -0.422617972, -0.819152117, -0.24240382, 0.519836783)
  1074. p2.CanCollide = false
  1075. p2.FormFactor = Enum.FormFactor.Custom
  1076. p2.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1077. p2.BottomSurface = Enum.SurfaceType.Smooth
  1078. p2.TopSurface = Enum.SurfaceType.Smooth
  1079. b2 = Instance.new("SpecialMesh", p2)
  1080. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1081. b2.TextureId = ""
  1082. b2.MeshType = Enum.MeshType.FileMesh
  1083. b2.Name = "Mesh"
  1084. b2.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1085. p3 = Instance.new("Part", m2)
  1086. p3.BrickColor = BrickColor.new("Royal purple")
  1087. p3.Material = Enum.Material.SmoothPlastic
  1088. p3.Reflectance = 0.30000001192093
  1089. p3.CFrame = CFrame.new(23.7651176, 23.6910381, 26.9875221, -0.573576033, 0.346188247, -0.742403686, -2.40360578e-007, -0.906307697, -0.422617912, -0.819152117, -0.242403969, 0.519836664)
  1090. p3.CanCollide = false
  1091. p3.FormFactor = Enum.FormFactor.Custom
  1092. p3.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1093. p3.BottomSurface = Enum.SurfaceType.Smooth
  1094. p3.TopSurface = Enum.SurfaceType.Smooth
  1095. b3 = Instance.new("SpecialMesh", p3)
  1096. b3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1097. b3.TextureId = ""
  1098. b3.MeshType = Enum.MeshType.FileMesh
  1099. b3.Name = "Mesh"
  1100. b3.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1101. p4 = Instance.new("Part", m2)
  1102. p4.BrickColor = BrickColor.new("Royal purple")
  1103. p4.Material = Enum.Material.SmoothPlastic
  1104. p4.Reflectance = 0.30000001192093
  1105. p4.CFrame = CFrame.new(29.5663891, 25.8075085, 26.4371891, -0.573576391, 0.280166149, 0.769750714, 2.08616257e-007, -0.939692259, 0.342020333, 0.819151878, 0.196174487, 0.538985968)
  1106. p4.CanCollide = false
  1107. p4.FormFactor = Enum.FormFactor.Custom
  1108. p4.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1109. p4.BottomSurface = Enum.SurfaceType.Smooth
  1110. p4.TopSurface = Enum.SurfaceType.Smooth
  1111. b4 = Instance.new("SpecialMesh", p4)
  1112. b4.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1113. b4.TextureId = ""
  1114. b4.MeshType = Enum.MeshType.FileMesh
  1115. b4.Name = "Mesh"
  1116. b4.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1117. p5 = Instance.new("Part", m2)
  1118. p5.BrickColor = BrickColor.new("Royal purple")
  1119. p5.Material = Enum.Material.SmoothPlastic
  1120. p5.Reflectance = 0.30000001192093
  1121. p5.CFrame = CFrame.new(23.880703, 23.7568455, 26.9065876, -0.573576212, 0.346188098, -0.742403805, -4.76837158e-007, -0.906307578, -0.422617912, -0.819152236, -0.242404133, 0.519836485)
  1122. p5.CanCollide = false
  1123. p5.FormFactor = Enum.FormFactor.Custom
  1124. p5.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1125. p5.BottomSurface = Enum.SurfaceType.Smooth
  1126. p5.TopSurface = Enum.SurfaceType.Smooth
  1127. b5 = Instance.new("SpecialMesh", p5)
  1128. b5.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1129. b5.TextureId = ""
  1130. b5.MeshType = Enum.MeshType.FileMesh
  1131. b5.Name = "Mesh"
  1132. b5.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1133. p6 = Instance.new("Part", m2)
  1134. p6.BrickColor = BrickColor.new("Royal purple")
  1135. p6.Material = Enum.Material.SmoothPlastic
  1136. p6.Reflectance = 0.30000001192093
  1137. p6.CFrame = CFrame.new(23.6530266, 23.6272411, 27.0660267, -0.573576212, 0.346187949, -0.742403805, -7.17197622e-007, -0.906307459, -0.422617853, -0.819152236, -0.242404282, 0.519836366)
  1138. p6.CanCollide = false
  1139. p6.FormFactor = Enum.FormFactor.Custom
  1140. p6.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1141. p6.BottomSurface = Enum.SurfaceType.Smooth
  1142. p6.TopSurface = Enum.SurfaceType.Smooth
  1143. b6 = Instance.new("SpecialMesh", p6)
  1144. b6.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1145. b6.TextureId = ""
  1146. b6.MeshType = Enum.MeshType.FileMesh
  1147. b6.Name = "Mesh"
  1148. b6.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1149. p7 = Instance.new("Part", m2)
  1150. p7.BrickColor = BrickColor.new("Royal purple")
  1151. p7.Material = Enum.Material.SmoothPlastic
  1152. p7.Reflectance = 0.30000001192093
  1153. p7.CFrame = CFrame.new(23.7651253, 23.6910515, 26.9875393, -0.573576212, 0.3461878, -0.742403805, -9.57558086e-007, -0.90630734, -0.422617793, -0.819152236, -0.242404431, 0.519836247)
  1154. p7.CanCollide = false
  1155. p7.FormFactor = Enum.FormFactor.Custom
  1156. p7.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1157. p7.BottomSurface = Enum.SurfaceType.Smooth
  1158. p7.TopSurface = Enum.SurfaceType.Smooth
  1159. b7 = Instance.new("SpecialMesh", p7)
  1160. b7.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1161. b7.TextureId = ""
  1162. b7.MeshType = Enum.MeshType.FileMesh
  1163. b7.Name = "Mesh"
  1164. b7.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1165. p8 = Instance.new("Part", m2)
  1166. p8.BrickColor = BrickColor.new("Royal purple")
  1167. p8.Material = Enum.Material.SmoothPlastic
  1168. p8.Reflectance = 0.30000001192093
  1169. p8.CFrame = CFrame.new(23.6530304, 23.6272488, 27.0660381, -0.573576212, 0.346187651, -0.742403805, -1.19791855e-006, -0.90630722, -0.422617733, -0.819152236, -0.24240458, 0.519836128)
  1170. p8.CanCollide = false
  1171. p8.FormFactor = Enum.FormFactor.Custom
  1172. p8.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1173. p8.BottomSurface = Enum.SurfaceType.Smooth
  1174. p8.TopSurface = Enum.SurfaceType.Smooth
  1175. b8 = Instance.new("SpecialMesh", p8)
  1176. b8.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1177. b8.TextureId = ""
  1178. b8.MeshType = Enum.MeshType.FileMesh
  1179. b8.Name = "Mesh"
  1180. b8.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1181. p9 = Instance.new("Part", m2)
  1182. p9.BrickColor = BrickColor.new("Royal purple")
  1183. p9.Material = Enum.Material.SmoothPlastic
  1184. p9.Reflectance = 0.30000001192093
  1185. p9.CFrame = CFrame.new(30.2536392, 23.691061, 26.9184284, -0.573576212, -0.346188962, 0.74240309, 4.47034836e-007, -0.906307578, -0.422616601, 0.81915164, -0.242404819, 0.519836843)
  1186. p9.CanCollide = false
  1187. p9.FormFactor = Enum.FormFactor.Custom
  1188. p9.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1189. p9.BottomSurface = Enum.SurfaceType.Smooth
  1190. p9.TopSurface = Enum.SurfaceType.Smooth
  1191. b9 = Instance.new("SpecialMesh", p9)
  1192. b9.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1193. b9.TextureId = ""
  1194. b9.MeshType = Enum.MeshType.FileMesh
  1195. b9.Name = "Mesh"
  1196. b9.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1197. p10 = Instance.new("Part", m2)
  1198. p10.BrickColor = BrickColor.new("Royal purple")
  1199. p10.Material = Enum.Material.SmoothPlastic
  1200. p10.Reflectance = 0.30000001192093
  1201. p10.CFrame = CFrame.new(27.9471893, 26.8180733, 25.3034286, -0.573576212, 0.469845235, 0.671010077, 2.86794574e-007, -0.819150567, 0.573576927, 0.81915164, 0.328989446, 0.469847172)
  1202. p10.CanCollide = false
  1203. p10.FormFactor = Enum.FormFactor.Custom
  1204. p10.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1205. p10.BottomSurface = Enum.SurfaceType.Smooth
  1206. p10.TopSurface = Enum.SurfaceType.Smooth
  1207. b10 = Instance.new("SpecialMesh", p10)
  1208. b10.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1209. b10.TextureId = ""
  1210. b10.MeshType = Enum.MeshType.FileMesh
  1211. b10.Name = "Mesh"
  1212. b10.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1213. p11 = Instance.new("Part", m2)
  1214. p11.BrickColor = BrickColor.new("Royal purple")
  1215. p11.Material = Enum.Material.SmoothPlastic
  1216. p11.Reflectance = 0.30000001192093
  1217. p11.CFrame = CFrame.new(27.8153667, 25.7751122, 25.211132, -0.573576212, 0.469845206, 0.671010017, 3.03888498e-007, -0.819150567, 0.573576987, 0.81915164, 0.328989416, 0.469847172)
  1218. p11.CanCollide = false
  1219. p11.FormFactor = Enum.FormFactor.Custom
  1220. p11.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1221. p11.BottomSurface = Enum.SurfaceType.Smooth
  1222. p11.TopSurface = Enum.SurfaceType.Smooth
  1223. b11 = Instance.new("SpecialMesh", p11)
  1224. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1225. b11.TextureId = ""
  1226. b11.MeshType = Enum.MeshType.FileMesh
  1227. b11.Name = "Mesh"
  1228. b11.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1229. p12 = Instance.new("Part", m2)
  1230. p12.BrickColor = BrickColor.new("Royal purple")
  1231. p12.Material = Enum.Material.SmoothPlastic
  1232. p12.Reflectance = 0.30000001192093
  1233. p12.CFrame = CFrame.new(29.655653, 24.6090927, 26.4997177, -0.573576212, 0.212011248, 0.791239619, 2.79475898e-007, -0.965924561, 0.258820325, 0.81915164, 0.14845185, 0.554032922)
  1234. p12.CanCollide = false
  1235. p12.FormFactor = Enum.FormFactor.Custom
  1236. p12.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1237. p12.BottomSurface = Enum.SurfaceType.Smooth
  1238. p12.TopSurface = Enum.SurfaceType.Smooth
  1239. b12 = Instance.new("SpecialMesh", p12)
  1240. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1241. b12.TextureId = ""
  1242. b12.MeshType = Enum.MeshType.FileMesh
  1243. b12.Name = "Mesh"
  1244. b12.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1245. p13 = Instance.new("Part", m2)
  1246. p13.BrickColor = BrickColor.new("Royal purple")
  1247. p13.Material = Enum.Material.SmoothPlastic
  1248. p13.Reflectance = 0.30000001192093
  1249. p13.CFrame = CFrame.new(27.9198303, 25.8644161, 25.2842865, -0.573576212, 0.469845116, 0.671010017, 2.51205847e-007, -0.819150507, 0.573577106, 0.81915164, 0.328989446, 0.469847202)
  1250. p13.CanCollide = false
  1251. p13.FormFactor = Enum.FormFactor.Custom
  1252. p13.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1253. p13.BottomSurface = Enum.SurfaceType.Smooth
  1254. p13.TopSurface = Enum.SurfaceType.Smooth
  1255. b13 = Instance.new("SpecialMesh", p13)
  1256. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1257. b13.TextureId = ""
  1258. b13.MeshType = Enum.MeshType.FileMesh
  1259. b13.Name = "Mesh"
  1260. b13.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1261. p14 = Instance.new("Part", m2)
  1262. p14.BrickColor = BrickColor.new("Royal purple")
  1263. p14.Material = Enum.Material.SmoothPlastic
  1264. p14.Reflectance = 0.30000001192093
  1265. p14.CFrame = CFrame.new(29.778841, 24.6493893, 26.5859776, -0.573576212, 0.212011158, 0.791239619, 2.26793262e-007, -0.965924621, 0.258820474, 0.81915164, 0.148451865, 0.554032922)
  1266. p14.CanCollide = false
  1267. p14.FormFactor = Enum.FormFactor.Custom
  1268. p14.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1269. p14.BottomSurface = Enum.SurfaceType.Smooth
  1270. p14.TopSurface = Enum.SurfaceType.Smooth
  1271. b14 = Instance.new("SpecialMesh", p14)
  1272. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1273. b14.TextureId = ""
  1274. b14.MeshType = Enum.MeshType.FileMesh
  1275. b14.Name = "Mesh"
  1276. b14.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1277. p15 = Instance.new("Part", m2)
  1278. p15.BrickColor = BrickColor.new("Royal purple")
  1279. p15.Material = Enum.Material.SmoothPlastic
  1280. p15.Reflectance = 0.30000001192093
  1281. p15.CFrame = CFrame.new(29.3303242, 25.7026424, 26.271925, -0.573576212, 0.280165315, 0.769750893, 1.98523225e-007, -0.939691305, 0.342021316, 0.81915164, 0.196174055, 0.538986266)
  1282. p15.CanCollide = false
  1283. p15.FormFactor = Enum.FormFactor.Custom
  1284. p15.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1285. p15.BottomSurface = Enum.SurfaceType.Smooth
  1286. p15.TopSurface = Enum.SurfaceType.Smooth
  1287. b15 = Instance.new("SpecialMesh", p15)
  1288. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1289. b15.TextureId = ""
  1290. b15.MeshType = Enum.MeshType.FileMesh
  1291. b15.Name = "Mesh"
  1292. b15.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1293. p16 = Instance.new("Part", m2)
  1294. p16.BrickColor = BrickColor.new("Royal purple")
  1295. p16.Material = Enum.Material.SmoothPlastic
  1296. p16.Reflectance = 0.30000001192093
  1297. p16.CFrame = CFrame.new(29.8983212, 24.6884689, 26.6696377, -0.573576272, 0.212011099, 0.791239798, 1.39939146e-007, -0.965924501, 0.258820534, 0.81915158, 0.148451924, 0.554033041)
  1298. p16.CanCollide = false
  1299. p16.FormFactor = Enum.FormFactor.Custom
  1300. p16.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1301. p16.BottomSurface = Enum.SurfaceType.Smooth
  1302. p16.TopSurface = Enum.SurfaceType.Smooth
  1303. b16 = Instance.new("SpecialMesh", p16)
  1304. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1305. b16.TextureId = ""
  1306. b16.MeshType = Enum.MeshType.FileMesh
  1307. b16.Name = "Mesh"
  1308. b16.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1309. p17 = Instance.new("Part", m2)
  1310. p17.BrickColor = BrickColor.new("Royal purple")
  1311. p17.Material = Enum.Material.SmoothPlastic
  1312. p17.Reflectance = 0.30000001192093
  1313. p17.CFrame = CFrame.new(29.5664043, 25.8075294, 26.4372196, -0.573576272, 0.280165255, 0.769751072, 1.1166911e-007, -0.939691126, 0.342021376, 0.81915158, 0.196174115, 0.538986385)
  1314. p17.CanCollide = false
  1315. p17.FormFactor = Enum.FormFactor.Custom
  1316. p17.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1317. p17.BottomSurface = Enum.SurfaceType.Smooth
  1318. p17.TopSurface = Enum.SurfaceType.Smooth
  1319. b17 = Instance.new("SpecialMesh", p17)
  1320. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1321. b17.TextureId = ""
  1322. b17.MeshType = Enum.MeshType.FileMesh
  1323. b17.Name = "Mesh"
  1324. b17.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1325. p18 = Instance.new("Part", m2)
  1326. p18.BrickColor = BrickColor.new("Royal purple")
  1327. p18.Material = Enum.Material.SmoothPlastic
  1328. p18.Reflectance = 0.30000001192093
  1329. p18.CFrame = CFrame.new(28.021162, 25.9510212, 25.3552322, -0.573576331, 0.469845086, 0.671010435, 8.10900147e-008, -0.819150269, 0.573577285, 0.819151521, 0.328989595, 0.469847381)
  1330. p18.CanCollide = false
  1331. p18.FormFactor = Enum.FormFactor.Custom
  1332. p18.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1333. p18.BottomSurface = Enum.SurfaceType.Smooth
  1334. p18.TopSurface = Enum.SurfaceType.Smooth
  1335. b18 = Instance.new("SpecialMesh", p18)
  1336. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1337. b18.TextureId = ""
  1338. b18.MeshType = Enum.MeshType.FileMesh
  1339. b18.Name = "Mesh"
  1340. b18.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1341. p19 = Instance.new("Part", m2)
  1342. p19.BrickColor = BrickColor.new("Royal purple")
  1343. p19.Material = Enum.Material.SmoothPlastic
  1344. p19.Reflectance = 0.30000001192093
  1345. p19.CFrame = CFrame.new(30.3657436, 23.6272507, 26.9969234, -0.573576272, -0.346189439, 0.74240303, -9.24166343e-009, -0.906307697, -0.422616035, 0.819151521, -0.242404714, 0.519837141)
  1346. p19.CanCollide = false
  1347. p19.FormFactor = Enum.FormFactor.Custom
  1348. p19.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1349. p19.BottomSurface = Enum.SurfaceType.Smooth
  1350. p19.TopSurface = Enum.SurfaceType.Smooth
  1351. b19 = Instance.new("SpecialMesh", p19)
  1352. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1353. b19.TextureId = ""
  1354. b19.MeshType = Enum.MeshType.FileMesh
  1355. b19.Name = "Mesh"
  1356. b19.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1357. p20 = Instance.new("Part", m2)
  1358. p20.BrickColor = BrickColor.new("Royal purple")
  1359. p20.Material = Enum.Material.SmoothPlastic
  1360. p20.Reflectance = 0.30000001192093
  1361. p20.CFrame = CFrame.new(30.2536469, 23.6910553, 26.9184265, -0.573576272, -0.346189529, 0.742402911, -2.63107069e-007, -0.906307518, -0.422615975, 0.819151521, -0.242404476, 0.519837141)
  1362. p20.CanCollide = false
  1363. p20.FormFactor = Enum.FormFactor.Custom
  1364. p20.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1365. p20.BottomSurface = Enum.SurfaceType.Smooth
  1366. p20.TopSurface = Enum.SurfaceType.Smooth
  1367. b20 = Instance.new("SpecialMesh", p20)
  1368. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1369. b20.TextureId = ""
  1370. b20.MeshType = Enum.MeshType.FileMesh
  1371. b20.Name = "Mesh"
  1372. b20.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1373. p21 = Instance.new("Part", m2)
  1374. p21.BrickColor = BrickColor.new("Royal purple")
  1375. p21.Material = Enum.Material.SmoothPlastic
  1376. p21.Reflectance = 0.30000001192093
  1377. p21.CFrame = CFrame.new(27.8458843, 26.7314644, 25.2324886, -0.573576272, 0.469844759, 0.671010494, -4.23347274e-007, -0.819149971, 0.573577166, 0.819151521, 0.328989863, 0.469847023)
  1378. p21.CanCollide = false
  1379. p21.FormFactor = Enum.FormFactor.Custom
  1380. p21.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1381. p21.BottomSurface = Enum.SurfaceType.Smooth
  1382. p21.TopSurface = Enum.SurfaceType.Smooth
  1383. b21 = Instance.new("SpecialMesh", p21)
  1384. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1385. b21.TextureId = ""
  1386. b21.MeshType = Enum.MeshType.FileMesh
  1387. b21.Name = "Mesh"
  1388. b21.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1389. p22 = Instance.new("Part", m2)
  1390. p22.BrickColor = BrickColor.new("Royal purple")
  1391. p22.Material = Enum.Material.SmoothPlastic
  1392. p22.Reflectance = 0.30000001192093
  1393. p22.CFrame = CFrame.new(30.1380615, 23.756855, 26.8374882, -0.573576212, -0.346189648, 0.742402732, -5.1367897e-007, -0.906307459, -0.422615856, 0.819151521, -0.242404282, 0.519837141)
  1394. p22.CanCollide = false
  1395. p22.FormFactor = Enum.FormFactor.Custom
  1396. p22.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1397. p22.BottomSurface = Enum.SurfaceType.Smooth
  1398. p22.TopSurface = Enum.SurfaceType.Smooth
  1399. b22 = Instance.new("SpecialMesh", p22)
  1400. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1401. b22.TextureId = ""
  1402. b22.MeshType = Enum.MeshType.FileMesh
  1403. b22.Name = "Mesh"
  1404. b22.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1405. p23 = Instance.new("Part", m2)
  1406. p23.BrickColor = BrickColor.new("Royal purple")
  1407. p23.Material = Enum.Material.SmoothPlastic
  1408. p23.Reflectance = 0.30000001192093
  1409. p23.CFrame = CFrame.new(29.4501858, 25.7558784, 26.3558216, -0.573576212, 0.280164778, 0.769751191, -6.73919146e-007, -0.939690709, 0.342021406, 0.819151521, 0.196174636, 0.538986027)
  1410. p23.CanCollide = false
  1411. p23.FormFactor = Enum.FormFactor.Custom
  1412. p23.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1413. p23.BottomSurface = Enum.SurfaceType.Smooth
  1414. p23.TopSurface = Enum.SurfaceType.Smooth
  1415. b23 = Instance.new("SpecialMesh", p23)
  1416. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1417. b23.TextureId = ""
  1418. b23.MeshType = Enum.MeshType.FileMesh
  1419. b23.Name = "Mesh"
  1420. b23.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1421. p24 = Instance.new("Part", m2)
  1422. p24.BrickColor = BrickColor.new("Royal purple")
  1423. p24.Material = Enum.Material.SmoothPlastic
  1424. p24.Reflectance = 0.30000001192093
  1425. p24.CFrame = CFrame.new(29.3303471, 25.702631, 26.2719078, -0.573576272, 0.280164808, 0.76975143, -7.04498234e-007, -0.939690709, 0.342021465, 0.819151461, 0.196174651, 0.538986087)
  1426. p24.CanCollide = false
  1427. p24.FormFactor = Enum.FormFactor.Custom
  1428. p24.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1429. p24.BottomSurface = Enum.SurfaceType.Smooth
  1430. p24.TopSurface = Enum.SurfaceType.Smooth
  1431. b24 = Instance.new("SpecialMesh", p24)
  1432. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1433. b24.TextureId = ""
  1434. b24.MeshType = Enum.MeshType.FileMesh
  1435. b24.Name = "Mesh"
  1436. b24.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1437. p25 = Instance.new("Part", m2)
  1438. p25.BrickColor = BrickColor.new("Royal purple")
  1439. p25.Material = Enum.Material.SmoothPlastic
  1440. p25.Reflectance = 0.30000001192093
  1441. p25.CFrame = CFrame.new(29.7788715, 24.6493816, 26.5859661, -0.573576331, 0.212010548, 0.791240335, -7.63082312e-007, -0.965923905, 0.258820742, 0.819151402, 0.14845252, 0.554032862)
  1442. p25.CanCollide = false
  1443. p25.FormFactor = Enum.FormFactor.Custom
  1444. p25.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1445. p25.BottomSurface = Enum.SurfaceType.Smooth
  1446. p25.TopSurface = Enum.SurfaceType.Smooth
  1447. b25 = Instance.new("SpecialMesh", p25)
  1448. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1449. b25.TextureId = ""
  1450. b25.MeshType = Enum.MeshType.FileMesh
  1451. b25.Name = "Mesh"
  1452. b25.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1453. p26 = Instance.new("Part", m2)
  1454. p26.BrickColor = BrickColor.new("Royal purple")
  1455. p26.Material = Enum.Material.SmoothPlastic
  1456. p26.Reflectance = 0.30000001192093
  1457. p26.CFrame = CFrame.new(29.450201, 25.7558823, 26.3558235, -0.573576331, 0.280164748, 0.769751668, -7.91352306e-007, -0.93969059, 0.342021525, 0.819151402, 0.196174681, 0.538986146)
  1458. p26.CanCollide = false
  1459. p26.FormFactor = Enum.FormFactor.Custom
  1460. p26.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1461. p26.BottomSurface = Enum.SurfaceType.Smooth
  1462. p26.TopSurface = Enum.SurfaceType.Smooth
  1463. b26 = Instance.new("SpecialMesh", p26)
  1464. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1465. b26.TextureId = ""
  1466. b26.MeshType = Enum.MeshType.FileMesh
  1467. b26.Name = "Mesh"
  1468. b26.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1469. p27 = Instance.new("Part", m2)
  1470. p27.BrickColor = BrickColor.new("Royal purple")
  1471. p27.Material = Enum.Material.SmoothPlastic
  1472. p27.Reflectance = 0.30000001192093
  1473. p27.CFrame = CFrame.new(30.3657703, 23.6272449, 26.9969063, -0.57357645, -0.346190155, 0.74240309, -9.161393e-007, -0.90630734, -0.422615707, 0.819151342, -0.242404088, 0.51983732)
  1474. p27.CanCollide = false
  1475. p27.FormFactor = Enum.FormFactor.Custom
  1476. p27.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1477. p27.BottomSurface = Enum.SurfaceType.Smooth
  1478. p27.TopSurface = Enum.SurfaceType.Smooth
  1479. b27 = Instance.new("SpecialMesh", p27)
  1480. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1481. b27.TextureId = ""
  1482. b27.MeshType = Enum.MeshType.FileMesh
  1483. b27.Name = "Mesh"
  1484. b27.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1485. p28 = Instance.new("Part", m2)
  1486. p28.BrickColor = BrickColor.new("Royal purple")
  1487. p28.Material = Enum.Material.SmoothPlastic
  1488. p28.Reflectance = 0.30000001192093
  1489. p28.CFrame = CFrame.new(28.0211868, 25.9510098, 25.3552094, -0.57357645, 0.469844639, 0.67101109, -1.07637948e-006, -0.819149673, 0.573577106, 0.819151342, 0.328990191, 0.469846785)
  1490. p28.CanCollide = false
  1491. p28.FormFactor = Enum.FormFactor.Custom
  1492. p28.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1493. p28.BottomSurface = Enum.SurfaceType.Smooth
  1494. p28.TopSurface = Enum.SurfaceType.Smooth
  1495. b28 = Instance.new("SpecialMesh", p28)
  1496. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1497. b28.TextureId = ""
  1498. b28.MeshType = Enum.MeshType.FileMesh
  1499. b28.Name = "Mesh"
  1500. b28.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1501. p29 = Instance.new("Part", m2)
  1502. p29.BrickColor = BrickColor.new("Really black")
  1503. p29.Material = Enum.Material.Neon
  1504. p29.CFrame = CFrame.new(31.2683067, 23.2277946, 27.6474876, 0.280168235, -0.769749522, -0.573576212, 0.939691305, 0.342017233, -1.0690095e-006, 0.19617486, -0.538985491, 0.819151521)
  1505. p29.FormFactor = Enum.FormFactor.Custom
  1506. p29.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  1507. p29.BottomSurface = Enum.SurfaceType.Smooth
  1508. p29.TopSurface = Enum.SurfaceType.Smooth
  1509. b29 = Instance.new("SpecialMesh", p29)
  1510. b29.MeshType = Enum.MeshType.Sphere
  1511. b29.Name = "Mesh"
  1512. p30 = Instance.new("Part", m2)
  1513. p30.BrickColor = BrickColor.new("Royal purple")
  1514. p30.Material = Enum.Material.SmoothPlastic
  1515. p30.Reflectance = 0.30000001192093
  1516. p30.CFrame = CFrame.new(29.655632, 24.6090698, 26.4996777, -0.573576212, 0.2120094, 0.791238904, -1.13902195e-006, -0.965922236, 0.258820891, 0.819151521, 0.148452237, 0.554032147)
  1517. p30.CanCollide = false
  1518. p30.FormFactor = Enum.FormFactor.Custom
  1519. p30.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1520. p30.BottomSurface = Enum.SurfaceType.Smooth
  1521. p30.TopSurface = Enum.SurfaceType.Smooth
  1522. b30 = Instance.new("SpecialMesh", p30)
  1523. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1524. b30.TextureId = ""
  1525. b30.MeshType = Enum.MeshType.FileMesh
  1526. b30.Name = "Mesh"
  1527. b30.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1528. p31 = Instance.new("Part", m2)
  1529. p31.BrickColor = BrickColor.new("Royal purple")
  1530. p31.Material = Enum.Material.SmoothPlastic
  1531. p31.Reflectance = 0.30000001192093
  1532. p31.CFrame = CFrame.new(30.138031, 23.7568359, 26.8374538, -0.573576212, -0.346189976, 0.742401063, -1.26856219e-006, -0.906306148, -0.422614396, 0.819151521, -0.242403775, 0.519836485)
  1533. p31.CanCollide = false
  1534. p31.FormFactor = Enum.FormFactor.Custom
  1535. p31.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1536. p31.BottomSurface = Enum.SurfaceType.Smooth
  1537. p31.TopSurface = Enum.SurfaceType.Smooth
  1538. b31 = Instance.new("SpecialMesh", p31)
  1539. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1540. b31.TextureId = ""
  1541. b31.MeshType = Enum.MeshType.FileMesh
  1542. b31.Name = "Mesh"
  1543. b31.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1544. p32 = Instance.new("Part", m2)
  1545. p32.BrickColor = BrickColor.new("Royal purple")
  1546. p32.Material = Enum.Material.SmoothPlastic
  1547. p32.Reflectance = 0.30000001192093
  1548. p32.CFrame = CFrame.new(27.741394, 26.6421375, 25.1592979, -0.573576212, 0.469842911, 0.671009958, -1.42880219e-006, -0.819147944, 0.573576748, 0.819151521, 0.328989625, 0.4698461)
  1549. p32.CanCollide = false
  1550. p32.FormFactor = Enum.FormFactor.Custom
  1551. p32.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1552. p32.BottomSurface = Enum.SurfaceType.Smooth
  1553. p32.TopSurface = Enum.SurfaceType.Smooth
  1554. b32 = Instance.new("SpecialMesh", p32)
  1555. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1556. b32.TextureId = ""
  1557. b32.MeshType = Enum.MeshType.FileMesh
  1558. b32.Name = "Mesh"
  1559. b32.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1560. p33 = Instance.new("Part", m2)
  1561. p33.BrickColor = BrickColor.new("Really black")
  1562. p33.Material = Enum.Material.Neon
  1563. p33.CFrame = CFrame.new(32.7100258, 25.2490444, 28.6569691, -0.14224124, -0.806705832, -0.573576093, 0.984804153, -0.173650295, -1.38238238e-006, -0.0996002704, -0.564861953, 0.819151759)
  1564. p33.FormFactor = Enum.FormFactor.Custom
  1565. p33.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  1566. p33.BottomSurface = Enum.SurfaceType.Smooth
  1567. p33.TopSurface = Enum.SurfaceType.Smooth
  1568. b33 = Instance.new("SpecialMesh", p33)
  1569. b33.MeshType = Enum.MeshType.Sphere
  1570. b33.Name = "Mesh"
  1571. p34 = Instance.new("Part", m2)
  1572. p34.BrickColor = BrickColor.new("Royal purple")
  1573. p34.Material = Enum.Material.SmoothPlastic
  1574. p34.Reflectance = 0.30000001192093
  1575. p34.CFrame = CFrame.new(27.919817, 25.8643856, 25.2842369, -0.573576391, 0.469842792, 0.671009898, -1.37759764e-006, -0.819147885, 0.573576868, 0.8191517, 0.328989476, 0.46984604)
  1576. p34.CanCollide = false
  1577. p34.FormFactor = Enum.FormFactor.Custom
  1578. p34.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1579. p34.BottomSurface = Enum.SurfaceType.Smooth
  1580. p34.TopSurface = Enum.SurfaceType.Smooth
  1581. b34 = Instance.new("SpecialMesh", p34)
  1582. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1583. b34.TextureId = ""
  1584. b34.MeshType = Enum.MeshType.FileMesh
  1585. b34.Name = "Mesh"
  1586. b34.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1587. p35 = Instance.new("Part", m2)
  1588. p35.BrickColor = BrickColor.new("Royal purple")
  1589. p35.Material = Enum.Material.SmoothPlastic
  1590. p35.Reflectance = 0.30000001192093
  1591. p35.CFrame = CFrame.new(29.8982925, 24.6884441, 26.6695824, -0.573576391, 0.212008998, 0.791238666, -1.40201018e-006, -0.965921998, 0.25882113, 0.8191517, 0.148452297, 0.554031909)
  1592. p35.CanCollide = false
  1593. p35.FormFactor = Enum.FormFactor.Custom
  1594. p35.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1595. p35.BottomSurface = Enum.SurfaceType.Smooth
  1596. p35.TopSurface = Enum.SurfaceType.Smooth
  1597. b35 = Instance.new("SpecialMesh", p35)
  1598. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1599. b35.TextureId = ""
  1600. b35.MeshType = Enum.MeshType.FileMesh
  1601. b35.Name = "Mesh"
  1602. b35.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1603. p36 = Instance.new("Part", m2)
  1604. p36.BrickColor = BrickColor.new("Royal purple")
  1605. p36.Material = Enum.Material.SmoothPlastic
  1606. p36.Reflectance = 0.30000001192093
  1607. p36.CFrame = CFrame.new(27.8153496, 25.7750854, 25.2110863, -0.573576391, 0.469842672, 0.671009898, -1.43028012e-006, -0.819147885, 0.573576927, 0.8191517, 0.328989506, 0.4698461)
  1608. p36.CanCollide = false
  1609. p36.FormFactor = Enum.FormFactor.Custom
  1610. p36.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1611. p36.BottomSurface = Enum.SurfaceType.Smooth
  1612. p36.TopSurface = Enum.SurfaceType.Smooth
  1613. b36 = Instance.new("SpecialMesh", p36)
  1614. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1615. b36.TextureId = ""
  1616. b36.MeshType = Enum.MeshType.FileMesh
  1617. b36.Name = "Mesh"
  1618. b36.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1619. p37 = Instance.new("Part", m2)
  1620. p37.BrickColor = BrickColor.new("Really black")
  1621. p37.Material = Enum.Material.Neon
  1622. p37.CFrame = CFrame.new(30.7430439, 27.8460693, 27.2796841, -0.409572512, -0.709406137, -0.573576272, 0.866021335, -0.500000834, -1.38386031e-006, -0.286787719, -0.49673146, 0.819151938)
  1623. p37.FormFactor = Enum.FormFactor.Custom
  1624. p37.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  1625. p37.BottomSurface = Enum.SurfaceType.Smooth
  1626. p37.TopSurface = Enum.SurfaceType.Smooth
  1627. b37 = Instance.new("SpecialMesh", p37)
  1628. b37.MeshType = Enum.MeshType.Sphere
  1629. b37.Name = "Mesh"
  1630. p38 = Instance.new("Part", m2)
  1631. p38.BrickColor = BrickColor.new("Really black")
  1632. p38.Material = Enum.Material.Neon
  1633. p38.CFrame = CFrame.new(32.7113533, 27.1965656, 28.6579113, -0.28016308, -0.769750178, -0.573576272, 0.939688683, -0.342021704, -1.3540581e-006, -0.196174175, -0.538985133, 0.819152057)
  1634. p38.FormFactor = Enum.FormFactor.Custom
  1635. p38.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918)
  1636. p38.BottomSurface = Enum.SurfaceType.Smooth
  1637. p38.TopSurface = Enum.SurfaceType.Smooth
  1638. b38 = Instance.new("SpecialMesh", p38)
  1639. b38.MeshType = Enum.MeshType.Sphere
  1640. b38.Name = "Mesh"
  1641. p39 = Instance.new("Part", m2)
  1642. p39.BrickColor = BrickColor.new("Royal purple")
  1643. p39.Material = Enum.Material.SmoothPlastic
  1644. p39.Reflectance = 0.30000001192093
  1645. p39.CFrame = CFrame.new(26.2033787, 25.7750854, 25.2801971, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785)
  1646. p39.CanCollide = false
  1647. p39.FormFactor = Enum.FormFactor.Custom
  1648. p39.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1649. p39.BottomSurface = Enum.SurfaceType.Smooth
  1650. p39.TopSurface = Enum.SurfaceType.Smooth
  1651. b39 = Instance.new("SpecialMesh", p39)
  1652. b39.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1653. b39.TextureId = ""
  1654. b39.MeshType = Enum.MeshType.FileMesh
  1655. b39.Name = "Mesh"
  1656. b39.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1657. p40 = Instance.new("Part", m2)
  1658. p40.BrickColor = BrickColor.new("Royal purple")
  1659. p40.Material = Enum.Material.SmoothPlastic
  1660. p40.Reflectance = 0.30000001192093
  1661. p40.CFrame = CFrame.new(25.9975967, 25.9509888, 25.4242878, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785)
  1662. p40.CanCollide = false
  1663. p40.FormFactor = Enum.FormFactor.Custom
  1664. p40.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1665. p40.BottomSurface = Enum.SurfaceType.Smooth
  1666. p40.TopSurface = Enum.SurfaceType.Smooth
  1667. b40 = Instance.new("SpecialMesh", p40)
  1668. b40.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1669. b40.TextureId = ""
  1670. b40.MeshType = Enum.MeshType.FileMesh
  1671. b40.Name = "Mesh"
  1672. b40.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1673. p41 = Instance.new("Part", m2)
  1674. p41.BrickColor = BrickColor.new("Royal purple")
  1675. p41.Material = Enum.Material.SmoothPlastic
  1676. p41.Reflectance = 0.30000001192093
  1677. p41.CFrame = CFrame.new(26.098917, 25.8643856, 25.3533516, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785)
  1678. p41.CanCollide = false
  1679. p41.FormFactor = Enum.FormFactor.Custom
  1680. p41.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1681. p41.BottomSurface = Enum.SurfaceType.Smooth
  1682. p41.TopSurface = Enum.SurfaceType.Smooth
  1683. b41 = Instance.new("SpecialMesh", p41)
  1684. b41.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1685. b41.TextureId = ""
  1686. b41.MeshType = Enum.MeshType.FileMesh
  1687. b41.Name = "Mesh"
  1688. b41.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1689. p42 = Instance.new("Part", m2)
  1690. p42.BrickColor = BrickColor.new("Royal purple")
  1691. p42.Material = Enum.Material.SmoothPlastic
  1692. p42.Reflectance = 0.30000001192093
  1693. p42.CFrame = CFrame.new(24.12043, 24.6884346, 26.7387066, -0.573574483, -0.212014884, -0.791238487, -2.23079792e-006, -0.965923309, 0.258816421, -0.819151402, 0.148452327, 0.554032683)
  1694. p42.CanCollide = false
  1695. p42.FormFactor = Enum.FormFactor.Custom
  1696. p42.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1697. p42.BottomSurface = Enum.SurfaceType.Smooth
  1698. p42.TopSurface = Enum.SurfaceType.Smooth
  1699. b42 = Instance.new("SpecialMesh", p42)
  1700. b42.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1701. b42.TextureId = ""
  1702. b42.MeshType = Enum.MeshType.FileMesh
  1703. b42.Name = "Mesh"
  1704. b42.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1705. p43 = Instance.new("Part", m2)
  1706. p43.BrickColor = BrickColor.new("Royal purple")
  1707. p43.Material = Enum.Material.SmoothPlastic
  1708. p43.Reflectance = 0.30000001192093
  1709. p43.CFrame = CFrame.new(24.12043, 24.6884365, 26.7387066, -0.573574483, -0.212014899, -0.791238487, -2.30996147e-006, -0.96592325, 0.258816421, -0.819151402, 0.148452222, 0.554032683)
  1710. p43.CanCollide = false
  1711. p43.FormFactor = Enum.FormFactor.Custom
  1712. p43.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1713. p43.BottomSurface = Enum.SurfaceType.Smooth
  1714. p43.TopSurface = Enum.SurfaceType.Smooth
  1715. b43 = Instance.new("SpecialMesh", p43)
  1716. b43.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1717. b43.TextureId = ""
  1718. b43.MeshType = Enum.MeshType.FileMesh
  1719. b43.Name = "Mesh"
  1720. b43.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1721. p44 = Instance.new("Part", m2)
  1722. p44.BrickColor = BrickColor.new("Royal purple")
  1723. p44.Material = Enum.Material.SmoothPlastic
  1724. p44.Reflectance = 0.30000001192093
  1725. p44.CFrame = CFrame.new(24.3630924, 24.6090679, 26.5687962, -0.573574483, -0.212014914, -0.791238487, -2.38912503e-006, -0.96592319, 0.258816421, -0.819151402, 0.148452118, 0.554032683)
  1726. p44.CanCollide = false
  1727. p44.FormFactor = Enum.FormFactor.Custom
  1728. p44.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1729. p44.BottomSurface = Enum.SurfaceType.Smooth
  1730. p44.TopSurface = Enum.SurfaceType.Smooth
  1731. b44 = Instance.new("SpecialMesh", p44)
  1732. b44.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1733. b44.TextureId = ""
  1734. b44.MeshType = Enum.MeshType.FileMesh
  1735. b44.Name = "Mesh"
  1736. b44.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1737. p45 = Instance.new("Part", m2)
  1738. p45.BrickColor = BrickColor.new("Royal purple")
  1739. p45.Material = Enum.Material.SmoothPlastic
  1740. p45.Reflectance = 0.30000001192093
  1741. p45.CFrame = CFrame.new(24.2399025, 24.6493645, 26.6550598, -0.573574483, -0.212014928, -0.791238487, -2.46828859e-006, -0.965923131, 0.258816421, -0.819151402, 0.148452014, 0.554032683)
  1742. p45.CanCollide = false
  1743. p45.FormFactor = Enum.FormFactor.Custom
  1744. p45.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1745. p45.BottomSurface = Enum.SurfaceType.Smooth
  1746. p45.TopSurface = Enum.SurfaceType.Smooth
  1747. b45 = Instance.new("SpecialMesh", p45)
  1748. b45.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1749. b45.TextureId = ""
  1750. b45.MeshType = Enum.MeshType.FileMesh
  1751. b45.Name = "Mesh"
  1752. b45.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1753. p46 = Instance.new("Part", m2)
  1754. p46.BrickColor = BrickColor.new("Royal purple")
  1755. p46.Material = Enum.Material.SmoothPlastic
  1756. p46.Reflectance = 0.30000001192093
  1757. p46.CFrame = CFrame.new(24.3630962, 24.6090736, 26.5688019, -0.573574483, -0.212014943, -0.791238487, -2.54745214e-006, -0.965923071, 0.258816421, -0.819151402, 0.148451909, 0.554032683)
  1758. p46.CanCollide = false
  1759. p46.FormFactor = Enum.FormFactor.Custom
  1760. p46.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1761. p46.BottomSurface = Enum.SurfaceType.Smooth
  1762. p46.TopSurface = Enum.SurfaceType.Smooth
  1763. b46 = Instance.new("SpecialMesh", p46)
  1764. b46.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1765. b46.TextureId = ""
  1766. b46.MeshType = Enum.MeshType.FileMesh
  1767. b46.Name = "Mesh"
  1768. b46.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1769. p47 = Instance.new("Part", m2)
  1770. p47.BrickColor = BrickColor.new("Royal purple")
  1771. p47.Material = Enum.Material.SmoothPlastic
  1772. p47.Reflectance = 0.30000001192093
  1773. p47.CFrame = CFrame.new(24.2399063, 24.6493702, 26.6550655, -0.573574483, -0.212014958, -0.791238487, -2.6266157e-006, -0.965923011, 0.258816421, -0.819151402, 0.148451805, 0.554032683)
  1774. p47.CanCollide = false
  1775. p47.FormFactor = Enum.FormFactor.Custom
  1776. p47.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1777. p47.BottomSurface = Enum.SurfaceType.Smooth
  1778. p47.TopSurface = Enum.SurfaceType.Smooth
  1779. b47 = Instance.new("SpecialMesh", p47)
  1780. b47.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1781. b47.TextureId = ""
  1782. b47.MeshType = Enum.MeshType.FileMesh
  1783. b47.Name = "Mesh"
  1784. b47.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1785. p48 = Instance.new("Part", m2)
  1786. p48.BrickColor = BrickColor.new("Really black")
  1787. p48.Material = Enum.Material.Neon
  1788. p48.CFrame = CFrame.new(25.2453995, 27.8142643, 25.9324112, 0.579229355, 0.579225123, -0.573574543, 0.707105756, -0.707103014, -2.67389237e-006, -0.405579329, -0.40558058, -0.819151223)
  1789. p48.FormFactor = Enum.FormFactor.Custom
  1790. p48.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  1791. p48.BottomSurface = Enum.SurfaceType.Smooth
  1792. p48.TopSurface = Enum.SurfaceType.Smooth
  1793. b48 = Instance.new("SpecialMesh", p48)
  1794. b48.MeshType = Enum.MeshType.Sphere
  1795. b48.Name = "Mesh"
  1796. p49 = Instance.new("Part", m2)
  1797. p49.BrickColor = BrickColor.new("Royal purple")
  1798. p49.Material = Enum.Material.SmoothPlastic
  1799. p49.Reflectance = 0.30000001192093
  1800. p49.CFrame = CFrame.new(26.2033863, 25.7751026, 25.2802086, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845)
  1801. p49.CanCollide = false
  1802. p49.FormFactor = Enum.FormFactor.Custom
  1803. p49.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1804. p49.BottomSurface = Enum.SurfaceType.Smooth
  1805. p49.TopSurface = Enum.SurfaceType.Smooth
  1806. b49 = Instance.new("SpecialMesh", p49)
  1807. b49.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1808. b49.TextureId = ""
  1809. b49.MeshType = Enum.MeshType.FileMesh
  1810. b49.Name = "Mesh"
  1811. b49.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1812. p50 = Instance.new("Part", m2)
  1813. p50.BrickColor = BrickColor.new("Royal purple")
  1814. p50.Material = Enum.Material.SmoothPlastic
  1815. p50.Reflectance = 0.30000001192093
  1816. p50.CFrame = CFrame.new(25.9976063, 25.9510059, 25.4242992, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845)
  1817. p50.CanCollide = false
  1818. p50.FormFactor = Enum.FormFactor.Custom
  1819. p50.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1820. p50.BottomSurface = Enum.SurfaceType.Smooth
  1821. p50.TopSurface = Enum.SurfaceType.Smooth
  1822. b50 = Instance.new("SpecialMesh", p50)
  1823. b50.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1824. b50.TextureId = ""
  1825. b50.MeshType = Enum.MeshType.FileMesh
  1826. b50.Name = "Mesh"
  1827. b50.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1828. p51 = Instance.new("Part", m2)
  1829. p51.BrickColor = BrickColor.new("Royal purple")
  1830. p51.Material = Enum.Material.SmoothPlastic
  1831. p51.Reflectance = 0.30000001192093
  1832. p51.CFrame = CFrame.new(26.0989265, 25.8644028, 25.353363, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845)
  1833. p51.CanCollide = false
  1834. p51.FormFactor = Enum.FormFactor.Custom
  1835. p51.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1836. p51.BottomSurface = Enum.SurfaceType.Smooth
  1837. p51.TopSurface = Enum.SurfaceType.Smooth
  1838. b51 = Instance.new("SpecialMesh", p51)
  1839. b51.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1840. b51.TextureId = ""
  1841. b51.MeshType = Enum.MeshType.FileMesh
  1842. b51.Name = "Mesh"
  1843. b51.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1844. p52 = Instance.new("Part", m2)
  1845. p52.BrickColor = BrickColor.new("Really black")
  1846. p52.Material = Enum.Material.Neon
  1847. p52.CFrame = CFrame.new(21.2912331, 25.2490387, 28.7011547, 0.142246991, 0.806705594, -0.573574483, 0.984804809, -0.173645705, -2.66166035e-006, -0.0995996594, -0.564862788, -0.819151103)
  1848. p52.FormFactor = Enum.FormFactor.Custom
  1849. p52.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  1850. p52.BottomSurface = Enum.SurfaceType.Smooth
  1851. p52.TopSurface = Enum.SurfaceType.Smooth
  1852. b52 = Instance.new("SpecialMesh", p52)
  1853. b52.MeshType = Enum.MeshType.Sphere
  1854. b52.Name = "Mesh"
  1855. p53 = Instance.new("Part", m2)
  1856. p53.BrickColor = BrickColor.new("Really black")
  1857. p53.Material = Enum.Material.Neon
  1858. p53.CFrame = CFrame.new(23.2582321, 27.8460655, 27.3238525, 0.409577936, 0.709403872, -0.573574483, 0.866023481, -0.499996662, -2.64914797e-006, -0.28678745, -0.496732205, -0.819151103)
  1859. p53.FormFactor = Enum.FormFactor.Custom
  1860. p53.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  1861. p53.BottomSurface = Enum.SurfaceType.Smooth
  1862. p53.TopSurface = Enum.SurfaceType.Smooth
  1863. b53 = Instance.new("SpecialMesh", p53)
  1864. b53.MeshType = Enum.MeshType.Sphere
  1865. b53.Name = "Mesh"
  1866. p54 = Instance.new("Part", m2)
  1867. p54.BrickColor = BrickColor.new("Really black")
  1868. p54.Material = Enum.Material.Neon
  1869. p54.CFrame = CFrame.new(21.2899132, 27.1965466, 28.7020855, 0.280168742, 0.769748747, -0.573574483, 0.939690113, -0.342017204, -2.64914797e-006, -0.196173787, -0.538985729, -0.819151103)
  1870. p54.FormFactor = Enum.FormFactor.Custom
  1871. p54.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918)
  1872. p54.BottomSurface = Enum.SurfaceType.Smooth
  1873. p54.TopSurface = Enum.SurfaceType.Smooth
  1874. b54 = Instance.new("SpecialMesh", p54)
  1875. b54.MeshType = Enum.MeshType.Sphere
  1876. b54.Name = "Mesh"
  1877. p55 = Instance.new("Part", m2)
  1878. p55.BrickColor = BrickColor.new("Really black")
  1879. p55.Material = Enum.Material.Neon
  1880. p55.CFrame = CFrame.new(22.732933, 23.2277641, 27.6916542, -0.280163169, 0.769749939, -0.573574483, 0.939688265, 0.342020243, -2.67457881e-006, 0.196175426, -0.538984358, -0.819150984)
  1881. p55.FormFactor = Enum.FormFactor.Custom
  1882. p55.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  1883. p55.BottomSurface = Enum.SurfaceType.Smooth
  1884. p55.TopSurface = Enum.SurfaceType.Smooth
  1885. b55 = Instance.new("SpecialMesh", p55)
  1886. b55.MeshType = Enum.MeshType.Sphere
  1887. b55.Name = "Mesh"
  1888. p56 = Instance.new("Part", m2)
  1889. p56.BrickColor = BrickColor.new("Royal purple")
  1890. p56.Material = Enum.Material.SmoothPlastic
  1891. p56.Reflectance = 0.30000001192093
  1892. p56.CFrame = CFrame.new(26.1728668, 26.7314224, 25.3015804, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742)
  1893. p56.CanCollide = false
  1894. p56.FormFactor = Enum.FormFactor.Custom
  1895. p56.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1896. p56.BottomSurface = Enum.SurfaceType.Smooth
  1897. p56.TopSurface = Enum.SurfaceType.Smooth
  1898. b56 = Instance.new("SpecialMesh", p56)
  1899. b56.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1900. b56.TextureId = ""
  1901. b56.MeshType = Enum.MeshType.FileMesh
  1902. b56.Name = "Mesh"
  1903. b56.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1904. p57 = Instance.new("Part", m2)
  1905. p57.BrickColor = BrickColor.new("Royal purple")
  1906. p57.Material = Enum.Material.SmoothPlastic
  1907. p57.Reflectance = 0.30000001192093
  1908. p57.CFrame = CFrame.new(26.0715504, 26.8180256, 25.3725224, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742)
  1909. p57.CanCollide = false
  1910. p57.FormFactor = Enum.FormFactor.Custom
  1911. p57.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1912. p57.BottomSurface = Enum.SurfaceType.Smooth
  1913. p57.TopSurface = Enum.SurfaceType.Smooth
  1914. b57 = Instance.new("SpecialMesh", p57)
  1915. b57.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1916. b57.TextureId = ""
  1917. b57.MeshType = Enum.MeshType.FileMesh
  1918. b57.Name = "Mesh"
  1919. b57.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1920. p58 = Instance.new("Part", m2)
  1921. p58.BrickColor = BrickColor.new("Royal purple")
  1922. p58.Material = Enum.Material.SmoothPlastic
  1923. p58.Reflectance = 0.30000001192093
  1924. p58.CFrame = CFrame.new(26.2773418, 26.6421242, 25.2284393, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742)
  1925. p58.CanCollide = false
  1926. p58.FormFactor = Enum.FormFactor.Custom
  1927. p58.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1928. p58.BottomSurface = Enum.SurfaceType.Smooth
  1929. p58.TopSurface = Enum.SurfaceType.Smooth
  1930. b58 = Instance.new("SpecialMesh", p58)
  1931. b58.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1932. b58.TextureId = ""
  1933. b58.MeshType = Enum.MeshType.FileMesh
  1934. b58.Name = "Mesh"
  1935. b58.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1936. p59 = Instance.new("Part", m2)
  1937. p59.BrickColor = BrickColor.new("Royal purple")
  1938. p59.Material = Enum.Material.SmoothPlastic
  1939. p59.Reflectance = 0.30000001192093
  1940. p59.CFrame = CFrame.new(24.6884308, 25.7025909, 26.3410091, -0.573574424, -0.280167818, -0.769747615, -2.71658587e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172908, 0.538984478)
  1941. p59.CanCollide = false
  1942. p59.FormFactor = Enum.FormFactor.Custom
  1943. p59.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1944. p59.BottomSurface = Enum.SurfaceType.Smooth
  1945. p59.TopSurface = Enum.SurfaceType.Smooth
  1946. b59 = Instance.new("SpecialMesh", p59)
  1947. b59.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1948. b59.TextureId = ""
  1949. b59.MeshType = Enum.MeshType.FileMesh
  1950. b59.Name = "Mesh"
  1951. b59.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1952. p60 = Instance.new("Part", m2)
  1953. p60.BrickColor = BrickColor.new("Royal purple")
  1954. p60.Material = Enum.Material.SmoothPlastic
  1955. p60.Reflectance = 0.30000001192093
  1956. p60.CFrame = CFrame.new(24.4523582, 25.807478, 26.5063095, -0.573574424, -0.280167848, -0.769747615, -2.7445908e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172863, 0.538984478)
  1957. p60.CanCollide = false
  1958. p60.FormFactor = Enum.FormFactor.Custom
  1959. p60.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1960. p60.BottomSurface = Enum.SurfaceType.Smooth
  1961. p60.TopSurface = Enum.SurfaceType.Smooth
  1962. b60 = Instance.new("SpecialMesh", p60)
  1963. b60.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1964. b60.TextureId = ""
  1965. b60.MeshType = Enum.MeshType.FileMesh
  1966. b60.Name = "Mesh"
  1967. b60.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1968. p61 = Instance.new("Part", m2)
  1969. p61.BrickColor = BrickColor.new("Royal purple")
  1970. p61.Material = Enum.Material.SmoothPlastic
  1971. p61.Reflectance = 0.30000001192093
  1972. p61.CFrame = CFrame.new(24.5685883, 25.7558403, 26.4249287, -0.573574424, -0.280167878, -0.769747615, -2.77259574e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172819, 0.538984478)
  1973. p61.CanCollide = false
  1974. p61.FormFactor = Enum.FormFactor.Custom
  1975. p61.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1976. p61.BottomSurface = Enum.SurfaceType.Smooth
  1977. p61.TopSurface = Enum.SurfaceType.Smooth
  1978. b61 = Instance.new("SpecialMesh", p61)
  1979. b61.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1980. b61.TextureId = ""
  1981. b61.MeshType = Enum.MeshType.FileMesh
  1982. b61.Name = "Mesh"
  1983. b61.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1984. p62 = Instance.new("Part", m2)
  1985. p62.BrickColor = BrickColor.new("Royal purple")
  1986. p62.Material = Enum.Material.SmoothPlastic
  1987. p62.Reflectance = 0.30000001192093
  1988. p62.CFrame = CFrame.new(24.6884365, 25.7025948, 26.3410149, -0.573574424, -0.280167907, -0.769747615, -2.80060067e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172774, 0.538984478)
  1989. p62.CanCollide = false
  1990. p62.FormFactor = Enum.FormFactor.Custom
  1991. p62.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1992. p62.BottomSurface = Enum.SurfaceType.Smooth
  1993. p62.TopSurface = Enum.SurfaceType.Smooth
  1994. b62 = Instance.new("SpecialMesh", p62)
  1995. b62.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1996. b62.TextureId = ""
  1997. b62.MeshType = Enum.MeshType.FileMesh
  1998. b62.Name = "Mesh"
  1999. b62.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2000. p63 = Instance.new("Part", m2)
  2001. p63.BrickColor = BrickColor.new("Royal purple")
  2002. p63.Material = Enum.Material.SmoothPlastic
  2003. p63.Reflectance = 0.30000001192093
  2004. p63.CFrame = CFrame.new(24.452364, 25.8074818, 26.5063152, -0.573574424, -0.280167937, -0.769747615, -2.8286056e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172729, 0.538984478)
  2005. p63.CanCollide = false
  2006. p63.FormFactor = Enum.FormFactor.Custom
  2007. p63.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2008. p63.BottomSurface = Enum.SurfaceType.Smooth
  2009. p63.TopSurface = Enum.SurfaceType.Smooth
  2010. b63 = Instance.new("SpecialMesh", p63)
  2011. b63.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2012. b63.TextureId = ""
  2013. b63.MeshType = Enum.MeshType.FileMesh
  2014. b63.Name = "Mesh"
  2015. b63.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2016. p64 = Instance.new("Part", m2)
  2017. p64.BrickColor = BrickColor.new("Royal purple")
  2018. p64.Material = Enum.Material.SmoothPlastic
  2019. p64.Reflectance = 0.30000001192093
  2020. p64.CFrame = CFrame.new(24.568594, 25.7558441, 26.4249344, -0.573574424, -0.280167967, -0.769747615, -2.85661054e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172684, 0.538984478)
  2021. p64.CanCollide = false
  2022. p64.FormFactor = Enum.FormFactor.Custom
  2023. p64.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2024. p64.BottomSurface = Enum.SurfaceType.Smooth
  2025. p64.TopSurface = Enum.SurfaceType.Smooth
  2026. b64 = Instance.new("SpecialMesh", p64)
  2027. b64.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2028. b64.TextureId = ""
  2029. b64.MeshType = Enum.MeshType.FileMesh
  2030. b64.Name = "Mesh"
  2031. b64.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2032. p65 = Instance.new("Part", m2)
  2033. p65.BrickColor = BrickColor.new("Really black")
  2034. p65.Transparency = 1
  2035. p65.Name = "TorsoPart"
  2036. p65.CFrame = CFrame.new(27.0399818, 25.1251049, 25.3600311, 0.999996543, 2.59280205e-006, 8.94069672e-008, 2.77161598e-006, 0.999995351, 1.56462193e-006, 6.2584877e-007, 1.51991844e-006, 0.999998093)
  2037. p65.FormFactor = Enum.FormFactor.Symmetric
  2038. p65.Size = Vector3.new(4, 4, 2)
  2039. w1 = Instance.new("Weld", p1)
  2040. w1.Name = "Part_Weld"
  2041. w1.Part0 = p1
  2042. w1.C0 = CFrame.new(7.48623466, 46.9062119, -4.72964478, -0.579227924, 0.707106769, -0.405579776, -0.579227805, -0.707106769, -0.405579716, -0.573576331, 0, 0.819152117)
  2043. w1.Part1 = p2
  2044. w1.C1 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  2045. w2 = Instance.new("Weld", p2)
  2046. w2.Name = "Part_Weld"
  2047. w2.Part0 = p2
  2048. w2.C0 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  2049. w2.Part1 = p3
  2050. w2.C1 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  2051. w3 = Instance.new("Weld", p3)
  2052. w3.Name = "Part_Weld"
  2053. w3.Part0 = p3
  2054. w3.C0 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  2055. w3.Part1 = p4
  2056. w3.C1 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  2057. w4 = Instance.new("Weld", p4)
  2058. w4.Name = "Part_Weld"
  2059. w4.Part0 = p4
  2060. w4.C0 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  2061. w4.Part1 = p5
  2062. w4.C1 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  2063. w5 = Instance.new("Weld", p5)
  2064. w5.Name = "Part_Weld"
  2065. w5.Part0 = p5
  2066. w5.C0 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  2067. w5.Part1 = p6
  2068. w5.C1 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  2069. w6 = Instance.new("Weld", p6)
  2070. w6.Name = "Part_Weld"
  2071. w6.Part0 = p6
  2072. w6.C0 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  2073. w6.Part1 = p7
  2074. w6.C1 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  2075. w7 = Instance.new("Weld", p7)
  2076. w7.Name = "Part_Weld"
  2077. w7.Part0 = p7
  2078. w7.C0 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  2079. w7.Part1 = p8
  2080. w7.C1 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  2081. w8 = Instance.new("Weld", p8)
  2082. w8.Name = "Part_Weld"
  2083. w8.Part0 = p8
  2084. w8.C0 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  2085. w8.Part1 = p9
  2086. w8.C1 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  2087. w9 = Instance.new("Weld", p9)
  2088. w9.Name = "Part_Weld"
  2089. w9.Part0 = p9
  2090. w9.C0 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  2091. w9.Part1 = p10
  2092. w9.C1 = CFrame.new(-4.6974659, 0.512617111, -46.0237579, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2093. w10 = Instance.new("Weld", p10)
  2094. w10.Name = "Part_Weld"
  2095. w10.Part0 = p10
  2096. w10.C0 = CFrame.new(-4.6974659, 0.512617111, -46.0237579, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2097. w10.Part1 = p11
  2098. w10.C1 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2099. w11 = Instance.new("Weld", p11)
  2100. w11.Name = "Part_Weld"
  2101. w11.Part0 = p11
  2102. w11.C0 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2103. w11.Part1 = p12
  2104. w11.C1 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  2105. w12 = Instance.new("Weld", p12)
  2106. w12.Name = "Part_Weld"
  2107. w12.Part0 = p12
  2108. w12.C0 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  2109. w12.Part1 = p13
  2110. w12.C1 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2111. w13 = Instance.new("Weld", p13)
  2112. w13.Name = "Part_Weld"
  2113. w13.Part0 = p13
  2114. w13.C0 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2115. w13.Part1 = p14
  2116. w13.C1 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  2117. w14 = Instance.new("Weld", p14)
  2118. w14.Name = "Part_Weld"
  2119. w14.Part0 = p14
  2120. w14.C0 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  2121. w14.Part1 = p15
  2122. w14.C1 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  2123. w15 = Instance.new("Weld", p15)
  2124. w15.Name = "Part_Weld"
  2125. w15.Part0 = p15
  2126. w15.C0 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  2127. w15.Part1 = p16
  2128. w15.C1 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  2129. w16 = Instance.new("Weld", p16)
  2130. w16.Name = "Part_Weld"
  2131. w16.Part0 = p16
  2132. w16.C0 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  2133. w16.Part1 = p17
  2134. w16.C1 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  2135. w17 = Instance.new("Weld", p17)
  2136. w17.Name = "Part_Weld"
  2137. w17.Part0 = p17
  2138. w17.C0 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  2139. w17.Part1 = p18
  2140. w17.C1 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2141. w18 = Instance.new("Weld", p18)
  2142. w18.Name = "Part_Weld"
  2143. w18.Part0 = p18
  2144. w18.C0 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2145. w18.Part1 = p19
  2146. w18.C1 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  2147. w19 = Instance.new("Weld", p19)
  2148. w19.Name = "Part_Weld"
  2149. w19.Part0 = p19
  2150. w19.C0 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  2151. w19.Part1 = p20
  2152. w19.C1 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  2153. w20 = Instance.new("Weld", p20)
  2154. w20.Name = "Part_Weld"
  2155. w20.Part0 = p20
  2156. w20.C0 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  2157. w20.Part1 = p21
  2158. w20.C1 = CFrame.new(-4.69746971, 0.512615204, -45.8727722, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2159. w21 = Instance.new("Weld", p21)
  2160. w21.Name = "Part_Weld"
  2161. w21.Part0 = p21
  2162. w21.C0 = CFrame.new(-4.69746971, 0.512615204, -45.8727722, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2163. w21.Part1 = p22
  2164. w21.C1 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  2165. w22 = Instance.new("Weld", p22)
  2166. w22.Name = "Part_Weld"
  2167. w22.Part0 = p22
  2168. w22.C0 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  2169. w22.Part1 = p23
  2170. w22.C1 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  2171. w23 = Instance.new("Weld", p23)
  2172. w23.Name = "Part_Weld"
  2173. w23.Part0 = p23
  2174. w23.C0 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  2175. w23.Part1 = p24
  2176. w23.C1 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  2177. w24 = Instance.new("Weld", p24)
  2178. w24.Name = "Part_Weld"
  2179. w24.Part0 = p24
  2180. w24.C0 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  2181. w24.Part1 = p25
  2182. w24.C1 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  2183. w25 = Instance.new("Weld", p25)
  2184. w25.Name = "Part_Weld"
  2185. w25.Part0 = p25
  2186. w25.C0 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  2187. w25.Part1 = p26
  2188. w25.C1 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  2189. w26 = Instance.new("Weld", p26)
  2190. w26.Name = "Part_Weld"
  2191. w26.Part0 = p26
  2192. w26.C0 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  2193. w26.Part1 = p27
  2194. w26.C1 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  2195. w27 = Instance.new("Weld", p27)
  2196. w27.Name = "Part_Weld"
  2197. w27.Part0 = p27
  2198. w27.C0 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  2199. w27.Part1 = p28
  2200. w27.C1 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2201. w28 = Instance.new("Weld", p28)
  2202. w28.Name = "Part_Weld"
  2203. w28.Part0 = p28
  2204. w28.C0 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2205. w28.Part1 = p29
  2206. w28.C1 = CFrame.new(-36.0110359, 31.0260429, -4.71271896, 0.280166358, 0.93969208, 0.196174681, -0.769750178, 0.342019618, -0.538985252, -0.57357645, -2.95716429e-008, 0.819151998)
  2207. w29 = Instance.new("Weld", p29)
  2208. w29.Name = "Part_Weld"
  2209. w29.Part0 = p29
  2210. w29.C0 = CFrame.new(-36.0110359, 31.0260429, -4.71271896, 0.280166358, 0.93969208, 0.196174681, -0.769750178, 0.342019618, -0.538985252, -0.57357645, -2.95716429e-008, 0.819151998)
  2211. w29.Part1 = p30
  2212. w29.C1 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  2213. w30 = Instance.new("Weld", p30)
  2214. w30.Name = "Part_Weld"
  2215. w30.Part0 = p30
  2216. w30.C0 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  2217. w30.Part1 = p31
  2218. w30.C1 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  2219. w31 = Instance.new("Weld", p31)
  2220. w31.Name = "Part_Weld"
  2221. w31.Part0 = p31
  2222. w31.C0 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  2223. w31.Part1 = p32
  2224. w31.C1 = CFrame.new(-4.6974678, 0.512617111, -45.717083, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2225. w32 = Instance.new("Weld", p32)
  2226. w32.Name = "Part_Weld"
  2227. w32.Part0 = p32
  2228. w32.C0 = CFrame.new(-4.6974678, 0.512617111, -45.717083, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2229. w32.Part1 = p33
  2230. w32.C1 = CFrame.new(-17.3583775, 46.9591446, -4.71270752, -0.142244235, 0.98480773, -0.0996004939, -0.806707144, -0.173648238, -0.564862549, -0.57357657, 0, 0.819151998)
  2231. w33 = Instance.new("Weld", p33)
  2232. w33.Name = "Part_Weld"
  2233. w33.Part0 = p33
  2234. w33.C0 = CFrame.new(-17.3583775, 46.9591446, -4.71270752, -0.142244235, 0.98480773, -0.0996004939, -0.806707144, -0.173648238, -0.564862549, -0.57357657, 0, 0.819151998)
  2235. w33.Part1 = p34
  2236. w33.C1 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2237. w34 = Instance.new("Weld", p34)
  2238. w34.Name = "Part_Weld"
  2239. w34.Part0 = p34
  2240. w34.C0 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2241. w34.Part1 = p35
  2242. w34.C1 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  2243. w35 = Instance.new("Weld", p35)
  2244. w35.Name = "Part_Weld"
  2245. w35.Part0 = p35
  2246. w35.C0 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  2247. w35.Part1 = p36
  2248. w35.C1 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2249. w36 = Instance.new("Weld", p36)
  2250. w36.Name = "Part_Weld"
  2251. w36.Part0 = p36
  2252. w36.C0 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  2253. w36.Part1 = p37
  2254. w36.C1 = CFrame.new(-3.70028734, 49.2830544, -4.71271324, -0.409575999, 0.866025388, -0.286788285, -0.709406435, -0.5, -0.496731967, -0.57357657, 0, 0.819151998)
  2255. w37 = Instance.new("Weld", p37)
  2256. w37.Name = "Part_Weld"
  2257. w37.Part0 = p37
  2258. w37.C0 = CFrame.new(-3.70028734, 49.2830544, -4.71271324, -0.409575999, 0.866025388, -0.286788285, -0.709406435, -0.5, -0.496731967, -0.57357657, 0, 0.819151998)
  2259. w37.Part1 = p38
  2260. w37.C1 = CFrame.new(-10.7698097, 49.927597, -4.71271324, -0.280166447, 0.939692616, -0.196174681, -0.769750953, -0.342020154, -0.53898561, -0.57357657, 0, 0.819151998)
  2261. w38 = Instance.new("Weld", p38)
  2262. w38.Name = "Part_Weld"
  2263. w38.Part0 = p38
  2264. w38.C0 = CFrame.new(-10.7698097, 49.927597, -4.71271324, -0.280166447, 0.939692616, -0.196174681, -0.769750953, -0.342020154, -0.53898561, -0.57357657, 0, 0.819151998)
  2265. w38.Part1 = p39
  2266. w38.C1 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2267. w39 = Instance.new("Weld", p39)
  2268. w39.Name = "Part_Weld"
  2269. w39.Part0 = p39
  2270. w39.C0 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2271. w39.Part1 = p40
  2272. w39.C1 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2273. w40 = Instance.new("Weld", p40)
  2274. w40.Name = "Part_Weld"
  2275. w40.Part0 = p40
  2276. w40.C0 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2277. w40.Part1 = p41
  2278. w40.C1 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2279. w41 = Instance.new("Weld", p41)
  2280. w41.Name = "Part_Weld"
  2281. w41.Part0 = p41
  2282. w41.C0 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2283. w41.Part1 = p42
  2284. w41.C1 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  2285. w42 = Instance.new("Weld", p42)
  2286. w42.Name = "Part_Weld"
  2287. w42.Part0 = p42
  2288. w42.C0 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  2289. w42.Part1 = p43
  2290. w42.C1 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  2291. w43 = Instance.new("Weld", p43)
  2292. w43.Name = "Part_Weld"
  2293. w43.Part0 = p43
  2294. w43.C0 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  2295. w43.Part1 = p44
  2296. w43.C1 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  2297. w44 = Instance.new("Weld", p44)
  2298. w44.Name = "Part_Weld"
  2299. w44.Part0 = p44
  2300. w44.C0 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  2301. w44.Part1 = p45
  2302. w44.C1 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  2303. w45 = Instance.new("Weld", p45)
  2304. w45.Name = "Part_Weld"
  2305. w45.Part0 = p45
  2306. w45.C0 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  2307. w45.Part1 = p46
  2308. w45.C1 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  2309. w46 = Instance.new("Weld", p46)
  2310. w46.Name = "Part_Weld"
  2311. w46.Part0 = p46
  2312. w46.C0 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  2313. w46.Part1 = p47
  2314. w46.C1 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  2315. w47 = Instance.new("Weld", p47)
  2316. w47.Name = "Part_Weld"
  2317. w47.Part0 = p47
  2318. w47.C0 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  2319. w47.Part1 = p48
  2320. w47.C1 = CFrame.new(-23.7728367, 15.5624714, 35.7227516, 0.579227924, 0.707106769, -0.405579776, 0.579227865, -0.707106769, -0.405579716, -0.57357645, 0, -0.819151998)
  2321. w48 = Instance.new("Weld", p48)
  2322. w48.Name = "Part_Weld"
  2323. w48.Part0 = p48
  2324. w48.C0 = CFrame.new(-23.7728367, 15.5624714, 35.7227516, 0.579227924, 0.707106769, -0.405579776, 0.579227865, -0.707106769, -0.405579716, -0.57357645, 0, -0.819151998)
  2325. w48.Part1 = p49
  2326. w48.C1 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2327. w49 = Instance.new("Weld", p49)
  2328. w49.Name = "Part_Weld"
  2329. w49.Part0 = p49
  2330. w49.C0 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2331. w49.Part1 = p50
  2332. w49.C1 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2333. w50 = Instance.new("Weld", p50)
  2334. w50.Name = "Part_Weld"
  2335. w50.Part0 = p50
  2336. w50.C0 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2337. w50.Part1 = p51
  2338. w50.C1 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2339. w51 = Instance.new("Weld", p51)
  2340. w51.Name = "Part_Weld"
  2341. w51.Part0 = p51
  2342. w51.C0 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2343. w51.Part1 = p52
  2344. w51.C1 = CFrame.new(-25.0353527, 3.42085648, 35.7227554, 0.142244235, 0.98480773, -0.0996005014, 0.806707203, -0.173648238, -0.56486249, -0.57357645, 0, -0.819151998)
  2345. w52 = Instance.new("Weld", p52)
  2346. w52.Name = "Part_Weld"
  2347. w52.Part0 = p52
  2348. w52.C0 = CFrame.new(-25.0353527, 3.42085648, 35.7227554, 0.142244235, 0.98480773, -0.0996005014, 0.806707203, -0.173648238, -0.56486249, -0.57357645, 0, -0.819151998)
  2349. w52.Part1 = p53
  2350. w52.C1 = CFrame.new(-25.8052597, 10.9961138, 35.7227554, 0.409575999, 0.866025388, -0.286788225, 0.709406435, -0.5, -0.496731758, -0.57357645, 0, -0.819151998)
  2351. w53 = Instance.new("Weld", p53)
  2352. w53.Name = "Part_Weld"
  2353. w53.Part0 = p53
  2354. w53.C0 = CFrame.new(-25.8052597, 10.9961138, 35.7227554, 0.409575999, 0.866025388, -0.286788225, 0.709406435, -0.5, -0.496731758, -0.57357645, 0, -0.819151998)
  2355. w53.Part1 = p54
  2356. w53.C1 = CFrame.new(-25.8904991, 8.38383961, 35.7227592, 0.280166447, 0.939692616, -0.196174681, 0.769751012, -0.342020154, -0.538985491, -0.57357645, 0, -0.819151998)
  2357. w54 = Instance.new("Weld", p54)
  2358. w54.Name = "Part_Weld"
  2359. w54.Part0 = p54
  2360. w54.C0 = CFrame.new(-25.8904991, 8.38383961, 35.7227592, 0.280166447, 0.939692616, -0.196174681, 0.769751012, -0.342020154, -0.538985491, -0.57357645, 0, -0.819151998)
  2361. w54.Part1 = p55
  2362. w54.C1 = CFrame.new(-20.8903503, -10.5176811, 35.7227554, -0.280166388, 0.93969208, 0.196174622, 0.769750416, 0.342019618, -0.538984895, -0.57357651, -2.95716429e-008, -0.819151938)
  2363. w55 = Instance.new("Weld", p55)
  2364. w55.Name = "Part_Weld"
  2365. w55.Part0 = p55
  2366. w55.C0 = CFrame.new(-20.8903503, -10.5176811, 35.7227554, -0.280166388, 0.93969208, 0.196174622, 0.769750416, 0.342019618, -0.538984895, -0.57357651, -2.95716429e-008, -0.819151938)
  2367. w55.Part1 = p56
  2368. w55.C1 = CFrame.new(35.7379799, 25.8704014, -9.65809727, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2369. w56 = Instance.new("Weld", p56)
  2370. w56.Name = "Part_Weld"
  2371. w56.Part0 = p56
  2372. w56.C0 = CFrame.new(35.7379799, 25.8704014, -9.65809727, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2373. w56.Part1 = p57
  2374. w56.C1 = CFrame.new(35.7379799, 25.8703995, -9.8090868, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2375. w57 = Instance.new("Weld", p57)
  2376. w57.Name = "Part_Weld"
  2377. w57.Part0 = p57
  2378. w57.C0 = CFrame.new(35.7379799, 25.8703995, -9.8090868, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2379. w57.Part1 = p58
  2380. w57.C1 = CFrame.new(35.7379875, 25.8704014, -9.50240993, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2381. w58 = Instance.new("Weld", p58)
  2382. w58.Name = "Part_Weld"
  2383. w58.Part0 = p58
  2384. w58.C0 = CFrame.new(35.7379875, 25.8704014, -9.50240993, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  2385. w58.Part1 = p59
  2386. w58.C1 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  2387. w59 = Instance.new("Weld", p59)
  2388. w59.Name = "Part_Weld"
  2389. w59.Part0 = p59
  2390. w59.C0 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  2391. w59.Part1 = p60
  2392. w59.C1 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  2393. w60 = Instance.new("Weld", p60)
  2394. w60.Name = "Part_Weld"
  2395. w60.Part0 = p60
  2396. w60.C0 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  2397. w60.Part1 = p61
  2398. w60.C1 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  2399. w61 = Instance.new("Weld", p61)
  2400. w61.Name = "Part_Weld"
  2401. w61.Part0 = p61
  2402. w61.C0 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  2403. w61.Part1 = p62
  2404. w61.C1 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  2405. w62 = Instance.new("Weld", p62)
  2406. w62.Name = "Part_Weld"
  2407. w62.Part0 = p62
  2408. w62.C0 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  2409. w62.Part1 = p63
  2410. w62.C1 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  2411. w63 = Instance.new("Weld", p63)
  2412. w63.Name = "Part_Weld"
  2413. w63.Part0 = p63
  2414. w63.C0 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  2415. w63.Part1 = p64
  2416. w63.C1 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  2417. w64 = Instance.new("Weld", p64)
  2418. w64.Name = "TorsoPart_Weld"
  2419. w64.Part0 = p64
  2420. w64.C0 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  2421. w64.Part1 = p65
  2422. w64.C1 = CFrame.new(-27.0399971, -25.1251144, -25.3600025, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2423. m2.Parent = char
  2424. m2:MakeJoints()
  2425. --------------------------------------------------------------------------------
  2426. local cor2 = Instance.new("Part", char.Wings)
  2427. cor2.Name = "Thingy"
  2428. cor2.Locked = true
  2429. cor2.BottomSurface = 0
  2430. cor2.CanCollide = false
  2431. cor2.Size = Vector3.new(0.2, 0.2, 0.2)
  2432. cor2.Transparency = 1
  2433. cor2.TopSurface = 0
  2434. corw2 = Instance.new("Weld", cor2)
  2435. corw2.Part0 = torso
  2436. corw2.Part1 = cor2
  2437. corw2.C0 = CFrame.new(0, 0.7, 0.8) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  2438. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2439. weld2 = Instance.new("Weld", char.Wings)
  2440. weld2.Part0 = cor2
  2441. weld2.Part1 = char.Wings.TorsoPart
  2442. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2443. local p = game.Players.LocalPlayer
  2444. local char = p.Character
  2445.  
  2446. m=Instance.new('Model',char)
  2447.  
  2448.  
  2449. local function weldBetween(a, b)
  2450. local weldd = Instance.new("ManualWeld")
  2451. weldd.Part0 = a
  2452. weldd.Part1 = b
  2453. weldd.C0 = CFrame.new()
  2454. weldd.C1 = b.CFrame:inverse() * a.CFrame
  2455. weldd.Parent = a
  2456. return weldd
  2457. end
  2458.  
  2459. it=Instance.new
  2460.  
  2461. function nooutline(part)
  2462. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  2463. end
  2464.  
  2465. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  2466. local fp=it("Part")
  2467. fp.formFactor=formfactor
  2468. fp.Parent=parent
  2469. fp.Reflectance=reflectance
  2470. fp.Transparency=transparency
  2471. fp.CanCollide=false
  2472. fp.Locked=true
  2473. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  2474. fp.Name=name
  2475. fp.Size=size
  2476. fp.Position=char.Torso.Position
  2477. nooutline(fp)
  2478. fp.Material=material
  2479. fp:BreakJoints()
  2480. return fp
  2481. end
  2482.  
  2483. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  2484. local mesh=it(Mesh)
  2485. mesh.Parent=part
  2486. if Mesh=="SpecialMesh" then
  2487. mesh.MeshType=meshtype
  2488. mesh.MeshId=meshid
  2489. end
  2490. mesh.Offset=offset
  2491. mesh.Scale=scale
  2492. return mesh
  2493. end
  2494.  
  2495. function weld(parent,part0,part1,c0,c1)
  2496. local weld=it("Weld")
  2497. weld.Parent=parent
  2498. weld.Part0=part0
  2499. weld.Part1=part1
  2500. weld.C0=c0
  2501. weld.C1=c1
  2502. return weld
  2503. end
  2504.  
  2505. Mesh2 = function(par,num,x,y,z)
  2506. local msh = _
  2507. if num == 1 then
  2508. msh = Instance.new("CylinderMesh",par)
  2509. elseif num == 2 then
  2510. msh = Instance.new("SpecialMesh",par)
  2511. msh.MeshType = 3
  2512. elseif num == 3 then
  2513. msh = Instance.new("BlockMesh",par)
  2514. elseif num == 4 then
  2515. msh = Instance.new("SpecialMesh",par)
  2516. msh.MeshType = "Torso"
  2517. elseif type(num) == 'string' then
  2518. msh = Instance.new("SpecialMesh",par)
  2519. msh.MeshId = num
  2520. end
  2521. msh.Scale = Vector3.new(x,y,z)
  2522. return msh
  2523. end
  2524.  
  2525. function nooutline(part)
  2526. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  2527. end
  2528.  
  2529. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  2530. local fp=Instance.new("Part")
  2531. fp.formFactor=formfactor
  2532. fp.Parent=parent
  2533. fp.Reflectance=reflectance
  2534. fp.Transparency=transparency
  2535. fp.CanCollide=false
  2536. fp.Locked=true
  2537. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  2538. fp.Name=name
  2539. fp.Size=size
  2540. fp.Position=char.Torso.Position
  2541. nooutline(fp)
  2542. fp.Material= material
  2543. fp:BreakJoints()
  2544. return fp
  2545. end
  2546.  
  2547.  
  2548. it = Instance.new
  2549.  
  2550. Player=game:GetService('Players').LocalPlayer
  2551. Character=Player.Character
  2552. Mouse=Player:GetMouse()
  2553. m=Instance.new('Model',Character)
  2554. function part2(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  2555. local fp=Instance.new("Part")
  2556. fp.formFactor=formfactor
  2557. fp.Parent=parent
  2558. fp.Reflectance=reflectance
  2559. fp.Transparency=transparency
  2560. fp.CanCollide=false
  2561. fp.Locked=true
  2562. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  2563. fp.Name=name
  2564. fp.Size=size
  2565. fp.Position=Character.Torso.Position
  2566. nooutline(fp)
  2567. fp.Material= "Neon"
  2568. fp:BreakJoints()
  2569. return fp
  2570. end
  2571. function weld(parent,part0,part1,c0,c1)
  2572. local weld=it("Weld")
  2573. weld.Parent=parent
  2574. weld.Part0=part0
  2575. weld.Part1=part1
  2576. weld.C0=c0
  2577. weld.C1=c1
  2578. return weld
  2579. end
  2580. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  2581. local mesh=it(Mesh)
  2582. mesh.Parent=part
  2583. if Mesh=="SpecialMesh" then
  2584. mesh.MeshType=meshtype
  2585. mesh.MeshId=meshid
  2586. end
  2587. mesh.Offset=offset
  2588. mesh.Scale=scale
  2589. return mesh
  2590. end
  2591.  
  2592.  
  2593. mesh("SpecialMesh",TR1,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.415454358, 0.700000048, 0.700000048))
  2594. TR2=part2(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","TR2",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  2595. TR2weld=weld(m,MN,TR2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28881836e-05, 0.741921067, 0.198978901, 1.00000405, -2.92747281e-05, -1.7457176e-05, 2.37242784e-05, 0.965939343, -0.258769363, 2.44602561e-05, 0.25876832, 0.965943277))
  2596. mesh("SpecialMesh",TR2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.0822681859, 1.02999997))
  2597. TR3=part2(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","TR3",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  2598. TR3weld=weld(m,MN,TR3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-05, 0.603546381, 0.000186920166, 1.00000787, -8.63452442e-05, -2.6775524e-07, 8.62879679e-05, 1, -2.05411197e-07, 2.68686563e-07, 2.3024586e-07, 1.00000775))
  2599. mesh("SpecialMesh",TR3,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.0822681859, 1.05999994))
  2600. TR4=part2(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","TR4",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  2601. TR4weld=weld(m,MN,TR4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000106811523, 0.93274045, 0.000304222107, 1.00000787, -8.63452442e-05, -2.6775524e-07, 8.62879679e-05, 1, -2.05411197e-07, 2.68686563e-07, 2.3024586e-07, 1.00000775))
  2602. mesh("SpecialMesh",TR4,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.0822681859, 1.05999994))
  2603. TR5=part2(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","TR5",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  2604. TR5weld=weld(m,MN,TR5,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28881836e-05, -0.960148811, -0.000584125519, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  2605. mesh("SpecialMesh",TR5,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.02999997, 1.02999997))
  2606. TR6=part2(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","TR6",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  2607. TR6weld=weld(m,MN,TR6,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-05, -0.246893644, -0.00013256073, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  2608. mesh("SpecialMesh",TR6,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.0822681859, 1.02999997))
  2609. MD21=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD21",Vector3.new(0.266768694, 0.54866457, 0.548664272))
  2610. MD21weld=weld(m,MN,MD21,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.548921585, 0.301375628, 0.000118255615, -0.000262488145, -9.39509191e-05, -1.00000393, -0.000154611655, 1, -9.38984886e-05, 1.00000393, 0.000154557638, -0.000262471847))
  2611. mesh("SpecialMesh",MD21,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.411340952, 0.900000036, 0.900000036))
  2612. MN=part2(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Handle",Vector3.new(1.03740847, 2.07481742, 1.03740823))
  2613. MNweld=weld(m,Character["Right Leg"],MN,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00872802734, 0.00284510851, -0.0114479065, 0.000559218752, 0.00461495388, -0.999989212, 0.0116515048, 0.999921441, 0.00462115649, 0.999931991, -0.0116539635, 0.000505403674))
  2614. FB1=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","FB1",Vector3.new(0.252201617, 1.03740871, 0.622444928))
  2615. FB1weld=weld(m,MN,FB1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.466812134, -0.259373605, 4.19616699e-05, 1, 0, 5.82076609e-11, 0, 1, -2.07592166e-10, 5.82076609e-11, -2.07592166e-10, 1.00000012))
  2616. mesh("SpecialMesh",FB1,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.415454358, 1, 1.00999999))
  2617. FB10=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","FB10",Vector3.new(1.03740847, 0.259352177, 1.03740823))
  2618. FB10weld=weld(m,MN,FB10,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.14440918e-05, -0.907726586, -0.0001745224, -1.00000012, -4.3686945e-05, -0.000145533413, -4.37181443e-05, 1, 0.00021532696, 0.000145524042, 0.000215333974, -1))
  2619. mesh("SpecialMesh",FB10,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1.00999999, 1.00999999))
  2620. FB11=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","FB11",Vector3.new(0.518704236, 0.778056443, 0.252201557))
  2621. FB11weld=weld(m,MN,FB11,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-05, 0.49278298, -0.518682957, 1, 0, 5.82076609e-11, 0, 1, -2.07592166e-10, 5.82076609e-11, -2.07592166e-10, 1.00000012))
  2622. mesh("SpecialMesh",FB11,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1.00999999, 0.415454417))
  2623. FB12=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","FB12",Vector3.new(1.03740847, 0.778056443, 1.03740823))
  2624. FB12weld=weld(m,MN,FB12,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.14440918e-05, 0.648371816, 1.38282776e-05, 1, 0, 5.82076609e-11, 0, 1, -2.07592166e-10, 5.82076609e-11, -2.07592166e-10, 1.00000012))
  2625. mesh("SpecialMesh",FB12,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1.00999999, 1.00999999))
  2626. FB2=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","FB2",Vector3.new(1.03740847, 0.252201647, 1.03740823))
  2627. FB2weld=weld(m,MN,FB2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-05, 0.726178706, 4.57763672e-05, 1, 0, 5.82076609e-11, 0, 1, -2.07592166e-10, 5.82076609e-11, -2.07592166e-10, 1.00000012))
  2628. mesh("SpecialMesh",FB2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.415454417, 1.04999995))
  2629. FB3=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","FB3",Vector3.new(1.03740847, 0.259352177, 0.518704116))
  2630. FB3weld=weld(m,MN,FB3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000141143799, -0.907841623, 0.725996017, -1.00000012, -4.3686945e-05, -0.000145533413, -4.37181443e-05, 1, 0.00021532696, 0.000145524042, 0.000215333974, -1))
  2631. mesh("SpecialMesh",FB3,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  2632. FB4=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","FB4",Vector3.new(1.03740847, 0.259352177, 0.518704116))
  2633. FB4weld=weld(m,MN,FB4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000263214111, -0.495628834, 1.08177543, -1, -0.000208274461, -0.000166981248, -2.93208286e-05, 0.707433105, -0.706780434, 0.000265331706, -0.706780314, -0.707433105))
  2634. mesh("SpecialMesh",FB4,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  2635. FB5=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","FB5",Vector3.new(1.03740847, 0.252201647, 1.03740823))
  2636. FB5weld=weld(m,MN,FB5,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.67028809e-05, 0.933657289, 6.19888306e-05, 1, 0, 5.82076609e-11, 0, 1, -2.07592166e-10, 5.82076609e-11, -2.07592166e-10, 1.00000012))
  2637. mesh("SpecialMesh",FB5,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.415454417, 1.04999995))
  2638. FB6=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","FB6",Vector3.new(1.03740847, 0.259352177, 1.03740823))
  2639. FB6weld=weld(m,MN,FB6,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.81469727e-06, 0.129679263, 3.29017639e-05, 1, 0, 5.82076609e-11, 0, 1, -2.07592166e-10, 5.82076609e-11, -2.07592166e-10, 1.00000012))
  2640. mesh("SpecialMesh",FB6,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1.00999999, 1.00999999))
  2641. FB7=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","FB7",Vector3.new(0.252201617, 1.03740871, 0.622444928))
  2642. FB7weld=weld(m,MN,FB7,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.466838837, -0.259338915, -8.58306885e-06, 1, 0, 5.82076609e-11, 0, 1, -2.07592166e-10, 5.82076609e-11, -2.07592166e-10, 1.00000012))
  2643. mesh("SpecialMesh",FB7,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.415454358, 1, 1.00999999))
  2644. FB8=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","FB8",Vector3.new(1.03740847, 0.259352177, 0.518704116))
  2645. FB8weld=weld(m,MN,FB8,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000205993652, -0.764207125, 0.546924591, -0.999995053, -0.000121198129, -0.00017335522, -0.000163274352, 0.965882957, 0.258978456, 0.000135882699, 0.258978575, -0.96587801))
  2646. mesh("SpecialMesh",FB8,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  2647. FB9=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","FB9",Vector3.new(1.03740847, 0.259352177, 1.03740823))
  2648. FB9weld=weld(m,MN,FB9,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00023651123, 0.648379326, -0.000217437744, -0.99999994, 0.00030120369, -0.00014261005, -0.000301247928, -0.999999821, 0.000302845408, -0.000142518838, 0.000302889268, 1))
  2649. mesh("SpecialMesh",FB9,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1.00999999, 1.00999999))
  2650. TN1=part2(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","TN1",Vector3.new(1.03740847, 0.252201647, 1.03740823))
  2651. TN1weld=weld(m,MN,TN1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.67028809e-05, 0.933657289, 6.19888306e-05, 1, 0, 5.82076609e-11, 0, 1, -2.07592166e-10, 5.82076609e-11, -2.07592166e-10, 1.00000012))
  2652. mesh("SpecialMesh",TN1,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.205670506, 1.05999994))
  2653. TN2=part2(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","TN2",Vector3.new(0.518704236, 0.778056443, 0.252201557))
  2654. TN2weld=weld(m,MN,TN2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-05, 0.49278298, -0.518682957, 1, 0, 5.82076609e-11, 0, 1, -2.07592166e-10, 5.82076609e-11, -2.07592166e-10, 1.00000012))
  2655. mesh("SpecialMesh",TN2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.899999917, 0.899999917, 0.419567823))
  2656. TN3=part2(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","TN3",Vector3.new(1.03740847, 0.252201647, 1.03740823))
  2657. TN3weld=weld(m,MN,TN3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-05, 0.726178706, 4.57763672e-05, 1, 0, 5.82076609e-11, 0, 1, -2.07592166e-10, 5.82076609e-11, -2.07592166e-10, 1.00000012))
  2658. mesh("SpecialMesh",TN3,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.205670506, 1.05999994))
  2659.  
  2660.  
  2661.  
  2662. MN=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Handle",Vector3.new(1.09732866, 2.19465828, 1.09732854))
  2663. MNweld=weld(m,char["Right Arm"],MN,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0323486328, -0.0509860516, -0.00120401382, -0.00500982394, 0.00520668458, 0.999973893, -0.00739898486, 0.999958873, -0.00524367485, -0.999960065, -0.00742506143, -0.0049710935))
  2664. TR7=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","TR7",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  2665. TR7weld=weld(m,MN,TR7,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.68581605, 0.000279426575, 1.00000381, 0.000690042973, -0.000169841573, 0.000690029934, -0.999999702, -0.000261242967, -0.000170052983, 0.000261111214, -1.00000393))
  2666. mesh("SpecialMesh",TR7,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.02999997, 1.02999997))
  2667. MD9=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD9",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  2668. MD9weld=weld(m,MN,MD9,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.741846681, 0.199262142, 1.00000405, -6.92205504e-06, 0.000154254027, 4.65649646e-05, 0.965939224, -0.25876984, -0.000147186685, 0.258768767, 0.965943158))
  2669. mesh("SpecialMesh",MD9,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.411340922, 1.01999998))
  2670. MD1=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD1",Vector3.new(0.237408489, 0.259352177, 0.518704116))
  2671. MD1weld=weld(m,MN,MD1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.402763367, -0.974855185, 0.682875633, 0.99988991, -0.0150081124, -0.00168980728, 0.0149988253, 0.999872923, -0.00539785437, 0.00177063467, 0.00537188631, 0.999988079))
  2672. mesh("SpecialMesh",MD1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  2673. MD10=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD10",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  2674. MD10weld=weld(m,MN,MD10,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28881836e-05, -0.960148811, -0.000584125519, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  2675. mesh("SpecialMesh",MD10,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1.00999999, 1.00999999))
  2676. MD11=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD11",Vector3.new(0.266768694, 1.09732914, 0.658397138))
  2677. MD11weld=weld(m,MN,MD11,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.493839264, -0.274354219, 4.24385071e-05, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  2678. mesh("SpecialMesh",MD11,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.415454358, 1, 1.00999999))
  2679. MD12=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD12",Vector3.new(0.266768694, 1.09732914, 0.658397138))
  2680. MD12weld=weld(m,MN,MD12,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.493812561, -0.274300575, -0.000376224518, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  2681. mesh("SpecialMesh",MD12,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.415454358, 1, 1.00999999))
  2682. MD13=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD13",Vector3.new(1.09732866, 0.822996795, 1.09732854))
  2683. MD13weld=weld(m,MN,MD13,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90734863e-05, 0.68582201, 0.000464439392, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  2684. mesh("SpecialMesh",MD13,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1.00999999, 1.00999999))
  2685. MD14=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD14",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  2686. MD14weld=weld(m,MN,MD14,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90734863e-05, 0.603547096, 0.000416755676, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  2687. mesh("SpecialMesh",MD14,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.411340922, 1.04999995))
  2688. MD15=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD15",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  2689. MD15weld=weld(m,MN,MD15,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.62939453e-05, 0.137180567, -4.529953e-05, -1.0000037, -0.000862163957, 0.000179466791, -0.000862103421, 0.999999523, 0.000520790287, -0.000179945491, 0.000520619913, -1.00000381))
  2690. mesh("SpecialMesh",MD15,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1.00999999, 1.00999999))
  2691. MD16=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD16",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  2692. MD16weld=weld(m,MN,MD16,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.86645508e-05, 0.932742357, 0.000658988953, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  2693. mesh("SpecialMesh",MD16,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 0.411340922, 1.04999995))
  2694. MD19=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD19",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  2695. MD19weld=weld(m,MN,MD19,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.68581605, 0.000279426575, 1.00000381, 0.000690042973, -0.000169841573, 0.000690029934, -0.999999702, -0.000261242967, -0.000170052983, 0.000261111214, -1.00000393))
  2696. mesh("SpecialMesh",MD19,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.01999998, 1.01999998))
  2697. MD18=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD18",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  2698. MD18weld=weld(m,MN,MD18,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-05, -0.246893644, -0.00013256073, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  2699. mesh("SpecialMesh",MD18,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.411340922, 1.01999998))
  2700. MD2=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD2",Vector3.new(0.2574085, 0.259352177, 0.518704116))
  2701. MD2weld=weld(m,MN,MD2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.392555237, -0.573539257, 1.09872949, 0.999886394, -0.0152528733, -0.00162532134, 0.0119883548, 0.710953057, 0.70314008, -0.00956933573, -0.703074038, 0.71105516))
  2702. mesh("SpecialMesh",MD2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  2703. MD3=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD3",Vector3.new(0.247408509, 0.259352177, 0.518704116))
  2704. MD3weld=weld(m,MN,MD3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.397964478, -0.817667723, 0.487944126, 0.999890864, -0.0149886403, -0.00193861127, 0.0139457425, 0.964460015, -0.263861924, 0.00582473399, 0.26380372, 0.964563668))
  2705. mesh("SpecialMesh",MD3,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  2706. MD4=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD4",Vector3.new(0.247408509, 0.259352177, 0.518704116))
  2707. MD4weld=weld(m,MN,MD4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.422103882, -0.82026124, 0.507567406, 0.999890864, -0.0149886403, -0.00193861127, 0.0139457425, 0.964460015, -0.263861924, 0.00582473399, 0.26380372, 0.964563668))
  2708. mesh("SpecialMesh",MD4,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  2709. MD5=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD5",Vector3.new(0.2574085, 0.259352177, 0.518704116))
  2710. MD5weld=weld(m,MN,MD5,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.427509308, -0.557831764, 1.11046171, 0.999886394, -0.0152528733, -0.00162532134, 0.0119883548, 0.710953057, 0.70314008, -0.00956933573, -0.703074038, 0.71105516))
  2711. mesh("SpecialMesh",MD5,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  2712. MD6=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD6",Vector3.new(0.237408489, 0.259352177, 0.518704116))
  2713. MD6weld=weld(m,MN,MD6,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.417263031, -0.972257376, 0.702233315, 0.99988991, -0.0150081124, -0.00168980728, 0.0149988253, 0.999872923, -0.00539785437, 0.00177063467, 0.00537188631, 0.999988079))
  2714. mesh("SpecialMesh",MD6,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1.00999999))
  2715. MD7=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD7",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  2716. MD7weld=weld(m,MN,MD7,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.68581605, 0.000279426575, 1.00000381, 0.000690042973, -0.000169841573, 0.000690029934, -0.999999702, -0.000261242967, -0.000170052983, 0.000261111214, -1.00000393))
  2717. mesh("SpecialMesh",MD7,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1.00999999, 1.00999999))
  2718. MD8=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Really black","MD8",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  2719. MD8weld=weld(m,MN,MD8,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28881836e-05, -0.960148811, -0.000584125519, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  2720. mesh("SpecialMesh",MD8,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.01999998, 1.01999998))
  2721. TR1=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","TR1",Vector3.new(0.266768694, 0.54866457, 0.548664272))
  2722. TR1weld=weld(m,MN,TR1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.548826218, 0.30154109, 4.57763672e-05, -0.000205519143, -0.0001726388, -1, -4.31765802e-05, 1, -0.00017263052, 1, 4.314119e-05, -0.000205526594))
  2723. mesh("SpecialMesh",TR1,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.415454358, 0.700000048, 0.700000048))
  2724. TR2=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","TR2",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  2725. TR2weld=weld(m,MN,TR2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28881836e-05, 0.741921067, 0.198978901, 1.00000405, -2.92747281e-05, -1.7457176e-05, 2.37242784e-05, 0.965939343, -0.258769363, 2.44602561e-05, 0.25876832, 0.965943277))
  2726. mesh("SpecialMesh",TR2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.0822681859, 1.02999997))
  2727. TR3=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","TR3",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  2728. TR3weld=weld(m,MN,TR3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-05, 0.603546381, 0.000186920166, 1.00000787, -8.63452442e-05, -2.6775524e-07, 8.62879679e-05, 1, -2.05411197e-07, 2.68686563e-07, 2.3024586e-07, 1.00000775))
  2729. mesh("SpecialMesh",TR3,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.0822681859, 1.05999994))
  2730. TR4=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Red","TR4",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  2731. TR4weld=weld(m,MN,TR4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000106811523, 0.93274045, 0.000304222107, 1.00000787, -8.63452442e-05, -2.6775524e-07, 8.62879679e-05, 1, -2.05411197e-07, 2.68686563e-07, 2.3024586e-07, 1.00000775))
  2732. mesh("SpecialMesh",TR4,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.0822681859, 1.05999994))
  2733. TR5=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","TR5",Vector3.new(1.09732866, 0.274332285, 1.09732854))
  2734. TR5weld=weld(m,MN,TR5,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28881836e-05, -0.960148811, -0.000584125519, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  2735. mesh("SpecialMesh",TR5,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.02999997, 1.02999997))
  2736. TR6=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","TR6",Vector3.new(1.09732866, 0.266768783, 1.09732854))
  2737. TR6weld=weld(m,MN,TR6,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-05, -0.246893644, -0.00013256073, 1.00000811, -2.88709998e-08, 3.02679837e-08, -2.93366611e-08, 0.99999994, 1.36606104e-08, 3.0733645e-08, 1.3564204e-08, 1.00000799))
  2738. mesh("SpecialMesh",TR6,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.0822681859, 1.02999997))
  2739. MD21=part(Enum.FormFactor.Custom,m,Enum.Material.Granite,0,0,"Dark stone grey","MD21",Vector3.new(0.266768694, 0.54866457, 0.548664272))
  2740. MD21weld=weld(m,MN,MD21,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.548921585, 0.301375628, 0.000118255615, -0.000262488145, -9.39509191e-05, -1.00000393, -0.000154611655, 1, -9.38984886e-05, 1.00000393, 0.000154557638, -0.000262471847))
  2741. mesh("SpecialMesh",MD21,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.411340952, 0.900000036, 0.900000036))
  2742.  
  2743. --[[TG1=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Handle",Vector3.new(0.231713057, 0.953130603, 0.953130603))
  2744. TG1weld=weld(m,char["HumanoidRootPart"],TG1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.042350769, 2.25753069, -2.74072218, -0.0144443018, -0.00148237997, 0.999894559, 0.138804898, -0.99031961, 0.000536966661, 0.990214407, 0.138798028, 0.0145102367))
  2745. mesh("SpecialMesh",TG1,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.415454358, 0.5, 0.5))]]
  2746. do
  2747.  
  2748. local filteredMessages = { [''] = '' };
  2749. local onPropertyChanged = function (obj)
  2750. if (obj:isDescendantOf (workspace)) then
  2751. local objText = obj.Text;
  2752.  
  2753. if (objText ~= '' and objText:find '(%S)') then
  2754. if (filteredMessages [objText] and filteredMessages [objText] ~= objText) then
  2755. obj.Text = filteredMessages [objText];
  2756. elseif (not filteredMessages [objText]) then
  2757. obj.Text = '';
  2758.  
  2759. local filtered = game:service 'Chat':FilterStringForBroadcast (objText, game:service 'Players'.localPlayer);
  2760.  
  2761. filteredMessages [objText] = filtered;
  2762. filteredMessages [filtered] = filtered;
  2763.  
  2764. obj.Text = filtered;
  2765. end;
  2766. end;
  2767. end;
  2768. end;
  2769.  
  2770. local newInstance = Instance.new;
  2771. Instance = {
  2772. new = function (class, parent)
  2773. local obj = newInstance (class, parent);
  2774.  
  2775. if (pcall (function()return obj.Text;end)) then
  2776. obj:getPropertyChangedSignal ('Parent'):connect (function () onPropertyChanged (obj) end);
  2777. obj:getPropertyChangedSignal ('Text'):connect (function() onPropertyChanged (obj) end);
  2778. end;
  2779.  
  2780. return obj;
  2781. end;
  2782. };
  2783. end;
  2784. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  2785. local NEWMESH = IT(MESH)
  2786. if MESH == "SpecialMesh" then
  2787. NEWMESH.MeshType = MESHTYPE
  2788. if MESHID ~= "nil" and MESHID ~= "" then
  2789. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  2790. end
  2791. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  2792. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  2793. end
  2794. end
  2795. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  2796. NEWMESH.Scale = SCALE
  2797. NEWMESH.Parent = PARENT
  2798. return NEWMESH
  2799. end
  2800.  
  2801. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  2802. local NEWPART = IT("Part")
  2803. NEWPART.formFactor = FORMFACTOR
  2804. NEWPART.Reflectance = REFLECTANCE
  2805. NEWPART.Transparency = TRANSPARENCY
  2806. NEWPART.CanCollide = false
  2807. NEWPART.Locked = true
  2808. NEWPART.Anchored = true
  2809. if ANCHOR == false then
  2810. NEWPART.Anchored = false
  2811. end
  2812. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  2813. NEWPART.Name = NAME
  2814. NEWPART.Size = SIZE
  2815. NEWPART.Position = Torso.Position
  2816. NEWPART.Material = MATERIAL
  2817. NEWPART:BreakJoints()
  2818. NEWPART.Parent = PARENT
  2819. return NEWPART
  2820. end
  2821.  
  2822. --//=================================\\
  2823. --|| CUSTOMIZATION
  2824. --\\=================================//
  2825.  
  2826. Player_Size = 1 --Size of the player.
  2827. Animation_Speed = 3
  2828. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  2829.  
  2830. local Speed = 100
  2831. local Effects2 = {}
  2832.  
  2833. --//=================================\\
  2834. --|| END OF CUSTOMIZATION
  2835. --\\=================================//
  2836.  
  2837. local function weldBetween(a, b)
  2838. local weldd = Instance.new("ManualWeld")
  2839. weldd.Part0 = a
  2840. weldd.Part1 = b
  2841. weldd.C0 = CFrame.new()
  2842. weldd.C1 = b.CFrame:inverse() * a.CFrame
  2843. weldd.Parent = a
  2844. return weldd
  2845. end
  2846.  
  2847. --//=================================\\
  2848. --|| USEFUL VALUES
  2849. --\\=================================//
  2850.  
  2851. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  2852. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  2853. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  2854. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  2855. local CHANGEDEFENSE = 0
  2856. local CHANGEDAMAGE = 0
  2857. local CHANGEMOVEMENT = 0
  2858. local ANIM = "Idle"
  2859. local ATTACK = false
  2860. local EQUIPPED = false
  2861. local HOLD = false
  2862. local COMBO = 1
  2863. local Rooted = false
  2864. local SINE = 0
  2865. local KEYHOLD = false
  2866. local CHANGE = 2 / Animation_Speed
  2867. local WALKINGANIM = false
  2868. local WALK = 0
  2869. local VALUE1 = false
  2870. local VALUE2 = false
  2871. local ROBLOXIDLEANIMATION = IT("Animation")
  2872. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  2873. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  2874. --ROBLOXIDLEANIMATION.Parent = Humanoid
  2875. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  2876. WEAPONGUI.Name = "Weapon GUI"
  2877. local Weapon = IT("Model")
  2878. Weapon.Name = "Adds"
  2879. local HITFLOOR = nil
  2880. local Effects = IT("Folder", Weapon)
  2881. Effects.Name = "Effects"
  2882. local ANIMATOR = Humanoid.Animator
  2883. local ANIMATE = Character.Animate
  2884. local HITPLAYERSOUNDS = {--[["199149137", "199149186", "199149221", "199149235", "199149269", "199149297"--]]"263032172", "263032182", "263032200", "263032221", "263032252", "263033191"}
  2885. local HITARMORSOUNDS = {"199149321", "199149338", "199149367", "199149409", "199149452"}
  2886. local HITWEAPONSOUNDS = {"199148971", "199149025", "199149072", "199149109", "199149119"}
  2887. local HITBLOCKSOUNDS = {"199148933", "199148947"}
  2888. local UNANCHOR = true
  2889.  
  2890. local SKILLTEXTCOLOR = C3(239/255, 184/255, 56/255)
  2891.  
  2892. --//=================================\\
  2893. --\\=================================//
  2894.  
  2895.  
  2896. --//=================================\\
  2897. --|| SAZERENOS' ARTIFICIAL HEARTBEAT
  2898. --\\=================================//
  2899.  
  2900. ArtificialHB = Instance.new("BindableEvent", script)
  2901. ArtificialHB.Name = "ArtificialHB"
  2902.  
  2903. script:WaitForChild("ArtificialHB")
  2904.  
  2905. frame = Frame_Speed
  2906. tf = 0
  2907. allowframeloss = false
  2908. tossremainder = false
  2909. lastframe = tick()
  2910. script.ArtificialHB:Fire()
  2911.  
  2912. game:GetService("RunService").Heartbeat:connect(function(s, p)
  2913. tf = tf + s
  2914. if tf >= frame then
  2915. if allowframeloss then
  2916. script.ArtificialHB:Fire()
  2917. lastframe = tick()
  2918. else
  2919. for i = 1, math.floor(tf / frame) do
  2920. script.ArtificialHB:Fire()
  2921. end
  2922. lastframe = tick()
  2923. end
  2924. if tossremainder then
  2925. tf = 0
  2926. else
  2927. tf = tf - frame * math.floor(tf / frame)
  2928. end
  2929. end
  2930. end)
  2931.  
  2932. --//=================================\\
  2933. --\\=================================//
  2934.  
  2935.  
  2936.  
  2937.  
  2938.  
  2939. --//=================================\\
  2940. --|| SOME FUNCTIONS
  2941. --\\=================================//
  2942.  
  2943. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  2944. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  2945. end
  2946.  
  2947. function PositiveAngle(NUMBER)
  2948. if NUMBER >= 0 then
  2949. NUMBER = 0
  2950. end
  2951. return NUMBER
  2952. end
  2953.  
  2954. function NegativeAngle(NUMBER)
  2955. if NUMBER <= 0 then
  2956. NUMBER = 0
  2957. end
  2958. return NUMBER
  2959. end
  2960.  
  2961. function Swait(NUMBER)
  2962. if NUMBER == 0 or NUMBER == nil then
  2963. ArtificialHB.Event:wait()
  2964. else
  2965. for i = 1, NUMBER do
  2966. ArtificialHB.Event:wait()
  2967. end
  2968. end
  2969. end
  2970.  
  2971. function QuaternionFromCFrame(cf)
  2972. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  2973. local trace = m00 + m11 + m22
  2974. if trace > 0 then
  2975. local s = math.sqrt(1 + trace)
  2976. local recip = 0.5 / s
  2977. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  2978. else
  2979. local i = 0
  2980. if m11 > m00 then
  2981. i = 1
  2982. end
  2983. if m22 > (i == 0 and m00 or m11) then
  2984. i = 2
  2985. end
  2986. if i == 0 then
  2987. local s = math.sqrt(m00 - m11 - m22 + 1)
  2988. local recip = 0.5 / s
  2989. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  2990. elseif i == 1 then
  2991. local s = math.sqrt(m11 - m22 - m00 + 1)
  2992. local recip = 0.5 / s
  2993. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  2994. elseif i == 2 then
  2995. local s = math.sqrt(m22 - m00 - m11 + 1)
  2996. local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  2997. end
  2998. end
  2999. end
  3000.  
  3001. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  3002. local xs, ys, zs = x + x, y + y, z + z
  3003. local wx, wy, wz = w * xs, w * ys, w * zs
  3004. local xx = x * xs
  3005. local xy = x * ys
  3006. local xz = x * zs
  3007. local yy = y * ys
  3008. local yz = y * zs
  3009. local zz = z * zs
  3010. return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
  3011. end
  3012.  
  3013. function QuaternionSlerp(a, b, t)
  3014. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  3015. local startInterp, finishInterp;
  3016. if cosTheta >= 0.0001 then
  3017. if (1 - cosTheta) > 0.0001 then
  3018. local theta = ACOS(cosTheta)
  3019. local invSinTheta = 1 / SIN(theta)
  3020. startInterp = SIN((1 - t) * theta) * invSinTheta
  3021. finishInterp = SIN(t * theta) * invSinTheta
  3022. else
  3023. startInterp = 1 - t
  3024. finishInterp = t
  3025. end
  3026. else
  3027. if (1 + cosTheta) > 0.0001 then
  3028. local theta = ACOS(-cosTheta)
  3029. local invSinTheta = 1 / SIN(theta)
  3030. startInterp = SIN((t - 1) * theta) * invSinTheta
  3031. finishInterp = SIN(t * theta) * invSinTheta
  3032. else
  3033. startInterp = t - 1
  3034. finishInterp = t
  3035. end
  3036. end
  3037. return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
  3038. end
  3039.  
  3040. function Clerp(a, b, t)
  3041. local qa = {QuaternionFromCFrame(a)}
  3042. local qb = {QuaternionFromCFrame(b)}
  3043. local ax, ay, az = a.x, a.y, a.z
  3044. local bx, by, bz = b.x, b.y, b.z
  3045. local _t = 1 - t
  3046. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  3047. end
  3048.  
  3049. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  3050. local frame = IT("Frame")
  3051. frame.BackgroundTransparency = TRANSPARENCY
  3052. frame.BorderSizePixel = BORDERSIZEPIXEL
  3053. frame.Position = POSITION
  3054. frame.Size = SIZE
  3055. frame.BackgroundColor3 = COLOR
  3056. frame.BorderColor3 = BORDERCOLOR
  3057. frame.Name = NAME
  3058. frame.Parent = PARENT
  3059. return frame
  3060. end
  3061.  
  3062. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  3063. local label = IT("TextLabel")
  3064. label.BackgroundTransparency = 1
  3065. label.Size = UD2(1, 0, 1, 0)
  3066. label.Position = UD2(0, 0, 0, 0)
  3067. label.TextColor3 = TEXTCOLOR
  3068. label.TextStrokeTransparency = STROKETRANSPARENCY
  3069. label.TextTransparency = TRANSPARENCY
  3070. label.FontSize = TEXTFONTSIZE
  3071. label.Font = TEXTFONT
  3072. label.BorderSizePixel = BORDERSIZEPIXEL
  3073. label.TextScaled = false
  3074. label.Text = TEXT
  3075. label.Name = NAME
  3076. label.Parent = PARENT
  3077. return label
  3078. end
  3079.  
  3080. function NoOutlines(PART)
  3081. PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  3082. end
  3083.  
  3084.  
  3085. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  3086. local NEWWELD = IT(TYPE)
  3087. NEWWELD.Part0 = PART0
  3088. NEWWELD.Part1 = PART1
  3089. NEWWELD.C0 = C0
  3090. NEWWELD.C1 = C1
  3091. NEWWELD.Parent = PARENT
  3092. return NEWWELD
  3093. end
  3094.  
  3095. function CreateSound(ID, PARENT, VOLUME, PITCH)
  3096. local NEWSOUND = nil
  3097. coroutine.resume(coroutine.create(function()
  3098. NEWSOUND = IT("Sound", PARENT)
  3099. NEWSOUND.Volume = VOLUME
  3100. NEWSOUND.Pitch = PITCH
  3101. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  3102. Swait()
  3103. NEWSOUND:play()
  3104. game:GetService("Debris"):AddItem(NEWSOUND, 10)
  3105. end))
  3106. return NEWSOUND
  3107. end
  3108.  
  3109. function CFrameFromTopBack(at, top, back)
  3110. local right = top:Cross(back)
  3111. return CF(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  3112. end
  3113.  
  3114. function CreateWave(SIZE,WAIT,CFRAME,DOESROT,ROT,COLOR,GROW)
  3115. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(COLOR), "Effect", VT(0,0,0))
  3116. local mesh = IT("SpecialMesh",wave)
  3117. mesh.MeshType = "FileMesh"
  3118. mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3119. mesh.Scale = SIZE
  3120. mesh.Offset = VT(0,0,-SIZE.X/8)
  3121. wave.CFrame = CFRAME
  3122. coroutine.resume(coroutine.create(function(PART)
  3123. for i = 1, WAIT do
  3124. Swait()
  3125. mesh.Scale = mesh.Scale + GROW
  3126. mesh.Offset = VT(0,0,-(mesh.Scale.X/8))
  3127. if DOESROT == true then
  3128. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0,ROT,0)
  3129. end
  3130. wave.Transparency = wave.Transparency + (0.5/WAIT)
  3131. if wave.Transparency > 0.99 then
  3132. wave:remove()
  3133. end
  3134. end
  3135. end))
  3136. end
  3137.  
  3138. function CreateWave2(SIZE,WAIT,CFRAME,DOESROT,ROT,COLOR,GROW)
  3139. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(COLOR), "Effect", VT(0,0,0))
  3140. local mesh = IT("SpecialMesh",wave)
  3141. mesh.MeshType = "FileMesh"
  3142. mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3143. mesh.Scale = SIZE
  3144. --mesh.Offset = VT(0,0,-SIZE.X/8)
  3145. wave.CFrame = CFRAME
  3146. coroutine.resume(coroutine.create(function(PART)
  3147. for i = 1, WAIT do
  3148. Swait()
  3149. mesh.Scale = mesh.Scale + GROW
  3150. --mesh.Offset = VT(0,0,-(mesh.Scale.X/8))
  3151. if DOESROT == true then
  3152. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0,ROT,0)
  3153. end
  3154. wave.Transparency = wave.Transparency + (0.5/WAIT)
  3155. if wave.Transparency > 0.99 then
  3156. wave:remove()
  3157. end
  3158. end
  3159. end))
  3160. end
  3161.  
  3162. function CreateSwirl(SIZE,WAIT,CFRAME,DOESROT,ROT,COLOR,GROW)
  3163. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(COLOR), "Effect", VT(0,0,0))
  3164. local mesh = IT("SpecialMesh",wave)
  3165. mesh.MeshType = "FileMesh"
  3166. mesh.MeshId = "http://www.roblox.com/asset/?id=1051557"
  3167. mesh.Scale = SIZE
  3168. wave.CFrame = CFRAME
  3169. coroutine.resume(coroutine.create(function(PART)
  3170. for i = 1, WAIT do
  3171. Swait()
  3172. mesh.Scale = mesh.Scale + GROW
  3173. mesh.Offset = VT(0,0,-(mesh.Scale.X/8))
  3174. if DOESROT == true then
  3175. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0,ROT,0)
  3176. end
  3177. wave.Transparency = wave.Transparency + (0.5/WAIT)
  3178. if wave.Transparency > 0.99 then
  3179. wave:remove()
  3180. end
  3181. end
  3182. end))
  3183. end
  3184.  
  3185.  
  3186. function Slice(SIZE,WAIT,CFRAME,COLOR,GROW)
  3187. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(COLOR), "Effect", VT(1,1,1), true)
  3188. local mesh = CreateMesh("SpecialMesh", wave, "FileMesh", "448386996", "", VT(0,SIZE/10,SIZE/10), VT(0,0,0))
  3189. wave.CFrame = CFRAME
  3190. coroutine.resume(coroutine.create(function(PART)
  3191. for i = 1, WAIT do
  3192. Swait()
  3193. mesh.Scale = mesh.Scale * GROW
  3194. wave.Transparency = wave.Transparency + (0.5/WAIT)
  3195. if wave.Transparency > 0.99 then
  3196. wave:remove()
  3197. end
  3198. end
  3199. end))
  3200. end
  3201.  
  3202. function MagicSphere(SIZE,WAIT,CFRAME,COLOR,GROW)
  3203. local wave = CreatePart(3, Effects, "Neon", 0, 0, BRICKC(COLOR), "Effect", VT(1,1,1), true)
  3204. local mesh = IT("SpecialMesh",wave)
  3205. mesh.MeshType = "Sphere"
  3206. mesh.Scale = SIZE
  3207. mesh.Offset = VT(0,0,0)
  3208. wave.CFrame = CFRAME
  3209. coroutine.resume(coroutine.create(function(PART)
  3210. for i = 1, WAIT do
  3211. Swait()
  3212. mesh.Scale = mesh.Scale + GROW
  3213. wave.Transparency = wave.Transparency + (1/WAIT)
  3214. if wave.Transparency > 0.99 then
  3215. wave:remove()
  3216. end
  3217. end
  3218. end))
  3219. end
  3220.  
  3221. function MakeForm(PART,TYPE)
  3222. if TYPE == "Cyl" then
  3223. local MSH = IT("CylinderMesh",PART)
  3224. elseif TYPE == "Ball" then
  3225. local MSH = IT("SpecialMesh",PART)
  3226. MSH.MeshType = "Sphere"
  3227. elseif TYPE == "Wedge" then
  3228. local MSH = IT("SpecialMesh",PART)
  3229. MSH.MeshType = "Wedge"
  3230. end
  3231. end
  3232.  
  3233. function CreateDebreeRing(FLOOR,POSITION,SIZE,BLOCKSIZE,SWAIT)
  3234. if FLOOR ~= nil then
  3235. coroutine.resume(coroutine.create(function()
  3236. local PART = CreatePart(3, Effects, "Plastic", 0, 1, "Pearl", "DebreeCenter", VT(0,0,0))
  3237. PART.CFrame = CF(POSITION)
  3238. for i = 1, 45 do
  3239. local RingPiece = CreatePart(3, Effects, "Plastic", 0, 0, "Pearl", "DebreePart", BLOCKSIZE)
  3240. RingPiece.Material = FLOOR.Material
  3241. RingPiece.Color = FLOOR.Color
  3242. RingPiece.CFrame = PART.CFrame * ANGLES(RAD(0), RAD(i*8), RAD(0)) * CF(SIZE*4, 0, 0) * ANGLES(RAD(MRANDOM(-360,360)),RAD(MRANDOM(-360,360)),RAD(MRANDOM(-360,360)))
  3243. Debris:AddItem(RingPiece,SWAIT/100)
  3244. end
  3245. PART:remove()
  3246. end))
  3247. end
  3248. end
  3249.  
  3250. function CheckTableForString(Table, String)
  3251. for i, v in pairs(Table) do
  3252. if string.find(string.lower(String), string.lower(v)) then
  3253. return true
  3254. end
  3255. end
  3256. return false
  3257. end
  3258.  
  3259. function CheckIntangible(Hit)
  3260. local ProjectileNames = {"Water", "Arrow", "Projectile", "Effect", "Rail", "Lightning", "Bullet"}
  3261. if Hit and Hit.Parent then
  3262. if ((not Hit.CanCollide or CheckTableForString(ProjectileNames, Hit.Name)) and not Hit.Parent:FindFirstChild("Humanoid")) then
  3263. return true
  3264. end
  3265. end
  3266. return false
  3267. end
  3268.  
  3269. Debris = game:GetService("Debris")
  3270.  
  3271. function CastZapRay(StartPos, Vec, Length, Ignore, DelayIfHit)
  3272. local Direction = CFrame.new(StartPos, Vec).lookVector
  3273. local Ignore = ((type(Ignore) == "table" and Ignore) or {Ignore})
  3274. local RayHit, RayPos, RayNormal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(StartPos, Direction * Length), Ignore)
  3275. if RayHit and CheckIntangible(RayHit) then
  3276. if DelayIfHit then
  3277. wait()
  3278. end
  3279. RayHit, RayPos, RayNormal = CastZapRay((RayPos + (Vec * 0.01)), Vec, (Length - ((StartPos - RayPos).magnitude)), Ignore, DelayIfHit)
  3280. end
  3281. return RayHit, RayPos, RayNormal
  3282. end
  3283.  
  3284. function turnto(position)
  3285. RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(position.X,RootPart.Position.Y,position.Z)) * CFrame.new(0, 0, 0)
  3286. end
  3287.  
  3288. --//=================================\\
  3289. --|| WEAPON CREATION
  3290. --\\=================================//
  3291.  
  3292. local FIST = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Neon Gauntlet Part", VT(1.01*Player_Size,1.4*Player_Size,1.01*Player_Size),false)
  3293. local weld = CreateWeldOrSnapOrMotor("Weld", FIST, RightArm, FIST, CF(0 * Player_Size, -0.25 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  3294. local part = CreatePart(3, Weapon, "Granite", 0, 0, "Really black", "Gauntlet Part", VT(1.2*Player_Size,0.3*Player_Size,1.2*Player_Size),false)
  3295. local weld = CreateWeldOrSnapOrMotor("Weld", part, FIST, part, CF(0 * Player_Size, 0.6 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  3296.  
  3297. local part = CreatePart(3, Weapon, "Granite", 0, 0, "Black", "Gauntlet Part", VT(1.05*Player_Size,0.05*Player_Size,1.05*Player_Size),false)
  3298. local weld = CreateWeldOrSnapOrMotor("Weld", part, FIST, part, CF(0 * Player_Size, 0.1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  3299. local part = CreatePart(3, Weapon, "Granite", 0, 0, "Black", "Gauntlet Part", VT(1.05*Player_Size,0.05*Player_Size,1.05*Player_Size),false)
  3300. local weld = CreateWeldOrSnapOrMotor("Weld", part, FIST, part, CF(0 * Player_Size, 0.2 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  3301. local part = CreatePart(3, Weapon, "Granite", 0, 0, "Black", "Gauntlet Part", VT(1.05*Player_Size,0.05*Player_Size,1.05*Player_Size),false)
  3302. local weld = CreateWeldOrSnapOrMotor("Weld", part, FIST, part, CF(0 * Player_Size, 0.3 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  3303. local part = CreatePart(3, Weapon, "Granite", 0, 0, "Black", "Gauntlet Part", VT(1.05*Player_Size,0.05*Player_Size,1.05*Player_Size),false)
  3304. local weld = CreateWeldOrSnapOrMotor("Weld", part, FIST, part, CF(0 * Player_Size, 0.4 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  3305.  
  3306. local part = CreatePart(3, Weapon, "Granite", 0, 0, "Really black", "Gauntlet Part", VT(1.1*Player_Size,0.8*Player_Size,1.1*Player_Size),false)
  3307. local weld = CreateWeldOrSnapOrMotor("Weld", part, FIST, part, CF(0 * Player_Size, -0.35 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  3308. local part = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Neon Gauntlet Part", VT(1.1*Player_Size,0.8*Player_Size,1*Player_Size),false)
  3309. local weld = CreateWeldOrSnapOrMotor("Weld", part, FIST, part, CF(0.05 * Player_Size, -0.375 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  3310. local part = CreatePart(3, Weapon, "Granite", 0, 0, "Really black", "Gauntlet Part", VT(1.1*Player_Size,0.8*Player_Size,0.3*Player_Size),false)
  3311. local weld = CreateWeldOrSnapOrMotor("Weld", part, FIST, part, CF(0.1 * Player_Size, -0.4 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  3312. local part = CreatePart(3, Weapon, "Granite", 0, 0, "Black", "Gauntlet Part", VT(1.1*Player_Size,0.8*Player_Size,0.3*Player_Size),false)
  3313. local weld = CreateWeldOrSnapOrMotor("Weld", part, FIST, part, CF(0.1 * Player_Size, -0.4 * Player_Size, 0.33 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  3314. local part = CreatePart(3, Weapon, "Granite", 0, 0, "Black", "Gauntlet Part", VT(1.1*Player_Size,0.8*Player_Size,0.3*Player_Size),false)
  3315. local weld = CreateWeldOrSnapOrMotor("Weld", part, FIST, part, CF(0.1 * Player_Size, -0.4 * Player_Size, -0.33 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  3316.  
  3317. for _, c in pairs(Weapon:GetChildren()) do
  3318. if c.ClassName == "Part" then
  3319. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  3320. end
  3321. end
  3322.  
  3323. Weapon.Parent = Character
  3324.  
  3325. Humanoid.Died:connect(function()
  3326. ATTACK = true
  3327. end)
  3328.  
  3329. local SKILL1FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.13, 0, 0.80, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 1 Frame")
  3330. local SKILL2FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.60, 0, 0.80, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 2 Frame")
  3331. local SKILL3FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.365, 0, 0.9, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 3 Frame")
  3332. local SKILL4FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.365, 0, 0.7, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 4 Frame")
  3333.  
  3334. local SKILL1TEXT = CreateLabel(SKILL1FRAME, "[Z] Darkness Punch", SKILLTEXTCOLOR, 7, "SciFi", 0, 2, 1, "Text 1")
  3335. local SKILL2TEXT = CreateLabel(SKILL2FRAME, "[B] Explosive Punch", SKILLTEXTCOLOR, 7, "SciFi", 0, 2, 1, "Text 2")
  3336. local SKILL3TEXT = CreateLabel(SKILL3FRAME, "[C] Teleport", SKILLTEXTCOLOR, 7, "SciFi", 0, 2, 1, "Text 3")
  3337. local SKILL4TEXT = CreateLabel(SKILL4FRAME, "[X] Smash Down", SKILLTEXTCOLOR, 6, "SciFi", 0, 2, 1, "Text4")
  3338.  
  3339. --//=================================\\
  3340. --|| DAMAGE FUNCTIONS
  3341. --\\=================================//
  3342.  
  3343. function StatLabel(LABELTYPE, CFRAME, TEXT, COLOR)
  3344. local STATPART = CreatePart(3, Effects, "SmoothPlastic", 0, 1, "Really black", "Effect", VT())
  3345. STATPART.CFrame = CF(CFRAME.p + VT(0, 1.5, 0))
  3346. local BODYGYRO = IT("BodyGyro", STATPART)
  3347. local BODYPOSITION = IT("BodyPosition", STATPART)
  3348. BODYPOSITION.P = 2000
  3349. BODYPOSITION.D = 100
  3350. BODYPOSITION.maxForce = VT(math.huge, math.huge, math.huge)
  3351. BODYPOSITION.position = STATPART.Position + VT(MRANDOM(-2, 2), 6, MRANDOM(-2, 2))
  3352. game:GetService("Debris"):AddItem(STATPART ,5)
  3353. local BILLBOARDGUI = Instance.new("BillboardGui", STATPART)
  3354. BILLBOARDGUI.Adornee = STATPART
  3355. BILLBOARDGUI.Size = UD2(2.5, 0, 2.5 ,0)
  3356. BILLBOARDGUI.StudsOffset = VT(-2, 2, 0)
  3357. BILLBOARDGUI.AlwaysOnTop = false
  3358. local TEXTLABEL = Instance.new("TextLabel", BILLBOARDGUI)
  3359. TEXTLABEL.BackgroundTransparency = 1
  3360. TEXTLABEL.Size = UD2(2.5, 0, 2.5, 0)
  3361. TEXTLABEL.Text = TEXT
  3362. TEXTLABEL.Font = "SciFi"
  3363. TEXTLABEL.FontSize="Size42"
  3364. TEXTLABEL.TextColor3 = COLOR
  3365. TEXTLABEL.TextStrokeTransparency = 1
  3366. TEXTLABEL.TextScaled = true
  3367. TEXTLABEL.TextWrapped = true
  3368. coroutine.resume(coroutine.create(function(THEPART, THEBODYPOSITION, THETEXTLABEL)
  3369. if LABELTYPE == "Normal" then
  3370. for i = 1, 30 do
  3371. Swait()
  3372. STATPART.Position = STATPART.Position + VT(0, (15-i)/10 ,0)
  3373. TEXTLABEL.TextTransparency = TEXTLABEL.TextTransparency + (1/30)
  3374. end
  3375. elseif LABELTYPE == "Debuff" then
  3376. for i = 1, 30 do
  3377. Swait()
  3378. STATPART.Position = STATPART.Position - VT(0, i/10 ,0)
  3379. TEXTLABEL.TextTransparency = TEXTLABEL.TextTransparency + (1/30)
  3380. end
  3381. elseif LABELTYPE == "Shock" then
  3382. local ORIGIN = STATPART.Position
  3383. for i = 1, 30 do
  3384. Swait()
  3385. STATPART.Position = ORIGIN + VT(MRANDOM(-2,2),MRANDOM(-2,2),MRANDOM(-2,2))
  3386. TEXTLABEL.TextTransparency = TEXTLABEL.TextTransparency + (1/30)
  3387. end
  3388. end
  3389. THEPART.Parent = nil
  3390. end),STATPART, BODYPOSITION, TEXTLABEL)
  3391. end
  3392.  
  3393. --//=================================\\
  3394. --|| DAMAGING
  3395. --\\=================================//
  3396.  
  3397. function killnearest(position,range,maxstrength,direction)
  3398. for i,v in ipairs(workspace:GetChildren()) do
  3399. local body = v:GetChildren()
  3400. for part = 1, #body do
  3401. if((body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  3402. if(body[part].Position - position).Magnitude < range then
  3403. if v.ClassName == "Model" then
  3404. --v:BreakJoints()
  3405. end
  3406. local POS = position
  3407. coroutine.resume(coroutine.create(function()
  3408. body[part].Anchored = true
  3409. body[part].Parent = Effects
  3410. body[part].CanCollide = true
  3411. local SIZE = body[part].Size
  3412. body[part].Material = "Neon"
  3413. CreateSound("952306739", body[part], 2, MRANDOM(7, 12) / 10)
  3414. for i = 1, 75 do
  3415. Swait()
  3416. body[part].Color = C3(MRANDOM(0,100)/100,MRANDOM(0,100)/100,MRANDOM(0,100)/100)
  3417. body[part].Size = VT(SIZE.X+MRANDOM(-2,2),SIZE.Y+MRANDOM(-2,2),SIZE.Z+MRANDOM(-2,2))
  3418. end
  3419. coroutine.resume(coroutine.create(function()
  3420. while true do
  3421. Swait()
  3422. body[part].Color = C3(MRANDOM(0,100)/100,MRANDOM(0,100)/100,MRANDOM(0,100)/100)
  3423. body[part].Size = VT(SIZE.X+MRANDOM(-2,2),SIZE.Y+MRANDOM(-2,2),SIZE.Z+MRANDOM(-2,2))
  3424. end
  3425. end))
  3426. body[part].Anchored = false
  3427. body[part].Velocity = direction.lookVector*maxstrength
  3428. end))
  3429. end
  3430. end
  3431. end
  3432. if v.ClassName == "Part" then
  3433. if v.Anchored == false and (v.Position - position).Magnitude < range then
  3434. local POS = position
  3435. coroutine.resume(coroutine.create(function()
  3436. v.Anchored = true
  3437. v.Parent = Effects
  3438. local SIZE = v.Size
  3439. v.Material = "Neon"
  3440. CreateSound("952306739", v, 2, MRANDOM(7, 12) / 10)
  3441. for i = 1, 75 do
  3442. Swait()
  3443. v.Color = C3(MRANDOM(0,100)/100,MRANDOM(0,100)/100,MRANDOM(0,100)/100)
  3444. v.Size = VT(SIZE.X+MRANDOM(-2,2),SIZE.Y+MRANDOM(-2,2),SIZE.Z+MRANDOM(-2,2))
  3445. end
  3446. coroutine.resume(coroutine.create(function()
  3447. while true do
  3448. Swait()
  3449. v.Color = C3(MRANDOM(0,100)/100,MRANDOM(0,100)/100,MRANDOM(0,100)/100)
  3450. v.Size = VT(SIZE.X+MRANDOM(-2,2),SIZE.Y+MRANDOM(-2,2),SIZE.Z+MRANDOM(-2,2))
  3451. end
  3452. end))
  3453. v.Anchored = false
  3454. v.Velocity = direction.lookVector*maxstrength
  3455. end))
  3456. end
  3457. end
  3458. end
  3459. end
  3460.  
  3461. --//=================================\\
  3462. --|| ATTACK FUNCTIONS AND STUFF
  3463. --\\=================================//
  3464.  
  3465. function AttackTemplate()
  3466. ATTACK = true
  3467. Rooted = false
  3468. for i=0, 0, 0.1 / Animation_Speed do
  3469. Swait()
  3470. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3471. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3472. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  3473. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  3474. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3475. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3476. end
  3477. ATTACK = false
  3478. Rooted = false
  3479. end
  3480.  
  3481. function GoldenPunch()
  3482. ATTACK = true
  3483. Rooted = false
  3484. local SPEED = Speed
  3485. Speed = 8
  3486. CreateSound("169445572", RightArm, 10, 1.1)
  3487. for i=0, 0, 0.1 / Animation_Speed do
  3488. Swait()
  3489. turnto(Mouse.Hit.p)
  3490. MagicSphere(VT(1,1,1),15,RightArm.CFrame * CF(MRANDOM(-3,3),MRANDOM(-3,3),MRANDOM(-3,3)),"Black",VT(-1/15,-1/15,-1/15))
  3491. MagicSphere(VT(2,2,2),15,RightArm.CFrame * CF(MRANDOM(-3,3),MRANDOM(-3,3),MRANDOM(-3,3)),"Really black",VT(-2/15,-2/15,-2/15))
  3492. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, -0.2 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(-85)), 0.15 / Animation_Speed)
  3493. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(85)), 0.2 / Animation_Speed)
  3494. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90+(MRANDOM(-45,45)/10)), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 3 / Animation_Speed)
  3495. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(-85)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  3496. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -1 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3497. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -1 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3498. end
  3499. for i=0, 0, 0.1 / Animation_Speed do
  3500. Swait()
  3501. turnto(Mouse.Hit.p)
  3502. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, -0.2 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(65)), 1 / Animation_Speed)
  3503. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(25), RAD(0), RAD(35)), 1 / Animation_Speed)
  3504. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(65)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3505. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-20), RAD(0), RAD(-25)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3506. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -1 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  3507. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -1 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  3508. end
  3509. local PART = CreatePart(3, Effects, "Neon", 0, 0.8, "Black", "Punch", VT(50,50,50),false)
  3510. PART.CFrame = RootPart.CFrame * CF(0,0,-25)
  3511. PART.Shape = "Ball"
  3512. local bv = Instance.new("BodyVelocity")
  3513. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  3514. bv.velocity = RootPart.CFrame.lookVector*600
  3515. bv.Parent = PART
  3516. bv.Name = "PROJECTILEVELOCITY"
  3517. CreateWave(VT(1,5,1),55,RootPart.CFrame * CF(0,0,-6)*ANGLES(RAD(-90),RAD(0),RAD(0)),true,-1,"Royal purple",VT(2.5,0.2,2.5))
  3518. CreateWave(VT(1,5,1),55,RootPart.CFrame * CF(0,0,-6)*ANGLES(RAD(-90),RAD(0),RAD(0)),true,1,"Royal purple",VT(3,0.2,3))
  3519. CreateSwirl(VT(3,5,3),75,RootPart.CFrame * CF(0,0,-15)*ANGLES(RAD(-90),RAD(0),RAD(0)),true,-1,"Royal purple",VT(2,0.6,2))
  3520. CreateSwirl(VT(3,5,3),75,RootPart.CFrame * CF(0,0,-15)*ANGLES(RAD(-90),RAD(0),RAD(0)),true,1,"Black",VT(2.2,0.6,2.2))
  3521. CreateSound("414517163", Effects, 10, MRANDOM(7, 12) / 10)
  3522. coroutine.resume(coroutine.create(function()
  3523. for i = 1, 10 do
  3524. Swait()
  3525. PART.Transparency = PART.Transparency + 0.2/10
  3526. PART.Size = PART.Size + VT(5,5,5)
  3527. killnearest(PART.Position,PART.Size.Y/2+15,100,RootPart.CFrame)
  3528. end
  3529. PART:Destroy()
  3530. end))
  3531. for i=0, 0, 0.1 / Animation_Speed do
  3532. Swait()
  3533. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, -0.2 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(15), RAD(0), RAD(95)), 2 / Animation_Speed)
  3534. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(25), RAD(0), RAD(35)), 3 / Animation_Speed)
  3535. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 3 / Animation_Speed)
  3536. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-70), RAD(0), RAD(-25)) * LEFTSHOULDERC0, 3 / Animation_Speed)
  3537. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.8 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-15), RAD(0), RAD(0)), 3 / Animation_Speed)
  3538. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -1 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(0)), 3 / Animation_Speed)
  3539. end
  3540. Speed = SPEED
  3541. ATTACK = false
  3542. Rooted = false
  3543. end
  3544.  
  3545. function GoldenGrasp()
  3546. ATTACK = true
  3547. Rooted = false
  3548. local HASGRABBED = false
  3549. local WELD = nil
  3550. local TORS = nil
  3551. local hitting = FIST.Touched:connect(function(hit)
  3552. if hit.Parent:FindFirstChild("Humanoid") then
  3553. if hit.Parent.Humanoid.Health ~= 0 then
  3554. UNANCHOR = false
  3555. TORS = hit.Parent:FindFirstChild("Torso") or hit.Parent:FindFirstChild("UpperTorso")
  3556. TORS.Anchored = true
  3557. TORS.CFrame = RightArm.CFrame * CF(0,-1.15,0) * ANGLES(RAD(90), RAD(0), RAD(0))
  3558. WELD = weldBetween(RightArm,TORS)
  3559. HASGRABBED = true
  3560. Rooted = true
  3561. end
  3562. end
  3563. end)
  3564. for i=0, 1, 0.1 / Animation_Speed do
  3565. Swait()
  3566. if HASGRABBED == true then
  3567. break
  3568. end
  3569. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(25)), 2 / Animation_Speed)
  3570. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-25)), 2 / Animation_Speed)
  3571. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1, 0.5, -1) * ANGLES(RAD(90), RAD(0), RAD(-25)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3572. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3573. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3574. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  3575. end
  3576. hitting:disconnect()
  3577. if HASGRABBED == true then
  3578. TORS.Anchored = false
  3579. RootPart.Anchored = true
  3580. for i=0, 1, 0.5 / Animation_Speed do
  3581. Swait()
  3582. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, -1.2) * ANGLES(RAD(65), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3583. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3584. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  3585. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  3586. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.3, -1) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-20)), 0.2 / Animation_Speed)
  3587. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.3, -1) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3588. end
  3589. CreateWave(VT(3,1,3),65,CF(RootPart.Position)*CF(0,-3,0),false,2,"Royal purple",VT(0.5,0.3,0.5))
  3590. CreateWave(VT(3,1,3),65,CF(RootPart.Position)*CF(0,-3,0),true,2,"Royal purple",VT(0.6,0.3,0.6))
  3591. local SOUNDPART = CreatePart(3, Effects, "Neon", 0, 1, "Black", "Sound", VT(0,0,0))
  3592. SOUNDPART.CFrame = RootPart.CFrame
  3593. Debris:AddItem(SOUNDPART,5)
  3594. CreateSound("1295446488", SOUNDPART, 2, 1)
  3595. for i = 1, 7 do
  3596. Slice(0.1,65,CF(RootPart.Position) * ANGLES(RAD(0), RAD(MRANDOM(-180,180)), RAD(90)),"Royal purple", 1 + MRANDOM(1,30)/15)
  3597. end
  3598. for i=0, 1, 0 / Animation_Speed do
  3599. Swait()
  3600. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 50000000) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  3601. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3602. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  3603. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  3604. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.3) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-20)), 0.2 / Animation_Speed)
  3605. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.3) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  3606. end
  3607. for i=0, 1, 0 / Animation_Speed do
  3608. Swait()
  3609. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(90), RAD(0), RAD(0)), 3 / Animation_Speed)
  3610. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 3 / Animation_Speed)
  3611. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 3 / Animation_Speed)
  3612. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 3 / Animation_Speed)
  3613. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3614. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3615. end
  3616. if HITFLOOR ~= nil then
  3617. CreateDebreeRing(HITFLOOR,CF(RootPart.Position)*CF(0,-3,0).p,15,VT(7,7,7),85)
  3618. end
  3619. CreateSound("414517163", Effects, 10, MRANDOM(7, 12) / 10)
  3620. WELD:remove()
  3621. for i = 1, 12 do
  3622. Swait()
  3623. killnearest(RootPart.Position,45,100,Torso.CFrame)
  3624. CreateWave(VT(3,1,3),65,CF(RootPart.Position)*CF(0,-3,0),true,5,"Black",VT(0.3,3,0.3))
  3625. CreateWave(VT(3,1,3),65,CF(RootPart.Position)*CF(0,-3,0),false,2,"Black",VT(1,0.4,1))
  3626. CreateWave(VT(3,1,3),65,CF(RootPart.Position)*CF(0,-3,0),true,5,"Black",VT(2.3,0.3,2.3))
  3627. Slice(0.1,65,CF(RootPart.Position) * ANGLES(RAD(MRANDOM(-180,180)), RAD(MRANDOM(-180,180)), RAD(MRANDOM(-180,180))),"Royal purple", 1 + MRANDOM(1,30)/5)
  3628. Slice(0.1,65,CF(RightArm.CFrame*CF(0,-1,0).p) * ANGLES(RAD(MRANDOM(-20,20)), RAD(MRANDOM(-180,180)), RAD(MRANDOM(-20,20))),"Black", 1 + MRANDOM(1,30)/15)
  3629. end
  3630. end
  3631. UNANCHOR = true
  3632. ATTACK = false
  3633. Rooted = false
  3634. end
  3635.  
  3636. function Mach20()
  3637. local ORIGIN = RootPart.Position
  3638. CreateWave2(VT(3,1,3),65,CF(RootPart.Position)*CF(0,-3,0),false,2,"Black",VT(0.2,3,0.4))
  3639. CreateWave2(VT(3,1,3),65,CF(RootPart.Position)*CF(0,-3,0),false,2,"Black",VT(0.2,3.1,0.6))
  3640. local SOUNDPART = CreatePart(3, Effects, "Neon", 0, 1, "Royal purple", "Sound", VT(0,0,0))
  3641. SOUNDPART.CFrame = RootPart.CFrame
  3642. Debris:AddItem(SOUNDPART,5)
  3643. CreateSound("1295446488", SOUNDPART, 2, 1)
  3644. RootPart.CFrame = CF(Mouse.Hit.p+VT(0,3,0),VT(ORIGIN.X,Mouse.Hit.p.Y,ORIGIN.Z))
  3645. Swait()
  3646. CreateWave2(VT(3,1,3),65,CF(RootPart.Position)*CF(0,-3,0),false,2,"Black",VT(0.2,3,0.4))
  3647. CreateWave2(VT(3,1,3),65,CF(RootPart.Position)*CF(0,-3,0),false,2,"Black",VT(0.2,3.1,0.6))
  3648. local SOUNDPART = CreatePart(3, Effects, "Neon", 0, 1, "Royal purple", "Sound", VT(0,0,0))
  3649. SOUNDPART.CFrame = RootPart.CFrame
  3650. Debris:AddItem(SOUNDPART,5)
  3651. CreateSound("1295446488", SOUNDPART, 2, 1)
  3652. if MRANDOM(1,8) == 1 then
  3653. ATTACK = true
  3654. Rooted = true
  3655. local FRUITSTABLE = {
  3656. {MeshId = "16190555", TextureId = "16190577", Color = "Royal purple"},
  3657. {MeshId = "119574562", TextureId = "64374853", Color = "Black"},
  3658. {MeshId = "24394186", TextureId = "24394178", Color = "Really black"}
  3659. }
  3660. local FRUIT = FRUITSTABLE[MRANDOM(1, #FRUITSTABLE)]
  3661. local FRUITMODEL = CreatePart(3, Effects, "Neon", 0, 0, FRUIT.Color, "Fruit", VT(0,0,0),false)
  3662. CreateMesh("SpecialMesh", FRUITMODEL, "FileMesh", FRUIT.MeshId, FRUIT.TextureId, VT(2,2,2), VT(0,0,0))
  3663. FRUITMODEL.CFrame = RightArm.CFrame * CF(0,-1.5,0)
  3664. weldBetween(RightArm,FRUITMODEL)
  3665. for i=0, 0, 0.1 / Animation_Speed do
  3666. Swait()
  3667. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3668. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3669. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(190), RAD(-145)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  3670. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  3671. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3672. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3673. end
  3674. CreateSound("414517163", RightArm, 10, MRANDOM(7, 12) / 10)
  3675. FRUITMODEL:remove()
  3676. for i = 1, 15 do
  3677. Slice(0.1,15,RightArm.CFrame*CF(0,-1,0) * ANGLES(RAD(MRANDOM(-180,180)), RAD(MRANDOM(-180,180)), RAD(MRANDOM(-180,180))),FRUIT.Color, 1 + MRANDOM(1,10)/15)
  3678. end
  3679. for i=0, 0, 0.1 / Animation_Speed do
  3680. Swait()
  3681. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3682. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3683. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(190), RAD(-175)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  3684. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  3685. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3686. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3687. end
  3688. ATTACK = false
  3689. Rooted = false
  3690. end
  3691. end
  3692.  
  3693. function ImplosionCollision()
  3694. ATTACK = true
  3695. Rooted = true
  3696. CreateSound("169445572", RightArm, 10, 0.8)
  3697. for i=0, 0, 0.1 / Animation_Speed do
  3698. Swait()
  3699. turnto(Mouse.Hit.p)
  3700. CreateWave(VT(3,1,3),65,CF(RootPart.Position)*CF(0,-3,0),true,2,"Royal purple",VT(0.2,0,0.2))
  3701. Slice(0.1,65,RightArm.CFrame*CF(0,-1,0) * ANGLES(RAD(MRANDOM(-180,180)), RAD(MRANDOM(-180,180)), RAD(MRANDOM(-180,180))),"Black", 1.1)
  3702. MagicSphere(VT(0.2,0.2,0.2),15,CF(RightArm.CFrame*CF(MRANDOM(-5,5),MRANDOM(-5,5),MRANDOM(-5,5)).p,RightArm.Position),"Black",VT(0.001,0.001,1),0)
  3703. MagicSphere(VT(0.2,0.2,0.2),15,CF(RightArm.CFrame*CF(MRANDOM(-5,5),MRANDOM(-5,5),MRANDOM(-5,5)).p,RightArm.Position),"Black",VT(0.001,0.001,2),0)
  3704. MagicSphere(VT(1,1,1),15,RightArm.CFrame * CF(MRANDOM(-3,3),MRANDOM(-3,3),MRANDOM(-3,3)),"Black",VT(-1/15,-1/15,-1/15))
  3705. MagicSphere(VT(2,2,2),15,RightArm.CFrame * CF(MRANDOM(-3,3),MRANDOM(-3,3),MRANDOM(-3,3)),"Black",VT(-2/15,-2/15,-2/15))
  3706. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, -0.2 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(-85)), 0.15 / Animation_Speed)
  3707. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(85)), 0.2 / Animation_Speed)
  3708. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90+(MRANDOM(-45,45)/10)), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 3 / Animation_Speed)
  3709. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(-85)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  3710. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -1 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3711. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -1 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3712. end
  3713. for i=0, 0, 0.1 / Animation_Speed do
  3714. Swait()
  3715. turnto(Mouse.Hit.p)
  3716. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, -0.2 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(65)), 1 / Animation_Speed)
  3717. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(25), RAD(0), RAD(35)), 1 / Animation_Speed)
  3718. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(65)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3719. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-20), RAD(0), RAD(-25)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3720. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -1 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  3721. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -1 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  3722. end
  3723. MagicSphere(VT(4,4,4),100,RootPart.CFrame * CF(0,0,-6),"Black",VT(-0.04,-0.04,-0.04))
  3724. MagicSphere(VT(3.5,3.5,3.5),100,RootPart.CFrame * CF(0,0,-6),"Black",VT(-0.035,-0.035,-0.035))
  3725. coroutine.resume(coroutine.create(function()
  3726. Swait(100)
  3727. for i = 1, 5 do
  3728. MagicSphere(VT(150,150,150),75,RootPart.CFrame * CF(0,0,-72*i),"Black",VT(-150/(150-(15*i)),-150/(150-(15*i)),-150/(150-(15*i))))
  3729. CreateWave(VT(1,5,1),55,RootPart.CFrame * CF(0,0,-6*i)*ANGLES(RAD(-90),RAD(0),RAD(0)),true,-1,"Really black",VT(4.5*i,0.2,4.5*i))
  3730. CreateWave(VT(1,5,1),55,RootPart.CFrame * CF(0,0,-6*i)*ANGLES(RAD(-90),RAD(0),RAD(0)),true,1,"Really black",VT(5*i,0.2,5*i))
  3731. CreateSwirl(VT(3,5,3),75,RootPart.CFrame * CF(0,0,-15*i)*ANGLES(RAD(-90),RAD(0),RAD(0)),true,-1,"Royal purple",VT(4*i,0.6,4*i))
  3732. CreateSwirl(VT(3,5,3),75,RootPart.CFrame * CF(0,0,-15*i)*ANGLES(RAD(-90),RAD(0),RAD(0)),true,1,"Royal purple",VT(5.2*i,0.6,5.2*i))
  3733. end
  3734. killnearest(RootPart.CFrame * CF(0,0,-500).p,500,1000,RootPart.CFrame)
  3735. for i = 1, 5 do
  3736. CreateSound("414517163", Effects, 10, MRANDOM(5, 8) / 10)
  3737. CreateSound("414517163", Effects, 10, MRANDOM(5, 8) / 10)
  3738. end
  3739. coroutine.resume(coroutine.create(function()
  3740. for i = 1, 10 do
  3741. Swait()
  3742. for i = 1, 1 do
  3743. Slice(0.1,65,CF(RootPart.Position) * ANGLES(RAD(MRANDOM(-180,180)), RAD(MRANDOM(-180,180)), RAD(MRANDOM(-180,180))),"Royal purple", 1 + MRANDOM(1,30)/5)
  3744. end
  3745. for i = 1, 4 do
  3746. Slice(0.1,65,CF(RootPart.Position) * ANGLES(RAD(MRANDOM(-180,180)), RAD(MRANDOM(-180,180)), RAD(MRANDOM(-180,180))),"Black", 1 + MRANDOM(1,30)/3)
  3747. end
  3748. end
  3749. end))
  3750. end))
  3751. for i=0, 0, 0.01 / Animation_Speed do
  3752. Swait()
  3753. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, -0.2 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(15), RAD(0), RAD(95)), 2 / Animation_Speed)
  3754. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(25), RAD(0), RAD(35)), 3 / Animation_Speed)
  3755. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 3 / Animation_Speed)
  3756. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-70), RAD(0), RAD(-25)) * LEFTSHOULDERC0, 3 / Animation_Speed)
  3757. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.8 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-15), RAD(0), RAD(0)), 3 / Animation_Speed)
  3758. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -1 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(0)), 3 / Animation_Speed)
  3759. end
  3760. ATTACK = false
  3761. Rooted = false
  3762. end
  3763.  
  3764. --//=================================\\
  3765. --|| ASSIGN THINGS TO KEYS
  3766. --\\=================================//
  3767.  
  3768. function MouseDown(Mouse)
  3769. if ATTACK == false then
  3770. end
  3771. end
  3772.  
  3773. function MouseUp(Mouse)
  3774. HOLD = false
  3775. end
  3776.  
  3777. function KeyDown(Key)
  3778. KEYHOLD = true
  3779. if Key == "z" and ATTACK == false then
  3780. GoldenPunch()
  3781. end
  3782.  
  3783. if Key == "b" and ATTACK == false then
  3784. GoldenGrasp()
  3785. end
  3786.  
  3787. if Key == "c" and ATTACK == false then
  3788. Mach20()
  3789. end
  3790.  
  3791. if Key == "x" and ATTACK == false then
  3792. ImplosionCollision()
  3793. end
  3794.  
  3795. if Key == "p" and ATTACK == false then
  3796. if Speed == 16 then
  3797. Speed = 150
  3798. elseif Speed == 150 then
  3799. Speed = 16
  3800. end
  3801. end
  3802. end
  3803.  
  3804. function KeyUp(Key)
  3805. KEYHOLD = false
  3806. end
  3807.  
  3808. Mouse.Button1Down:connect(function(NEWKEY)
  3809. MouseDown(NEWKEY)
  3810. end)
  3811. Mouse.Button1Up:connect(function(NEWKEY)
  3812. MouseUp(NEWKEY)
  3813. end)
  3814. Mouse.KeyDown:connect(function(NEWKEY)
  3815. KeyDown(NEWKEY)
  3816. end)
  3817. Mouse.KeyUp:connect(function(NEWKEY)
  3818. KeyUp(NEWKEY)
  3819. end)
  3820.  
  3821. --//=================================\\
  3822. --\\=================================//
  3823.  
  3824.  
  3825. function unanchor()
  3826. if UNANCHOR == true then
  3827. g = Character:GetChildren()
  3828. for i = 1, #g do
  3829. if g[i].ClassName == "Part" then
  3830. g[i].Anchored = false
  3831. end
  3832. end
  3833. end
  3834. end
  3835.  
  3836.  
  3837. --//=================================\\
  3838. --|| WRAP THE WHOLE SCRIPT UP
  3839. --\\=================================//
  3840.  
  3841. Humanoid.Changed:connect(function(Jump)
  3842. if Jump == "Jump" and (Disable_Jump == true) then
  3843. Humanoid.Jump = false
  3844. end
  3845. end)
  3846.  
  3847. while true do
  3848. Swait()
  3849. ANIMATE.Parent = nil
  3850. local IDLEANIMATION = Humanoid:LoadAnimation(ROBLOXIDLEANIMATION)
  3851. IDLEANIMATION:Play()
  3852. SINE = SINE + CHANGE
  3853. local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
  3854. local TORSOVERTICALVELOCITY = RootPart.Velocity.y
  3855. local LV = Torso.CFrame:pointToObjectSpace(Torso.Velocity - Torso.Position)
  3856. HITFLOOR = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4 * Player_Size, Character)
  3857. local WALKSPEEDVALUE = 0
  3858. if Speed < 35 then
  3859. WALKSPEEDVALUE = 6
  3860. else
  3861. WALKSPEEDVALUE = 3
  3862. end
  3863. if ANIM == "Walk" and TORSOVELOCITY > 1 and Rooted == false then
  3864. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, -0.15 * COS(SINE / (WALKSPEEDVALUE / 2)) * Player_Size) * ANGLES(RAD(0), RAD(0) - RootPart.RotVelocity.Y / 75, RAD(0)), 2 * (1) / Animation_Speed)
  3865. Neck.C1 = Clerp(Neck.C1, CF(0 * Player_Size, -0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(2.5 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0) - Head.RotVelocity.Y / 30), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  3866. if Speed < 35 then
  3867. RightHip.C1 = Clerp(RightHip.C1, CF(0.5 * Player_Size, 0.875 * Player_Size - 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, -0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0) - RightLeg.RotVelocity.Y / 75, RAD(0), RAD(56 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (WALKSPEEDVALUE) / Animation_Speed)
  3868. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5 * Player_Size, 0.875 * Player_Size + 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, 0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0) + LeftLeg.RotVelocity.Y / 75, RAD(0), RAD(56 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (WALKSPEEDVALUE) / Animation_Speed)
  3869. else
  3870. RightHip.C1 = Clerp(RightHip.C1, CF(0.5 * Player_Size, 0.875 * Player_Size - 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, -0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0) - RightLeg.RotVelocity.Y / 75, RAD(0), RAD(80 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (WALKSPEEDVALUE) / Animation_Speed)
  3871. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5 * Player_Size, 0.875 * Player_Size + 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, 0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0) + LeftLeg.RotVelocity.Y / 75, RAD(0), RAD(80 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (WALKSPEEDVALUE) / Animation_Speed)
  3872. end
  3873. elseif (ANIM ~= "Walk") or (TORSOVELOCITY < 1) or Rooted == true then
  3874. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3875. Neck.C1 = Clerp(Neck.C1, CF(0 * Player_Size, -0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3876. RightHip.C1 = Clerp(RightHip.C1, CF(0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3877. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3878. end
  3879. if TORSOVERTICALVELOCITY > 1 and HITFLOOR == nil then
  3880. ANIM = "Jump"
  3881. if ATTACK == false then
  3882. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3883. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 * Player_Size, 0 + ((1) - 1)) * ANGLES(RAD(-20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3884. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  3885. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  3886. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.3) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-20)), 0.2 / Animation_Speed)
  3887. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.3) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  3888. end
  3889. elseif TORSOVERTICALVELOCITY < -1 and HITFLOOR == nil then
  3890. ANIM = "Fall"
  3891. if ATTACK == false then
  3892. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 ) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3893. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3894. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(60)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  3895. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-60)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  3896. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  3897. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(10)), 0.2 / Animation_Speed)
  3898. end
  3899. elseif TORSOVELOCITY < 1 and HITFLOOR ~= nil then
  3900. ANIM = "Idle"
  3901. if ATTACK == false then
  3902. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3903. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3904. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  3905. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  3906. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3907. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3908. end
  3909. elseif TORSOVELOCITY > 1 and HITFLOOR ~= nil and Rooted == false then
  3910. ANIM = "Walk"
  3911. WALK = WALK + 1 / Animation_Speed
  3912. if WALK >= 15 - (5 * (Humanoid.WalkSpeed / 16 / Player_Size)) then
  3913. WALK = 0
  3914. if WALKINGANIM == true then
  3915. WALKINGANIM = false
  3916. elseif WALKINGANIM == false then
  3917. WALKINGANIM = true
  3918. end
  3919. end
  3920. --RightHip.C1 = Clerp(RightHip.C1, CF(0.5 * Player_Size, 0.875 * Player_Size - 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, -0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0) - RightLeg.RotVelocity.Y / 75, RAD(0), RAD(60 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  3921. --LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5 * Player_Size, 0.875 * Player_Size + 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, 0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0) + LeftLeg.RotVelocity.Y / 75, RAD(0), RAD(60 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  3922. if ATTACK == false then
  3923. if Speed < 35 then
  3924. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.1) * ANGLES(RAD(5), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3925. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 8 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3926. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(30 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(5)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3927. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-30 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(-5)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3928. RightHip.C0 = Clerp(RightHip.C0, CF(1 , -1 - 0.15 * COS(SINE / WALKSPEEDVALUE*2), -0.2+ 0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-15)), 2 / Animation_Speed)
  3929. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.15 * COS(SINE / WALKSPEEDVALUE*2), -0.2+ -0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(15)), 2 / Animation_Speed)
  3930. else
  3931. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.1) * ANGLES(RAD(15), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3932. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 8 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3933. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(80 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(-30 * COS(SINE / WALKSPEEDVALUE))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3934. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-80 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(-30 * COS(SINE / WALKSPEEDVALUE))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3935. RightHip.C0 = Clerp(RightHip.C0, CF(1 , -1 - 0.15 * COS(SINE / WALKSPEEDVALUE*2), -0.2+ 0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-15)), 2 / Animation_Speed)
  3936. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.15 * COS(SINE / WALKSPEEDVALUE*2), -0.2+ -0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(15)), 2 / Animation_Speed)
  3937. end
  3938. end
  3939. end
  3940. unanchor()
  3941. Humanoid.MaxHealth = "inf"
  3942. Humanoid.Health = "inf"
  3943. if Rooted == false then
  3944. Disable_Jump = false
  3945. Humanoid.WalkSpeed = Speed
  3946. elseif Rooted == true then
  3947. Disable_Jump = true
  3948. Humanoid.WalkSpeed = 0
  3949. end
  3950. local MATHS = {"0","1"}
  3951. Humanoid.Name = MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]..MATHS[MRANDOM(1,#MATHS)]
  3952. Humanoid.PlatformStand = false
  3953. end
  3954.  
  3955.  
  3956.  
  3957.  
  3958. --//=================================\\
  3959. --\\=================================//
  3960.  
  3961.  
  3962.  
  3963.  
  3964.  
  3965. --//====================================================\\--
  3966. --|| END OF SCRIPT ||--
  3967. --\\====================================================//--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement