Advertisement
zephpsian

Untitled

Feb 2nd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 220.71 KB | None | 0 0
  1. -- This script has been converted to FE by iPxter
  2.  
  3.  
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  6. do
  7. print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
  8. script.Parent = Player.Character
  9.  
  10. --RemoteEvent for communicating
  11. local Event = Instance.new("RemoteEvent")
  12. Event.Name = "UserInput_Event"
  13.  
  14. --Fake event to make stuff like Mouse.KeyDown work
  15. local function fakeEvent()
  16. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  17. t.connect = t.Connect
  18. return t
  19. end
  20.  
  21. --Creating fake input objects with fake variables
  22. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  23. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26. end}
  27. --Merged 2 functions into one by checking amount of arguments
  28. CAS.UnbindAction = CAS.BindAction
  29.  
  30. --This function will trigger the events that have been :Connect()'ed
  31. local function te(self,ev,...)
  32. local t = m[ev]
  33. if t and t._fakeEvent and t.Function then
  34. t.Function(...)
  35. end
  36. end
  37. m.TrigEvent = te
  38. UIS.TrigEvent = te
  39.  
  40. Event.OnServerEvent:Connect(function(plr,io)
  41. if plr~=Player then return end
  42. if io.isMouse then
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. else
  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 UIS = game:GetService("UserInputService")
  66. local input = function(io,a)
  67. if a then return end
  68. --Since InputObject is a client-side instance, we create and pass table instead
  69. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  70. end
  71. UIS.InputBegan:Connect(input)
  72. UIS.InputEnded:Connect(input)
  73.  
  74. local Mouse = Player:GetMouse()
  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. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  85. end
  86.  
  87. --[[Clock by grgrgry21.
  88. A
  89. A A
  90. A C A
  91. A A
  92. A
  93. 507267777
  94. --]]
  95.  
  96.  
  97.  
  98.  
  99. wait(0.016666666666667)
  100.  
  101. script.Name = "k"
  102. local Player = owner
  103. local Character = Player.Character
  104. local Humanoid = Character.Humanoid
  105. local Effects = {}
  106. local hobb = 0
  107. local hobb2 = 0
  108. ShootEffects = {}
  109.  
  110. --[[local m = Instance.new("Model", Character)
  111. m.Name = "WeaponModel"]]
  112. local effect = Instance.new("Model", Character)
  113. effect.Name = "hb"
  114. local cf = CFrame.new
  115. local it = Instance.new
  116. vt = Vector3.new
  117. local LeftArm = Character["Left Arm"]
  118. local RightArm = Character["Right Arm"]
  119. local LeftLeg = Character["Left Leg"]
  120. local RightLeg = Character["Right Leg"]
  121. local Head = Character.Head
  122. local Torso = Character.Torso
  123. local Lighting = game.Lighting
  124. local cam = game.Workspace.CurrentCamera
  125. local RootPart = Character.HumanoidRootPart
  126. local RootJoint = RootPart.RootJoint
  127. local equipped = false
  128. local attack = false
  129. local Anim = "Idle"
  130. local idle = 0
  131. local attacktype = 1
  132. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  133. local velocity = RootPart.Velocity.y
  134. local sine = 0
  135. local change = 1
  136.  
  137. local ZAWARUDO = false
  138. local grabbed = false
  139. local cn = CFrame.new
  140. local mr = math.rad
  141. local angles = CFrame.Angles
  142. local ud = UDim2.new
  143. local c3 = Color3.new
  144. Humanoid.Animator.Parent = nil
  145. Character.Animate.Parent = nil
  146. local newMotor = function(part0, part1, c0, c1)
  147.  
  148. local w = Instance.new("Motor", part0)
  149. w.Part0 = part0
  150. w.Part1 = part1
  151. w.C0 = c0
  152. w.C1 = c1
  153. return w
  154. end
  155. aaa = Instance.new("Sound",Character) -- due le sound remov b
  156. aaa.Volume = 2
  157. aaa.PlaybackSpeed = 1
  158. aaa.SoundId = "rbxassetid://316900066"
  159. aaa:Stop()
  160. aaa.Name = "ay"
  161.  
  162. clerp = function(a, b, t)
  163.  
  164. return a:lerp(b, t)
  165. end
  166.  
  167.  
  168.  
  169. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  170. NeckCF = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  171. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  172. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  173. local RH = newMotor(Torso, RightLeg, CFrame.new(0.5, -2, 0), CFrame.new(0, 0, 0))
  174. local LH = newMotor(Torso, LeftLeg, CFrame.new(-0.5, -2, 0), CFrame.new(0, 0, 0))
  175. RootJoint.C1 = CFrame.new(0, 0, 0)
  176. RootJoint.C0 = CFrame.new(0, 0, 0)
  177. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  178. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  179. local rarmc1 = RW.C1
  180. local larmc1 = LW.C1
  181. local rlegc1 = RH.C1
  182. local llegc1 = LH.C1
  183.  
  184. local resetc1 = false
  185. PlayAnimationFromTable = function(table, speed, bool)
  186.  
  187. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  188. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  189. RW.C0 = clerp(RW.C0, table[3], speed)
  190. LW.C0 = clerp(LW.C0, table[4], speed)
  191. RH.C0 = clerp(RH.C0, table[5], speed)
  192. LH.C0 = clerp(LH.C0, table[6], speed)
  193. if bool == true and resetc1 == false then
  194. resetc1 = true
  195. RootJoint.C1 = RootJoint.C1
  196. Torso.Neck.C1 = Torso.Neck.C1
  197. RW.C1 = rarmc1
  198. LW.C1 = larmc1
  199. RH.C1 = rlegc1
  200. LH.C1 = llegc1
  201.  
  202. end
  203. end
  204.  
  205.  
  206. local co1 = 15
  207. local co2 = 8
  208. local co3 = 20
  209. local co5 = 30
  210. local co4 = 32
  211. local cooldown1 = 0
  212. local cooldown2 = 0
  213. local cooldown3 = 0
  214. local cooldown4 = 0
  215. local cooldown5 = 0
  216. local skillcolorscheme = BrickColor.new("Pastel light blue").Color
  217. local scrn = Instance.new("ScreenGui", Player.PlayerGui)
  218. makeframe = function(par, trans, pos, size, color)
  219.  
  220. local frame = Instance.new("Frame", par)
  221. frame.BackgroundTransparency = trans
  222. frame.BorderSizePixel = 0
  223. frame.Position = pos
  224. frame.Size = size
  225. frame.BackgroundColor3 = color
  226. return frame
  227. end
  228.  
  229. makelabel = function(par, text)
  230.  
  231. local label = Instance.new("TextLabel", par)
  232. label.BackgroundTransparency = 1
  233. label.Size = UDim2.new(1, 0, 1, 0)
  234. label.Position = UDim2.new(0, 0, 0, 0)
  235. label.TextColor3 = Color3.new(255, 250, 190)
  236. label.TextStrokeTransparency = 0
  237. label.FontSize = Enum.FontSize.Size32
  238. label.Font = Enum.Font.SourceSansLight
  239. label.BorderSizePixel = 0
  240. label.TextScaled = true
  241. label.Text = text
  242. end
  243.  
  244. framesk1 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.85, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  245. framesk2 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.74, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  246. framesk3 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.63, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  247. framesk4 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.52, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  248. bar1 = makeframe(framesk1, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  249. bar2 = makeframe(framesk2, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  250. bar3 = makeframe(framesk3, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  251. bar4 = makeframe(framesk4, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  252. text1 = Instance.new("TextLabel", framesk1)
  253. text1.BackgroundTransparency = 1
  254. text1.Size = UDim2.new(1, 0, 1, 0)
  255. text1.Position = UDim2.new(0, 0, 0, 0)
  256. text1.TextColor3 = Color3.new(255, 250, 190)
  257. text1.TextStrokeTransparency = 0
  258. text1.FontSize = Enum.FontSize.Size18
  259. text1.Font = Enum.Font.SourceSansLight
  260. text1.BorderSizePixel = 0
  261. text1.TextScaled = true
  262. text1.Text = "[Z]\n Time Boost"
  263. text2 = Instance.new("TextLabel", framesk2)
  264. text2.BackgroundTransparency = 1
  265. text2.Size = UDim2.new(1, 0, 1, 0)
  266. text2.Position = UDim2.new(0, 0, 0, 0)
  267. text2.TextColor3 = Color3.new(255, 250, 190)
  268. text2.TextStrokeTransparency = 0
  269. text2.FontSize = Enum.FontSize.Size18
  270. text2.Font = Enum.Font.SourceSansLight
  271. text2.BorderSizePixel = 0
  272. text2.TextScaled = true
  273. text2.Text = "[X]\n Temporal Bullet"
  274. text3 = Instance.new("TextLabel", framesk3)
  275. text3.BackgroundTransparency = 1
  276. text3.Size = UDim2.new(1, 0, 1, 0)
  277. text3.Position = UDim2.new(0, 0, 0, 0)
  278. text3.TextColor3 = Color3.new(255, 250, 190)
  279. text3.TextStrokeTransparency = 0
  280. text3.FontSize = Enum.FontSize.Size18
  281. text3.Font = Enum.Font.SourceSansLight
  282. text3.BorderSizePixel = 0
  283. text3.TextScaled = false
  284. text3.Text = "[C]\n Chrono Field"
  285. text4 = Instance.new("TextLabel", framesk4)
  286. text4.BackgroundTransparency = 1
  287. text4.Size = UDim2.new(1, 0, 1, 0)
  288. text4.Position = UDim2.new(0, 0, 0, 0)
  289. text4.TextColor3 = Color3.new(255, 250, 190)
  290. text4.TextStrokeTransparency = 0
  291. text4.FontSize = Enum.FontSize.Size18
  292. text4.Font = Enum.Font.SourceSansLight
  293. text4.BorderSizePixel = 0
  294. text4.TextScaled = true
  295. text4.Text = "[V]\n ZA WARUDO"
  296. ArtificialHB = Instance.new("BindableEvent", Player.PlayerGui)
  297. ArtificialHB.Name = "Heartbeat"
  298. Player.PlayerGui:WaitForChild("Heartbeat")
  299. frame = 0.033333333333333
  300. tf = 0
  301. allowframeloss = false
  302. tossremainder = false
  303. lastframe = tick()
  304. Player.PlayerGui.Heartbeat:Fire()
  305. local gg = false
  306. game:GetService("RunService").Heartbeat:connect(function(s, p)
  307.  
  308. if Player.PlayerGui:FindFirstChild("Heartbeat") == nil then
  309. gg = true
  310. end
  311. if gg == true then
  312. return
  313. end
  314. tf = tf + s
  315. if frame <= tf then
  316. if allowframeloss then
  317. Player.PlayerGui.Heartbeat:Fire()
  318. lastframe = tick()
  319. else
  320. for i = 1, math.floor(tf / frame) do
  321. Player.PlayerGui.Heartbeat:Fire()
  322. end
  323. lastframe = tick()
  324. end
  325. if tossremainder then
  326. tf = 0
  327. else
  328. tf = tf - frame * math.floor(tf / frame)
  329. end
  330. end
  331. end
  332. )
  333. swait = function(num)
  334.  
  335. if num == 0 or num == nil then
  336. ArtificialHB.Event:wait()
  337. else
  338. for i = 0, num do
  339. ArtificialHB.Event:wait()
  340. end
  341. end
  342. end
  343.  
  344. local RbxUtility = LoadLibrary("RbxUtility")
  345. local Create = RbxUtility.Create
  346. RemoveOutlines = function(part)
  347.  
  348. part.TopSurface = 10
  349. end
  350.  
  351. CreatePart = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  352.  
  353. local Part = Create("Part")({Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, Material = Material})
  354. RemoveOutlines(Part)
  355. return Part
  356. end
  357.  
  358. CreateMesh = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  359.  
  360. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  361. if Mesh == "SpecialMesh" then
  362. Msh.MeshType = MeshType
  363. Msh.MeshId = MeshId
  364. end
  365. return Msh
  366. end
  367.  
  368. CreateWeld = function(Parent, Part0, Part1, C0, C1)
  369.  
  370. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  371. return Weld
  372. end
  373.  
  374. CFuncs = {
  375. Part = {Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  376.  
  377. local Part = Create("Part")({Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, Material = Material})
  378. RemoveOutlines(Part)
  379. return Part
  380. end
  381. }
  382. ,
  383. Mesh = {Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  384.  
  385. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  386. if Mesh == "SpecialMesh" then
  387. Msh.MeshType = MeshType
  388. Msh.MeshId = MeshId
  389. end
  390. return Msh
  391. end
  392. }
  393. ,
  394. Mesh = {Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  395.  
  396. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  397. if Mesh == "SpecialMesh" then
  398. Msh.MeshType = MeshType
  399. Msh.MeshId = MeshId
  400. end
  401. return Msh
  402. end
  403. }
  404. ,
  405. Weld = {Create = function(Parent, Part0, Part1, C0, C1)
  406.  
  407. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  408. return Weld
  409. end
  410. }
  411. ,
  412. Sound = {Create = function(id, par, vol, pit)
  413.  
  414. coroutine.resume(coroutine.create(function()
  415.  
  416. local S = Create("Sound")({Volume = vol, Pitch = pit or 1, SoundId = id, Parent = par or workspace})
  417. wait()
  418. S:play()
  419. game:GetService("Debris"):AddItem(S, 6)
  420. end
  421. ))
  422. end
  423. }
  424. ,
  425. ParticleEmitter = {Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  426.  
  427. local fp = Create("ParticleEmitter")({Parent = Parent, Color = ColorSequence.new(Color1, Color2), LightEmission = LightEmission, Size = Size, Texture = Texture, Transparency = Transparency, ZOffset = ZOffset, Acceleration = Accel, Drag = Drag, LockedToPart = LockedToPart, VelocityInheritance = VelocityInheritance, EmissionDirection = EmissionDirection, Enabled = Enabled, Lifetime = LifeTime, Rate = Rate, Rotation = Rotation, RotSpeed = RotSpeed, Speed = Speed, VelocitySpread = VelocitySpread})
  428. return fp
  429. end
  430. }
  431. }
  432. rayCast = function(Position, Direction, Range, Ignore)
  433.  
  434. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  435. end
  436.  
  437. local GetNearest = function(obj, distance)
  438.  
  439. local last, lastx = distance + 1, nil
  440. for i,v in pairs(workspace:GetChildren()) do
  441. if v:IsA("Model") and v ~= Character and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Humanoid").Health > 0 then
  442. local t = v.Torso
  443. local dist = (t.Position - obj.Position).magnitude
  444. if dist <= distance and dist < last then
  445. last = dist
  446. lastx = v
  447. end
  448. end
  449. end
  450. return lastx
  451. end
  452. BreakEffect = function(brickcolor, cframe, x1, y1, z1)
  453. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  454. prt.Anchored = true
  455. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  456. local msh = CreateMesh("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  457. local num = math.random(10, 50) / 1000
  458. game:GetService("Debris"):AddItem(prt, 10)
  459. table.insert(Effects, {prt, "Shatter", num, prt.CFrame, math.random() - math.random(), 0, math.random(50, 100) / 100})
  460. end
  461. ------------------
  462.  
  463. New = function(Object, Parent, Name, Data)
  464. local Object = Instance.new(Object)
  465. for Index, Value in pairs(Data or {}) do
  466. Object[Index] = Value
  467. end
  468. Object.Parent = Parent
  469. Object.Name = Name
  470. return Object
  471. end
  472.  
  473. fff1 = New("Model",Character,"fff1",{})
  474. d1 = New("Part",fff1,"d1",{Transparency = 1,BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(21.4104996, 13.1000175, 49.3994942, -4.37113883e-008, -1, 4.37113883e-008, -4.37113918e-008, -4.37113847e-008, -1, 1, -4.37113918e-008, -4.37113883e-008),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  475. Mesh = New("CylinderMesh",d1,"Mesh",{Scale = Vector3.new(1.29999995, 1.00999999, 1.29999995),})
  476.  
  477. asda1 = Instance.new("Weld",d1)
  478. asda1.Part0 = asda1.Parent
  479. asda1.Part1 = RootPart
  480. asda1.C0 = CFrame.new(1.6,-2,0)*CFrame.Angles(-math.rad(90),0,math.rad(90))--math.rad(90)
  481. --^ main
  482. m = New("Model",Character,"m",{})
  483. ref1 = New("Part",m,"ref1",{BrickColor = BrickColor.new("Navy blue"),Material = Enum.Material.Neon,Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6004982, 13.1000061, 49.3995209, 0, 1, 8.21014128e-015, -1, 0, 0, 0, 8.21014128e-015, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0.12549, 0.376471),})
  484.  
  485. asda2 = Instance.new("Weld",ref1)
  486. asda2.Part0 = asda2.Parent
  487. asda2.Part1 = d1
  488. --asda2.C0 = CFrame.new(1,-1.785,0)*CFrame.Angles(-math.rad(90),0,math.rad(90))
  489. --minute
  490. h = New("Model",Character,"h",{})
  491. ref2 = New("Part",h,"ref2",{BrickColor = BrickColor.new("Navy blue"),Material = Enum.Material.Neon,Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6004982, 13.1000061, 49.3995209, 0, 1, 8.21014128e-015, -1, 0, 0, 0, 8.21014128e-015, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0.12549, 0.376471),})
  492.  
  493. asda3 = Instance.new("Weld",ref2)
  494. asda3.Part0 = asda3.Parent
  495. asda3.Part1 = d1
  496. --asda3.C0 = CFrame.new(1,-1.785,0)*CFrame.Angles(-math.rad(90),0,math.rad(90))
  497. --hour
  498. s1 = New("Model",Character,"s1",{})
  499. ref3 = New("Part",s1,"ref3",{BrickColor = BrickColor.new("Navy blue"),Material = Enum.Material.Neon,Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6004982, 13.1000061, 49.3995209, 0, 1, 1.64202821e-015, -1, 0, 0, 0, 1.64202832e-015, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0.12549, 0.376471),})
  500.  
  501. asda4 = Instance.new("Weld",ref3)
  502. asda4.Part0 = asda4.Parent
  503. asda4.Part1 = d1
  504. --asda4.C0 = CFrame.new(1,-2.2,0)*CFrame.Angles(-math.rad(90),0,math.rad(90))
  505.  
  506. --sinstuff
  507.  
  508. s2 = New("Model",Character,"s2",{})
  509. ref4 = New("Part",s2,"ref4",{BrickColor = BrickColor.new("Navy blue"),Material = Enum.Material.Neon,Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6004982, 13.1000061, 49.3995209, 0, 1, 1.64202821e-015, -1.00000024, 0, 0, 0, 1.64202853e-015, 1.00000024),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0.12549, 0.376471),})
  510.  
  511. asda5 = Instance.new("Weld",ref4)
  512. asda5.Part0 = asda5.Parent
  513. asda5.Part1 = d1 --RootJoint
  514. --asda5.C0 = CFrame.new(1,-2.2,0)*CFrame.Angles(-math.rad(90),0,math.rad(90))
  515.  
  516. --sinstuff2
  517. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 9.70000458, 49.3995209, 0, 1, 4.92608443e-015, -1.00000024, 0, 0, 0, 4.9260857e-015, 1.00000024),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  518. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  519. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),C1 = CFrame.new(3.40000057, -0.200000763, 0, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  520. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 16.5000076, 49.3995209, 0, 1, 4.92608443e-015, -1.00000024, 0, 0, 0, 4.9260857e-015, 1.00000024),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  521. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  522. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),C1 = CFrame.new(-3.40000153, -0.200000763, 0, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  523. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 13.1000061, 45.999527, -3.28405643e-015, 1, 0, -0, 0, -1.00000024, -1.00000024, 3.28405727e-015, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  524. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  525. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 1, 0, 0, 0, -1, 0),C1 = CFrame.new(0, -0.200000763, -3.3999939, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  526. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 13.1000061, 52.7995224, -3.28405643e-015, 1, 0, -0, 0, -1.00000024, -1.00000024, 3.28405727e-015, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  527. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  528. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 1, 0, 0, 0, -1, 0),C1 = CFrame.new(0, -0.200000763, 3.40000153, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  529. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 10.6958447, 51.803688, -2.32217873e-015, 1, -2.32217873e-015, 0.707107008, 0, -0.707107008, -0.707107008, 3.28405727e-015, -0.707107008),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  530. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  531. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, 0.707106829, -0.707106829, 1, 0, 0, 0, -0.707106829, -0.707106829),C1 = CFrame.new(2.4041605, -0.200000763, 2.40416718, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  532. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 15.5041714, 51.803688, -2.32217873e-015, 1, 2.32217873e-015, -0.707107008, 0, -0.707107008, -0.707107008, 3.28405727e-015, 0.707107008),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  533. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  534. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.707106829, -0.707106829, 1, 0, 0, 0, -0.707106829, 0.707106829),C1 = CFrame.new(-2.40416431, -0.200000763, 2.40416718, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  535. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 15.5041676, 46.995369, -2.32217873e-015, 1, -2.32217873e-015, 0.707107008, 0, -0.707107008, -0.707107008, 3.28405727e-015, -0.707107008),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  536. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  537. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, 0.707106829, -0.707106829, 1, 0, 0, 0, -0.707106829, -0.707106829),C1 = CFrame.new(-2.40416145, -0.200000763, -2.40415192, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  538. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 10.6958427, 46.9953613, -2.32217873e-015, 1, 2.32217873e-015, -0.707107008, 0, -0.707107008, -0.707107008, 3.28405727e-015, 0.707107008),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  539. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  540. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.707106829, -0.707106829, 1, 0, 0, 0, -0.707106829, 0.707106829),C1 = CFrame.new(2.40416241, -0.200000763, -2.40415955, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  541. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 16.3841534, 50.2795067, -8.49976122e-016, 1, 3.17215512e-015, -0.965926111, 0, -0.258819044, -0.258819044, 3.28405727e-015, 0.965926111),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  542. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  543. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.965925872, -0.258818984, 1, 0, 0, 0, -0.258818984, 0.965925872),C1 = CFrame.new(-3.28414726, -0.200000763, 0.879985809, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  544. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 12.2200203, 52.68367, -3.17215512e-015, 1, -8.49976122e-016, 0.258819044, 0, -0.965926111, -0.965926111, 3.28405727e-015, -0.258819044),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  545. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  546. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, 0.258818984, -0.965925872, 1, 0, 0, 0, -0.965925872, -0.258818984),C1 = CFrame.new(0.879985809, -0.200000763, 3.28414917, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  547. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 16.0444851, 47.6995316, -1.64202895e-015, 1, -2.84407617e-015, 0.866025567, 0, -0.500000358, -0.500000358, 3.28405727e-015, -0.866025567),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  548. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  549. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, 0.866025388, -0.500000238, 1, 0, 0, 0, -0.500000238, -0.866025388),C1 = CFrame.new(-2.94447899, -0.200000763, -1.69998932, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  550. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 11.4000101, 46.45504, -2.84407617e-015, 1, 1.64202895e-015, -0.500000358, 0, -0.866025567, -0.866025567, 3.28405727e-015, 0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  551. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  552. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.500000238, -0.866025388, 1, 0, 0, 0, -0.866025388, 0.500000238),C1 = CFrame.new(1.69999599, -0.200000763, -2.9444809, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  553. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 14.8000078, 52.3440094, -2.84407617e-015, 1, 1.64202895e-015, -0.500000358, 0, -0.866025567, -0.866025567, 3.28405727e-015, 0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  554. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  555. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.500000238, -0.866025388, 1, 0, 0, 0, -0.866025388, 0.500000238),C1 = CFrame.new(-1.70000172, -0.200000763, 2.94448853, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  556. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 9.81585693, 48.5195389, -8.49976122e-016, 1, 3.17215512e-015, -0.965926111, 0, -0.258819044, -0.258819044, 3.28405727e-015, 0.965926111),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  557. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  558. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.965925872, -0.258818984, 1, 0, 0, 0, -0.258818984, 0.965925872),C1 = CFrame.new(3.28414822, -0.200000763, -0.879981995, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  559. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 13.97999, 46.1153793, -3.17215512e-015, 1, -8.49976122e-016, 0.258819044, 0, -0.965926111, -0.965926111, 3.28405727e-015, -0.258819044),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  560. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  561. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, 0.258818984, -0.965925872, 1, 0, 0, 0, -0.965925872, -0.258818984),C1 = CFrame.new(-0.879983902, -0.200000763, -3.28414154, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  562. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 10.1555214, 51.0995255, -1.64202895e-015, 1, -2.84407617e-015, 0.866025567, 0, -0.500000358, -0.500000358, 3.28405727e-015, -0.866025567),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  563. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  564. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, 0.866025388, -0.500000238, 1, 0, 0, 0, -0.500000238, -0.866025388),C1 = CFrame.new(2.94448376, -0.200000763, 1.70000458, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  565. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 11.4000101, 52.3440094, -2.84407617e-015, 1, -1.64202895e-015, 0.500000358, 0, -0.866025567, -0.866025567, 3.28405727e-015, -0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  566. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  567. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, 0.500000238, -0.866025388, 1, 0, 0, 0, -0.866025388, -0.500000238),C1 = CFrame.new(1.69999599, -0.200000763, 2.94448853, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  568. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 12.2200203, 46.1153793, -3.17215512e-015, 1, 8.49976122e-016, -0.258819044, 0, -0.965926111, -0.965926111, 3.28405727e-015, 0.258819044),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  569. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  570. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.258818984, -0.965925872, 1, 0, 0, 0, -0.965925872, 0.258818984),C1 = CFrame.new(0.879985809, -0.200000763, -3.28414154, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  571. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 9.81585693, 50.2795067, 8.49976122e-016, 1, 3.17215512e-015, -0.965926111, 0, 0.258819044, 0.258819044, 3.28405727e-015, 0.965926111),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  572. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  573. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.965925872, 0.258818984, 1, 0, 0, 0, 0.258818984, 0.965925872),C1 = CFrame.new(3.28414822, -0.200000763, 0.879985809, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  574. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 16.3841534, 48.5195389, 8.49976122e-016, 1, 3.17215512e-015, -0.965926111, 0, 0.258819044, 0.258819044, 3.28405727e-015, 0.965926111),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  575. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  576. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.965925872, 0.258818984, 1, 0, 0, 0, 0.258818984, 0.965925872),C1 = CFrame.new(-3.28414726, -0.200000763, -0.879981995, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  577. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 16.0444946, 51.0995255, -1.64202895e-015, 1, 2.84407617e-015, -0.866025567, 0, -0.500000358, -0.500000358, 3.28405727e-015, 0.866025567),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  578. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  579. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.866025388, -0.500000238, 1, 0, 0, 0, -0.500000238, 0.866025388),C1 = CFrame.new(-2.94448853, -0.200000763, 1.70000458, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  580. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 13.97999, 52.68367, -3.17215512e-015, 1, 8.49976122e-016, -0.258819044, 0, -0.965926111, -0.965926111, 3.28405727e-015, 0.258819044),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  581. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  582. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.258818984, -0.965925872, 1, 0, 0, 0, -0.965925872, 0.258818984),C1 = CFrame.new(-0.879983902, -0.200000763, 3.28414917, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  583. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 14.800004, 46.4550476, -2.84407617e-015, 1, -1.64202895e-015, 0.500000358, 0, -0.866025567, -0.866025567, 3.28405727e-015, -0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  584. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  585. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, 0.500000238, -0.866025388, 1, 0, 0, 0, -0.866025388, -0.500000238),C1 = CFrame.new(-1.6999979, -0.200000763, -2.94447327, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  586. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 10.1555214, 47.6995239, -1.64202895e-015, 1, 2.84407617e-015, -0.866025567, 0, -0.500000358, -0.500000358, 3.28405727e-015, 0.866025567),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  587. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  588. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.866025388, -0.500000238, 1, 0, 0, 0, -0.500000238, 0.866025388),C1 = CFrame.new(2.94448376, -0.200000763, -1.69999695, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  589. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.5, 0.200000003, 0.400000006),CFrame = CFrame.new(21.4004974, 16.7500076, 49.3995209, 0, 1, 4.92608443e-015, -1.00000024, 0, 0, 0, 4.9260857e-015, 1.00000024),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  590. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(1, 0.699999988, 1),})
  591. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),C1 = CFrame.new(-3.65000153, -0.200000763, 0, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  592. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.5, 0.200000003, 0.400000006),CFrame = CFrame.new(21.4004974, 9.45000458, 49.3995209, 0, 1, 4.92608443e-015, -1.00000024, 0, 0, 0, 4.9260857e-015, 1.00000024),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  593. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(1, 0.699999988, 1),})
  594. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),C1 = CFrame.new(3.65000057, -0.200000763, 0, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  595. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.200000003),CFrame = CFrame.new(21.4004974, 16.7500038, 49.099514, -1, 0, 3.28405643e-015, -0, -1.00000024, 0, -3.28405727e-015, 0, 1.00000024),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  596. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  597. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(-3.64999771, -0.200000763, -0.300006866, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  598. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.200000003),CFrame = CFrame.new(21.4004974, 16.7500076, 49.6995239, 1, 0, -1.1920929e-007, 0, -1.00000024, 0, -1.19209318e-007, 0, -1.00000024),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  599. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  600. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 1, 0, -1.1920929e-007, 0, -1, 0, -1.1920929e-007, 0, -1),C1 = CFrame.new(-3.65000153, -0.200000763, 0.300003052, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  601. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.60000002, 0.400000006),CFrame = CFrame.new(21.4004974, 17.8000183, 49.5995255, -1, 0, -3.28405643e-015, -0, 1.00000024, -0, -3.28405727e-015, 0, -1.00000024),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  602. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  603. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-4.70001221, -0.200000763, 0.200004578, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  604. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.60000002, 0.400000006),CFrame = CFrame.new(21.4004974, 17.8000183, 49.1995239, 1, 0, 3.28405643e-015, 0, 1.00000024, 0, 3.28405727e-015, 0, 1.00000024),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  605. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  606. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C1 = CFrame.new(-4.70001221, -0.200000763, -0.199996948, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  607. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.200000003),CFrame = CFrame.new(21.4004974, 9.45001125, 49.6995316, -1, 0, -3.28405643e-015, -0, 1.00000024, -0, -3.28405727e-015, 0, -1.00000024),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  608. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  609. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(3.6499939, -0.200000763, 0.300010681, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  610. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.200000003),CFrame = CFrame.new(21.4004974, 9.45000935, 49.0995331, 1, 0, 3.28405643e-015, 0, 1.00000024, 0, 3.28405727e-015, 0, 1.00000024),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  611. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  612. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C1 = CFrame.new(3.6499958, -0.200000763, -0.299987793, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  613. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.60000002, 0.400000006),CFrame = CFrame.new(21.4004974, 8.39999294, 49.5995331, 1, 0, -3.28405643e-015, 0, -1.00000024, -0, 3.28405727e-015, 0, -1.00000024),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  614. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  615. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(4.70001221, -0.200000763, 0.200012207, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  616. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.60000002, 0.400000006),CFrame = CFrame.new(21.4004974, 8.39999485, 49.1995239, -1, 0, 3.28405643e-015, -0, -1.00000024, 0, -3.28405727e-015, 0, 1.00000024),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  617. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  618. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(4.7000103, -0.200000763, -0.199996948, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  619. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.5, 0.200000003, 0.400000006),CFrame = CFrame.new(21.4004974, 14.9250546, 52.5605164, -2.84407617e-015, 1, 1.64202895e-015, -0.500000358, 0, -0.866025567, -0.866025567, 3.28405727e-015, 0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  620. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(1, 0.699999988, 1),})
  621. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.500000238, -0.866025388, 1, 0, 0, 0, -0.866025388, 0.500000238),C1 = CFrame.new(-1.82504749, -0.200000763, 3.16099548, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  622. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.5, 0.200000003, 0.400000006),CFrame = CFrame.new(21.4004974, 11.2750511, 46.238533, -2.84407617e-015, 1, 1.64202895e-015, -0.500000358, 0, -0.866025567, -0.866025567, 3.28405727e-015, 0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  623. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(1, 0.699999988, 1),})
  624. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.500000238, -0.866025388, 1, 0, 0, 0, -0.866025388, 0.500000238),C1 = CFrame.new(1.82495403, -0.200000763, -3.16098785, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  625. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.200000003),CFrame = CFrame.new(21.4004974, 15.184866, 52.4105148, -1, -2.84407617e-015, 1.64202895e-015, -0, -0.500000358, -0.866025567, -3.28405727e-015, -0.866025567, 0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  626. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  627. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.500000238, -0.866025388, 0, -0.866025388, 0.500000238),C1 = CFrame.new(-2.08485985, -0.200000763, 3.01099396, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  628. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.200000003),CFrame = CFrame.new(21.4004974, 14.6652422, 52.7105141, 1, -2.84407617e-015, -1.64202895e-015, 0, -0.500000358, 0.866025567, 3.28405727e-015, -0.866025567, -0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  629. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  630. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -0.500000238, -0.866025388, 0, 0.866025388, -0.500000238),C1 = CFrame.new(-1.56523609, -0.200000763, 3.31099319, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  631. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.60000002, 0.400000006),CFrame = CFrame.new(21.4004974, 15.2768574, 53.5698624, -1, 2.84407617e-015, -1.64202895e-015, -0, 0.500000358, 0.866025567, -3.28405727e-015, 0.866025567, -0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  632. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  633. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0.500000238, 0.866025388, 0, 0.866025388, -0.500000238),C1 = CFrame.new(-2.17685032, -0.200000763, 4.17034149, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  634. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.60000002, 0.400000006),CFrame = CFrame.new(21.4004974, 15.6232729, 53.369854, 1, 2.84407617e-015, 1.64202895e-015, 0, 0.500000358, -0.866025567, 3.28405727e-015, 0.866025567, 0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  635. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  636. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.500000238, 0.866025388, 0, -0.866025388, 0.500000238),C1 = CFrame.new(-2.52326584, -0.200000763, 3.9703331, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  637. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.200000003),CFrame = CFrame.new(21.4004974, 11.0152378, 46.3885422, -1, 2.84407617e-015, -1.64202895e-015, -0, 0.500000358, 0.866025567, -3.28405727e-015, 0.866025567, -0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  638. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  639. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0.500000238, 0.866025388, 0, 0.866025388, -0.500000238),C1 = CFrame.new(2.0847683, -0.200000763, -3.0109787, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  640. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.200000003),CFrame = CFrame.new(21.4004974, 11.5348558, 46.0885391, 1, 2.84407617e-015, 1.64202895e-015, 0, 0.500000358, -0.866025567, 3.28405727e-015, 0.866025567, 0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  641. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  642. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.500000238, 0.866025388, 0, -0.866025388, 0.500000238),C1 = CFrame.new(1.56515026, -0.200000763, -3.31098175, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  643. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.60000002, 0.400000006),CFrame = CFrame.new(21.4004974, 10.5768328, 45.4291992, 1, -2.84407617e-015, -1.64202895e-015, 0, -0.500000358, 0.866025567, 3.28405727e-015, -0.866025567, -0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  644. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  645. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -0.500000238, -0.866025388, 0, 0.866025388, -0.500000238),C1 = CFrame.new(2.52317238, -0.200000763, -3.97032166, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  646. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.60000002, 0.400000006),CFrame = CFrame.new(21.4004974, 10.9232502, 45.2291946, -1, -2.84407617e-015, 1.64202895e-015, -0, -0.500000358, -0.866025567, -3.28405727e-015, -0.866025567, 0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  647. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  648. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.500000238, -0.866025388, 0, -0.866025388, 0.500000238),C1 = CFrame.new(2.17675591, -0.200000763, -4.17032623, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  649. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.5, 0.200000003, 0.400000006),CFrame = CFrame.new(21.4004974, 14.9250469, 46.238533, 2.84407617e-015, 1, 1.64202895e-015, -0.500000358, 0, 0.866025567, 0.866025567, 3.28405727e-015, 0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  650. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(1, 0.699999988, 1),})
  651. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.500000238, 0.866025388, 1, 0, 0, 0, 0.866025388, 0.500000238),C1 = CFrame.new(-1.82503986, -0.200000763, -3.16098785, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  652. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.5, 0.200000003, 0.400000006),CFrame = CFrame.new(21.4004974, 11.2750435, 52.560524, 2.84407617e-015, 1, 1.64202895e-015, -0.500000358, 0, 0.866025567, 0.866025567, 3.28405727e-015, 0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  653. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(1, 0.699999988, 1),})
  654. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 0, -0.500000238, 0.866025388, 1, 0, 0, 0, 0.866025388, 0.500000238),C1 = CFrame.new(1.82496166, -0.200000763, 3.16100311, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  655. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.200000003),CFrame = CFrame.new(21.4004974, 14.6652384, 46.0885315, -1, 2.84407617e-015, 1.64202895e-015, -0, -0.500000358, 0.866025567, -3.28405727e-015, 0.866025567, 0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  656. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  657. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.500000238, 0.866025388, 0, 0.866025388, 0.500000238),C1 = CFrame.new(-1.56523228, -0.200000763, -3.31098938, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  658. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.200000003),CFrame = CFrame.new(21.4004974, 15.1848583, 46.3885345, 1, 2.84407617e-015, -1.64202895e-015, 0, -0.500000358, -0.866025567, 3.28405727e-015, 0.866025567, -0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  659. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  660. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -0.500000238, 0.866025388, 0, -0.866025388, -0.500000238),C1 = CFrame.new(-2.08485222, -0.200000763, -3.01098633, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  661. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.60000002, 0.400000006),CFrame = CFrame.new(21.4004974, 15.6232605, 45.4291916, -1, -2.84407617e-015, -1.64202895e-015, -0, 0.500000358, -0.866025567, -3.28405727e-015, -0.866025567, -0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  662. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  663. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0.500000238, -0.866025388, 0, -0.866025388, -0.500000238),C1 = CFrame.new(-2.52325344, -0.200000763, -3.97032928, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  664. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.60000002, 0.400000006),CFrame = CFrame.new(21.4004974, 15.2768497, 45.2291946, 1, -2.84407617e-015, 1.64202895e-015, 0, 0.500000358, 0.866025567, 3.28405727e-015, -0.866025567, 0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  665. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  666. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.500000238, -0.866025388, 0, 0.866025388, 0.500000238),C1 = CFrame.new(-2.17684364, -0.200000763, -4.17032623, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  667. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.200000003),CFrame = CFrame.new(21.4004974, 11.5348644, 52.7105255, -1, -2.84407617e-015, -1.64202895e-015, -0, 0.500000358, -0.866025567, -3.28405727e-015, -0.866025567, -0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  668. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  669. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0.500000238, -0.866025388, 0, -0.866025388, -0.500000238),C1 = CFrame.new(1.56514168, -0.200000763, 3.31100464, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  670. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.200000003),CFrame = CFrame.new(21.4004974, 11.0152473, 52.4105225, 1, -2.84407617e-015, 1.64202895e-015, 0, 0.500000358, 0.866025567, 3.28405727e-015, -0.866025567, 0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  671. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  672. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.500000238, -0.866025388, 0, 0.866025388, 0.500000238),C1 = CFrame.new(2.0847578, -0.200000763, 3.01100159, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  673. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.60000002, 0.400000006),CFrame = CFrame.new(21.4004974, 10.9232521, 53.5698624, 1, 2.84407617e-015, -1.64202895e-015, 0, -0.500000358, -0.866025567, 3.28405727e-015, 0.866025567, -0.500000358),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  674. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  675. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -0.500000238, 0.866025388, 0, -0.866025388, -0.500000238),C1 = CFrame.new(2.176754, -0.200000763, 4.17034149, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  676. r = New("Part",s2,"r",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.60000002, 0.400000006),CFrame = CFrame.new(21.4004974, 10.5768375, 53.3698616, -1, 0, 0, 0, -0.500000238, 0.866025388, 0, 0.866025388, 0.500000238),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  677. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  678. mot = New("Motor",r,"mot",{Part0 = r,Part1 = ref4,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.500000238, 0.866025388, 0, 0.866025388, 0.500000238),C1 = CFrame.new(2.52316856, -0.200000763, 3.97034073, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  679.  
  680. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 15.851428, 49.2080994, 2.32217873e-015, 1, 2.32217873e-015, -0.707106829, 0, 0.707106829, 0.707106829, 3.28405643e-015, 0.707106829),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  681. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  682. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.707106829, 0.707106829, 1, 0, 0, 0, 0.707106829, 0.707106829),C1 = CFrame.new(-2.75142193, -0.200000763, -0.191421509, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  683. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 10.3585863, 49.2080994, -2.32217873e-015, 1, 2.32217873e-015, -0.707106829, 0, -0.707106829, -0.707106829, 3.28405643e-015, 0.707106829),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  684. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  685. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.707106829, -0.707106829, 1, 0, 0, 0, -0.707106829, 0.707106829),C1 = CFrame.new(2.74141979, -0.200000763, -0.191421509, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  686. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 10.3585863, 49.5909424, -2.32217873e-015, 1, -2.32217873e-015, 0.707106829, 0, -0.707106829, -0.707106829, 3.28405643e-015, -0.707106829),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  687. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  688. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, 0.707106829, -0.707106829, 1, 0, 0, 0, -0.707106829, -0.707106829),C1 = CFrame.new(2.74141979, -0.200000763, 0.191421509, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  689. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.600000024, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 15.851428, 49.5909424, -2.32217873e-015, 1, 2.32217873e-015, -0.707106829, 0, -0.707106829, -0.707106829, 3.28405643e-015, 0.707106829),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  690. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  691. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.707106829, -0.707106829, 1, 0, 0, 0, -0.707106829, 0.707106829),C1 = CFrame.new(-2.75142193, -0.200000763, 0.191421509, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  692. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 16.218586, 49.5909424, -2.32217873e-015, 1, -2.32217873e-015, 0.707106829, 0, -0.707106829, -0.707106829, 3.28405643e-015, -0.707106829),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  693. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  694. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, 0.707106829, -0.707106829, 1, 0, 0, 0, -0.707106829, -0.707106829),C1 = CFrame.new(-3.11857986, -0.200000763, 0.191421509, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  695. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 16.218586, 49.2080994, -2.32217873e-015, 1, 2.32217873e-015, -0.707106829, 0, -0.707106829, -0.707106829, 3.28405643e-015, 0.707106829),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  696. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  697. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.707106829, -0.707106829, 1, 0, 0, 0, -0.707106829, 0.707106829),C1 = CFrame.new(-3.11857986, -0.200000763, -0.191421509, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  698. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.600000024, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 9.99142838, 49.5909424, -2.32217873e-015, 1, 2.32217873e-015, -0.707106829, 0, -0.707106829, -0.707106829, 3.28405643e-015, 0.707106829),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  699. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  700. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.707106829, -0.707106829, 1, 0, 0, 0, -0.707106829, 0.707106829),C1 = CFrame.new(3.10857773, -0.200000763, 0.191421509, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  701. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 9.99142551, 49.2080994, 2.32217873e-015, 1, 2.32217873e-015, -0.707106829, 0, 0.707106829, 0.707106829, 3.28405643e-015, 0.707106829),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  702. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  703. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.707106829, 0.707106829, 1, 0, 0, 0, 0.707106829, 0.707106829),C1 = CFrame.new(3.10858059, -0.200000763, -0.191421509, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  704. b = New("Part",s1,"b",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,Transparency = 0.44999998807907,Transparency = 0.44999998807907,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.600000024),CFrame = CFrame.new(21.4004974, 16.0328484, 49.3995209, 2.32217873e-015, 1, 2.32217873e-015, -0.707106829, 0, 0.707106829, 0.707106829, 3.28405643e-015, 0.707106829),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  705. Mesh = New("BlockMesh",b,"Mesh",{Scale = Vector3.new(0.800000012, 0.400000006, 0.800000012),})
  706. mot = New("Motor",b,"mot",{Part0 = b,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.707106829, 0.707106829, 1, 0, 0, 0, 0.707106829, 0.707106829),C1 = CFrame.new(-2.93284225, -0.200000763, 0, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  707. b = New("Part",s1,"b",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,Transparency = 0.44999998807907,Transparency = 0.44999998807907,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.600000024),CFrame = CFrame.new(21.4004974, 10.182848, 49.3995209, 2.32217873e-015, 1, 2.32217873e-015, -0.707106829, 0, 0.707106829, 0.707106829, 3.28405643e-015, 0.707106829),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  708. Mesh = New("BlockMesh",b,"Mesh",{Scale = Vector3.new(0.800000012, 0.400000006, 0.800000012),})
  709. mot = New("Motor",b,"mot",{Part0 = b,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.707106829, 0.707106829, 1, 0, 0, 0, 0.707106829, 0.707106829),C1 = CFrame.new(2.91715813, -0.200000763, 0, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  710. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 14.3124399, 46.9253387, 3.17215512e-015, 1, -8.49976122e-016, 0.258818984, 0, 0.965925872, 0.965925872, 3.28405643e-015, -0.258818984),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  711. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  712. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, 0.258818984, 0.965925872, 1, 0, 0, 0, 0.965925872, -0.258818984),C1 = CFrame.new(-1.21243382, -0.200000763, -2.47418213, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  713. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 11.5660181, 51.6822815, 8.49976122e-016, 1, 3.17215512e-015, -0.965925872, 0, 0.258818984, 0.258818984, 3.28405643e-015, 0.965925872),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  714. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  715. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.965925872, 0.258818984, 1, 0, 0, 0, 0.258818984, 0.965925872),C1 = CFrame.new(1.533988, -0.200000763, 2.28276062, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  716. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 11.8975716, 51.873703, -3.17215512e-015, 1, 8.49976122e-016, -0.258818984, 0, -0.965925872, -0.965925872, 3.28405643e-015, 0.258818984),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  717. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  718. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.258818984, -0.965925872, 1, 0, 0, 0, -0.965925872, 0.258818984),C1 = CFrame.new(1.20243454, -0.200000763, 2.47418213, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  719. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.600000024, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 14.6439943, 47.1167603, 8.49976122e-016, 1, 3.17215512e-015, -0.965925872, 0, 0.258818984, 0.258818984, 3.28405643e-015, 0.965925872),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  720. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  721. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.965925872, 0.258818984, 1, 0, 0, 0, 0.258818984, 0.965925872),C1 = CFrame.new(-1.54398823, -0.200000763, -2.28276062, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  722. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 14.8275738, 46.7987976, -3.17215512e-015, 1, 8.49976122e-016, -0.258818984, 0, -0.965925872, -0.965925872, 3.28405643e-015, 0.258818984),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  723. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  724. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.258818984, -0.965925872, 1, 0, 0, 0, -0.965925872, 0.258818984),C1 = CFrame.new(-1.72756767, -0.200000763, -2.60072327, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  725. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 14.4960184, 46.6073761, 8.49976122e-016, 1, 3.17215512e-015, -0.965925872, 0, 0.258818984, 0.258818984, 3.28405643e-015, 0.965925872),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  726. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  727. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.965925872, 0.258818984, 1, 0, 0, 0, 0.258818984, 0.965925872),C1 = CFrame.new(-1.39601231, -0.200000763, -2.79214478, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  728. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.600000024, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 11.713994, 52.1916733, 8.49976122e-016, 1, 3.17215512e-015, -0.965925872, 0, 0.258818984, 0.258818984, 3.28405643e-015, 0.965925872),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  729. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  730. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.965925872, 0.258818984, 1, 0, 0, 0, 0.258818984, 0.965925872),C1 = CFrame.new(1.38601208, -0.200000763, 2.7921524, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  731. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 11.3824358, 52.0002518, 3.17215512e-015, 1, -8.49976122e-016, 0.258818984, 0, 0.965925872, 0.965925872, 3.28405643e-015, -0.258818984),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  732. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  733. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, 0.258818984, 0.965925872, 1, 0, 0, 0, 0.965925872, -0.258818984),C1 = CFrame.new(1.7175703, -0.200000763, 2.6007309, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  734. b = New("Part",s1,"b",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,Transparency = 0.44999998807907,Transparency = 0.44999998807907,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.600000024),CFrame = CFrame.new(21.4004974, 14.5689297, 46.8639374, 3.17215512e-015, 1, -8.49976122e-016, 0.258818984, 0, 0.965925872, 0.965925872, 3.28405643e-015, -0.258818984),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  735. Mesh = New("BlockMesh",b,"Mesh",{Scale = Vector3.new(0.800000012, 0.400000006, 0.800000012),})
  736. mot = New("Motor",b,"mot",{Part0 = b,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, 0.258818984, 0.965925872, 1, 0, 0, 0, 0.965925872, -0.258818984),C1 = CFrame.new(-1.46892357, -0.200000763, -2.5355835, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  737. b = New("Part",s1,"b",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,Transparency = 0.44999998807907,Transparency = 0.44999998807907,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.600000024),CFrame = CFrame.new(21.4004974, 11.6439257, 51.9301834, 3.17215512e-015, 1, -8.49976122e-016, 0.258818984, 0, 0.965925872, 0.965925872, 3.28405643e-015, -0.258818984),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  738. Mesh = New("BlockMesh",b,"Mesh",{Scale = Vector3.new(0.800000012, 0.400000006, 0.800000012),})
  739. mot = New("Motor",b,"mot",{Part0 = b,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, 0.258818984, 0.965925872, 1, 0, 0, 0, 0.965925872, -0.258818984),C1 = CFrame.new(1.45608044, -0.200000763, 2.53066254, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  740. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 14.6439943, 51.6822815, -8.49976122e-016, 1, 3.17215512e-015, -0.965925872, 0, -0.258818984, -0.258818984, 3.28405643e-015, 0.965925872),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  741. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  742. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.965925872, -0.258818984, 1, 0, 0, 0, -0.258818984, 0.965925872),C1 = CFrame.new(-1.54398823, -0.200000763, 2.28276062, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  743. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 11.8975716, 46.9253387, -3.17215512e-015, 1, -8.49976122e-016, 0.258818984, 0, -0.965925872, -0.965925872, 3.28405643e-015, -0.258818984),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  744. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  745. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, 0.258818984, -0.965925872, 1, 0, 0, 0, -0.965925872, -0.258818984),C1 = CFrame.new(1.20243454, -0.200000763, -2.47418213, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  746. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 11.5660181, 47.1167641, 8.49976122e-016, 1, -3.17215512e-015, 0.965925872, 0, 0.258818984, 0.258818984, 3.28405643e-015, -0.965925872),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  747. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  748. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, 0.965925872, 0.258818984, 1, 0, 0, 0, 0.258818984, -0.965925872),C1 = CFrame.new(1.533988, -0.200000763, -2.28275681, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  749. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.600000024, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 14.3124399, 51.8737106, -3.17215512e-015, 1, -8.49976122e-016, 0.258818984, 0, -0.965925872, -0.965925872, 3.28405643e-015, -0.258818984),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  750. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  751. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, 0.258818984, -0.965925872, 1, 0, 0, 0, -0.965925872, -0.258818984),C1 = CFrame.new(-1.21243382, -0.200000763, 2.47418976, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  752. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 14.4960184, 52.1916733, 8.49976122e-016, 1, -3.17215512e-015, 0.965925872, 0, 0.258818984, 0.258818984, 3.28405643e-015, -0.965925872),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  753. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  754. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, 0.965925872, 0.258818984, 1, 0, 0, 0, 0.258818984, -0.965925872),C1 = CFrame.new(-1.39601231, -0.200000763, 2.7921524, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  755. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 14.8275738, 52.0002518, -3.17215512e-015, 1, -8.49976122e-016, 0.258818984, 0, -0.965925872, -0.965925872, 3.28405643e-015, -0.258818984),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  756. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  757. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, 0.258818984, -0.965925872, 1, 0, 0, 0, -0.965925872, -0.258818984),C1 = CFrame.new(-1.72756767, -0.200000763, 2.6007309, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  758. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.600000024, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 11.3824396, 46.7987976, -3.17215512e-015, 1, -8.49976122e-016, 0.258818984, 0, -0.965925872, -0.965925872, 3.28405643e-015, -0.258818984),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  759. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  760. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, 0.258818984, -0.965925872, 1, 0, 0, 0, -0.965925872, -0.258818984),C1 = CFrame.new(1.71756649, -0.200000763, -2.60072327, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  761. a = New("Part",s1,"a",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.200000003),CFrame = CFrame.new(21.4004974, 11.713994, 46.6073723, -8.49976122e-016, 1, 3.17215512e-015, -0.965925872, 0, -0.258818984, -0.258818984, 3.28405643e-015, 0.965925872),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  762. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  763. mot = New("Motor",a,"mot",{Part0 = a,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.965925872, -0.258818984, 1, 0, 0, 0, -0.258818984, 0.965925872),C1 = CFrame.new(1.38601208, -0.200000763, -2.79214859, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  764. b = New("Part",s1,"b",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,Transparency = 0.44999998807907,Transparency = 0.44999998807907,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.600000024),CFrame = CFrame.new(21.4004974, 14.5689297, 51.935112, -8.49976122e-016, 1, 3.17215512e-015, -0.965925872, 0, -0.258818984, -0.258818984, 3.28405643e-015, 0.965925872),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  765. Mesh = New("BlockMesh",b,"Mesh",{Scale = Vector3.new(0.800000012, 0.400000006, 0.800000012),})
  766. mot = New("Motor",b,"mot",{Part0 = b,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.965925872, -0.258818984, 1, 0, 0, 0, -0.258818984, 0.965925872),C1 = CFrame.new(-1.46892357, -0.200000763, 2.53559113, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  767. b = New("Part",s1,"b",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,Transparency = 0.44999998807907,Transparency = 0.44999998807907,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.599999964, 0.200000003, 0.600000024),CFrame = CFrame.new(21.4004974, 11.6439257, 46.8688583, 0, 1, 0, -0.965925872, 0, -0.258818984, -0.258818984, 0, 0.965925872),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  768. Mesh = New("BlockMesh",b,"Mesh",{Scale = Vector3.new(0.800000012, 0.400000006, 0.800000012),})
  769. mot = New("Motor",b,"mot",{Part0 = b,Part1 = ref3,C0 = CFrame.new(0, 0, 0, 0, -0.965925872, -0.258818984, 1, 0, 0, 0, -0.258818984, 0.965925872),C1 = CFrame.new(1.45608044, -0.200000763, -2.53066254, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  770.  
  771. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.700000286, 0.200000003),CFrame = CFrame.new(21.6104984, 12.4900179, 49.3795242, -1, 0, 1.14941981e-014, 0, -1, 0, -1.14941981e-014, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  772. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  773. mot = New("Motor",d2,"mot",{Part0 = d2,Part1 = ref2,C0 = CFrame.new(0, 0, 0, -1, 0, -1.64202821e-015, 0, -1, 0, 1.64202821e-015, 0, 1),C1 = CFrame.new(0.609988213, 0.0100002289, -0.0199966431, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  774. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.700000286, 0.200000003),CFrame = CFrame.new(21.6104984, 12.4900103, 49.4195251, 1, 0, -4.92608443e-015, 0, -1, 0, 4.92608443e-015, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  775. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  776. mot = New("Motor",d2,"mot",{Part0 = d2,Part1 = ref2,C0 = CFrame.new(0, 0, 0, 1, 0, 1.64202821e-015, 0, -1, 0, -1.64202821e-015, 0, -1),C1 = CFrame.new(0.609995842, 0.0100002289, 0.0200042725, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  777. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(21.6104984, 12.8800058, 49.3795242, 1, 0, 1.14941981e-014, 0, 1, 0, 1.14941981e-014, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  778. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  779. mot = New("Motor",d2,"mot",{Part0 = d2,Part1 = ref2,C0 = CFrame.new(0, 0, 0, 1, 0, 1.64202821e-015, 0, 1, 0, 1.64202821e-015, 0, 1),C1 = CFrame.new(0.220000267, 0.0100002289, -0.0199966431, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  780. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6104984, 12.7800102, 49.3295212, -1, -1.14941981e-014, 0, 0, 0, -1, -1.14941981e-014, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  781. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  782. mot = New("Motor",d2,"mot",{Part0 = d2,Part1 = ref2,C0 = CFrame.new(0, 0, 0, -1, 0, -1.64202821e-015, -1.64202821e-015, 0, -1, 0, -1, 0),C1 = CFrame.new(0.31999588, 0.0100002289, -0.0699996948, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  783. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(21.6104984, 12.8800097, 49.4195251, -1, 0, -1.14941981e-014, 0, 1, 0, -1.14941981e-014, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  784. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  785. mot = New("Motor",d2,"mot",{Part0 = d2,Part1 = ref2,C0 = CFrame.new(0, 0, 0, -1, 0, -1.64202821e-015, 0, 1, 0, -1.64202821e-015, 0, -1),C1 = CFrame.new(0.219996452, 0.0100002289, 0.0200042725, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  786. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6104984, 12.7400103, 49.4695206, -1, 1.14941981e-014, 0, 0, 0, 1, -1.14941981e-014, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  787. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  788. mot = New("Motor",d2,"mot",{Part0 = d2,Part1 = ref2,C0 = CFrame.new(0, 0, 0, -1, 0, -1.64202821e-015, 1.64202821e-015, 0, 1, 0, 1, 0),C1 = CFrame.new(0.359995842, 0.0100002289, 0.0699996948, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  789. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6104984, 12.7800064, 49.4695206, 1, 1.14941981e-014, 0, 0, 0, -1, 1.14941981e-014, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  790. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  791. mot = New("Motor",d2,"mot",{Part0 = d2,Part1 = ref2,C0 = CFrame.new(0, 0, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1, 0, -1, 0),C1 = CFrame.new(0.319999695, 0.0100002289, 0.0699996948, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  792. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6104984, 12.7400055, 49.3295135, 1, -1.14941981e-014, 0, 0, 0, 1, 1.14941981e-014, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  793. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  794. mot = New("Motor",d2,"mot",{Part0 = d2,Part1 = ref2,C0 = CFrame.new(0, 0, 0, 1, 0, 1.64202821e-015, -1.64202821e-015, 0, -1, 0, 1, 0),C1 = CFrame.new(0.36000061, 0.0100002289, -0.0700073242, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  795.  
  796. d = New("Part",m,"d",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6104984, 13.2500238, 49.3795013, -1, 0, 1.14941981e-014, 0, -1, 0, -1.14941981e-014, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  797. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  798. mot = New("Motor",d,"mot",{Part0 = d,Part1 = ref1,C0 = CFrame.new(0, 0, 0, -1, 0, -1.64202821e-015, 0, -1, 0, 1.64202821e-015, 0, 1),C1 = CFrame.new(-0.150017738, 0.0100002289, -0.0200195313, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  799. d = New("Part",m,"d",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6104984, 13.2500238, 49.4195023, 1, 0, -1.14941981e-014, 0, -1, 0, 1.14941981e-014, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  800. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  801. mot = New("Motor",d,"mot",{Part0 = d,Part1 = ref1,C0 = CFrame.new(0, 0, 0, 1, 0, 1.64202821e-015, 0, -1, 0, -1.64202821e-015, 0, -1),C1 = CFrame.new(-0.150017738, 0.0100002289, 0.0199813843, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  802. d = New("Part",m,"d",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 2.00000024, 0.200000003),CFrame = CFrame.new(21.6104984, 14.0400143, 49.4195023, -1, -8.74227766e-008, -1.88682823e-014, -8.74227766e-008, 1, 8.74227695e-008, -1.1762855e-014, 8.74227766e-008, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  803. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  804. mot = New("Motor",d,"mot",{Part0 = d,Part1 = ref1,C0 = CFrame.new(0, 0, 0, -1, -8.74227766e-008, -1.91068547e-015, -8.74227766e-008, 1, 8.74227766e-008, -9.01611261e-015, 8.74227695e-008, -1),C1 = CFrame.new(-0.940008163, 0.0100002289, 0.0199813843, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  805. d = New("Part",m,"d",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 2.00000024, 0.200000003),CFrame = CFrame.new(21.6104984, 14.0400181, 49.3795052, 1, 0, 4.92608443e-015, 0, 1, 0, 4.92608443e-015, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  806. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  807. mot = New("Motor",d,"mot",{Part0 = d,Part1 = ref1,C0 = CFrame.new(0, 0, 0, 1, 0, 1.64202821e-015, 0, 1, 0, 1.64202821e-015, 0, 1),C1 = CFrame.new(-0.940011978, 0.0100002289, -0.0200157166, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  808. d = New("Part",m,"d",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6104984, 13.3700256, 49.4695206, 1, 1.14941981e-014, 0, 0, 0, -1, 1.14941981e-014, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  809. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  810. mot = New("Motor",d,"mot",{Part0 = d,Part1 = ref1,C0 = CFrame.new(0, 0, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1, 0, -1, 0),C1 = CFrame.new(-0.270019531, 0.0100002289, 0.0699996948, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  811. d = New("Part",m,"d",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6104984, 13.3300257, 49.4695168, -1, 1.14941981e-014, 0, 0, 0, 1, -1.14941981e-014, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  812. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  813. mot = New("Motor",d,"mot",{Part0 = d,Part1 = ref1,C0 = CFrame.new(0, 0, 0, -1, 0, -1.64202821e-015, 1.64202821e-015, 0, 1, 0, 1, 0),C1 = CFrame.new(-0.230019569, 0.0100002289, 0.0699958801, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  814. d = New("Part",m,"d",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6104984, 13.3700256, 49.3295021, -1, -1.14941981e-014, 0, 0, 0, -1, -1.14941981e-014, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  815. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  816. mot = New("Motor",d,"mot",{Part0 = d,Part1 = ref1,C0 = CFrame.new(0, 0, 0, -1, 0, -1.64202821e-015, -1.64202821e-015, 0, -1, 0, -1, 0),C1 = CFrame.new(-0.270019531, 0.0100002289, -0.0700187683, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  817. d = New("Part",m,"d",{BrickColor = BrickColor.new("Salmon"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6104984, 13.3300257, 49.3295021, 1, -1.14941981e-014, 0, 0, 0, 1, 1.14941981e-014, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  818. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  819. mot = New("Motor",d,"mot",{Part0 = d,Part1 = ref1,C0 = CFrame.new(0, 0, 0, 1, 0, 1.64202821e-015, -1.64202821e-015, 0, -1, 0, 1, 0),C1 = CFrame.new(-0.230019569, 0.0100002289, -0.0700187683, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  820.  
  821. Main = New("Part",fff1,"Main",{Transparency=1,BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Marble,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(5, 0.600000024, 5),CFrame = CFrame.new(21.4004993, 13.1000175, 49.3994942, -4.37113883e-008, -1, 4.37113883e-008, -4.37113918e-008, -4.37113847e-008, -1, 1, -4.37113918e-008, -4.37113883e-008),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.686275, 0.866667, 1),})
  822. Mesh = New("CylinderMesh",Main,"Mesh",{})
  823. PointLight = New("PointLight",Main,"PointLight",{Color = Color3.new(1, 1, 0),Brightness = 1.5,Range = 10,Shadows = true,})
  824. mot = New("Motor",Main,"mot",{Part0 = Main,Part1 = d1})
  825.  
  826. hitaa = New("Part",RightArm,"hitaa",{BrickColor = BrickColor.new("Pastel brown"),Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-6.89994907, -0.981778979, -19.6199532, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.8, 0.6),})
  827. mot = New("Motor",hitaa,"mot",{Part0 = hitaa,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-4.76837158e-007, -0.981797993, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  828.  
  829. hitbb = New("Part",LeftArm,"hitbb",{BrickColor = BrickColor.new("Pastel brown"),Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-6.89994907, -0.981778979, -19.6199532, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.8, 0.6),})
  830. mot = New("Motor",hitbb,"mot",{Part0 = hitbb,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-4.76837158e-007, -0.981797993, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  831.  
  832.  
  833. for _,v in pairs(Character.fff1:children()) do
  834. if v:IsA("Part") then
  835. v.CanCollide = false
  836. end
  837. end
  838.  
  839. for _,v in pairs(Character.h:children()) do
  840. if v:IsA("Part") then
  841. v.CanCollide = false
  842. end
  843. end
  844.  
  845. for _,v in pairs(Character.m:children()) do
  846. if v:IsA("Part") then
  847. v.CanCollide = false
  848. end
  849. end
  850.  
  851. for _,v in pairs(Character.s1:children()) do
  852. if v:IsA("Part") then
  853. v.CanCollide = false
  854. end
  855. end
  856.  
  857. for _,v in pairs(Character.s2:children()) do
  858. if v:IsA("Part") then
  859. v.CanCollide = false
  860. end
  861. end
  862. reweld = function()
  863. asda1 = Instance.new("Weld",d1)
  864. asda1.Part0 = asda1.Parent
  865. asda1.Part1 = RootPart
  866. asda1.C0 = CFrame.new(1.6,-2,0)*CFrame.Angles(-math.rad(90),0,math.rad(90))
  867. end
  868.  
  869.  
  870. ------------------
  871. Damagefunc = function(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  872.  
  873. if hit.Parent == nil then
  874. return
  875. end
  876. local h = hit.Parent:FindFirstChild("Humanoid")
  877. for _,v in pairs(hit.Parent:children()) do
  878. if v:IsA("Humanoid") then
  879. h = v
  880. end
  881. end
  882. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  883. if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  884. return
  885. end
  886. local c = Create("ObjectValue")({Name = "creator", Value = game:service("Players").LocalPlayer, Parent = h})
  887. game:GetService("Debris"):AddItem(c, 0.5)
  888. if HitSound ~= nil and HitPitch ~= nil then
  889. CreateSound(HitSound, hit, 1, HitPitch)
  890. end
  891. local Damage = math.random(minim, maxim)
  892. local blocked = false
  893. local block = hit.Parent:findFirstChild("Block")
  894. if block ~= nil and block.className == "IntValue" and block.Value > 0 then
  895. blocked = true
  896. block.Value = block.Value - 1
  897. print(block.Value)
  898. end
  899. if blocked == false then
  900. h.Health = h.Health - Damage
  901. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  902. else
  903. h.Health = h.Health - Damage / 2
  904. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  905. end
  906. if Type == "Knockdown" then
  907. local hum = hit.Parent.Humanoid
  908. hum.PlatformStand = true
  909. coroutine.resume(coroutine.create(function(HHumanoid)
  910.  
  911. swait(1)
  912. HHumanoid.PlatformStand = false
  913. end
  914. ), hum)
  915.  
  916. local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit
  917. local bodvol = Create("BodyVelocity")({velocity = angle * knockback, P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  918. local rl = Create("BodyAngularVelocity")({P = 3000, maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000, angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), Parent = hit})
  919. game:GetService("Debris"):AddItem(bodvol, 0.5)
  920. game:GetService("Debris"):AddItem(rl, 0.5)
  921. elseif Type == "Normal" then
  922. local vp = Create("BodyVelocity")({P = 500, maxForce = Vector3.new(math.huge, 0, math.huge), velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05})
  923. if knockback > 0 then
  924. vp.Parent = hit.Parent.Torso
  925. end
  926. game:GetService("Debris"):AddItem(vp, 0.5)
  927. elseif Type == "Up" then
  928. local bodyVelocity = Create("BodyVelocity")({velocity = Vector3.new(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  929. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  930. local bodyVelocity = Create("BodyVelocity")({velocity = Vector3.new(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  931. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  932. elseif Type == "Snare" then
  933. local bp = Create("BodyPosition")({P = 2000, D = 100, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  934. game:GetService("Debris"):AddItem(bp, 1)
  935. elseif Type == "NerfSpeed" then
  936.  
  937. local vp = Create("BodyVelocity")({P = 500, maxForce = Vector3.new(math.huge, 0, math.huge), velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05})
  938. if knockback > 0 then
  939. vp.Parent = hit.Parent.Torso
  940. end
  941. hit.Parent.Humanoid.WalkSpeed = hit.Parent.Humanoid.WalkSpeed - 8
  942. coroutine.wrap(function()
  943. wait(7.5)
  944. hit.Parent.Humanoid.WalkSpeed = hit.Parent.Humanoid.WalkSpeed + 8
  945. end)()
  946. game:GetService("Debris"):AddItem(vp, 0.5)
  947.  
  948. elseif Type == "ZA" then
  949. --[[local BodPos = Create("BodyPosition")({P = 50000, D = 1000, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  950. local BodGy = Create("BodyGyro")({maxTorque = Vector3.new(400000, 400000, 400000) * math.huge, P = 20000, Parent = hit.Parent.Torso, cframe = hit.Parent.Torso.CFrame})]]
  951. hit.Parent.Torso.Anchored = true
  952. elseif Type == "UNZA" then
  953. --[[local BodPos = Create("BodyPosition")({P = 50000, D = 1000, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  954. local BodGy = Create("BodyGyro")({maxTorque = Vector3.new(400000, 400000, 400000) * math.huge, P = 20000, Parent = hit.Parent.Torso, cframe = hit.Parent.Torso.CFrame})]]
  955. hit.Parent.Torso.Anchored = false
  956. elseif Type == "Freeze" then
  957. local BodPos = Create("BodyPosition")({P = 50000, D = 1000, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  958. local BodGy = Create("BodyGyro")({maxTorque = Vector3.new(400000, 400000, 400000) * math.huge, P = 20000, Parent = hit.Parent.Torso, cframe = hit.Parent.Torso.CFrame})
  959. hit.Parent.Torso.Anchored = true
  960.  
  961. coroutine.resume(coroutine.create(function(Part)
  962.  
  963.  
  964.  
  965. swait(1.5)
  966. hit.Parent.Torso.Anchored = false
  967. end), hit.Parent.Torso)
  968. game:GetService("Debris"):AddItem(BodPos, 3)
  969. game:GetService("Debris"):AddItem(BodGy, 3)
  970. end
  971. local debounce = Create("BoolValue")({Name = "DebounceHit", Parent = hit.Parent, Value = true})
  972. game:GetService("Debris"):AddItem(debounce, Delay)
  973. c = Instance.new("ObjectValue")
  974. c.Name = "creator"
  975. c.Value = Player
  976. c.Parent = h
  977. game:GetService("Debris"):AddItem(c, 0.5)
  978. end
  979. end
  980.  
  981. ShowDamage = function(Pos, Text, Time, Color)
  982.  
  983. local Rate = 0.033333333333333
  984. if not Pos then
  985. local Pos = Vector3.new(0, 0, 0)
  986. end
  987. local Text = Text or ""
  988. local Time = Time or 2
  989. if not Color then
  990. local Color = Color3.new(1, 0, 1)
  991. end
  992. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  993. EffectPart.Anchored = true
  994. local BillboardGui = Create("BillboardGui")({Size = UDim2.new(3, 0, 3, 0), Adornee = EffectPart, Parent = EffectPart})
  995. local TextLabel = Create("TextLabel")({BackgroundTransparency = 1, Size = UDim2.new(1, 0, 1, 0), Text = Text, TextColor3 = Color, TextScaled = true, Font = Enum.Font.ArialBold, Parent = BillboardGui})
  996. game.Debris:AddItem(EffectPart, Time + 0.1)
  997. EffectPart.Parent = game:GetService("Workspace")
  998. delay(0, function()
  999.  
  1000. local Frames = Time / Rate
  1001. for Frame = 1, Frames do
  1002. wait(Rate)
  1003. local Percent = Frame / Frames
  1004. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  1005. TextLabel.TextTransparency = Percent
  1006. end
  1007. if EffectPart and EffectPart.Parent then
  1008. EffectPart:Destroy()
  1009. end
  1010. end
  1011. )
  1012. end
  1013.  
  1014. MagniDamage = function(Part, magni, mindam, maxdam, knock, Type, HitSound, HitPitch)
  1015.  
  1016.  
  1017. for _,c in pairs(workspace:children()) do
  1018. local hum = c:findFirstChild("Humanoid")
  1019. if hum ~= nil then
  1020. local head = c:findFirstChild("Torso")
  1021. if head ~= nil then
  1022. local targ = head.Position - Part.Position
  1023. local mag = targ.magnitude
  1024. if mag <= magni and c.Name ~= Player.Name then
  1025. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "http://www.roblox.com/asset/?id=231917784", 1) -- 231917784
  1026. end
  1027. end
  1028.  
  1029. end
  1030. end
  1031. end
  1032.  
  1033. EffectModel = Instance.new("Model", Character)
  1034. EffectModel.Name = "Effects"
  1035. Effects = {
  1036. Block = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  1037.  
  1038. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1039. prt.Anchored = true
  1040. prt.CFrame = cframe
  1041. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1042. game:GetService("Debris"):AddItem(prt, 10)
  1043. if Type == 1 or Type == nil then
  1044. table.insert(Effects, {prt, "Block1", delay, x3, y3, z3, msh})
  1045. else
  1046. if Type == 2 then
  1047. table.insert(Effects, {prt, "Block2", delay, x3, y3, z3, msh})
  1048. end
  1049. end
  1050. end
  1051. }
  1052. ,
  1053. Sphere = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1054.  
  1055. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1056. prt.Anchored = true
  1057. prt.CFrame = cframe
  1058. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1059. game:GetService("Debris"):AddItem(prt, 10)
  1060. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  1061. end
  1062. }
  1063. ,
  1064. Cylinder = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1065.  
  1066. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1067. prt.Anchored = true
  1068. prt.CFrame = cframe
  1069. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1070. game:GetService("Debris"):AddItem(prt, 10)
  1071. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  1072. end
  1073. }
  1074. ,
  1075. Wave = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1076.  
  1077. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1078. prt.Anchored = true
  1079. prt.CFrame = cframe
  1080. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1081. game:GetService("Debris"):AddItem(prt, 10)
  1082. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  1083. end
  1084. }
  1085. ,
  1086. Ring = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1087.  
  1088. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1089. prt.Anchored = true
  1090. prt.CFrame = cframe
  1091. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1092. game:GetService("Debris"):AddItem(prt, 10)
  1093. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  1094. end
  1095. }
  1096. ,
  1097. Break = {Create = function(brickcolor, cframe, x1, y1, z1)
  1098.  
  1099. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  1100. prt.Anchored = true
  1101. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1102. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1103. local num = math.random(10, 50) / 1000
  1104. game:GetService("Debris"):AddItem(prt, 10)
  1105. table.insert(Effects, {prt, "Shatter", num, prt.CFrame, math.random() - math.random(), 0, math.random(50, 100) / 100})
  1106. end
  1107. }
  1108. }
  1109. BlockEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  1110.  
  1111. local prt = CreatePart(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1112. prt.Anchored = true
  1113. prt.CFrame = cframe
  1114. local msh = CreateMesh("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1115. game:GetService("Debris"):AddItem(prt, 10)
  1116. if Type == 1 or Type == nil then
  1117. table.insert(Effects, {prt, "Block1", delay, x3, y3, z3, msh})
  1118. else
  1119. if Type == 2 then
  1120. table.insert(Effects, {prt, "Block2", delay, x3, y3, z3, msh})
  1121. end
  1122. end
  1123. end
  1124.  
  1125. CreateSound = function(id, par, vol, pit)
  1126.  
  1127. coroutine.resume(coroutine.create(function()
  1128.  
  1129. local sou = Instance.new("Sound", par or workspace)
  1130. sou.Volume = vol
  1131. sou.Pitch = pit or 1
  1132. sou.SoundId = id
  1133. swait()
  1134. sou:play()
  1135. game:GetService("Debris"):AddItem(sou, 6)
  1136. end
  1137. ))
  1138. end
  1139.  
  1140. Laser = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1141.  
  1142. local prt = CreatePart(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  1143. prt.Anchored = true
  1144. prt.CFrame = cframe
  1145. prt.Material = "Neon"
  1146. local msh = CreateMesh("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1147. game:GetService("Debris"):AddItem(prt, 10)
  1148. coroutine.resume(coroutine.create(function(Part, Mesh)
  1149.  
  1150. for i = 0, 1, delay do
  1151. swait()
  1152. Part.Transparency = i
  1153. Mesh.Scale = Mesh.Scale + Vector3.new(x3, y3, z3)
  1154. end
  1155. Part.Parent = nil
  1156. end
  1157. ), prt, msh)
  1158. end
  1159.  
  1160. shoottraildd = function(mouse, partt, SpreadAmount)
  1161.  
  1162. local SpreadVectors = Vector3.new(math.random(-SpreadAmount, SpreadAmount), math.random(-SpreadAmount, SpreadAmount), math.random(-SpreadAmount, SpreadAmount))
  1163. local MainPos = partt.Position
  1164. local MainPos2 = mouse.Hit.p + SpreadVectors
  1165. local MouseLook = CFrame.new((MainPos + MainPos2) / 2, MainPos2)
  1166. local speed = 15
  1167. local num = 20
  1168. coroutine.resume(coroutine.create(function()
  1169.  
  1170. repeat
  1171. swait()
  1172. local hit, pos = rayCast(MainPos, MouseLook.lookVector, speed, RootPart.Parent)
  1173. local mag = (MainPos - pos).magnitude
  1174. Laser(BrickColor.new("Pastel light blue"), CFrame.new((MainPos + pos) / 2, pos) * angles(1.57, 0, 0), 1, mag * (speed / (speed / 2)), 1, -0.175, 0, -0.175, 0.15)
  1175. MainPos = MainPos + MouseLook.lookVector * speed
  1176. num = num - 1
  1177. MouseLook = MouseLook * angles(math.rad(-1), 0, 0)
  1178. if hit ~= nil then
  1179. num = 0
  1180. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=377357848", refpart, 1, 1.2)
  1181. local refpart = CreatePart(EffectModel, "SmoothPlastic", 0, 1, BrickColor.new("Really black"), "Effect", Vector3.new())
  1182. refpart.Anchored = true
  1183. refpart.CFrame = CFrame.new(pos)
  1184. game:GetService("Debris"):AddItem(refpart, 2)
  1185. end
  1186. do
  1187. if num <= 0 then
  1188. local refpart = CreatePart(EffectModel, "SmoothPlastic", 0, 1, BrickColor.new("Really black"), "Effect", Vector3.new())
  1189. refpart.Anchored = true
  1190. refpart.CFrame = CFrame.new(pos)
  1191. if hit ~= nil then
  1192. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=377357848", refpart, 1, 1.2)
  1193.  
  1194. Effects.Ring.Create(BrickColor.new("Pastel light blue"), refpart.CFrame*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)), .4, 1, .4, 1, 1, 1, 0.03)
  1195. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), refpart.CFrame, .4, 2, .4, 2, 6, 2, 0.04)
  1196. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), refpart.CFrame, .5, 1, .5, 3.5, -0.1, 3.5, 0.03)
  1197. Effects.Break.Create(BrickColor.new("Pastel light blue"), refpart.CFrame, 1, 1, 8, 0, 0, 0, 0.02)
  1198. Effects.Break.Create(BrickColor.new("Pastel light blue"), refpart.CFrame, 1, 1, 8, 0, 0, 0, 0.02)
  1199. Effects.Break.Create(BrickColor.new("Pastel light blue"), refpart.CFrame, 1, 1, 8, 0, 0, 0, 0.02)
  1200. Effects.Break.Create(BrickColor.new("Pastel light blue"), refpart.CFrame, 1, 1, 8, 0, 0, 0, 0.02)
  1201. MagniDamage(refpart, 15, 4, 6, 0, "Snare")
  1202. end
  1203. game:GetService("Debris"):AddItem(refpart, 0)
  1204. end
  1205. end
  1206. until num <= 0
  1207. end
  1208. ))
  1209. end
  1210.  
  1211. attackone = function()
  1212.  
  1213. attack = true
  1214. for i = 0, .8, 0.1 do
  1215. swait()
  1216. PlayAnimationFromTable({
  1217. CFrame.new(0, -0, -0, 0.983240366, 0, -0.182314038, 0, 1, 0, 0.182314053, 0, 0.983240366) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1218. CFrame.new(8.56816769e-008, 1.49998975, 3.27825546e-007, 0.968345106, 0.0211830046, 0.248714969, 0, 0.996392667, -0.0848625675, -0.249615386, 0.0821762457, 0.964851975) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1219. CFrame.new(1.47883904, 1.37533414, -0.118989259, 0.996842504, -0.0781434923, 0.0140943676, -0.0766539723, -0.993345499, -0.0859594867, 0.020717755, 0.0846076906, -0.996199012) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1220. CFrame.new(-1.46654546, -0.00545517821, 0.177010268, 0.969353974, 0.160958394, 0.185594693, -0.158087075, 0.986961246, -0.0302666947, -0.18804644, -9.81613994e-007, 0.982160091) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1221. CFrame.new(0.610617697, -1.99094284, 0.0384979583, 0.988270342, -0.0815663189, 0.129107922, 0.0808790103, 0.996667981, 0.0105663948, -0.129539579, -3.33413482e-007, 0.991574347) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1222. CFrame.new(-0.514573693, -1.9992379, 0.0393124409, 0.9955194, 0.0519619919, 0.079001002, -0.0517990179, 0.99864912, -0.00411220873, -0.0791079402, 1.60932541e-006, 0.996866107) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1223. }, .3, false)
  1224. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1225. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1226. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1227. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1228. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1229. end
  1230.  
  1231. local icepart1 = CreatePart(effect, "SmoothPlastic", 0.5, 0, BrickColor.new("Pastel yellow"), "Ice", vt(2, 4, 2))
  1232. icepart1.Anchored = true
  1233. icepart1.Material = Enum.Material.Neon
  1234. i1msh = CreateMesh("SpecialMesh", icepart1, "FileMesh", "http://www.roblox.com/asset/?id=1778999", vt(0, 0, 0), vt(0.7, 2, 0.7))
  1235. icepart1.CFrame = cf(d1.Position)
  1236. game:GetService("Debris"):AddItem(icepart1, 20)
  1237. MouseLook = cf(icepart1.Position, mouse.Hit.p)
  1238. table.insert(ShootEffects, {MouseLook, "ShootIce", 50, icepart1.Position, 8, 27, 0, icepart1, 7, 2})
  1239. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=243711369", RootPart, 1, 1)
  1240. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), Main.CFrame, 20, 20, 20, 7,7,7, 0.04)
  1241. for i = 0, 1, 0.1 do
  1242. swait()
  1243. PlayAnimationFromTable({
  1244. CFrame.new(-0.00851282757, 0, 0.0190916806, 0.997331738, 0, 0.0730039924, 0, 1, 0, -0.073003985, 0, 0.997331738) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1245. CFrame.new(-1.70897692e-007, 1.49998987, -1.6912818e-006, 0.998496473, -0.0161174443, 0.0523953661, 0.0127870068, 0.997913361, 0.0632886514, -0.0533060879, -0.062523514, 0.996618986) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1246. CFrame.new(1.41756415, 0.446261495, -0.661091387, 0.989582777, -0.14088431, -0.0296280943, -0.022518998, 0.0517899916, -0.998404145, 0.142193913, 0.988670647, 0.0480779111) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1247. CFrame.new(-1.46655786, -0.00545603503, 0.177008122, 0.969354093, 0.160958484, 0.18559435, -0.15808706, 0.986961246, -0.0302672647, -0.188046187, -3.66009772e-007, 0.98216033) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1248. CFrame.new(0.610601902, -1.99094224, 0.0384980775, 0.988270879, -0.0815661848, 0.129104376, 0.0808790103, 0.996667922, 0.0105653116, -0.129535973, 4.46569175e-007, 0.991574824) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1249. CFrame.new(-0.514607847, -1.99923801, 0.0393167809, 0.99551934, 0.0519619472, 0.0790022239, -0.0517989732, 0.998649061, -0.00411218312, -0.0791091472, 1.52480789e-006, 0.996866107) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1250. }, .3, false)
  1251. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1252. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1253. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1254. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1255. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1256. end
  1257.  
  1258. attack = false
  1259. end
  1260.  
  1261. attacktwo = function()
  1262.  
  1263. attack = true
  1264. for i = 0, .8, 0.1 do
  1265. swait()
  1266. PlayAnimationFromTable({
  1267. CFrame.new(0, -0, -0, 0.915169716, 0, -0.403068811, 0, 1, 0, 0.403068841, 0, 0.915169716) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1268. CFrame.new(0, 1.49998999, 0, 0.915169716, 0, 0.403068841, 0, 1, 0, -0.403068811, 0, 0.915169716) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1269. CFrame.new(1.72302592, 0.480873883, 0.34545505, -0.360856354, -0.932621479, 1.3820827e-006, 0.0416060127, -0.0160999689, -0.999004364, 0.931692958, -0.360497057, 0.0446124338) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1270. CFrame.new(-1.60763597, 0.0917641222, 0.111390933, 0.964031518, 0.193775475, 0.181918919, -0.19041495, 0.981045961, -0.035931509, -0.185433418, -9.68575478e-007, 0.982656896) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1271. CFrame.new(0.549230337, -1.97915792, 0.171269327, 0.995902479, -2.57045031e-007, 0.090434432, -0.0109210024, 0.992681265, 0.120269552, -0.0897725523, -0.120764367, 0.988613605) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1272. CFrame.new(-0.513430953, -1.99406397, -0.104594104, 0.991901577, -2.01165676e-007, 0.127009511, 0.00719299726, 0.998395145, -0.056173306, -0.126805633, 0.0566319749, 0.990309715) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1273. }, .3, false)
  1274. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1275. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1276. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1277. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1278. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1279. end
  1280. for i = 0, 1, 0.1 do
  1281. swait()
  1282. PlayAnimationFromTable({
  1283. CFrame.new(0.0512321219, 0, 0.0664251596, 0.597703338, 0, 0.80171746, 0, 1, 0, -0.80171746, 0, 0.597703338) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1284. CFrame.new(-0.0930336639, 1.49998999, -0.0208555777, 0.803879023, 0, -0.594793081, 0, 1, 0, 0.594793081, 0, 0.803879023) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1285. CFrame.new(1.37545145, 0.43551597, -0.697339773, 0.770106077, -0.637804031, 0.0119516104, 0.0810759738, 0.0792760402, -0.993550301, 0.632742822, 0.766108036, 0.112761557) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1286. CFrame.new(-1.59538281, 0.133316398, 0.058069095, 0.928464472, 0.363101572, 0.0781743824, -0.364578098, 0.931159317, 0.00501947524, -0.0709702671, -0.0331610888, 0.996927142) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1287. CFrame.new(0.727690279, -1.98223972, -0.035868004, 0.92835331, -0.158009529, 0.336442113, 0.164802998, 0.986290216, 0.00846458785, -0.333167076, 0.0475885421, 0.941666245) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1288. CFrame.new(-0.607054114, -2.02382755, -0.0483864322, 0.995053411, 0.0982613564, 0.0146176517, -0.0972279757, 0.993469954, -0.0597009957, -0.020388484, 0.0579844266, 0.9981094) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1289. }, .3, false)
  1290. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1291. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1292. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1293. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1294. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1295. end
  1296. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=200633327", hitaa, 1, 1)
  1297. MagniDamage(hitaa, 5, 10, 15, 8, "Normal")
  1298. Effects.Ring.Create(BrickColor.new("Pastel yellow"), hitaa.CFrame*CFrame.Angles(math.random(-3,3),math.random(-3,3),math.random(-3,3)), 1, 1, 1, .4, .4, .4, 0.07)
  1299. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), hitaa.CFrame, 3, 3, 3, 1, 1, 1, 0.07)
  1300. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), hitaa.CFrame, 5, 5, 5, 1, 1, 1, 0.07)
  1301.  
  1302. attack = false
  1303. end
  1304.  
  1305. attackthree = function()
  1306.  
  1307. attack = true
  1308. for i = 0, .8, 0.1 do
  1309. swait()
  1310. PlayAnimationFromTable({
  1311. CFrame.new(0.0512321219, 0, 0.0664251596, 0.597703338, 0, 0.80171746, 0, 1, 0, -0.80171746, 0, 0.597703338) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1312. CFrame.new(-0.0930336639, 1.49998999, -0.0208555777, 0.803879023, 0, -0.594793081, 0, 1, 0, 0.594793081, 0, 0.803879023) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1313. CFrame.new(1.60971248, 0.207180589, -0.495457321, 0.275419563, -0.303849936, -0.912041426, -0.0474039912, 0.943287611, -0.328574836, 0.960154772, 0.133730352, 0.245396167) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1314. CFrame.new(-1.78717256, 0.447586179, 0.334187806, 0.0612866357, 0.951363683, 0.301912785, -0.998120248, 0.0583484732, 0.0187498312, 0.000221760944, -0.302494347, 0.953151345) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1315. CFrame.new(0.727688074, -1.98223948, -0.035872139, 0.931450605, -0.158010811, -0.327768952, 0.132881016, 0.986289978, -0.0978505537, 0.338736713, 0.0475886948, 0.939677) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1316. CFrame.new(-0.519062459, -1.94417262, -0.151531458, 0.96966517, -0.0462034196, -0.240031272, 0.00256700069, 0.983844101, -0.179009229, 0.244424284, 0.172962844, 0.954117835) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1317. }, .3, false)
  1318. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1319. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1320. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1321. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1322. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1323. end
  1324. for i = 0, 1, 0.1 do
  1325. swait()
  1326. PlayAnimationFromTable({
  1327. CFrame.new(0.0462111123, 0, 0.202685356, 0.461550891, 0, -0.88711375, 0, 1, 0, 0.88711375, 0, 0.461550921) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1328. CFrame.new(-0.0968333483, 1.49998999, 0.02548212, 0.18550694, 0, 0.982643008, 0, 1, 0, -0.982643008, 0, 0.18550697) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1329. CFrame.new(1.6466248, 0.240842074, 0.0897599757, -0.152841717, -0.389663756, -0.908185959, -0.0286720004, 0.920344889, -0.390055358, 0.987834692, -0.0335772336, -0.151839584) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1330. CFrame.new(-1.72251821, 0.453693986, -0.312195331, 0.386920214, 0.919621527, 0.0677430406, 0.00720899832, 0.070446007, -0.997489572, -0.922085106, 0.386437207, 0.020627439) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1331. CFrame.new(0.7345801, -1.9846673, 0.0372933596, 0.985809922, -0.158008948, -0.0566743612, 0.15479894, 0.986290276, -0.0571744256, 0.0649315119, 0.0475899801, 0.996754408) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1332. CFrame.new(-0.648979306, -1.92699826, 0.116046399, 0.914659441, 0.134477407, 0.38120085, -0.123473041, 0.990915298, -0.0533050522, -0.384905994, 0.00168794766, 0.922954321) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1333. }, .3, false)
  1334. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1335. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1336. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1337. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1338. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1339. end
  1340. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=200633327", hitbb, 1, 1)
  1341. MagniDamage(hitbb, 5, 10, 15, 8, "Normal")
  1342. Effects.Ring.Create(BrickColor.new("Pastel yellow"), hitbb.CFrame*CFrame.Angles(math.random(-3,3),math.random(-3,3),math.random(-3,3)), 1, 1, 1, .4, .4, .4, 0.07)
  1343. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), hitbb.CFrame, 3, 3, 3, 1, 1, 1, 0.07)
  1344. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), hitbb.CFrame, 5, 5, 5, 1, 1, 1, 0.07)
  1345.  
  1346. attack = false
  1347. end
  1348.  
  1349. speedy = function()
  1350.  
  1351. attack = true
  1352. for i = 0, 2, 0.1 do
  1353. swait()
  1354. PlayAnimationFromTable({
  1355. CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1356. CFrame.new(0, 1.49150038, -0.0688499361, 1, 0, 0, 0, 0.992482662, 0.122385956, 0, -0.122385956, 0.992482662) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1357. CFrame.new(0.725152731, 0.0744890273, -0.672266722, 0.865225017, 0.501383841, 4.32208509e-007, -0.387073994, 0.667963982, -0.635608315, -0.318684012, 0.549943984, 0.772011757) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1358. CFrame.new(-0.655232072, 0.0590805709, -0.61469841, 0.785735309, -0.6019665, -0.142325431, 0.451796144, 0.715657234, -0.532649159, 0.42249316, 0.354219079, 0.834283233) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1359. CFrame.new(0.610615134, -1.990942, 0.0385110974, 0.9882707, -0.0815659091, 0.129105181, 0.0808790028, 0.996667981, 0.0105633158, -0.129536599, 2.48372089e-006, 0.991574824) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1360. CFrame.new(-0.519666016, -1.9989748, -0.0244619809, 0.995519519, 0.0519621335, 0.0789999664, -0.0517989993, 0.99864912, -0.00411419664, -0.0791070238, 3.64350853e-006, 0.996866226) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1361. }, .1, false)
  1362. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1363. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1364. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1365. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1366. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1367. end
  1368. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), Torso.CFrame, 5, 5, 5, 7, 7, 7, 0.04)
  1369. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=199145350", hitbb, 1.8, 1)
  1370. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=206083122", hitbb, 1.8, 1.1)
  1371. Humanoid.WalkSpeed = Humanoid.WalkSpeed + 8
  1372. MagniDamage(RootPart, 15, 5, 20, 0, "NerfSpeed")
  1373. for i = 0, 2.5, 0.1 do
  1374. swait()
  1375. PlayAnimationFromTable({
  1376. CFrame.new(0, -0.00939341728, 0.125396341, 1, 0, -0, 0, 0.997205973, -0.0747009963, 0, 0.0747009963, 0.997205973) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1377. CFrame.new(0, 1.45105875, 0.0791763514, 1, 0, -0, 0, 0.996746778, -0.0805972219, -0, 0.0805972219, 0.996746778) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1378. CFrame.new(1.97454011, 0.509812295, -0.0234206058, 0.0669680238, -0.99768585, 0.0117595494, 0.0795672387, -0.00640839292, -0.996808946, 0.994577467, 0.0676899999, 0.0789539516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1379. CFrame.new(-1.97330952, 0.508654654, -0.107940592, 0.112083934, 0.993531048, -0.0182603225, -0.212485954, 0.00601216126, -0.977145731, -0.970714688, 0.113402396, 0.211785227) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1380. CFrame.new(0.610615134, -1.990942, 0.0385110974, 0.9882707, -0.0815659091, 0.129105181, 0.0808790028, 0.996667981, 0.0105633158, -0.129536599, 2.48372089e-006, 0.991574824) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1381. CFrame.new(-0.519666016, -1.9989748, -0.0244619809, 0.995519519, 0.0519621335, 0.0789999664, -0.0517989993, 0.99864912, -0.00411419664, -0.0791070238, 3.64350853e-006, 0.996866226) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1382. }, .2, false)
  1383. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1384. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1385. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1386. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1387. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1388. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), Torso.CFrame* CFrame.new(math.random(-15,15),-3.5,math.random(-15,15)), 3, 5, 3, 0, 5, 0, 0.055)
  1389. end
  1390.  
  1391. attack = false
  1392. wait(14)
  1393. Humanoid.WalkSpeed = Humanoid.WalkSpeed - 8
  1394. end
  1395.  
  1396. coldbullet = function()
  1397.  
  1398. attack = true
  1399. for i = 0, 1, 0.1 do
  1400. swait()
  1401. PlayAnimationFromTable({
  1402. CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1403. CFrame.new(0, 1.48415041, 0.0942030549, 1, 0, -0, 0, 0.986156881, -0.165814981, 0, 0.165814981, 0.986156881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1404. CFrame.new(1.54259729, 1.40340829, -0.276845753, 0.991367102, -0.131115481, -1.97978102e-006, -0.124968015, -0.944881439, -0.302625418, 0.0396770053, 0.300013155, -0.953109622) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1405. CFrame.new(-1.51970267, 0.0644921362, 0, 0.996598005, 0.082415998, 0, -0.082415998, 0.996598005, 0, -0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1406. CFrame.new(0.569116831, -2.00013852, 0.0165762268, 0.990056217, -0.0815572739, 0.114619412, 0.0808790028, 0.996667981, 0.0105633158, -0.115099013, -0.00118797144, 0.993353546) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1407. CFrame.new(-0.560130596, -2.00817132, -0.0628854185, 0.985871851, 0.051956106, -0.159239814, -0.0514129922, 0.99864912, 0.00753138354, 0.15941599, 0.000762016047, 0.987211287) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1408. }, .3, false)
  1409. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1410. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1411. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1412. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)
  1413. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1414. end
  1415.  
  1416. local aaaaa = New("Part",EffectModel,"aaaaa",{CanCollide= false,BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Neon,Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-50.3999252, 0.0900051594, -10.1199179, 1, -1.27036265e-006, -2.38418579e-007, 1.26942575e-006, 1, 2.36354492e-010, 2.83122034e-007, 4.84627505e-010, 0.999999821),Color = Color3.new(0.686275, 0.866667, 1),})
  1417. Mesh = New("SpecialMesh",aaaaa,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  1418. mots = New("Motor",aaaaa,"mot",{Part0 = aaaaa,Part1 = RootPart,C0 = CFrame.new(0, 0, 0, 0.999999762, 0.000308061455, 0.000602531713, -0.000307433715, 0.999999404, -0.00104269374, -0.000602822693, 0.00104250852, 0.999999166),C1 = CFrame.new(0.000949859619, 0.0905847028, -3.29769325, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  1419. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=315746833", aaaaa, 1, 1.2)
  1420. local as1 = New("Part",EffectModel,"as1",{BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Neon,Size = Vector3.new(1.20000005, 1.20000005, 1.20000005),CFrame = CFrame.new(-48.399929, 1.29000497, -10.1199169, 1, -1.27067494e-006, -2.23517418e-007, 1.26911345e-006, 1, 4.76801709e-010, 2.98023167e-007, 7.25055627e-010, 0.999999702),Color = Color3.new(0.686275, 0.866667, 1),})
  1421. Mesh = New("SpecialMesh",as1,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  1422. as1.CFrame = RootPart.CFrame * CFrame.new(20,0,0)
  1423. mot = New("Motor",as1,"mot",{Part0 = as1,Part1 = aaaaa,C0 = CFrame.new(0, 0, 0, 1, 1.26973805e-006, 2.68220901e-007, -1.27005035e-006, 1, 2.44199327e-010, -2.5331974e-007, -4.09272616e-012, 0.99999994),C1 = CFrame.new(1.99999619, 1.19999731, 0, 1, 1.26973805e-006, 2.68220901e-007, -1.27005035e-006, 1, 2.44199327e-010, -2.5331974e-007, -4.09272616e-012, 0.99999994),})
  1424. local as2 = New("Part",EffectModel,"as2",{CanCollide= false,BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Neon,Size = Vector3.new(1.20000005, 1.20000005, 1.20000005),CFrame = CFrame.new(-52.399929, 1.29000497, -10.1199179, 1, -1.27067494e-006, -2.23517418e-007, 1.26911345e-006, 1, 4.76801709e-010, 2.98023167e-007, 7.25055627e-010, 0.999999702),Color = Color3.new(0.686275, 0.866667, 1),})
  1425. Mesh = New("SpecialMesh",as2,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  1426. mot = New("Motor",as2,"mot",{Part0 = as2,Part1 = aaaaa,C0 = CFrame.new(0, 0, 0, 1, 1.26973805e-006, 2.68220901e-007, -1.27005035e-006, 1, 2.44199327e-010, -2.5331974e-007, -4.09272616e-012, 0.99999994),C1 = CFrame.new(-2.00000381, 1.20000231, 9.53674316e-007, 1, 1.26973805e-006, 2.68220901e-007, -1.27005035e-006, 1, 2.44199327e-010, -2.5331974e-007, -4.09272616e-012, 0.99999994),})
  1427. local as3 = New("Part",EffectModel,"as3",{CanCollide= false,BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Neon,Size = Vector3.new(1.20000005, 1.20000005, 1.20000005),CFrame = CFrame.new(-50.399929, 2.39000511, -10.1199179, 1, -1.27067494e-006, -2.23517418e-007, 1.26911345e-006, 1, 4.76801709e-010, 2.98023167e-007, 7.25055627e-010, 0.999999702),Color = Color3.new(0.686275, 0.866667, 1),})
  1428. Mesh = New("SpecialMesh",as3,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  1429. mot = New("Motor",as3,"mot",{Part0 = as3,Part1 = aaaaa,C0 = CFrame.new(0, 0, 0, 1, 1.26973805e-006, 2.68220901e-007, -1.27005035e-006, 1, 2.44199327e-010, -2.5331974e-007, -4.09272616e-012, 0.99999994),C1 = CFrame.new(0, 2.29999995, 0, 1, 1.26973805e-006, 2.68220901e-007, -1.27005035e-006, 1, 2.44199327e-010, -2.5331974e-007, -4.09272616e-012, 0.99999994),})
  1430. local as4 = New("Part",EffectModel,"as4",{CanCollide= false,BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Neon,Size = Vector3.new(1.20000005, 1.20000005, 1.20000005),CFrame = CFrame.new(-50.399929, -2.10999489, -10.1199179, 1, -1.27067494e-006, -2.23517418e-007, 1.26911345e-006, 1, 4.76801709e-010, 2.98023167e-007, 7.25055627e-010, 0.999999702),Color = Color3.new(0.686275, 0.866667, 1),})
  1431. Mesh = New("SpecialMesh",as4,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  1432. mot = New("Motor",as4,"mot",{Part0 = as4,Part1 = aaaaa,C0 = CFrame.new(0, 0, 0, 1, 1.26973805e-006, 2.68220901e-007, -1.27005035e-006, 1, 2.44199327e-010, -2.5331974e-007, -4.09272616e-012, 0.99999994),C1 = CFrame.new(-7.62939453e-006, -2.20000005, 0, 1, 1.26973805e-006, 2.68220901e-007, -1.27005035e-006, 1, 2.44199327e-010, -2.5331974e-007, -4.09272616e-012, 0.99999994),})
  1433. local as5 = New("Part",EffectModel,"as5",{CanCollide= false,BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Neon,Size = Vector3.new(1.20000005, 1.20000005, 1.20000005),CFrame = CFrame.new(-52.399929, -1.10999513, -10.1199179, 1, -1.27067494e-006, -2.23517418e-007, 1.26911345e-006, 1, 4.76801709e-010, 2.98023167e-007, 7.25055627e-010, 0.999999702),Color = Color3.new(0.686275, 0.866667, 1),})
  1434. Mesh = New("SpecialMesh",as5,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  1435. mot = New("Motor",as5,"mot",{Part0 = as5,Part1 = aaaaa,C0 = CFrame.new(0, 0, 0, 1, 1.26973805e-006, 2.68220901e-007, -1.27005035e-006, 1, 2.44199327e-010, -2.5331974e-007, -4.09272616e-012, 0.99999994),C1 = CFrame.new(-2.00000381, -1.19999778, 9.53674316e-007, 1, 1.26973805e-006, 2.68220901e-007, -1.27005035e-006, 1, 2.44199327e-010, -2.5331974e-007, -4.09272616e-012, 0.99999994),})
  1436. local as6 = New("Part",EffectModel,"as6",{CanCollide= false,BrickColor = BrickColor.new("Pastel light blue"),Material = Enum.Material.Neon,Size = Vector3.new(1.20000005, 1.20000005, 1.20000005),CFrame = CFrame.new(-48.399929, -1.10999513, -10.1199169, 1, -1.27005035e-006, -2.5331974e-007, 1.26973805e-006, 1, -4.09272616e-012, 2.68220901e-007, 2.44199327e-010, 0.99999994),Color = Color3.new(0.686275, 0.866667, 1),})
  1437. Mesh = New("SpecialMesh",as6,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  1438. mot = New("Motor",as6,"mot",{Part0 = as6,Part1 = aaaaa,C0 = CFrame.new(0, 0, 0, 1, 1.26973805e-006, 2.68220901e-007, -1.27005035e-006, 1, 2.44199327e-010, -2.5331974e-007, -4.09272616e-012, 0.99999994),C1 = CFrame.new(1.99999619, -1.20000279, 0, 1, 1.26973805e-006, 2.68220901e-007, -1.27005035e-006, 1, 2.44199327e-010, -2.5331974e-007, -4.09272616e-012, 0.99999994),})
  1439. wait(0.0001)
  1440. mots:Remove()
  1441. aaaaa.Anchored = true
  1442. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as1.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1443. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as2.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1444. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as3.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1445. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as4.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1446. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as5.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1447. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as6.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1448.  
  1449. for i = 0, 1, 0.1 do
  1450. swait()
  1451. PlayAnimationFromTable({
  1452. CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1453. CFrame.new(0, 1.48415041, 0.0942030549, 1, 0, -0, 0, 0.986156881, -0.165814981, 0, 0.165814981, 0.986156881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1454. CFrame.new(1.54259729, 1.40340829, -0.276845753, 0.991367102, -0.131115481, -1.97978102e-006, -0.124968015, -0.944881439, -0.302625418, 0.0396770053, 0.300013155, -0.953109622) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1455. CFrame.new(-1.51970267, 0.0644921362, 0, 0.996598005, 0.082415998, 0, -0.082415998, 0.996598005, 0, -0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1456. CFrame.new(0.569116831, -2.00013852, 0.0165762268, 0.990056217, -0.0815572739, 0.114619412, 0.0808790028, 0.996667981, 0.0105633158, -0.115099013, -0.00118797144, 0.993353546) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1457. CFrame.new(-0.560130596, -2.00817132, -0.0628854185, 0.985871851, 0.051956106, -0.159239814, -0.0514129922, 0.99864912, 0.00753138354, 0.15941599, 0.000762016047, 0.987211287) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1458. }, .3, false)
  1459. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1460. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1461. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1462. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)
  1463. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1464. end
  1465. for i = 0, .8, 0.1 do
  1466. swait()
  1467. PlayAnimationFromTable({
  1468. CFrame.new(-0.0534169301, -4.47034836e-007, -0.0169453733, 0.962434232, 0, -0.271515071, 0, 1, 0, 0.271515071, 0, 0.962434232) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1469. CFrame.new(-9.7900629e-006, 1.48415017, 0.0942019373, 0.851388931, 1.45286322e-007, 0.52453506, 0.0869760439, 0.986156821, -0.14117375, -0.517273903, 0.165815741, 0.839602947) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1470. CFrame.new(1.56265366, 1.3869462, 0.274677634, 0.987873316, -0.155027479, 0.00854469836, -0.14991197, -0.93805933, 0.312363833, -0.0404095203, -0.309856832, -0.949924231) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1471. CFrame.new(-1.51970673, 0.0644919425, -9.06500372e-006, 0.996598125, 0.0824159682, -1.57952309e-006, -0.0824159682, 0.996598005, 3.12086399e-007, 1.57952309e-006, -1.86264515e-007, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1472. CFrame.new(0.569116831, -2.00013852, 0.0165762268, 0.990056217, -0.0815572739, 0.114619412, 0.0808790028, 0.996667981, 0.0105633158, -0.115099013, -0.00118797144, 0.993353546) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1473. CFrame.new(-0.560130596, -2.00817132, -0.0628854185, 0.985871851, 0.051956106, -0.159239814, -0.0514129922, 0.99864912, 0.00753138354, 0.15941599, 0.000762016047, 0.987211287) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1474. }, .3, false)
  1475. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1476. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1477. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1478. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)
  1479. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1480. end
  1481.  
  1482. coroutine.wrap(function()
  1483. shoottraildd(mouse, as1, 0)
  1484. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as1.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1485. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=588734356", aaaaa, 1.2, 1)
  1486. wait(0.000001)
  1487. as1:Remove()
  1488. wait(0.3)
  1489. shoottraildd(mouse, as2, 0)
  1490. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as2.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1491. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=588734356", aaaaa, 1.2, 1)
  1492. wait(0.000001)
  1493. as2:Remove()
  1494. wait(0.3)
  1495. shoottraildd(mouse, as3, 0)
  1496. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as3.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1497. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=588734356", aaaaa, 1.2, 1)
  1498. wait(0.000001)
  1499. as3:Remove()
  1500. wait(0.3)
  1501. shoottraildd(mouse, as4, 0)
  1502. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as4.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1503. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=588734356", aaaaa, 1.2, 1)
  1504. wait(0.000001)
  1505. as4:Remove()
  1506. wait(0.3)
  1507. shoottraildd(mouse, as5, 0)
  1508. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as5.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1509. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=588734356", aaaaa, 1.2, 1)
  1510. wait(0.000001)
  1511. as5:Remove()
  1512. wait(0.3)
  1513. shoottraildd(mouse, as6, 0)
  1514. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as6.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1515. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=588734356", aaaaa, 1.2, 1)
  1516. wait(0.000001)
  1517. as6:Remove()
  1518. wait(0.5)
  1519. aaaaa:Remove()
  1520. end)()
  1521. for i = 0, 1, 0.1 do
  1522. swait()
  1523. PlayAnimationFromTable({
  1524. CFrame.new(-0.111820459, -4.47034836e-007, 0.023071155, 0.929634094, 0, 0.36848399, 0, 1, 0, -0.36848402, 0, 0.929634094) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1525. CFrame.new(-0.0756670386, 1.48687446, 0.0632101893, 0.965196848, 0.0614212155, -0.254209608, -0.0433639772, 0.996161222, 0.07604222, 0.257904291, -0.0623721778, 0.964155138) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1526. CFrame.new(1.44207835, 0.328478098, -0.827597618, 0.974427521, -0.17347005, -0.142825827, -0.113971032, 0.166241989, -0.979476571, 0.193653479, 0.97070682, 0.142220229) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1527. CFrame.new(-1.51971054, 0.0644920543, 3.54305644e-006, 0.996598125, 0.0824160054, -1.37090683e-006, -0.0824160054, 0.996598125, 2.26883776e-006, 1.51991844e-006, -2.1494925e-006, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1528. CFrame.new(0.569116831, -2.00013852, 0.0165762268, 0.990056217, -0.0815572739, 0.114619412, 0.0808790028, 0.996667981, 0.0105633158, -0.115099013, -0.00118797144, 0.993353546) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1529. CFrame.new(-0.560130596, -2.00817132, -0.0628854185, 0.985871851, 0.051956106, -0.159239814, -0.0514129922, 0.99864912, 0.00753138354, 0.15941599, 0.000762016047, 0.987211287) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1530. }, .3, false)
  1531. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1532. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1533. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1534. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)
  1535. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1536. end
  1537. attack = false
  1538. end
  1539.  
  1540. itstimetostop = function()
  1541.  
  1542. attack = true
  1543. local Partss = New("Part",EffectModel,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = RootPart.CFrame,CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1544. wait(0.000001)
  1545. Partss.Anchored = true
  1546. for i = 0, 2.5, 0.1 do
  1547. swait()
  1548. PlayAnimationFromTable({
  1549. CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1550. CFrame.new(7.72176281e-006, 1.49709809, -0.0341288596, 0.999996305, -1.09264441e-007, -2.76946639e-006, -1.46610135e-009, 0.999243379, -0.03889402, -2.77162098e-006, 0.0388943031, 0.99925077) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1551. CFrame.new(1.58703041, 0.0667609274, 0, 0.989292264, -0.145948023, 0, 0.145948023, 0.989292264, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1552. CFrame.new(-1.57452953, 0.0782548338, 0, 0.987653613, 0.15665409, 0, -0.15665409, 0.987653613, 0, -0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1553. CFrame.new(0.569116831, -2.00013852, 0.0165762268, 0.990056217, -0.0815572739, 0.114619412, 0.0808790028, 0.996667981, 0.0105633158, -0.115099013, -0.00118797144, 0.993353546) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1554. CFrame.new(-0.560130596, -2.00817132, -0.0628854185, 0.985871851, 0.051956106, -0.159239814, -0.0514129922, 0.99864912, 0.00753138354, 0.15941599, 0.000762016047, 0.987211287) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1555. }, .1, false)
  1556. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1557. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1558. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1559. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)
  1560. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1561. end
  1562.  
  1563. RootPart.CFrame = RootPart.CFrame * cn(0, 0, 35)
  1564. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), Partss.CFrame, 5, 5, 5, 4, 4, 4, 0.07)
  1565. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), RootPart.CFrame, 5, 5, 5, 4, 4, 4, 0.07)
  1566. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=206083431", RootPart, 1, 1)
  1567. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=206083431", Partss, 1, 1)
  1568.  
  1569. for i = 0, 1, 0.1 do
  1570. swait()
  1571. PlayAnimationFromTable({
  1572. CFrame.new(0, 0, 0, 0.999992609, -2.93219404e-009, -5.54325197e-006, -2.93219404e-009, 1, -2.25555485e-009, -5.54325197e-006, -2.25555485e-009, 1.00001478) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1573. CFrame.new(7.81543258e-006, 1.49709809, -0.0341300145, 0.999992609, 4.63888114e-007, -5.50921868e-006, -2.93219404e-009, 0.996447384, 0.0842180401, -5.54325197e-006, -0.0842192918, 0.996462286) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1574. CFrame.new(2.02800846, 0.543468714, -0.1216157, 0.000593992707, -0.992605269, 0.121324614, 0.999999821, 0.00058961421, -7.20731914e-005, -5.54607027e-009, 0.121338286, 0.99262619) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1575. CFrame.new(-1.99515152, 0.474708557, -0.149513379, 0.000463999459, 0.985972464, -0.166863158, -0.999999881, 0.000457491755, -7.74242799e-005, -3.11408871e-010, 0.166855961, 0.985996306) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1576. CFrame.new(0.569116831, -2.00013852, 0.0165762268, 0.990056217, -0.0815572739, 0.114619412, 0.0808790028, 0.996667981, 0.0105633158, -0.115099013, -0.00118797144, 0.993353546) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1577. CFrame.new(-0.560130596, -2.00817132, -0.0628854185, 0.985871851, 0.051956106, -0.159239814, -0.0514129922, 0.99864912, 0.00753138354, 0.15941599, 0.000762016047, 0.987211287) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1578. }, .3, false)
  1579. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1580. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1581. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1582. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)
  1583. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1584. end
  1585.  
  1586. for i = 0, .6, 0.1 do
  1587. swait()
  1588. PlayAnimationFromTable({
  1589. CFrame.new(0, 0, -0, 1, -1.07449856e-015, 0, -1.07449856e-015, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1590. CFrame.new(7.62939453e-006, 1.49709415, -0.0341291353, 1, 2.27373675e-013, 3.63797881e-012, -1.07449856e-015, 0.996447265, 0.0842192993, 0, -0.0842192844, 0.996447325) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1591. CFrame.new(0.84205848, 0.408117235, -0.891217828, 0.000593980891, 0.713094711, 0.701067507, 0.999999881, -0.000423589954, -0.000416394992, 3.60636214e-008, 0.701067686, -0.713094771) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1592. CFrame.new(-0.711725891, 0.459441841, -0.873697877, -0.061717771, -0.779377222, -0.623507917, -0.996860981, 0.0791722238, -0.000290292868, 0.0495907627, 0.621532798, -0.781817019) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1593. CFrame.new(0.5, -1.9999882, -9.53674316e-007, 1, -1.07449856e-015, 0, -1.07449856e-015, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1594. CFrame.new(-0.500007629, -1.9999882, -9.53674316e-007, 1, -1.07449856e-015, 0, -1.07449856e-015, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1595. }, .45, false)
  1596. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1597. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1598. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1599. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)
  1600. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1601. end
  1602. MagniDamage(Partss, 30, 15, 30, 1, "Freeze")
  1603. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=206083252", RootPart, 1, 1)
  1604. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=206083122", Partss, 2, .8)
  1605. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=228343252", Partss, 2, 1)
  1606. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), Partss.CFrame, 5, 5, 5, 6, 6, 6, 0.04)
  1607. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), Partss.CFrame, 5, 5, 5, 7.5, 7.5, 7.5, 0.06)
  1608. Effects.Ring.Create(BrickColor.new("Pastel yellow"), Partss.CFrame*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)), 0.5, 0.5, 0.5, 2, 2, 1, 0.04)
  1609. attack = false
  1610. wait(0.5)
  1611. Partss:Remove()
  1612.  
  1613. end
  1614.  
  1615. ZA_WARUDO = function()
  1616. if ZAWARUDO == false then
  1617. attack = true
  1618. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=468760371", Character, 1.2, 1)
  1619.  
  1620. for i = 0, 5, 0.1 do
  1621. swait()
  1622. PlayAnimationFromTable({
  1623. CFrame.new(0, -0.177850813, -0.743620574, 1, 0, 0, 0, 0.744746029, 0.667348087, 0, -0.667348087, 0.744746029) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1624. CFrame.new(0, 1.4652698, -0.194930851, 1, 0, 0, 0, 0.949188828, 0.314707339, 0, -0.314707339, 0.949188828) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1625. CFrame.new(0.497361898, 0.440065473, -0.843780816, 0.0928059891, 0.891081214, -0.444253772, -0.992857218, 0.116418988, 0.0261014998, 0.0749780834, 0.438658178, 0.895520687) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1626. CFrame.new(-0.392023444, 0.310406357, -0.863107085, 0.344419092, -0.905194759, 0.248994127, 0.938073754, 0.321277171, -0.129610062, 0.0373262167, 0.278215051, 0.959793448) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1627. CFrame.new(0.569116831, -2.00013852, 0.0165762268, 0.990056217, -0.0815572739, 0.114619412, 0.0808790028, 0.996667981, 0.0105633158, -0.115099013, -0.00118797144, 0.993353546) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1628. CFrame.new(-0.560130596, -2.00817132, -0.0628854185, 0.985871851, 0.051956106, -0.159239814, -0.0514129922, 0.99864912, 0.00753138354, 0.15941599, 0.000762016047, 0.987211287) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1629. }, .3, false)
  1630. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1631. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1632. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1633. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1634. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1635.  
  1636. end
  1637. CC1.Enabled = true
  1638. CC2.Enabled = true
  1639. CC2.Brightness = 1
  1640. MagniDamage(RootPart, 9999, 0, 0, 0, "ZA")
  1641. for i = 0, 4, 0.1 do
  1642. swait()
  1643. PlayAnimationFromTable({
  1644. CFrame.new(0, -0.281110048, 0.529077351, 1, 0, -0, 0, 0.805058897, -0.593194962, 0, 0.593194962, 0.805058897) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1645. CFrame.new(0, 1.33065295, 0.180981219, 1, 0, -0, 0, 0.904641747, -0.426173031, -0, 0.426173031, 0.904641747) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1646. CFrame.new(1.92553496, 0.908301771, 0.317027301, 0.37792623, -0.86482209, 0.330536634, -0.88082701, -0.445819765, -0.159338474, 0.2851592, -0.230927393, -0.930245638) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1647. CFrame.new(-1.95883834, 0.761072397, 0.179563373, 0.303336978, 0.928125501, -0.21580027, 0.914744496, -0.347061217, -0.206860423, -0.266888291, -0.134653628, -0.954274178) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1648. CFrame.new(0.499997318, -1.6976459, 0.593691707, 0.991746008, -0.0490451008, 0.118467622, -0.0304243304, 0.807547688, 0.589017212, -0.124556661, -0.587759733, 0.799389958) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1649. CFrame.new(-0.618919909, -1.69471121, 0.584955096, 0.997009993, 0.0631974638, -0.0444660001, -0.0246038102, 0.805114567, 0.592608988, 0.073251605, -0.589743018, 0.804262102) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1650. }, .35, false)
  1651. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1652. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1653. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1654. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1655. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1656. CC2.Brightness = CC2.Brightness - 0.02
  1657. end
  1658. ZAWARUDO = true
  1659. attack = false
  1660. else
  1661.  
  1662. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=290810519", Character, 1.2, 1)
  1663. MagniDamage(RootPart, 9999, 0, 0, 0, "UNZA")
  1664. ZAWARUDO = false
  1665. CC1.Enabled = false
  1666. CC2.Enabled = false
  1667. wait(0.0001)
  1668.  
  1669. end
  1670. end
  1671.  
  1672. ROAD_CLOCKER_DA = function()
  1673. if cooldown4 >= 5 then
  1674. cooldown4 = cooldown4 - 1
  1675. else
  1676. ZAWARUDO = false
  1677. return
  1678. end
  1679. Humanoid.WalkSpeed = Humanoid.WalkSpeed - 10
  1680. attack = true
  1681. aaa:Play()
  1682. Effects.Wave.Create(BrickColor.new("White"), RootPart.CFrame* CFrame.new(0,-3.5,0)*CFrame.Angles(0,math.random(-3,3),0), 2, 1.4, 2, 2, 0.5, 2, 0.04)
  1683.  
  1684. RootPart.CFrame = RootPart.CFrame * cn(0, 100, 0)
  1685. RootPart.Anchored = true
  1686. --CFuncs.Sound.Create("http://www.roblox.com/asset/?id=316900066", Character, 2, 1)
  1687. for i = 0,3.4,0.1 do
  1688. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1689. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1690. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1691. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1692. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1693. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 20, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1694. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1695. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.3)
  1696. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  1697. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1698. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1699.  
  1700. end
  1701.  
  1702. for i = 0, 3.4, 0.1 do
  1703. swait()
  1704. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  1705. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1706. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1707. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1708. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1709. PlayAnimationFromTable({
  1710. CFrame.new(-0.0543854274, 0.0653581619, -0.0153446486, 0.999893725, 1.32348898e-023, -0.0145949963, 1.32348898e-023, 1, 5.10784028e-023, 0.0145949963, 6.18808747e-023, 0.999893725) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1711. CFrame.new(-0.00310443901, 1.49623549, -0.0591216758, 0.998496592, -0.0161174126, 0.0523950122, 0.0127869993, 0.997913361, 0.0632885918, -0.0533057302, -0.0625234619, 0.996619165) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1712. CFrame.new(1.01680541, 1.01249492, 0.844263077, 0.860779405, 0.314063996, 0.400528312, -0.131423995, -0.623093128, 0.771027088, 0.491718322, -0.716323256, -0.495070159) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1713. CFrame.new(-0.94883877, 1.11356771, 0.808953822, 0.974076867, -0.201793745, -0.102244578, -0.025124006, -0.545678854, 0.837617755, -0.224818721, -0.81333524, -0.536602974) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1714. CFrame.new(0.596612215, -1.96407795, 0.30139935, 0.990056336, -0.105161816, 0.0934332013, 0.080878973, 0.968968868, 0.233576417, -0.115097173, -0.223697007, 0.967839122) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1715. CFrame.new(-0.604411244, -1.95887828, 0.237399012, 0.985872269, 0.0906665549, -0.140839517, -0.0514130257, 0.964044213, 0.260721415, 0.159414217, -0.249797046, 0.955085814) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1716. }, .3, false)
  1717. end
  1718. RootPart.Anchored = false
  1719. for i = 0, 3.4, 0.1 do
  1720. swait()
  1721. PlayAnimationFromTable({
  1722. CFrame.new(-0.0543861352, 0.0800853595, -0.0558407269, 0.999893665, -1.10110406e-007, -0.0145940548, 0.00109299948, -0.997191012, 0.0748930201, -0.0145530701, -0.0749010071, -0.997084856) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1723. CFrame.new(-0.00310526788, 1.49623299, -0.059112858, 0.998496532, -0.0161143057, 0.0523945764, 0.0127840936, 0.997913718, 0.0632854253, -0.0533050522, -0.0625204593, 0.996619165) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1724. CFrame.new(1.56126046, 1.03657067, -0.0428321362, 0.985848427, -0.167636231, -0.00111646391, -0.16751875, -0.98486048, -0.0445811749, 0.0063738618, 0.0441373028, -0.999005079) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1725. CFrame.new(-1.48109519, 1.02676392, -0.0605452731, 0.991394401, 0.117286392, 0.0581491552, 0.122015491, -0.988809168, -0.0858412907, 0.0474303924, 0.0921976566, -0.994610429) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1726. CFrame.new(0.595261931, -1.96545184, 0.0760071874, 0.99859637, -0.0526276566, 0.00598855037, 0.0525915064, 0.99859792, 0.0060411403, -0.00629808288, -0.00571771525, 0.99996376) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1727. CFrame.new(-0.603838146, -1.96648335, 0.105420589, 0.998116553, 0.0611952133, -0.00433245115, -0.060846433, 0.996493757, 0.0574300699, 0.00783170667, -0.0570582785, 0.998340189) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1728. }, .3, false)
  1729. asda1.C0 = clerp(asda1.C0, CFrame.new(0.400082916, 2.51000118, -0.219945937, -1.00000012, -4.91027095e-007, 0, -4.57792339e-007, 1.00000012, 3.08199378e-006, -2.98023224e-008, 3.03153502e-006, -1.00000024) * CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0), 0.6)
  1730.  
  1731. --asda1.C0 = clerp(asda1.C0, CFrame.new(-0.603838146, -1.96648335, 0.105420589, 0.998116553, 0.0611952133, -0.00433245115, -0.060846433, 0.996493757, 0.0574300699, 0.00783170667, -0.0570582785, 0.998340189) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  1732. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1733. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1734. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1735. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1736. end
  1737.  
  1738. for i = 0, 33.5 do
  1739. for i = 0, 0.2, 0.1 do
  1740. swait()
  1741. PlayAnimationFromTable({
  1742. CFrame.new(0.438125938, -0.652273774, -0.41643393, 0.763427138, -0.357512295, -0.537925661, 0.645894051, 0.422568649, 0.635811806, 0, -0.832838893, 0.553515434) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1743. CFrame.new(0.0228356048, 1.5688957, -0.180054456, 0.985420585, -3.93390656e-006, -0.170136839, 0.0573835224, 0.941412568, 0.332339555, 0.160167634, -0.337257326, 0.927687466) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1744. CFrame.new(1.73330295, 0.486301005, 0.434037954, -0.443160832, -0.896442175, 2.98023224e-006, -0.0292905867, 0.0144766271, -0.999466121, 0.89596355, -0.442924231, -0.0326727629) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1745. CFrame.new(-1.52312505, 0.437584281, -0.565626383, 0.660413742, 0.750902057, -5.51342964e-007, -0.160599381, 0.141245484, -0.976861119, -0.733526766, 0.645132601, 0.213874876) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1746. CFrame.new(0.433801413, -1.81545305, -0.376765013, 0.891345024, 0.07519418, 0.447045982, 0.13168484, 0.900675654, -0.414056271, -0.433778048, 0.427936107, 0.792910695) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1747. CFrame.new(-0.508779526, -1.95581961, -0.00714170933, 0.631465018, -0.192457214, 0.751140594, 1.90734863e-006, 0.968708515, 0.248200849, -0.775404334, -0.156728715, 0.611705959) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1748. }, .5, false)
  1749. asda1.C0 = clerp(asda1.C0, CFrame.new(0.400082916, 2.51000118, -0.219945937, -1.00000012, -4.91027095e-007, 0, -4.57792339e-007, 1.00000012, 3.08199378e-006, -2.98023224e-008, 3.03153502e-006, -1.00000024) * CFrame.new(math.random(-.8,.8), 0, math.random(-.8,.8)) * CFrame.Angles(0, 0, 0), 0.6)
  1750. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1751. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1752. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1753. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1754.  
  1755. end
  1756. Effects.Wave.Create(BrickColor.new("White"), d1.CFrame*CFrame.Angles(0,math.random(-3,3),0), 3, 2, 3, 2, 1.5, 2, 0.1)
  1757. MagniDamage(RootPart, 15, 1, 2, 0, "Snare")
  1758. for i = 0, 0.2, 0.1 do
  1759. swait()
  1760. PlayAnimationFromTable({
  1761. CFrame.new(0.0510107577, -0.761927605, -0.18478027, 0.724990964, -0.129856974, 0.676406264, -0.57642591, 0.423135787, 0.699063241, -0.376989931, -0.896712482, 0.231916681) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1762. CFrame.new(0.181300402, 1.56885433, 0.0068913335, 0.988376975, -0.0427272618, 0.145895571, 0.0462492108, 0.998712718, -0.0208326131, -0.144817621, 0.0273380429, 0.989080787) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1763. CFrame.new(1.60648417, 0.375880867, -0.687566161, 0.566877961, -0.818428516, -0.0939370394, -0.185049683, -0.0153920054, -0.982608736, 0.802749097, 0.574402213, -0.160175398) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1764. CFrame.new(-1.51646495, 0.674804688, 0.487342864, -0.489115715, 0.833340347, -0.257506996, 0.147124082, -0.212176189, -0.966093183, -0.859721303, -0.510416627, -0.0188257247) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1765. CFrame.new(0.871143162, -1.9990623, 0.0637177229, 0.789155126, -0.257492602, -0.557612658, 0.300640583, 0.953621507, -0.0148819983, 0.535583377, -0.155896783, 0.829967916) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1766. CFrame.new(-0.337542653, -1.902969, -0.312210649, 0.931101203, -0.180936784, -0.316721499, 0.0775390267, 0.946634352, -0.31284368, 0.356424361, 0.266730875, 0.895442128) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1767. }, .5, false)
  1768. asda1.C0 = clerp(asda1.C0, CFrame.new(0.400082916, 2.51000118, -0.219945937, -1.00000012, -4.91027095e-007, 0, -4.57792339e-007, 1.00000012, 3.08199378e-006, -2.98023224e-008, 3.03153502e-006, -1.00000024) * CFrame.new(math.random(-.8,.8), 0, math.random(-.8,.8)) * CFrame.Angles(0, 0, 0), 0.6)
  1769. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1770. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1771. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1772. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1773.  
  1774. end
  1775. Effects.Wave.Create(BrickColor.new("White"), d1.CFrame*CFrame.Angles(0,math.random(-3,3),0), 3, 2, 3, 2, 1.5, 2, 0.1)
  1776. MagniDamage(RootPart, 15, 1, 2, 0, "Snare")
  1777. end
  1778. for i = 0, 11, 0.1 do
  1779. swait()
  1780. PlayAnimationFromTable({
  1781. CFrame.new(0.438125938, -0.652273774, -0.41643393, 0.763427138, -0.357512295, -0.537925661, 0.645894051, 0.422568649, 0.635811806, 0, -0.832838893, 0.553515434) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1782. CFrame.new(0.0228356048, 1.5688957, -0.180054456, 0.985420585, -3.93390656e-006, -0.170136839, 0.0573835224, 0.941412568, 0.332339555, 0.160167634, -0.337257326, 0.927687466) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1783. CFrame.new(1.73330295, 0.486301005, 0.434037954, -0.443160832, -0.896442175, 2.98023224e-006, -0.0292905867, 0.0144766271, -0.999466121, 0.89596355, -0.442924231, -0.0326727629) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1784. CFrame.new(-1.52312505, 0.437584281, -0.565626383, 0.660413742, 0.750902057, -5.51342964e-007, -0.160599381, 0.141245484, -0.976861119, -0.733526766, 0.645132601, 0.213874876) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1785. CFrame.new(0.433801413, -1.81545305, -0.376765013, 0.891345024, 0.07519418, 0.447045982, 0.13168484, 0.900675654, -0.414056271, -0.433778048, 0.427936107, 0.792910695) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1786. CFrame.new(-0.508779526, -1.95581961, -0.00714170933, 0.631465018, -0.192457214, 0.751140594, 1.90734863e-006, 0.968708515, 0.248200849, -0.775404334, -0.156728715, 0.611705959) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1787. }, .1, false)
  1788. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1789. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1790. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1791. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1792.  
  1793. end
  1794. for i = 0, 1, 0.1 do
  1795. swait()
  1796. PlayAnimationFromTable({
  1797. CFrame.new(0.228446066, -1.48212528, -0.550315619, 0.824775159, -0.129855767, 0.55034852, -0.455873132, 0.423135728, 0.783030033, -0.334553093, -0.89671278, 0.289794058) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1798. CFrame.new(0.0976848304, 1.26252365, -0.239582315, 0.674241364, 0.3157444, -0.667610824, 0.127691194, 0.840538144, 0.526489139, 0.727388263, -0.440228701, 0.526407778) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1799. CFrame.new(1.32592511, 0.429207683, -0.495870918, 0.817416489, -0.52062422, -0.246537656, -0.142856166, 0.231401607, -0.962312698, 0.558052361, 0.821829677, 0.114777088) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1800. CFrame.new(-0.620685518, 0.468271345, -1.17272544, 0.873836577, -0.439916283, -0.20708324, -0.160386607, 0.14126873, -0.976892829, 0.459005296, 0.886858046, 0.0528891087) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1801. CFrame.new(0.510329783, -2.02312136, 0.541678071, 0.786354899, 0.0386069119, -0.616567731, 0.170318723, 0.94581759, 0.276443243, 0.593833148, -0.322395474, 0.737172663) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1802. CFrame.new(-0.630517483, -1.95606935, 0.0893948376, 0.979490995, 0.115002185, -0.165445685, -0.110246316, 0.993189931, 0.0376783311, 0.168652013, -0.0186658204, 0.985499024) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1803. }, .3, false)
  1804. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1805. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1806. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1807. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1808.  
  1809.  
  1810. end
  1811. MagniDamage(RootPart, 30, 20, 20, 3, "Snare")
  1812.  
  1813. local refza = New("Part",Character,"ref",{BrickColor = BrickColor.new("Navy blue"),Material = Enum.Material.Neon,Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(21.6004982, 13.1000061, 49.3995209, 0, 1, 8.21014128e-015, -1, 0, 0, 0, 8.21014128e-015, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0.12549, 0.376471),})
  1814. refza.CFrame = d1.CFrame
  1815. asda1:Remove()
  1816. local zaz = Instance.new("Weld",d1)
  1817. zaz.Part0 = zaz.Parent
  1818. zaz.Part1 = refza
  1819.  
  1820. BlockEffect(BrickColor.new("White"), d1.CFrame, 1, 1, 1, 10, 10, 10, 0.03)
  1821. BlockEffect(BrickColor.new("White"), d1.CFrame, 1, 1, 1, 9, 9, 9, 0.03)
  1822. BlockEffect(BrickColor.new("White"), d1.CFrame, 1, 1, 1, 10, 10, 10, 0.03)
  1823. BlockEffect(BrickColor.new("White"), d1.CFrame, 1, 1, 1, 9, 9, 9, 0.03)
  1824. Effects.Wave.Create(BrickColor.new("White"), d1.CFrame*CFrame.Angles(0,math.random(-3,3),0), 3, 2, 3, 4, 3, 4, 0.03)
  1825. Humanoid.WalkSpeed = Humanoid.WalkSpeed + 10
  1826. for i = 0, 2.6, 0.1 do
  1827. swait()
  1828. Torso.Velocity = RootPart.CFrame.lookVector * -120
  1829. PlayAnimationFromTable({
  1830. CFrame.new(0, 0, -0, 1, 0, -0, 0, 0.848545611, -0.529122353, 0, 0.529122353, 0.848545611) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1831. CFrame.new(0, 1.49387562, -0.138826936, 1, 0, -0, 0, 0.940898359, 0.338689297, -0, -0.338689327, 0.940898359) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1832. CFrame.new(1.82390237, 0.196082667, -0.583297253, 0.832020283, -0.510337353, 0.217481375, 0.547232866, 0.690750957, -0.472651571, 0.0909862816, 0.512268662, 0.853992105) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1833. CFrame.new(-1.68355048, 0.120761484, -0.29691118, 0.905902386, 0.42348659, 1.60111165e-006, -0.382476956, 0.818178117, -0.429297298, -0.181802958, 0.388900876, 0.903163314) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1834. CFrame.new(0.870058, -1.91794252, -0.551199377, 0.936423123, -0.350873113, 6.20790615e-007, 0.284235597, 0.758577347, -0.586319745, 0.205723375, 0.549043477, 0.810079813) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1835. CFrame.new(-0.669897377, -1.74547827, -0.518977344, 0.95398134, 0.179228425, -0.240409926, -0.28491354, 0.791764855, -0.540308177, 0.0935095251, 0.58393991, 0.806393445) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1836. }, .3, false)
  1837. end
  1838. BlockEffect(BrickColor.new("Br. yellowish orange"), refza.CFrame, 1, 1, 1, 10, 10, 10, 0.01)
  1839. BlockEffect(BrickColor.new("Br. yellowish orange"), refza.CFrame, 1, 1, 1, 9, 9, 9, 0.01)
  1840. BlockEffect(BrickColor.new("Bright red"), refza.CFrame, 1, 1, 1, 10, 10, 10, 0.01)
  1841. BlockEffect(BrickColor.new("Bright red"), refza.CFrame, 1, 1, 1, 9, 9, 9, 0.01)
  1842. MagniDamage(d1, 40, 45, 45, 3, "Knockdown")
  1843. wait(0.01)
  1844. reweld()
  1845. for i = 0, 1, 0.1 do
  1846. swait()
  1847. Torso.Velocity = RootPart.CFrame.lookVector * -40
  1848. PlayAnimationFromTable({
  1849. CFrame.new(0, 0, -0, 1, 0, -0, 0, 0.848545611, -0.529122353, 0, 0.529122353, 0.848545611) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(hobb*-20), 0, 0),
  1850. CFrame.new(0, 1.49387562, -0.138826936, 1, 0, -0, 0, 0.940898359, 0.338689297, -0, -0.338689327, 0.940898359) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1851. CFrame.new(1.82390237, 0.196082667, -0.583297253, 0.832020283, -0.510337353, 0.217481375, 0.547232866, 0.690750957, -0.472651571, 0.0909862816, 0.512268662, 0.853992105) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1852. CFrame.new(-1.68355048, 0.120761484, -0.29691118, 0.905902386, 0.42348659, 1.60111165e-006, -0.382476956, 0.818178117, -0.429297298, -0.181802958, 0.388900876, 0.903163314) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1853. CFrame.new(0.870058, -1.91794252, -0.551199377, 0.936423123, -0.350873113, 6.20790615e-007, 0.284235597, 0.758577347, -0.586319745, 0.205723375, 0.549043477, 0.810079813) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1854. CFrame.new(-0.669897377, -1.74547827, -0.518977344, 0.95398134, 0.179228425, -0.240409926, -0.28491354, 0.791764855, -0.540308177, 0.0935095251, 0.58393991, 0.806393445) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1855. }, .3, false)
  1856. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1857. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1858. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  1859. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1860.  
  1861. end
  1862. zaz:Remove()
  1863. attack = false
  1864. end
  1865. mouse.Button1Down:connect(function()
  1866.  
  1867. if attack == false and attacktype == 1 then
  1868. attacktype = 2
  1869. attacktwo()
  1870. else
  1871. if attack == false and attacktype == 2 then
  1872. attacktype = 3
  1873. attackthree()
  1874. else
  1875. if attack == false and attacktype == 3 then
  1876. attacktype = 1
  1877. attackone()
  1878. end
  1879. end
  1880. end
  1881. end
  1882. )
  1883. updateskills = function()
  1884. if ZAWARUDO == true then
  1885.  
  1886. text3.Text = "[C]\n ROLL CLOCKER DAAA"
  1887. else
  1888.  
  1889. text3.Text = "[C]\n Chrono Field"
  1890. end
  1891. if cooldown1 <= co1 then
  1892. cooldown1 = cooldown1 + 0.033333333333333
  1893. end
  1894. if cooldown2 <= co2 then
  1895. cooldown2 = cooldown2 + 0.033333333333333
  1896. end
  1897. if cooldown3 <= co3 then
  1898. cooldown3 = cooldown3 + 0.033333333333333
  1899. end
  1900. if cooldown5 <= co5 then
  1901. cooldown5 = cooldown5 + 0.033333333333333
  1902. end
  1903. if cooldown4 <= co4 and ZAWARUDO == false then
  1904. cooldown4 = cooldown4 + 0.033333333333333
  1905. end
  1906.  
  1907.  
  1908. end
  1909.  
  1910. mouse.KeyDown:connect(function(k)
  1911.  
  1912. k = k:lower()
  1913. if attack == false and k == "z" and co1 <= cooldown1 then
  1914. cooldown1 = 0
  1915. speedy()
  1916. else
  1917. if attack == false and k == "x" and co2 <= cooldown2 then
  1918. cooldown2 = 0
  1919. coldbullet()
  1920. else
  1921. if attack == false and k == "c" and co3 <= cooldown3 and ZAWARUDO == false then
  1922. cooldown3 = 0
  1923. itstimetostop()
  1924. else
  1925. if attack == false and k == "v" then
  1926. ZA_WARUDO()
  1927. else
  1928. if attack == false and k == "c" and co5 <= cooldown5 and ZAWARUDO == true then
  1929. cooldown5 = 0
  1930. ROAD_CLOCKER_DA()
  1931.  
  1932. end
  1933. end
  1934. end
  1935. end
  1936. end
  1937. end
  1938. )
  1939.  
  1940. dio = function()
  1941.  
  1942. if cooldown4 <= 0 then
  1943. ZAWARUDO = false
  1944.  
  1945. MagniDamage(RootPart, 9999, 0, 0, 0, "UNZA")
  1946. ZAWARUDO = false
  1947. CC1.Enabled = false
  1948. CC2.Enabled = false
  1949. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=290810519", Character, 1.5, 1)
  1950.  
  1951. cooldown4 = 0.001
  1952. end
  1953. if ZAWARUDO == true then
  1954. cooldown4 = cooldown4 - 0.005
  1955. end
  1956. end
  1957.  
  1958. while 1 do
  1959. swait()
  1960. if hobb <= 360 then
  1961. hobb = hobb + 2
  1962. else
  1963. hobb = 0
  1964. end
  1965.  
  1966. if hobb2 <= 360 then
  1967. hobb2 = hobb2 + 2/12
  1968. else
  1969. hobb2 = 0
  1970.  
  1971.  
  1972. end
  1973.  
  1974.  
  1975. updateskills()
  1976. if ZAWARUDO == false then
  1977. bar4:TweenSize(UDim2.new(1 * (cooldown4 / co4), 0, 1, 0), "Out", "Quad", 0.5)
  1978. bar3:TweenSize(UDim2.new(1 * (cooldown3 / co3), 0, 1, 0), "Out", "Quad", 0.5)
  1979. bar1:TweenSize(UDim2.new(1 * (cooldown1 / co1), 0, 1, 0), "Out", "Quad", 0.5)
  1980. bar2:TweenSize(UDim2.new(1 * (cooldown2 / co2), 0, 1, 0), "Out", "Quad", 0.5)
  1981. else
  1982. bar4:TweenSize(UDim2.new(1 * (cooldown4 / co4), 0, 1, 0), "Out", "Quad", 0.5)
  1983. bar3:TweenSize(UDim2.new(1 * (cooldown5 / co5), 0, 1, 0), "Out", "Quad", 0.5)
  1984. bar1:TweenSize(UDim2.new(1 * (cooldown1 / co1), 0, 1, 0), "Out", "Quad", 0.5)
  1985. bar2:TweenSize(UDim2.new(1 * (cooldown2 / co2), 0, 1, 0), "Out", "Quad", 0.5)
  1986.  
  1987. end
  1988. for i,v in pairs(Character:GetChildren()) do
  1989. if v:IsA("Part") then
  1990. v.Material = "SmoothPlastic"
  1991. else
  1992. if v:IsA("Hat") then
  1993. v:WaitForChild("Handle").Material = "SmoothPlastic"
  1994. end
  1995. dio()
  1996. end
  1997.  
  1998. end
  1999. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  2000. velocity = RootPart.Velocity.y
  2001. sine = sine + change
  2002. local hit, pos = rayCast(RootPart.Position, CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0)).lookVector, 4, Character)
  2003. if equipped == true or equipped == false then
  2004. if 1 < RootPart.Velocity.y and hit == nil then
  2005. Anim = "Jump"
  2006. if attack == false then
  2007. if ZAWARUDO == false then
  2008. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  2009. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  2010. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  2011. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  2012. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2013. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2014. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2015. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.3)
  2016. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  2017. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2018. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2019. else
  2020. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  2021. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  2022. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  2023. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  2024. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2025. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2026. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2027. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.3)
  2028. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  2029. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2030. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2031.  
  2032. end
  2033. end
  2034. else
  2035. if RootPart.Velocity.y < -1 and hit == nil then
  2036. Anim = "Fall"
  2037. if attack == false then
  2038. if ZAWARUDO == false then
  2039. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  2040. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  2041. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  2042. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  2043. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2044. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2045. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(0)), 0.3)
  2046. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(30)), 0.3)
  2047. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-30)), 0.3)
  2048. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2049. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2050. else
  2051. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  2052. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  2053. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  2054. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  2055. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2056. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2057. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(0)), 0.3)
  2058. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(30)), 0.3)
  2059. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-30)), 0.3)
  2060. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2061. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2062.  
  2063. end
  2064. end
  2065. else
  2066. if Torsovelocity < 1 and hit ~= nil then
  2067. Anim = "Idle"
  2068. if attack == false then
  2069. change = 1
  2070. if ZAWARUDO == false then
  2071. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  2072. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  2073. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  2074. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  2075. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2076. PlayAnimationFromTable({
  2077. CFrame.new(-0.0543853901, 0+ .1 * math.cos((sine) / 10) , -0.0153465532, 0.999893546, 0, -0.0145949936, 0, 1, 0, 0.0145949936, 0, 0.999893546) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2078. CFrame.new(-0.00310419453, 1.49623597, -0.0591169037, 0.998496473, -0.0161174126, 0.0523950197, 0.0127870021, 0.997913361, 0.0632885918, -0.0533057302, -0.0625234395, 0.996619046) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2079. CFrame.new(0.452906311, 0.343407422+ .05 * math.cos((sine) / 10), -0.82563889, 0.241463348, 0.952254772, 0.186833009, -0.0538249873, 0.205376089, -0.977201939, -0.968916178, 0.22590217, 0.100845881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2080. CFrame.new(-0.242443532, 0.552706838+ .05 * math.cos((sine) / 10), -0.797077477, 0.412329286, -0.902833998, 0.121964745, 0.0437210128, -0.114110932, -0.992505491, 0.909985304, 0.414571434, -0.00757845864) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2081. CFrame.new(0.569116831, -2.00013852- .05 * math.cos((sine) / 10), 0.0165762268, 0.990056217, -0.0815572739, 0.114619412, 0.0808790028, 0.996667981, 0.0105633158, -0.115099013, -0.00118797144, 0.993353546) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2082. CFrame.new(-0.560130596, -2.00817132- .05 * math.cos((sine) / 10), -0.0628854185, 0.985871851, 0.051956106, -0.159239814, -0.0514129922, 0.99864912, 0.00753138354, 0.15941599, 0.000762016047, 0.987211287) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2083. }, .3, false)
  2084. else
  2085. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  2086. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  2087. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  2088. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  2089. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2090. PlayAnimationFromTable({
  2091. CFrame.new(-0.0543853901, 0+ .1 * math.cos((sine) / 10) , -0.0153465532, 0.999893546, 0, -0.0145949936, 0, 1, 0, 0.0145949936, 0, 0.999893546) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2092. CFrame.new(-0.00310419453, 1.49623597, -0.0591169037, 0.998496473, -0.0161174126, 0.0523950197, 0.0127870021, 0.997913361, 0.0632885918, -0.0533057302, -0.0625234395, 0.996619046) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2093. CFrame.new(0.452906311, 0.343407422+ .05 * math.cos((sine) / 10), -0.82563889, 0.241463348, 0.952254772, 0.186833009, -0.0538249873, 0.205376089, -0.977201939, -0.968916178, 0.22590217, 0.100845881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2094. CFrame.new(-0.242443532, 0.552706838+ .05 * math.cos((sine) / 10), -0.797077477, 0.412329286, -0.902833998, 0.121964745, 0.0437210128, -0.114110932, -0.992505491, 0.909985304, 0.414571434, -0.00757845864) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2095. CFrame.new(0.569116831, -2.00013852- .05 * math.cos((sine) / 10), 0.0165762268, 0.990056217, -0.0815572739, 0.114619412, 0.0808790028, 0.996667981, 0.0105633158, -0.115099013, -0.00118797144, 0.993353546) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2096. CFrame.new(-0.560130596, -2.00817132- .05 * math.cos((sine) / 10), -0.0628854185, 0.985871851, 0.051956106, -0.159239814, -0.0514129922, 0.99864912, 0.00753138354, 0.15941599, 0.000762016047, 0.987211287) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2097. }, .3, false)
  2098.  
  2099. end
  2100. end
  2101. else
  2102. if 2 < Torsovelocity and hit ~= nil then
  2103. Anim = "Walk"
  2104. if attack == false then
  2105. if ZAWARUDO == false then
  2106. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  2107. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  2108. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  2109. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  2110. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2111.  
  2112. PlayAnimationFromTable({
  2113. CFrame.new(0, -0.0527451783, 0.0838486254, 1, 0, 0, 0, 0.992250264, 0.12425603, 0, -0.12425603, 0.992250264) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2114. CFrame.new(0, 1.53525484, 0.010611102, 1, 0, 0, 0, 0.998678744, -0.0513891429, 0, 0.0513891354, 0.998678744) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2115. CFrame.new(1.50000381, 0.0627550036, -0.0766433328, 1, 0, 0, 0, 0.992250264, -0.12425603, 0, 0.12425603, 0.992250264) * CFrame.new(0, 0, 0+ .5 * math.cos((sine) / 3)) * CFrame.Angles(math.rad(0 - 35 * math.cos((sine) / 3)), 0, 0),
  2116. CFrame.new(-1.49999905, 0.0627550036, -0.0766433328, 1, 0, 0, 0, 0.992250264, -0.12425603, 0, 0.12425603, 0.992250264) * CFrame.new(0, 0, 0- .5 * math.cos((sine) / 3)) * CFrame.Angles(math.rad(0 + 35 * math.cos((sine) / 3)), 0, 0),
  2117. CFrame.new(0.5, -1.94821644, -0.113747716, 1, 0, 0, 0, 0.992250264, -0.12425603, 0, 0.12425603, 0.992250264) * CFrame.new(0, 0, 0- .5 * math.cos((sine) / 3)) * CFrame.Angles(math.rad(0 + 35 * math.cos((sine) / 3)), 0, 0),
  2118. CFrame.new(-0.5, -1.95007682, -0.0988910645, 1, 0, 0, 0, 0.992250264, -0.12425603, 0, 0.12425603, 0.992250264) * CFrame.new(0, 0, 0+ .5 * math.cos((sine) / 3)) * CFrame.Angles(math.rad(0 - 35 * math.cos((sine) / 3)), 0, 0),
  2119. }, .3, false)
  2120. else
  2121. asda1.C0 = clerp(asda1.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 35),-2,0) * angles(-math.rad(90),0,math.rad(90)), 0.3)
  2122. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0),0.00000000001), 0.05)
  2123. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0),0.00000000001), 0.05)
  2124. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)--0 + 10 * math.cos((sine) / 40)
  2125. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2126.  
  2127. PlayAnimationFromTable({
  2128. CFrame.new(0, -0.0527451783, 0.0838486254, 1, 0, 0, 0, 0.992250264, 0.12425603, 0, -0.12425603, 0.992250264) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2129. CFrame.new(0, 1.53525484, 0.010611102, 1, 0, 0, 0, 0.998678744, -0.0513891429, 0, 0.0513891354, 0.998678744) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2130. CFrame.new(1.50000381, 0.0627550036, -0.0766433328, 1, 0, 0, 0, 0.992250264, -0.12425603, 0, 0.12425603, 0.992250264) * CFrame.new(0, 0, 0+ .5 * math.cos((sine) / 3)) * CFrame.Angles(math.rad(0 - 35 * math.cos((sine) / 3)), 0, 0),
  2131. CFrame.new(-1.49999905, 0.0627550036, -0.0766433328, 1, 0, 0, 0, 0.992250264, -0.12425603, 0, 0.12425603, 0.992250264) * CFrame.new(0, 0, 0- .5 * math.cos((sine) / 3)) * CFrame.Angles(math.rad(0 + 35 * math.cos((sine) / 3)), 0, 0),
  2132. CFrame.new(0.5, -1.94821644, -0.113747716, 1, 0, 0, 0, 0.992250264, -0.12425603, 0, 0.12425603, 0.992250264) * CFrame.new(0, 0, 0- .5 * math.cos((sine) / 3)) * CFrame.Angles(math.rad(0 + 35 * math.cos((sine) / 3)), 0, 0),
  2133. CFrame.new(-0.5, -1.95007682, -0.0988910645, 1, 0, 0, 0, 0.992250264, -0.12425603, 0, 0.12425603, 0.992250264) * CFrame.new(0, 0, 0+ .5 * math.cos((sine) / 3)) * CFrame.Angles(math.rad(0 - 35 * math.cos((sine) / 3)), 0, 0),
  2134. }, .3, false)
  2135. end
  2136. end
  2137. end
  2138. end
  2139. end
  2140. end
  2141. end
  2142. if 0 < #Effects then
  2143. for e = 1, #Effects do
  2144. if Effects[e] ~= nil then
  2145. local Thing = Effects[e]
  2146. if Thing ~= nil then
  2147. local Part = Thing[1]
  2148. local Mode = Thing[2]
  2149. local Delay = Thing[3]
  2150. local IncX = Thing[4]
  2151. local IncY = Thing[5]
  2152. local IncZ = Thing[6]
  2153. if Thing[1].Transparency <= 1 then
  2154. if Thing[2] == "Block1" then
  2155. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2156. Mesh = Thing[1].Mesh
  2157. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2158. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2159. else
  2160. if Thing[2] == "Block2" then
  2161. Thing[1].CFrame = Thing[1].CFrame
  2162. Mesh = Thing[7]
  2163. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2164. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2165. else
  2166. if Thing[2] == "Cylinder" then
  2167. Mesh = Thing[1].Mesh
  2168. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2169. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2170. else
  2171. if Thing[2] == "Blood" then
  2172. Mesh = Thing[7]
  2173. Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0)
  2174. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2175. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2176. else
  2177. if Thing[2] == "Elec" then
  2178. Mesh = Thing[1].Mesh
  2179. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  2180. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2181. else
  2182. if Thing[2] == "Disappear" then
  2183. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2184. else
  2185. if Thing[2] == "Shatter" then
  2186. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2187. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  2188. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  2189. Thing[6] = Thing[6] + Thing[5]
  2190. end
  2191. end
  2192. end
  2193. end
  2194. end
  2195. end
  2196. end
  2197. else
  2198. Part.Parent = nil
  2199. table.remove(Effects, e)
  2200. end
  2201. end
  2202. end
  2203. end
  2204.  
  2205. end
  2206. if 0 < #ShootEffects then
  2207. for e = 1, #ShootEffects do
  2208. if ShootEffects[e] ~= nil then
  2209. local Thing = ShootEffects[e]
  2210. if Thing ~= nil then
  2211. local Part = Thing[1]
  2212. local Mode = Thing[2]
  2213. local Delay = Thing[3]
  2214. local IncX = Thing[4]
  2215. local IncY = Thing[5]
  2216. local IncZ = Thing[6]
  2217. if Thing[2] == "ShootIce" then
  2218. local Look = Thing[1]
  2219. local hit, pos = rayCast(Thing[4], Look.lookVector, Thing[9], Character)
  2220. local mag = (Thing[4] - pos).magnitude
  2221. Thing[8].CFrame = CFrame.new((Thing[4] + pos) / 2, pos) * angles(-1.57, 0, 0)
  2222. Thing[4] = Thing[4] + Look.lookVector * Thing[9]
  2223. Thing[3] = Thing[3] - 1
  2224. BlockEffect(BrickColor.new("Pastel yellow"), Thing[8].CFrame, 20, 20, 20, 5, 5, 5, 0.1)
  2225. if hit ~= nil or Thing[3] <= 0 then
  2226. Thing[3] = 0
  2227. ref = CreatePart(effect, "SmoothPlastic", 0, 1, BrickColor.new("Really red"), "Reference", vt())
  2228. ref.Anchored = true
  2229. ref.CFrame = cf(pos)
  2230. game:GetService("Debris"):AddItem(ref, 1)
  2231. ref11 = CreatePart(effect, "SmoothPlastic", 0, 1, BrickColor.new("Really red"), "Reference", vt(5, 5, 5))
  2232. ref11.Anchored = true
  2233. ref11.CFrame = cf(pos)
  2234. game:GetService("Debris"):AddItem(ref11, 5)
  2235. size = 3
  2236. if Thing[10] == 2 then
  2237. freeze = true
  2238. size = 4
  2239. CreateSound("http://www.roblox.com/asset/?id=188959279", ref, 1, 1)
  2240. else
  2241. CreateSound("http://www.roblox.com/asset/?id=188959279", ref, 1, 2)
  2242. end
  2243. MagniDamage(ref, size, 10, 25, 3, "Normal")
  2244. freeze = false
  2245. for i = 1, 8 do
  2246. BreakEffect(BrickColor.new("Pastel yellow"), ref.CFrame * cf(math.random(-200, 200) / 100, math.random(-200, 200) / 100, math.random(-200, 200) / 100), math.random(20, 50) / 100, math.random(1, 5), math.random(20, 50) / 100)
  2247. end
  2248. if Thing[10] == 2 then
  2249. for i = 1, 5 do
  2250. BlockEffect(BrickColor.new("Pastel yellow"), cf(ref.Position), 30, 30, 30, 5, 5, 5, 0.05)
  2251. end
  2252. end
  2253. end
  2254. if Thing[3] <= 0 then
  2255. Thing[8].Transparency = 1
  2256. game:GetService("Debris"):AddItem(Thing[8], 5)
  2257. table.remove(ShootEffects, e)
  2258. end
  2259. end
  2260. end
  2261. else
  2262. Part.Parent = nil
  2263. table.remove(ShootEffects, e)
  2264. end
  2265. end
  2266. end
  2267. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement