Advertisement
H20_HYDRATION_V2

silence idiot

Dec 9th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 223.43 KB | None | 0 0
  1. --[[Clock by grgrgry21.
  2. A
  3. A A
  4. A C A
  5. A A
  6. A
  7. 507267777
  8. --]]
  9. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  10. local Player,game,owner = owner,game
  11. local RealPlayer = Player
  12. do
  13. print("FE Compatibility code V2 by Mokiros")
  14. local RealPlayer = RealPlayer
  15. script.Parent = RealPlayer.Character
  16.  
  17. --Fake event to make stuff like Mouse.KeyDown work
  18. local Disconnect_Function = function(this)
  19. this[1].Functions[this[2]] = nil
  20. end
  21. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  22. local FakeEvent_Metatable = {__index={
  23. Connect = function(this,f)
  24. local i = tostring(math.random(0,10000))
  25. while this.Functions[i] do
  26. i = tostring(math.random(0,10000))
  27. end
  28. this.Functions[i] = f
  29. return setmetatable({this,i},Disconnect_Metatable)
  30. end
  31. }}
  32. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  33. local function fakeEvent()
  34. return setmetatable({Functions={}},FakeEvent_Metatable)
  35. end
  36.  
  37. --Creating fake input objects with fake variables
  38. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  39. FakeMouse.keyUp = FakeMouse.KeyUp
  40. FakeMouse.keyDown = FakeMouse.KeyDown
  41. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  42. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  43. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  44. end}
  45. --Merged 2 functions into one by checking amount of arguments
  46. CAS.UnbindAction = CAS.BindAction
  47.  
  48. --This function will trigger the events that have been :Connect()'ed
  49. local function TriggerEvent(self,ev,...)
  50. for _,f in pairs(self[ev].Functions) do
  51. f(...)
  52. end
  53. end
  54. FakeMouse.TriggerEvent = TriggerEvent
  55. UIS.TriggerEvent = TriggerEvent
  56.  
  57. --Client communication
  58. local Event = Instance.new("RemoteEvent")
  59. Event.Name = "UserInput_Event"
  60. Event.OnServerEvent:Connect(function(plr,io)
  61. if plr~=RealPlayer then return end
  62. FakeMouse.Target = io.Target
  63. FakeMouse.Hit = io.Hit
  64. if not io.isMouse then
  65. local b = io.UserInputState == Enum.UserInputState.Begin
  66. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  67. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  68. end
  69. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  70. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  71. end
  72. for _,t in pairs(CAS.Actions) do
  73. for _,k in pairs(t.Keys) do
  74. if k==io.KeyCode then
  75. t.Function(t.Name,io.UserInputState,io)
  76. end
  77. end
  78. end
  79. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  80. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  81. end
  82. end)
  83. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  84. local Mouse = owner:GetMouse()
  85. local UIS = game:GetService("UserInputService")
  86. local input = function(io,RobloxHandled)
  87. if RobloxHandled then return end
  88. --Since InputObject is a client-side instance, we create and pass table instead
  89. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  90. end
  91. UIS.InputBegan:Connect(input)
  92. UIS.InputEnded:Connect(input)
  93. local h,t
  94. --Give the server mouse data every second frame, but only if the values changed
  95. --If player is not moving their mouse, client won't fire events
  96. local HB = game:GetService("RunService").Heartbeat
  97. while true do
  98. if h~=Mouse.Hit or t~=Mouse.Target then
  99. h,t=Mouse.Hit,Mouse.Target
  100. Event:FireServer({isMouse=true,Target=t,Hit=h})
  101. end
  102. --Wait 2 frames
  103. for i=1,2 do
  104. HB:Wait()
  105. end
  106. end]==],script)
  107.  
  108. ----Sandboxed game object that allows the usage of client-side methods and services
  109. --Real game object
  110. local RealGame = game
  111.  
  112. --Metatable for fake service
  113. local FakeService_Metatable = {
  114. __index = function(self,k)
  115. local s = rawget(self,"_RealService")
  116. if s then
  117. return typeof(s[k])=="function"
  118. and function(_,...)return s[k](s,...)end or s[k]
  119. end
  120. end,
  121. __newindex = function(self,k,v)
  122. local s = rawget(self,"_RealService")
  123. if s then s[k]=v end
  124. end
  125. }
  126. local function FakeService(t,RealService)
  127. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  128. return setmetatable(t,FakeService_Metatable)
  129. end
  130.  
  131. --Fake game object
  132. local FakeGame = {
  133. GetService = function(self,s)
  134. return rawget(self,s) or RealGame:GetService(s)
  135. end,
  136. Players = FakeService({
  137. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  138. },"Players"),
  139. UserInputService = FakeService(UIS,"UserInputService"),
  140. ContextActionService = FakeService(CAS,"ContextActionService"),
  141. RunService = FakeService({
  142. _btrs = {},
  143. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  144. BindToRenderStep = function(self,name,_,fun)
  145. self._btrs[name] = self.Heartbeat:Connect(fun)
  146. end,
  147. UnbindFromRenderStep = function(self,name)
  148. self._btrs[name]:Disconnect()
  149. end,
  150. },"RunService")
  151. }
  152. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  153. FakeGame.service = FakeGame.GetService
  154. FakeService(FakeGame,game)
  155. --Changing owner to fake player object to support owner:GetMouse()
  156. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  157. end
  158.  
  159. wait(0.016666666666667)
  160.  
  161. script.Name = "k"
  162. local Player = owner
  163. local Character = Player.Character
  164. local Humanoid = Character.Humanoid
  165. local Effects = {}
  166. local hobb = 0
  167. local hobb2 = 0
  168. ShootEffects = {}
  169.  
  170. --[[local m = Instance.new("Model", Character)
  171. m.Name = "WeaponModel"]]
  172. local effect = Instance.new("Model", Character)
  173. effect.Name = "hb"
  174. local cf = CFrame.new
  175. local it = Instance.new
  176. vt = Vector3.new
  177. local LeftArm = Character["Left Arm"]
  178. local RightArm = Character["Right Arm"]
  179. local LeftLeg = Character["Left Leg"]
  180. local RightLeg = Character["Right Leg"]
  181. local Head = Character.Head
  182. local Torso = Character.Torso
  183. local Lighting = game.Lighting
  184. local cam = game.Workspace.CurrentCamera
  185. local RootPart = Character.HumanoidRootPart
  186. local RootJoint = RootPart.RootJoint
  187. local equipped = false
  188. local attack = false
  189. local Anim = "Idle"
  190. local idle = 0
  191. local attacktype = 1
  192. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  193. local velocity = RootPart.Velocity.y
  194. local sine = 0
  195. local change = 1
  196.  
  197. local ZAWARUDO = false
  198. local grabbed = false
  199. local cn = CFrame.new
  200. local mr = math.rad
  201. local angles = CFrame.Angles
  202. local ud = UDim2.new
  203. local c3 = Color3.new
  204. Humanoid.Animator.Parent = nil
  205. Character.Animate.Parent = nil
  206. local newMotor = function(part0, part1, c0, c1)
  207.  
  208. local w = Instance.new("Motor", part0)
  209. w.Part0 = part0
  210. w.Part1 = part1
  211. w.C0 = c0
  212. w.C1 = c1
  213. return w
  214. end
  215. aaa = Instance.new("Sound",Character) -- due le sound remov b
  216. aaa.Volume = 2
  217. aaa.PlaybackSpeed = 1
  218. aaa.SoundId = "rbxassetid://316900066"
  219. aaa:Stop()
  220. aaa.Name = "ay"
  221.  
  222. clerp = function(a, b, t)
  223.  
  224. return a:lerp(b, t)
  225. end
  226.  
  227. end
  228. end
  229. end)()
  230.  
  231.  
  232. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  233. NeckCF = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  234. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  235. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  236. local RH = newMotor(Torso, RightLeg, CFrame.new(0.5, -2, 0), CFrame.new(0, 0, 0))
  237. local LH = newMotor(Torso, LeftLeg, CFrame.new(-0.5, -2, 0), CFrame.new(0, 0, 0))
  238. RootJoint.C1 = CFrame.new(0, 0, 0)
  239. RootJoint.C0 = CFrame.new(0, 0, 0)
  240. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  241. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  242. local rarmc1 = RW.C1
  243. local larmc1 = LW.C1
  244. local rlegc1 = RH.C1
  245. local llegc1 = LH.C1
  246.  
  247. local resetc1 = false
  248. PlayAnimationFromTable = function(table, speed, bool)
  249.  
  250. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  251. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  252. RW.C0 = clerp(RW.C0, table[3], speed)
  253. LW.C0 = clerp(LW.C0, table[4], speed)
  254. RH.C0 = clerp(RH.C0, table[5], speed)
  255. LH.C0 = clerp(LH.C0, table[6], speed)
  256. if bool == true and resetc1 == false then
  257. resetc1 = true
  258. RootJoint.C1 = RootJoint.C1
  259. Torso.Neck.C1 = Torso.Neck.C1
  260. RW.C1 = rarmc1
  261. LW.C1 = larmc1
  262. RH.C1 = rlegc1
  263. LH.C1 = llegc1
  264.  
  265. end
  266. end
  267.  
  268.  
  269. local co1 = 15
  270. local co2 = 8
  271. local co3 = 20
  272. local co5 = 30
  273. local co4 = 32
  274. local cooldown1 = 0
  275. local cooldown2 = 0
  276. local cooldown3 = 0
  277. local cooldown4 = 0
  278. local cooldown5 = 0
  279. local skillcolorscheme = BrickColor.new("Pastel light blue").Color
  280. local scrn = Instance.new("ScreenGui", Player.PlayerGui)
  281. makeframe = function(par, trans, pos, size, color)
  282.  
  283. local frame = Instance.new("Frame", par)
  284. frame.BackgroundTransparency = trans
  285. frame.BorderSizePixel = 0
  286. frame.Position = pos
  287. frame.Size = size
  288. frame.BackgroundColor3 = color
  289. return frame
  290. end
  291.  
  292. makelabel = function(par, text)
  293.  
  294. local label = Instance.new("TextLabel", par)
  295. label.BackgroundTransparency = 1
  296. label.Size = UDim2.new(1, 0, 1, 0)
  297. label.Position = UDim2.new(0, 0, 0, 0)
  298. label.TextColor3 = Color3.new(255, 250, 190)
  299. label.TextStrokeTransparency = 0
  300. label.FontSize = Enum.FontSize.Size32
  301. label.Font = Enum.Font.SourceSansLight
  302. label.BorderSizePixel = 0
  303. label.TextScaled = true
  304. label.Text = text
  305. end
  306.  
  307. framesk1 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.85, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  308. framesk2 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.74, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  309. framesk3 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.63, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  310. framesk4 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.52, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  311. bar1 = makeframe(framesk1, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  312. bar2 = makeframe(framesk2, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  313. bar3 = makeframe(framesk3, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  314. bar4 = makeframe(framesk4, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  315. text1 = Instance.new("TextLabel", framesk1)
  316. text1.BackgroundTransparency = 1
  317. text1.Size = UDim2.new(1, 0, 1, 0)
  318. text1.Position = UDim2.new(0, 0, 0, 0)
  319. text1.TextColor3 = Color3.new(255, 250, 190)
  320. text1.TextStrokeTransparency = 0
  321. text1.FontSize = Enum.FontSize.Size18
  322. text1.Font = Enum.Font.SourceSansLight
  323. text1.BorderSizePixel = 0
  324. text1.TextScaled = true
  325. text1.Text = "[Z]\n Time Boost"
  326. text2 = Instance.new("TextLabel", framesk2)
  327. text2.BackgroundTransparency = 1
  328. text2.Size = UDim2.new(1, 0, 1, 0)
  329. text2.Position = UDim2.new(0, 0, 0, 0)
  330. text2.TextColor3 = Color3.new(255, 250, 190)
  331. text2.TextStrokeTransparency = 0
  332. text2.FontSize = Enum.FontSize.Size18
  333. text2.Font = Enum.Font.SourceSansLight
  334. text2.BorderSizePixel = 0
  335. text2.TextScaled = true
  336. text2.Text = "[X]\n Temporal Bullet"
  337. text3 = Instance.new("TextLabel", framesk3)
  338. text3.BackgroundTransparency = 1
  339. text3.Size = UDim2.new(1, 0, 1, 0)
  340. text3.Position = UDim2.new(0, 0, 0, 0)
  341. text3.TextColor3 = Color3.new(255, 250, 190)
  342. text3.TextStrokeTransparency = 0
  343. text3.FontSize = Enum.FontSize.Size18
  344. text3.Font = Enum.Font.SourceSansLight
  345. text3.BorderSizePixel = 0
  346. text3.TextScaled = false
  347. text3.Text = "[C]\n Chrono Field"
  348. text4 = Instance.new("TextLabel", framesk4)
  349. text4.BackgroundTransparency = 1
  350. text4.Size = UDim2.new(1, 0, 1, 0)
  351. text4.Position = UDim2.new(0, 0, 0, 0)
  352. text4.TextColor3 = Color3.new(255, 250, 190)
  353. text4.TextStrokeTransparency = 0
  354. text4.FontSize = Enum.FontSize.Size18
  355. text4.Font = Enum.Font.SourceSansLight
  356. text4.BorderSizePixel = 0
  357. text4.TextScaled = true
  358. text4.Text = "[V]\n ZA WARUDO"
  359. ArtificialHB = Instance.new("BindableEvent", Player.PlayerGui)
  360. ArtificialHB.Name = "Heartbeat"
  361. Player.PlayerGui:WaitForChild("Heartbeat")
  362. frame = 0.033333333333333
  363. tf = 0
  364. allowframeloss = false
  365. tossremainder = false
  366. lastframe = tick()
  367. Player.PlayerGui.Heartbeat:Fire()
  368. local gg = false
  369. game:GetService("RunService").Heartbeat:connect(function(s, p)
  370.  
  371. if Player.PlayerGui:FindFirstChild("Heartbeat") == nil then
  372. gg = true
  373. end
  374. if gg == true then
  375. return
  376. end
  377. tf = tf + s
  378. if frame <= tf then
  379. if allowframeloss then
  380. Player.PlayerGui.Heartbeat:Fire()
  381. lastframe = tick()
  382. else
  383. for i = 1, math.floor(tf / frame) do
  384. Player.PlayerGui.Heartbeat:Fire()
  385. end
  386. lastframe = tick()
  387. end
  388. if tossremainder then
  389. tf = 0
  390. else
  391. tf = tf - frame * math.floor(tf / frame)
  392. end
  393. end
  394. end
  395. )
  396. swait = function(num)
  397.  
  398. if num == 0 or num == nil then
  399. ArtificialHB.Event:wait()
  400. else
  401. for i = 0, num do
  402. ArtificialHB.Event:wait()
  403. end
  404. end
  405. end
  406.  
  407. local RbxUtility = LoadLibrary("RbxUtility")
  408. local Create = RbxUtility.Create
  409. RemoveOutlines = function(part)
  410.  
  411. part.TopSurface = 10
  412. end
  413.  
  414. CreatePart = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  415.  
  416. 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})
  417. RemoveOutlines(Part)
  418. return Part
  419. end
  420.  
  421. CreateMesh = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  422.  
  423. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  424. if Mesh == "SpecialMesh" then
  425. Msh.MeshType = MeshType
  426. Msh.MeshId = MeshId
  427. end
  428. return Msh
  429. end
  430.  
  431. CreateWeld = function(Parent, Part0, Part1, C0, C1)
  432.  
  433. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  434. return Weld
  435. end
  436.  
  437. CFuncs = {
  438. Part = {Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  439.  
  440. 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})
  441. RemoveOutlines(Part)
  442. return Part
  443. end
  444. }
  445. ,
  446. Mesh = {Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  447.  
  448. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  449. if Mesh == "SpecialMesh" then
  450. Msh.MeshType = MeshType
  451. Msh.MeshId = MeshId
  452. end
  453. return Msh
  454. end
  455. }
  456. ,
  457. Mesh = {Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  458.  
  459. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  460. if Mesh == "SpecialMesh" then
  461. Msh.MeshType = MeshType
  462. Msh.MeshId = MeshId
  463. end
  464. return Msh
  465. end
  466. }
  467. ,
  468. Weld = {Create = function(Parent, Part0, Part1, C0, C1)
  469.  
  470. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  471. return Weld
  472. end
  473. }
  474. ,
  475. Sound = {Create = function(id, par, vol, pit)
  476.  
  477. coroutine.resume(coroutine.create(function()
  478.  
  479. local S = Create("Sound")({Volume = vol, Pitch = pit or 1, SoundId = id, Parent = par or workspace})
  480. wait()
  481. S:play()
  482. game:GetService("Debris"):AddItem(S, 6)
  483. end
  484. ))
  485. end
  486. }
  487. ,
  488. ParticleEmitter = {Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  489.  
  490. 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})
  491. return fp
  492. end
  493. }
  494. }
  495. rayCast = function(Position, Direction, Range, Ignore)
  496.  
  497. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  498. end
  499.  
  500. local GetNearest = function(obj, distance)
  501.  
  502. local last, lastx = distance + 1, nil
  503. for i,v in pairs(workspace:GetChildren()) do
  504. if v:IsA("Model") and v ~= Character and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Humanoid").Health > 0 then
  505. local t = v.Torso
  506. local dist = (t.Position - obj.Position).magnitude
  507. if dist <= distance and dist < last then
  508. last = dist
  509. lastx = v
  510. end
  511. end
  512. end
  513. return lastx
  514. end
  515. BreakEffect = function(brickcolor, cframe, x1, y1, z1)
  516. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  517. prt.Anchored = true
  518. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  519. local msh = CreateMesh("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  520. local num = math.random(10, 50) / 1000
  521. game:GetService("Debris"):AddItem(prt, 10)
  522. table.insert(Effects, {prt, "Shatter", num, prt.CFrame, math.random() - math.random(), 0, math.random(50, 100) / 100})
  523. end
  524. ------------------
  525.  
  526. New = function(Object, Parent, Name, Data)
  527. local Object = Instance.new(Object)
  528. for Index, Value in pairs(Data or {}) do
  529. Object[Index] = Value
  530. end
  531. Object.Parent = Parent
  532. Object.Name = Name
  533. return Object
  534. end
  535.  
  536. fff1 = New("Model",Character,"fff1",{})
  537. 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),})
  538. Mesh = New("CylinderMesh",d1,"Mesh",{Scale = Vector3.new(1.29999995, 1.00999999, 1.29999995),})
  539.  
  540. asda1 = Instance.new("Weld",d1)
  541. asda1.Part0 = asda1.Parent
  542. asda1.Part1 = RootPart
  543. asda1.C0 = CFrame.new(1.6,-2,0)*CFrame.Angles(-math.rad(90),0,math.rad(90))--math.rad(90)
  544. --^ main
  545. m = New("Model",Character,"m",{})
  546. 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),})
  547.  
  548. asda2 = Instance.new("Weld",ref1)
  549. asda2.Part0 = asda2.Parent
  550. asda2.Part1 = d1
  551. --asda2.C0 = CFrame.new(1,-1.785,0)*CFrame.Angles(-math.rad(90),0,math.rad(90))
  552. --minute
  553. h = New("Model",Character,"h",{})
  554. 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),})
  555.  
  556. asda3 = Instance.new("Weld",ref2)
  557. asda3.Part0 = asda3.Parent
  558. asda3.Part1 = d1
  559. --asda3.C0 = CFrame.new(1,-1.785,0)*CFrame.Angles(-math.rad(90),0,math.rad(90))
  560. --hour
  561. s1 = New("Model",Character,"s1",{})
  562. 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),})
  563.  
  564. asda4 = Instance.new("Weld",ref3)
  565. asda4.Part0 = asda4.Parent
  566. asda4.Part1 = d1
  567. --asda4.C0 = CFrame.new(1,-2.2,0)*CFrame.Angles(-math.rad(90),0,math.rad(90))
  568.  
  569. --sinstuff
  570.  
  571. s2 = New("Model",Character,"s2",{})
  572. 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),})
  573.  
  574. asda5 = Instance.new("Weld",ref4)
  575. asda5.Part0 = asda5.Parent
  576. asda5.Part1 = d1 --RootJoint
  577. --asda5.C0 = CFrame.new(1,-2.2,0)*CFrame.Angles(-math.rad(90),0,math.rad(90))
  578.  
  579. --sinstuff2
  580. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  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, -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),})
  583. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  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, -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),})
  586. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  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, -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),})
  589. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  590. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  591. 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),})
  592. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  593. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  594. 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),})
  595. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  596. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  597. 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),})
  598. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  599. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  600. 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),})
  601. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  602. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  603. 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),})
  604. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  605. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  606. 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),})
  607. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  608. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  609. 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),})
  610. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  611. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  612. 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),})
  613. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  614. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  615. 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),})
  616. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  617. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  618. 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),})
  619. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  620. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  621. 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),})
  622. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  623. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  624. 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),})
  625. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  626. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  627. 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),})
  628. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  629. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  630. 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),})
  631. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  632. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  633. 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),})
  634. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  635. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  636. 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),})
  637. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  638. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  639. 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),})
  640. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  641. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  642. 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),})
  643. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  644. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  645. 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),})
  646. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  647. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  648. 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),})
  649. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  650. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(0.400000006, 0.699999988, 4.5),})
  651. 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),})
  652. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  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, -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),})
  655. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  656. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(1, 0.699999988, 1),})
  657. 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),})
  658. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  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, -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),})
  661. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  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, -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),})
  664. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  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, 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),})
  667. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  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,C1 = CFrame.new(-4.70001221, -0.200000763, -0.199996948, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  670. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  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, 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),})
  673. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  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,C1 = CFrame.new(3.6499958, -0.200000763, -0.299987793, 0, -1, 0, 1, 0, 1.64202821e-015, 1.64202821e-015, 0, 1),})
  676. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  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, -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),})
  679. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  680. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  681. 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),})
  682. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  683. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(1, 0.699999988, 1),})
  684. 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),})
  685. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  686. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(1, 0.699999988, 1),})
  687. 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),})
  688. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  689. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  690. 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),})
  691. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  692. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  693. 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),})
  694. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  695. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  696. 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),})
  697. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  698. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  699. 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),})
  700. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  701. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  702. 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),})
  703. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  704. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  705. 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),})
  706. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  707. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  708. 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),})
  709. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  710. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  711. 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),})
  712. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  713. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(1, 0.699999988, 1),})
  714. 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),})
  715. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  716. Mesh = New("BlockMesh",r,"Mesh",{Scale = Vector3.new(1, 0.699999988, 1),})
  717. 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),})
  718. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  719. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  720. 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),})
  721. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  722. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  723. 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),})
  724. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  725. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  726. 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),})
  727. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  728. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  729. 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),})
  730. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  731. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  732. 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),})
  733. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  734. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  735. 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),})
  736. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  737. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  738. 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),})
  739. r = New("Part",s2,"r",{BrickColor = BrickColor.new("New Yeller"),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),})
  740. Mesh = New("SpecialMesh",r,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  741. 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),})
  742.  
  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, 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),})
  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.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),})
  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, 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),})
  747. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  748. 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),})
  749. 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),})
  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.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),})
  752. 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),})
  753. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  754. 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),})
  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, 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),})
  756. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  757. 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),})
  758. 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),})
  759. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  760. 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),})
  761. 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),})
  762. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  763. 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),})
  764. 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),})
  765. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  766. 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),})
  767. b = New("Part",s1,"b",{BrickColor = BrickColor.new("New Yeller"),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),})
  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.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),})
  770. b = New("Part",s1,"b",{BrickColor = BrickColor.new("New Yeller"),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),})
  771. Mesh = New("BlockMesh",b,"Mesh",{Scale = Vector3.new(0.800000012, 0.400000006, 0.800000012),})
  772. 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),})
  773. 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),})
  774. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  775. 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),})
  776. 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),})
  777. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  778. 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),})
  779. 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),})
  780. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  781. 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),})
  782. 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),})
  783. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  784. 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),})
  785. 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),})
  786. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  787. 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),})
  788. 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),})
  789. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  790. 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),})
  791. 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),})
  792. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  793. 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),})
  794. 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),})
  795. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  796. 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),})
  797. b = New("Part",s1,"b",{BrickColor = BrickColor.new("New Yeller"),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),})
  798. Mesh = New("BlockMesh",b,"Mesh",{Scale = Vector3.new(0.800000012, 0.400000006, 0.800000012),})
  799. 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),})
  800. b = New("Part",s1,"b",{BrickColor = BrickColor.new("New Yeller"),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),})
  801. Mesh = New("BlockMesh",b,"Mesh",{Scale = Vector3.new(0.800000012, 0.400000006, 0.800000012),})
  802. 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),})
  803. 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),})
  804. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  805. 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),})
  806. 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),})
  807. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  808. 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),})
  809. 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),})
  810. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  811. 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),})
  812. 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),})
  813. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  814. 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),})
  815. 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),})
  816. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  817. 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),})
  818. 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),})
  819. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  820. 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),})
  821. 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),})
  822. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.600000024, 0.400000006),})
  823. 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),})
  824. 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),})
  825. Mesh = New("BlockMesh",a,"Mesh",{Scale = Vector3.new(1, 0.605000019, 0.400000006),})
  826. 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),})
  827. b = New("Part",s1,"b",{BrickColor = BrickColor.new("New Yeller"),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),})
  828. Mesh = New("BlockMesh",b,"Mesh",{Scale = Vector3.new(0.800000012, 0.400000006, 0.800000012),})
  829. 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),})
  830. b = New("Part",s1,"b",{BrickColor = BrickColor.new("New Yeller"),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),})
  831. Mesh = New("BlockMesh",b,"Mesh",{Scale = Vector3.new(0.800000012, 0.400000006, 0.800000012),})
  832. 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),})
  833.  
  834. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("New Yeller"),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),})
  835. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  836. 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),})
  837. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("New Yeller"),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),})
  838. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  839. 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),})
  840. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("New Yeller"),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),})
  841. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  842. 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),})
  843. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("New Yeller"),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),})
  844. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  845. 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),})
  846. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("New Yeller"),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),})
  847. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  848. 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),})
  849. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("New Yeller"),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),})
  850. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  851. 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),})
  852. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("New Yeller"),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),})
  853. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  854. 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),})
  855. d2 = New("Part",h,"d2",{BrickColor = BrickColor.new("New Yeller"),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),})
  856. Mesh = New("SpecialMesh",d2,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  857. 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),})
  858.  
  859. d = New("Part",m,"d",{BrickColor = BrickColor.new("New Yeller"),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),})
  860. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  861. 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),})
  862. d = New("Part",m,"d",{BrickColor = BrickColor.new("New Yeller"),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),})
  863. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  864. 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),})
  865. d = New("Part",m,"d",{BrickColor = BrickColor.new("New Yeller"),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),})
  866. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  867. 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),})
  868. d = New("Part",m,"d",{BrickColor = BrickColor.new("New Yeller"),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),})
  869. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  870. 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),})
  871. d = New("Part",m,"d",{BrickColor = BrickColor.new("New Yeller"),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),})
  872. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  873. 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),})
  874. d = New("Part",m,"d",{BrickColor = BrickColor.new("New Yeller"),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),})
  875. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  876. 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),})
  877. d = New("Part",m,"d",{BrickColor = BrickColor.new("New Yeller"),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),})
  878. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  879. 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),})
  880. d = New("Part",m,"d",{BrickColor = BrickColor.new("New Yeller"),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),})
  881. Mesh = New("SpecialMesh",d,"Mesh",{Scale = Vector3.new(1.00999999, 0.699999988, 0.200000003),MeshType = Enum.MeshType.Wedge,})
  882. 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),})
  883.  
  884. 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),})
  885. Mesh = New("CylinderMesh",Main,"Mesh",{})
  886. PointLight = New("PointLight",Main,"PointLight",{Color = Color3.new(1, 1, 0),Brightness = 1.5,Range = 10,Shadows = true,})
  887. mot = New("Motor",Main,"mot",{Part0 = Main,Part1 = d1})
  888.  
  889. 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),})
  890. 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),})
  891.  
  892. 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),})
  893. 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),})
  894.  
  895.  
  896. for _,v in pairs(Character.fff1:children()) do
  897. if v:IsA("Part") then
  898. v.CanCollide = false
  899. end
  900. end
  901.  
  902. for _,v in pairs(Character.h:children()) do
  903. if v:IsA("Part") then
  904. v.CanCollide = false
  905. end
  906. end
  907.  
  908. for _,v in pairs(Character.m:children()) do
  909. if v:IsA("Part") then
  910. v.CanCollide = false
  911. end
  912. end
  913.  
  914. for _,v in pairs(Character.s1:children()) do
  915. if v:IsA("Part") then
  916. v.CanCollide = false
  917. end
  918. end
  919.  
  920. for _,v in pairs(Character.s2:children()) do
  921. if v:IsA("Part") then
  922. v.CanCollide = false
  923. end
  924. end
  925. reweld = function()
  926. asda1 = Instance.new("Weld",d1)
  927. asda1.Part0 = asda1.Parent
  928. asda1.Part1 = RootPart
  929. asda1.C0 = CFrame.new(1.6,-2,0)*CFrame.Angles(-math.rad(90),0,math.rad(90))
  930. end
  931.  
  932.  
  933. ------------------
  934. Damagefunc = function(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  935.  
  936. if hit.Parent == nil then
  937. return
  938. end
  939. local h = hit.Parent:FindFirstChild("Humanoid")
  940. for _,v in pairs(hit.Parent:children()) do
  941. if v:IsA("Humanoid") then
  942. h = v
  943. end
  944. end
  945. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  946. if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  947. return
  948. end
  949. local c = Create("ObjectValue")({Name = "creator", Value = game:service("Players").owner, Parent = h})
  950. game:GetService("Debris"):AddItem(c, 0.5)
  951. if HitSound ~= nil and HitPitch ~= nil then
  952. CreateSound(HitSound, hit, 1, HitPitch)
  953. end
  954. local Damage = math.random(minim, maxim)
  955. local blocked = false
  956. local block = hit.Parent:findFirstChild("Block")
  957. if block ~= nil and block.className == "IntValue" and block.Value > 0 then
  958. blocked = true
  959. block.Value = block.Value - 1
  960. print(block.Value)
  961. end
  962. if blocked == false then
  963. h.Health = h.Health - Damage
  964. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  965. else
  966. h.Health = h.Health - Damage / 2
  967. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  968. end
  969. if Type == "Knockdown" then
  970. local hum = hit.Parent.Humanoid
  971. hum.PlatformStand = true
  972. coroutine.resume(coroutine.create(function(HHumanoid)
  973.  
  974. swait(1)
  975. HHumanoid.PlatformStand = false
  976. end
  977. ), hum)
  978.  
  979. local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit
  980. local bodvol = Create("BodyVelocity")({velocity = angle * knockback, P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  981. 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})
  982. game:GetService("Debris"):AddItem(bodvol, 0.5)
  983. game:GetService("Debris"):AddItem(rl, 0.5)
  984. elseif Type == "Normal" then
  985. local vp = Create("BodyVelocity")({P = 500, maxForce = Vector3.new(math.huge, 0, math.huge), velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05})
  986. if knockback > 0 then
  987. vp.Parent = hit.Parent.Torso
  988. end
  989. game:GetService("Debris"):AddItem(vp, 0.5)
  990. elseif Type == "Up" then
  991. local bodyVelocity = Create("BodyVelocity")({velocity = Vector3.new(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  992. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  993. local bodyVelocity = Create("BodyVelocity")({velocity = Vector3.new(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  994. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  995. elseif Type == "Snare" then
  996. 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})
  997. game:GetService("Debris"):AddItem(bp, 1)
  998. elseif Type == "NerfSpeed" then
  999.  
  1000. local vp = Create("BodyVelocity")({P = 500, maxForce = Vector3.new(math.huge, 0, math.huge), velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05})
  1001. if knockback > 0 then
  1002. vp.Parent = hit.Parent.Torso
  1003. end
  1004. hit.Parent.Humanoid.WalkSpeed = hit.Parent.Humanoid.WalkSpeed - 8
  1005. coroutine.wrap(function()
  1006. wait(7.5)
  1007. hit.Parent.Humanoid.WalkSpeed = hit.Parent.Humanoid.WalkSpeed + 8
  1008. end)()
  1009. game:GetService("Debris"):AddItem(vp, 0.5)
  1010.  
  1011. elseif Type == "ZA" then
  1012. --[[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})
  1013. local BodGy = Create("BodyGyro")({maxTorque = Vector3.new(400000, 400000, 400000) * math.huge, P = 20000, Parent = hit.Parent.Torso, cframe = hit.Parent.Torso.CFrame})]]
  1014. hit.Parent.Torso.Anchored = true
  1015. elseif Type == "UNZA" then
  1016. --[[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})
  1017. local BodGy = Create("BodyGyro")({maxTorque = Vector3.new(400000, 400000, 400000) * math.huge, P = 20000, Parent = hit.Parent.Torso, cframe = hit.Parent.Torso.CFrame})]]
  1018. hit.Parent.Torso.Anchored = false
  1019. elseif Type == "Freeze" then
  1020. 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})
  1021. local BodGy = Create("BodyGyro")({maxTorque = Vector3.new(400000, 400000, 400000) * math.huge, P = 20000, Parent = hit.Parent.Torso, cframe = hit.Parent.Torso.CFrame})
  1022. hit.Parent.Torso.Anchored = true
  1023.  
  1024. coroutine.resume(coroutine.create(function(Part)
  1025.  
  1026.  
  1027.  
  1028. swait(1.5)
  1029. hit.Parent.Torso.Anchored = false
  1030. end), hit.Parent.Torso)
  1031. game:GetService("Debris"):AddItem(BodPos, 3)
  1032. game:GetService("Debris"):AddItem(BodGy, 3)
  1033. end
  1034. local debounce = Create("BoolValue")({Name = "DebounceHit", Parent = hit.Parent, Value = true})
  1035. game:GetService("Debris"):AddItem(debounce, Delay)
  1036. c = Instance.new("ObjectValue")
  1037. c.Name = "creator"
  1038. c.Value = Player
  1039. c.Parent = h
  1040. game:GetService("Debris"):AddItem(c, 0.5)
  1041. end
  1042. end
  1043.  
  1044. ShowDamage = function(Pos, Text, Time, Color)
  1045.  
  1046. local Rate = 0.033333333333333
  1047. if not Pos then
  1048. local Pos = Vector3.new(0, 0, 0)
  1049. end
  1050. local Text = Text or ""
  1051. local Time = Time or 2
  1052. if not Color then
  1053. local Color = Color3.new(1, 0, 1)
  1054. end
  1055. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  1056. EffectPart.Anchored = true
  1057. local BillboardGui = Create("BillboardGui")({Size = UDim2.new(3, 0, 3, 0), Adornee = EffectPart, Parent = EffectPart})
  1058. 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})
  1059. game.Debris:AddItem(EffectPart, Time + 0.1)
  1060. EffectPart.Parent = game:GetService("Workspace")
  1061. delay(0, function()
  1062.  
  1063. local Frames = Time / Rate
  1064. for Frame = 1, Frames do
  1065. wait(Rate)
  1066. local Percent = Frame / Frames
  1067. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  1068. TextLabel.TextTransparency = Percent
  1069. end
  1070. if EffectPart and EffectPart.Parent then
  1071. EffectPart:Destroy()
  1072. end
  1073. end
  1074. )
  1075. end
  1076.  
  1077. MagniDamage = function(Part, magni, mindam, maxdam, knock, Type, HitSound, HitPitch)
  1078.  
  1079.  
  1080. for _,c in pairs(workspace:children()) do
  1081. local hum = c:findFirstChild("Humanoid")
  1082. if hum ~= nil then
  1083. local head = c:findFirstChild("Torso")
  1084. if head ~= nil then
  1085. local targ = head.Position - Part.Position
  1086. local mag = targ.magnitude
  1087. if mag <= magni and c.Name ~= Player.Name then
  1088. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "http://www.roblox.com/asset/?id=231917784", 1) -- 231917784
  1089. end
  1090. end
  1091.  
  1092. end
  1093. end
  1094. end
  1095.  
  1096. EffectModel = Instance.new("Model", Character)
  1097. EffectModel.Name = "Effects"
  1098. Effects = {
  1099. Block = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  1100.  
  1101. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1102. prt.Anchored = true
  1103. prt.CFrame = cframe
  1104. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1105. game:GetService("Debris"):AddItem(prt, 10)
  1106. if Type == 1 or Type == nil then
  1107. table.insert(Effects, {prt, "Block1", delay, x3, y3, z3, msh})
  1108. else
  1109. if Type == 2 then
  1110. table.insert(Effects, {prt, "Block2", delay, x3, y3, z3, msh})
  1111. end
  1112. end
  1113. end
  1114. }
  1115. ,
  1116. Sphere = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1117.  
  1118. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1119. prt.Anchored = true
  1120. prt.CFrame = cframe
  1121. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1122. game:GetService("Debris"):AddItem(prt, 10)
  1123. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  1124. end
  1125. }
  1126. ,
  1127. Cylinder = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1128.  
  1129. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1130. prt.Anchored = true
  1131. prt.CFrame = cframe
  1132. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1133. game:GetService("Debris"):AddItem(prt, 10)
  1134. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  1135. end
  1136. }
  1137. ,
  1138. Wave = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1139.  
  1140. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1141. prt.Anchored = true
  1142. prt.CFrame = cframe
  1143. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1144. game:GetService("Debris"):AddItem(prt, 10)
  1145. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  1146. end
  1147. }
  1148. ,
  1149. Ring = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1150.  
  1151. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1152. prt.Anchored = true
  1153. prt.CFrame = cframe
  1154. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1155. game:GetService("Debris"):AddItem(prt, 10)
  1156. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  1157. end
  1158. }
  1159. ,
  1160. Break = {Create = function(brickcolor, cframe, x1, y1, z1)
  1161.  
  1162. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  1163. prt.Anchored = true
  1164. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1165. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1166. local num = math.random(10, 50) / 1000
  1167. game:GetService("Debris"):AddItem(prt, 10)
  1168. table.insert(Effects, {prt, "Shatter", num, prt.CFrame, math.random() - math.random(), 0, math.random(50, 100) / 100})
  1169. end
  1170. }
  1171. }
  1172. BlockEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  1173.  
  1174. local prt = CreatePart(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1175. prt.Anchored = true
  1176. prt.CFrame = cframe
  1177. local msh = CreateMesh("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1178. game:GetService("Debris"):AddItem(prt, 10)
  1179. if Type == 1 or Type == nil then
  1180. table.insert(Effects, {prt, "Block1", delay, x3, y3, z3, msh})
  1181. else
  1182. if Type == 2 then
  1183. table.insert(Effects, {prt, "Block2", delay, x3, y3, z3, msh})
  1184. end
  1185. end
  1186. end
  1187.  
  1188. CreateSound = function(id, par, vol, pit)
  1189.  
  1190. coroutine.resume(coroutine.create(function()
  1191.  
  1192. local sou = Instance.new("Sound", par or workspace)
  1193. sou.Volume = vol
  1194. sou.Pitch = pit or 1
  1195. sou.SoundId = id
  1196. swait()
  1197. sou:play()
  1198. game:GetService("Debris"):AddItem(sou, 6)
  1199. end
  1200. ))
  1201. end
  1202.  
  1203. Laser = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1204.  
  1205. local prt = CreatePart(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  1206. prt.Anchored = true
  1207. prt.CFrame = cframe
  1208. prt.Material = "Neon"
  1209. local msh = CreateMesh("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1210. game:GetService("Debris"):AddItem(prt, 10)
  1211. coroutine.resume(coroutine.create(function(Part, Mesh)
  1212.  
  1213. for i = 0, 1, delay do
  1214. swait()
  1215. Part.Transparency = i
  1216. Mesh.Scale = Mesh.Scale + Vector3.new(x3, y3, z3)
  1217. end
  1218. Part.Parent = nil
  1219. end
  1220. ), prt, msh)
  1221. end
  1222.  
  1223. shoottraildd = function(mouse, partt, SpreadAmount)
  1224.  
  1225. local SpreadVectors = Vector3.new(math.random(-SpreadAmount, SpreadAmount), math.random(-SpreadAmount, SpreadAmount), math.random(-SpreadAmount, SpreadAmount))
  1226. local MainPos = partt.Position
  1227. local MainPos2 = mouse.Hit.p + SpreadVectors
  1228. local MouseLook = CFrame.new((MainPos + MainPos2) / 2, MainPos2)
  1229. local speed = 15
  1230. local num = 20
  1231. coroutine.resume(coroutine.create(function()
  1232.  
  1233. repeat
  1234. swait()
  1235. local hit, pos = rayCast(MainPos, MouseLook.lookVector, speed, RootPart.Parent)
  1236. local mag = (MainPos - pos).magnitude
  1237. 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)
  1238. MainPos = MainPos + MouseLook.lookVector * speed
  1239. num = num - 1
  1240. MouseLook = MouseLook * angles(math.rad(-1), 0, 0)
  1241. if hit ~= nil then
  1242. num = 0
  1243. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=377357848", refpart, 1, 1.2)
  1244. local refpart = CreatePart(EffectModel, "SmoothPlastic", 0, 1, BrickColor.new("Really black"), "Effect", Vector3.new())
  1245. refpart.Anchored = true
  1246. refpart.CFrame = CFrame.new(pos)
  1247. game:GetService("Debris"):AddItem(refpart, 2)
  1248. end
  1249. do
  1250. if num <= 0 then
  1251. local refpart = CreatePart(EffectModel, "SmoothPlastic", 0, 1, BrickColor.new("Really black"), "Effect", Vector3.new())
  1252. refpart.Anchored = true
  1253. refpart.CFrame = CFrame.new(pos)
  1254. if hit ~= nil then
  1255. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=377357848", refpart, 1, 1.2)
  1256.  
  1257. 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)
  1258. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), refpart.CFrame, .4, 2, .4, 2, 6, 2, 0.04)
  1259. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), refpart.CFrame, .5, 1, .5, 3.5, -0.1, 3.5, 0.03)
  1260. Effects.Break.Create(BrickColor.new("Pastel light blue"), refpart.CFrame, 1, 1, 8, 0, 0, 0, 0.02)
  1261. Effects.Break.Create(BrickColor.new("Pastel light blue"), refpart.CFrame, 1, 1, 8, 0, 0, 0, 0.02)
  1262. Effects.Break.Create(BrickColor.new("Pastel light blue"), refpart.CFrame, 1, 1, 8, 0, 0, 0, 0.02)
  1263. Effects.Break.Create(BrickColor.new("Pastel light blue"), refpart.CFrame, 1, 1, 8, 0, 0, 0, 0.02)
  1264. MagniDamage(refpart, 15, 4, 6, 0, "Snare")
  1265. end
  1266. game:GetService("Debris"):AddItem(refpart, 0)
  1267. end
  1268. end
  1269. until num <= 0
  1270. end
  1271. ))
  1272. end
  1273.  
  1274. attackone = function()
  1275.  
  1276. attack = true
  1277. for i = 0, .8, 0.1 do
  1278. swait()
  1279. PlayAnimationFromTable({
  1280. 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),
  1281. 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),
  1282. 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),
  1283. 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),
  1284. 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),
  1285. 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),
  1286. }, .3, false)
  1287. 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)
  1288. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1289. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1290. 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)
  1291. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1292. end
  1293.  
  1294. local icepart1 = CreatePart(effect, "SmoothPlastic", 0.5, 0, BrickColor.new("Pastel yellow"), "Ice", vt(2, 4, 2))
  1295. icepart1.Anchored = true
  1296. icepart1.Material = Enum.Material.Neon
  1297. i1msh = CreateMesh("SpecialMesh", icepart1, "FileMesh", "http://www.roblox.com/asset/?id=1778999", vt(0, 0, 0), vt(0.7, 2, 0.7))
  1298. icepart1.CFrame = cf(d1.Position)
  1299. game:GetService("Debris"):AddItem(icepart1, 20)
  1300. MouseLook = cf(icepart1.Position, mouse.Hit.p)
  1301. table.insert(ShootEffects, {MouseLook, "ShootIce", 50, icepart1.Position, 8, 27, 0, icepart1, 7, 2})
  1302. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=243711369", RootPart, 1, 1)
  1303. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), Main.CFrame, 20, 20, 20, 7,7,7, 0.04)
  1304. for i = 0, 1, 0.1 do
  1305. swait()
  1306. PlayAnimationFromTable({
  1307. 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),
  1308. 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),
  1309. 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),
  1310. 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),
  1311. 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),
  1312. 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),
  1313. }, .3, false)
  1314. 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)
  1315. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1316. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1317. 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)
  1318. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1319. end
  1320.  
  1321. attack = false
  1322. end
  1323.  
  1324. attacktwo = function()
  1325.  
  1326. attack = true
  1327. for i = 0, .8, 0.1 do
  1328. swait()
  1329. PlayAnimationFromTable({
  1330. 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),
  1331. 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),
  1332. 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),
  1333. 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),
  1334. 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),
  1335. 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),
  1336. }, .3, false)
  1337. 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)
  1338. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1339. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1340. 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)
  1341. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1342. end
  1343. for i = 0, 1, 0.1 do
  1344. swait()
  1345. PlayAnimationFromTable({
  1346. 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),
  1347. 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),
  1348. 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),
  1349. 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),
  1350. 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),
  1351. 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),
  1352. }, .3, false)
  1353. 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)
  1354. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1355. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1356. 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)
  1357. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1358. end
  1359. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=200633327", hitaa, 1, 1)
  1360. MagniDamage(hitaa, 5, 10, 15, 8, "Normal")
  1361. 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)
  1362. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), hitaa.CFrame, 3, 3, 3, 1, 1, 1, 0.07)
  1363. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), hitaa.CFrame, 5, 5, 5, 1, 1, 1, 0.07)
  1364.  
  1365. attack = false
  1366. end
  1367.  
  1368. attackthree = function()
  1369.  
  1370. attack = true
  1371. for i = 0, .8, 0.1 do
  1372. swait()
  1373. PlayAnimationFromTable({
  1374. 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),
  1375. 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),
  1376. 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),
  1377. 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),
  1378. 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),
  1379. 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),
  1380. }, .3, false)
  1381. 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)
  1382. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1383. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1384. 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)
  1385. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1386. end
  1387. for i = 0, 1, 0.1 do
  1388. swait()
  1389. PlayAnimationFromTable({
  1390. 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),
  1391. 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),
  1392. 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),
  1393. 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),
  1394. 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),
  1395. 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),
  1396. }, .3, false)
  1397. 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)
  1398. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1399. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1400. 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)
  1401. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1402. end
  1403. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=200633327", hitbb, 1, 1)
  1404. MagniDamage(hitbb, 5, 10, 15, 8, "Normal")
  1405. 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)
  1406. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), hitbb.CFrame, 3, 3, 3, 1, 1, 1, 0.07)
  1407. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), hitbb.CFrame, 5, 5, 5, 1, 1, 1, 0.07)
  1408.  
  1409. attack = false
  1410. end
  1411.  
  1412. speedy = function()
  1413.  
  1414. attack = true
  1415. for i = 0, 2, 0.1 do
  1416. swait()
  1417. PlayAnimationFromTable({
  1418. CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1419. 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),
  1420. 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),
  1421. 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),
  1422. 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),
  1423. 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),
  1424. }, .1, false)
  1425. 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)
  1426. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1427. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1428. 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)
  1429. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1430. end
  1431. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), Torso.CFrame, 5, 5, 5, 7, 7, 7, 0.04)
  1432. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=199145350", hitbb, 1.8, 1)
  1433. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=206083122", hitbb, 1.8, 1.1)
  1434. Humanoid.WalkSpeed = Humanoid.WalkSpeed + 8
  1435. MagniDamage(RootPart, 15, 5, 20, 0, "NerfSpeed")
  1436. for i = 0, 2.5, 0.1 do
  1437. swait()
  1438. PlayAnimationFromTable({
  1439. 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),
  1440. 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),
  1441. 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),
  1442. 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),
  1443. 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),
  1444. 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),
  1445. }, .2, false)
  1446. 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)
  1447. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1448. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1449. 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)
  1450. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1451. 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)
  1452. end
  1453.  
  1454. attack = false
  1455. wait(14)
  1456. Humanoid.WalkSpeed = Humanoid.WalkSpeed - 8
  1457. end
  1458.  
  1459. coldbullet = function()
  1460.  
  1461. attack = true
  1462. for i = 0, 1, 0.1 do
  1463. swait()
  1464. PlayAnimationFromTable({
  1465. CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1466. 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),
  1467. 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),
  1468. 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),
  1469. 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),
  1470. 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),
  1471. }, .3, false)
  1472. 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)
  1473. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1474. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1475. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)
  1476. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1477. end
  1478.  
  1479. 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),})
  1480. Mesh = New("SpecialMesh",aaaaa,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  1481. 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),})
  1482. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=315746833", aaaaa, 1, 1.2)
  1483. 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),})
  1484. Mesh = New("SpecialMesh",as1,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  1485. as1.CFrame = RootPart.CFrame * CFrame.new(20,0,0)
  1486. 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),})
  1487. 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),})
  1488. Mesh = New("SpecialMesh",as2,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  1489. 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),})
  1490. 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),})
  1491. Mesh = New("SpecialMesh",as3,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  1492. 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),})
  1493. 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),})
  1494. Mesh = New("SpecialMesh",as4,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  1495. 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),})
  1496. 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),})
  1497. Mesh = New("SpecialMesh",as5,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  1498. 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),})
  1499. 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),})
  1500. Mesh = New("SpecialMesh",as6,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  1501. 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),})
  1502. wait(0.0001)
  1503. mots:Remove()
  1504. aaaaa.Anchored = true
  1505. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as1.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1506. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as2.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1507. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as3.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1508. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as4.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1509. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as5.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1510. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as6.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1511.  
  1512. for i = 0, 1, 0.1 do
  1513. swait()
  1514. PlayAnimationFromTable({
  1515. CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1516. 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),
  1517. 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),
  1518. 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),
  1519. 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),
  1520. 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),
  1521. }, .3, false)
  1522. 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)
  1523. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1524. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1525. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)
  1526. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1527. end
  1528. for i = 0, .8, 0.1 do
  1529. swait()
  1530. PlayAnimationFromTable({
  1531. 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),
  1532. 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),
  1533. 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),
  1534. 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),
  1535. 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),
  1536. 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),
  1537. }, .3, false)
  1538. 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)
  1539. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1540. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1541. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)
  1542. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1543. end
  1544.  
  1545. coroutine.wrap(function()
  1546. shoottraildd(mouse, as1, 0)
  1547. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as1.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1548. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=588734356", aaaaa, 1.2, 1)
  1549. wait(0.000001)
  1550. as1:Remove()
  1551. wait(0.3)
  1552. shoottraildd(mouse, as2, 0)
  1553. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as2.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1554. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=588734356", aaaaa, 1.2, 1)
  1555. wait(0.000001)
  1556. as2:Remove()
  1557. wait(0.3)
  1558. shoottraildd(mouse, as3, 0)
  1559. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as3.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1560. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=588734356", aaaaa, 1.2, 1)
  1561. wait(0.000001)
  1562. as3:Remove()
  1563. wait(0.3)
  1564. shoottraildd(mouse, as4, 0)
  1565. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as4.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1566. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=588734356", aaaaa, 1.2, 1)
  1567. wait(0.000001)
  1568. as4:Remove()
  1569. wait(0.3)
  1570. shoottraildd(mouse, as5, 0)
  1571. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as5.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1572. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=588734356", aaaaa, 1.2, 1)
  1573. wait(0.000001)
  1574. as5:Remove()
  1575. wait(0.3)
  1576. shoottraildd(mouse, as6, 0)
  1577. Effects.Sphere.Create(BrickColor.new("Pastel light blue"), as6.CFrame, 1, 1, 1, 2.5, 2.5, 2.5, 0.05)
  1578. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=588734356", aaaaa, 1.2, 1)
  1579. wait(0.000001)
  1580. as6:Remove()
  1581. wait(0.5)
  1582. aaaaa:Remove()
  1583. end)()
  1584. for i = 0, 1, 0.1 do
  1585. swait()
  1586. PlayAnimationFromTable({
  1587. 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),
  1588. 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),
  1589. 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),
  1590. 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),
  1591. 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),
  1592. 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),
  1593. }, .3, false)
  1594. 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)
  1595. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1596. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1597. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)
  1598. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1599. end
  1600. attack = false
  1601. end
  1602.  
  1603. itstimetostop = function()
  1604.  
  1605. attack = true
  1606. 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),})
  1607. wait(0.000001)
  1608. Partss.Anchored = true
  1609. for i = 0, 2.5, 0.1 do
  1610. swait()
  1611. PlayAnimationFromTable({
  1612. CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1613. 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),
  1614. 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),
  1615. 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),
  1616. 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),
  1617. 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),
  1618. }, .1, false)
  1619. 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)
  1620. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1621. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1622. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)
  1623. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1624. end
  1625.  
  1626. RootPart.CFrame = RootPart.CFrame * cn(0, 0, 35)
  1627. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), Partss.CFrame, 5, 5, 5, 4, 4, 4, 0.07)
  1628. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), RootPart.CFrame, 5, 5, 5, 4, 4, 4, 0.07)
  1629. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=206083431", RootPart, 1, 1)
  1630. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=206083431", Partss, 1, 1)
  1631.  
  1632. for i = 0, 1, 0.1 do
  1633. swait()
  1634. PlayAnimationFromTable({
  1635. 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),
  1636. 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),
  1637. 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),
  1638. 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),
  1639. 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),
  1640. 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),
  1641. }, .3, false)
  1642. 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)
  1643. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1644. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1645. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)
  1646. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1647. end
  1648.  
  1649. for i = 0, .6, 0.1 do
  1650. swait()
  1651. PlayAnimationFromTable({
  1652. 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),
  1653. 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),
  1654. 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),
  1655. 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),
  1656. 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),
  1657. 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),
  1658. }, .45, false)
  1659. 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)
  1660. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1661. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1662. asda4.C0 = clerp(asda4.C0, CFrame.new(0,-0.2,0) * angles(0,0 + 4 * math.cos((sine) / 50),0), 0.3)
  1663. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1664. end
  1665. MagniDamage(Partss, 30, 15, 30, 1, "Freeze")
  1666. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=206083252", RootPart, 1, 1)
  1667. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=206083122", Partss, 2, .8)
  1668. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=228343252", Partss, 2, 1)
  1669. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), Partss.CFrame, 5, 5, 5, 6, 6, 6, 0.04)
  1670. Effects.Sphere.Create(BrickColor.new("Pastel yellow"), Partss.CFrame, 5, 5, 5, 7.5, 7.5, 7.5, 0.06)
  1671. 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)
  1672. attack = false
  1673. wait(0.5)
  1674. Partss:Remove()
  1675.  
  1676. end
  1677.  
  1678. ZA_WARUDO = function()
  1679. if ZAWARUDO == false then
  1680. attack = true
  1681. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=468760371", Character, 1.2, 1)
  1682.  
  1683. for i = 0, 5, 0.1 do
  1684. swait()
  1685. PlayAnimationFromTable({
  1686. 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),
  1687. 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),
  1688. 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),
  1689. 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),
  1690. 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),
  1691. 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),
  1692. }, .3, false)
  1693. 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)
  1694. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  1695. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  1696. 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)
  1697. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1698.  
  1699. end
  1700. CC1.Enabled = true
  1701. CC2.Enabled = true
  1702. CC2.Brightness = 1
  1703. MagniDamage(RootPart, 9999, 0, 0, 0, "ZA")
  1704. for i = 0, 4, 0.1 do
  1705. swait()
  1706. PlayAnimationFromTable({
  1707. 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),
  1708. 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),
  1709. 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),
  1710. 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),
  1711. 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),
  1712. 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),
  1713. }, .35, false)
  1714. 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)
  1715. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1716. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1717. 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)
  1718. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1719. CC2.Brightness = CC2.Brightness - 0.02
  1720. end
  1721. ZAWARUDO = true
  1722. attack = false
  1723. else
  1724.  
  1725. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=290810519", Character, 1.2, 1)
  1726. MagniDamage(RootPart, 9999, 0, 0, 0, "UNZA")
  1727. ZAWARUDO = false
  1728. CC1.Enabled = false
  1729. CC2.Enabled = false
  1730. wait(0.0001)
  1731.  
  1732. end
  1733. end
  1734.  
  1735. ROAD_CLOCKER_DA = function()
  1736. if cooldown4 >= 5 then
  1737. cooldown4 = cooldown4 - 1
  1738. else
  1739. ZAWARUDO = false
  1740. return
  1741. end
  1742. Humanoid.WalkSpeed = Humanoid.WalkSpeed - 10
  1743. attack = true
  1744. aaa:Play()
  1745. 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)
  1746.  
  1747. RootPart.CFrame = RootPart.CFrame * cn(0, 100, 0)
  1748. RootPart.Anchored = true
  1749. --CFuncs.Sound.Create("http://www.roblox.com/asset/?id=316900066", Character, 2, 1)
  1750. for i = 0,3.4,0.1 do
  1751. 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)
  1752. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1753. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1754. 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)
  1755. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1756. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 20, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1757. 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)
  1758. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.3)
  1759. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  1760. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1761. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1762.  
  1763. end
  1764.  
  1765. for i = 0, 3.4, 0.1 do
  1766. swait()
  1767. 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)
  1768. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1769. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1770. 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)
  1771. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1772. PlayAnimationFromTable({
  1773. 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),
  1774. 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),
  1775. 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),
  1776. 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),
  1777. 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),
  1778. 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),
  1779. }, .3, false)
  1780. end
  1781. RootPart.Anchored = false
  1782. for i = 0, 3.4, 0.1 do
  1783. swait()
  1784. PlayAnimationFromTable({
  1785. 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),
  1786. 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),
  1787. 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),
  1788. 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),
  1789. 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),
  1790. 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),
  1791. }, .3, false)
  1792. 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)
  1793.  
  1794. --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)
  1795. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1796. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1797. 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)
  1798. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1799. end
  1800.  
  1801. for i = 0, 33.5 do
  1802. for i = 0, 0.2, 0.1 do
  1803. swait()
  1804. PlayAnimationFromTable({
  1805. 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),
  1806. 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),
  1807. 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),
  1808. 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),
  1809. 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),
  1810. 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),
  1811. }, .5, false)
  1812. 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)
  1813. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1814. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1815. 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)
  1816. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1817.  
  1818. end
  1819. 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)
  1820. MagniDamage(RootPart, 15, 1, 2, 0, "Snare")
  1821. for i = 0, 0.2, 0.1 do
  1822. swait()
  1823. PlayAnimationFromTable({
  1824. 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),
  1825. 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),
  1826. 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),
  1827. 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),
  1828. 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),
  1829. 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),
  1830. }, .5, false)
  1831. 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)
  1832. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1833. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1834. 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)
  1835. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1836.  
  1837. end
  1838. 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)
  1839. MagniDamage(RootPart, 15, 1, 2, 0, "Snare")
  1840. end
  1841. for i = 0, 11, 0.1 do
  1842. swait()
  1843. PlayAnimationFromTable({
  1844. 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),
  1845. 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),
  1846. 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),
  1847. 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),
  1848. 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),
  1849. 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),
  1850. }, .1, false)
  1851. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1852. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1853. 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)
  1854. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1855.  
  1856. end
  1857. for i = 0, 1, 0.1 do
  1858. swait()
  1859. PlayAnimationFromTable({
  1860. 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),
  1861. 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),
  1862. 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),
  1863. 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),
  1864. 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),
  1865. 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),
  1866. }, .3, false)
  1867. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1868. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1869. 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)
  1870. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1871.  
  1872.  
  1873. end
  1874. MagniDamage(RootPart, 30, 20, 20, 3, "Snare")
  1875.  
  1876. 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),})
  1877. refza.CFrame = d1.CFrame
  1878. asda1:Remove()
  1879. local zaz = Instance.new("Weld",d1)
  1880. zaz.Part0 = zaz.Parent
  1881. zaz.Part1 = refza
  1882.  
  1883. BlockEffect(BrickColor.new("White"), d1.CFrame, 1, 1, 1, 10, 10, 10, 0.03)
  1884. BlockEffect(BrickColor.new("White"), d1.CFrame, 1, 1, 1, 9, 9, 9, 0.03)
  1885. BlockEffect(BrickColor.new("White"), d1.CFrame, 1, 1, 1, 10, 10, 10, 0.03)
  1886. BlockEffect(BrickColor.new("White"), d1.CFrame, 1, 1, 1, 9, 9, 9, 0.03)
  1887. Effects.Wave.Create(BrickColor.new("White"), d1.CFrame*CFrame.Angles(0,math.random(-3,3),0), 3, 2, 3, 4, 3, 4, 0.03)
  1888. Humanoid.WalkSpeed = Humanoid.WalkSpeed + 10
  1889. for i = 0, 2.6, 0.1 do
  1890. swait()
  1891. Torso.Velocity = RootPart.CFrame.lookVector * -120
  1892. PlayAnimationFromTable({
  1893. 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),
  1894. 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),
  1895. 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),
  1896. 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),
  1897. 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),
  1898. 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),
  1899. }, .3, false)
  1900. end
  1901. BlockEffect(BrickColor.new("Br. yellowish orange"), refza.CFrame, 1, 1, 1, 10, 10, 10, 0.01)
  1902. BlockEffect(BrickColor.new("Br. yellowish orange"), refza.CFrame, 1, 1, 1, 9, 9, 9, 0.01)
  1903. BlockEffect(BrickColor.new("Bright red"), refza.CFrame, 1, 1, 1, 10, 10, 10, 0.01)
  1904. BlockEffect(BrickColor.new("Bright red"), refza.CFrame, 1, 1, 1, 9, 9, 9, 0.01)
  1905. MagniDamage(d1, 40, 45, 45, 3, "Knockdown")
  1906. wait(0.01)
  1907. reweld()
  1908. for i = 0, 1, 0.1 do
  1909. swait()
  1910. Torso.Velocity = RootPart.CFrame.lookVector * -40
  1911. PlayAnimationFromTable({
  1912. 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),
  1913. 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),
  1914. 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),
  1915. 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),
  1916. 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),
  1917. 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),
  1918. }, .3, false)
  1919. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  1920. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  1921. 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)
  1922. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  1923.  
  1924. end
  1925. zaz:Remove()
  1926. attack = false
  1927. end
  1928. mouse.Button1Down:connect(function()
  1929.  
  1930. if attack == false and attacktype == 1 then
  1931. attacktype = 2
  1932. attacktwo()
  1933. else
  1934. if attack == false and attacktype == 2 then
  1935. attacktype = 3
  1936. attackthree()
  1937. else
  1938. if attack == false and attacktype == 3 then
  1939. attacktype = 1
  1940. attackone()
  1941. end
  1942. end
  1943. end
  1944. end
  1945. )
  1946. updateskills = function()
  1947. if ZAWARUDO == true then
  1948.  
  1949. text3.Text = "[C]\n ROLL CLOCKER DAAA"
  1950. else
  1951.  
  1952. text3.Text = "[C]\n Chrono Field"
  1953. end
  1954. if cooldown1 <= co1 then
  1955. cooldown1 = cooldown1 + 0.033333333333333
  1956. end
  1957. if cooldown2 <= co2 then
  1958. cooldown2 = cooldown2 + 0.033333333333333
  1959. end
  1960. if cooldown3 <= co3 then
  1961. cooldown3 = cooldown3 + 0.033333333333333
  1962. end
  1963. if cooldown5 <= co5 then
  1964. cooldown5 = cooldown5 + 0.033333333333333
  1965. end
  1966. if cooldown4 <= co4 and ZAWARUDO == false then
  1967. cooldown4 = cooldown4 + 0.033333333333333
  1968. end
  1969.  
  1970.  
  1971. end
  1972.  
  1973. mouse.KeyDown:connect(function(k)
  1974.  
  1975. k = k:lower()
  1976. if attack == false and k == "z" and co1 <= cooldown1 then
  1977. cooldown1 = 0
  1978. speedy()
  1979. else
  1980. if attack == false and k == "x" and co2 <= cooldown2 then
  1981. cooldown2 = 0
  1982. coldbullet()
  1983. else
  1984. if attack == false and k == "c" and co3 <= cooldown3 and ZAWARUDO == false then
  1985. cooldown3 = 0
  1986. itstimetostop()
  1987. else
  1988. if attack == false and k == "v" then
  1989. ZA_WARUDO()
  1990. else
  1991. if attack == false and k == "c" and co5 <= cooldown5 and ZAWARUDO == true then
  1992. cooldown5 = 0
  1993. ROAD_CLOCKER_DA()
  1994.  
  1995. end
  1996. end
  1997. end
  1998. end
  1999. end
  2000. end
  2001. )
  2002.  
  2003. dio = function()
  2004.  
  2005. if cooldown4 <= 0 then
  2006. ZAWARUDO = false
  2007.  
  2008. MagniDamage(RootPart, 9999, 0, 0, 0, "UNZA")
  2009. ZAWARUDO = false
  2010. CC1.Enabled = false
  2011. CC2.Enabled = false
  2012. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=290810519", Character, 1.5, 1)
  2013.  
  2014. cooldown4 = 0.001
  2015. end
  2016. if ZAWARUDO == true then
  2017. cooldown4 = cooldown4 - 0.005
  2018. end
  2019. end
  2020.  
  2021. while 1 do
  2022. swait()
  2023. if hobb <= 360 then
  2024. hobb = hobb + 2
  2025. else
  2026. hobb = 0
  2027. end
  2028.  
  2029. if hobb2 <= 360 then
  2030. hobb2 = hobb2 + 2/12
  2031. else
  2032. hobb2 = 0
  2033.  
  2034.  
  2035. end
  2036.  
  2037.  
  2038. updateskills()
  2039. if ZAWARUDO == false then
  2040. bar4:TweenSize(UDim2.new(1 * (cooldown4 / co4), 0, 1, 0), "Out", "Quad", 0.5)
  2041. bar3:TweenSize(UDim2.new(1 * (cooldown3 / co3), 0, 1, 0), "Out", "Quad", 0.5)
  2042. bar1:TweenSize(UDim2.new(1 * (cooldown1 / co1), 0, 1, 0), "Out", "Quad", 0.5)
  2043. bar2:TweenSize(UDim2.new(1 * (cooldown2 / co2), 0, 1, 0), "Out", "Quad", 0.5)
  2044. else
  2045. bar4:TweenSize(UDim2.new(1 * (cooldown4 / co4), 0, 1, 0), "Out", "Quad", 0.5)
  2046. bar3:TweenSize(UDim2.new(1 * (cooldown5 / co5), 0, 1, 0), "Out", "Quad", 0.5)
  2047. bar1:TweenSize(UDim2.new(1 * (cooldown1 / co1), 0, 1, 0), "Out", "Quad", 0.5)
  2048. bar2:TweenSize(UDim2.new(1 * (cooldown2 / co2), 0, 1, 0), "Out", "Quad", 0.5)
  2049.  
  2050. end
  2051. for i,v in pairs(Character:GetChildren()) do
  2052. if v:IsA("Part") then
  2053. v.Material = "SmoothPlastic"
  2054. else
  2055. if v:IsA("Hat") then
  2056. v:WaitForChild("Handle").Material = "SmoothPlastic"
  2057. end
  2058. dio()
  2059. end
  2060.  
  2061. end
  2062. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  2063. velocity = RootPart.Velocity.y
  2064. sine = sine + change
  2065. local hit, pos = rayCast(RootPart.Position, CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0)).lookVector, 4, Character)
  2066. if equipped == true or equipped == false then
  2067. if 1 < RootPart.Velocity.y and hit == nil then
  2068. Anim = "Jump"
  2069. if attack == false then
  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. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2077. 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)
  2078. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.3)
  2079. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  2080. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2081. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2082. else
  2083. 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)
  2084. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  2085. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  2086. 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)
  2087. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2088. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2089. 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)
  2090. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.3)
  2091. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  2092. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2093. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2094.  
  2095. end
  2096. end
  2097. else
  2098. if RootPart.Velocity.y < -1 and hit == nil then
  2099. Anim = "Fall"
  2100. if attack == false then
  2101. if ZAWARUDO == false then
  2102. 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)
  2103. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  2104. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  2105. 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)
  2106. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2107. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2108. 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)
  2109. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(30)), 0.3)
  2110. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-30)), 0.3)
  2111. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2112. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2113. else
  2114. 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)
  2115. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  2116. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  2117. 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)
  2118. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2119. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2120. 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)
  2121. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(30)), 0.3)
  2122. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-30)), 0.3)
  2123. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2124. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2125.  
  2126. end
  2127. end
  2128. else
  2129. if Torsovelocity < 1 and hit ~= nil then
  2130. Anim = "Idle"
  2131. if attack == false then
  2132. change = 1
  2133. if ZAWARUDO == false then
  2134. 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)
  2135. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  2136. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  2137. 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)
  2138. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2139. PlayAnimationFromTable({
  2140. 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),
  2141. 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),
  2142. 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),
  2143. 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),
  2144. 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),
  2145. 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),
  2146. }, .3, false)
  2147. else
  2148. 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)
  2149. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0.00000000001),0), 0.05)
  2150. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0.00000000001),0), 0.05)
  2151. 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)
  2152. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2153. PlayAnimationFromTable({
  2154. 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),
  2155. 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),
  2156. 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),
  2157. 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),
  2158. 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),
  2159. 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),
  2160. }, .3, false)
  2161.  
  2162. end
  2163. end
  2164. else
  2165. if 2 < Torsovelocity and hit ~= nil then
  2166. Anim = "Walk"
  2167. if attack == false then
  2168. if ZAWARUDO == false then
  2169. 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)
  2170. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb),0), 0.3)
  2171. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2),0), 0.3)
  2172. 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)
  2173. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2174.  
  2175. PlayAnimationFromTable({
  2176. 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),
  2177. 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),
  2178. 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),
  2179. 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),
  2180. 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),
  2181. 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),
  2182. }, .3, false)
  2183. else
  2184. 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)
  2185. asda2.C0 = clerp(asda2.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb*0),0.00000000001), 0.05)
  2186. asda3.C0 = clerp(asda3.C0, CFrame.new(0,.205,0) * angles(0,math.rad(-hobb2*0),0.00000000001), 0.05)
  2187. 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)
  2188. asda5.C0 = clerp(asda5.C0, CFrame.new(0,-0.2,0) * angles(0,0 - 4 * math.cos((sine) / 50),0), 0.3)
  2189.  
  2190. PlayAnimationFromTable({
  2191. 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),
  2192. 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),
  2193. 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),
  2194. 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),
  2195. 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),
  2196. 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),
  2197. }, .3, false)
  2198. end
  2199. end
  2200. end
  2201. end
  2202. end
  2203. end
  2204. end
  2205. if 0 < #Effects then
  2206. for e = 1, #Effects do
  2207. if Effects[e] ~= nil then
  2208. local Thing = Effects[e]
  2209. if Thing ~= nil then
  2210. local Part = Thing[1]
  2211. local Mode = Thing[2]
  2212. local Delay = Thing[3]
  2213. local IncX = Thing[4]
  2214. local IncY = Thing[5]
  2215. local IncZ = Thing[6]
  2216. if Thing[1].Transparency <= 1 then
  2217. if Thing[2] == "Block1" then
  2218. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2219. Mesh = Thing[1].Mesh
  2220. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2221. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2222. else
  2223. if Thing[2] == "Block2" then
  2224. Thing[1].CFrame = Thing[1].CFrame
  2225. Mesh = Thing[7]
  2226. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2227. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2228. else
  2229. if Thing[2] == "Cylinder" then
  2230. Mesh = Thing[1].Mesh
  2231. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2232. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2233. else
  2234. if Thing[2] == "Blood" then
  2235. Mesh = Thing[7]
  2236. Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0)
  2237. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2238. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2239. else
  2240. if Thing[2] == "Elec" then
  2241. Mesh = Thing[1].Mesh
  2242. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  2243. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2244. else
  2245. if Thing[2] == "Disappear" then
  2246. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2247. else
  2248. if Thing[2] == "Shatter" then
  2249. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2250. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  2251. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  2252. Thing[6] = Thing[6] + Thing[5]
  2253. end
  2254. end
  2255. end
  2256. end
  2257. end
  2258. end
  2259. end
  2260. else
  2261. Part.Parent = nil
  2262. table.remove(Effects, e)
  2263. end
  2264. end
  2265. end
  2266. end
  2267.  
  2268. end
  2269. if 0 < #ShootEffects then
  2270. for e = 1, #ShootEffects do
  2271. if ShootEffects[e] ~= nil then
  2272. local Thing = ShootEffects[e]
  2273. if Thing ~= nil then
  2274. local Part = Thing[1]
  2275. local Mode = Thing[2]
  2276. local Delay = Thing[3]
  2277. local IncX = Thing[4]
  2278. local IncY = Thing[5]
  2279. local IncZ = Thing[6]
  2280. if Thing[2] == "ShootIce" then
  2281. local Look = Thing[1]
  2282. local hit, pos = rayCast(Thing[4], Look.lookVector, Thing[9], Character)
  2283. local mag = (Thing[4] - pos).magnitude
  2284. Thing[8].CFrame = CFrame.new((Thing[4] + pos) / 2, pos) * angles(-1.57, 0, 0)
  2285. Thing[4] = Thing[4] + Look.lookVector * Thing[9]
  2286. Thing[3] = Thing[3] - 1
  2287. BlockEffect(BrickColor.new("Pastel yellow"), Thing[8].CFrame, 20, 20, 20, 5, 5, 5, 0.1)
  2288. if hit ~= nil or Thing[3] <= 0 then
  2289. Thing[3] = 0
  2290. ref = CreatePart(effect, "SmoothPlastic", 0, 1, BrickColor.new("Really red"), "Reference", vt())
  2291. ref.Anchored = true
  2292. ref.CFrame = cf(pos)
  2293. game:GetService("Debris"):AddItem(ref, 1)
  2294. ref11 = CreatePart(effect, "SmoothPlastic", 0, 1, BrickColor.new("Really red"), "Reference", vt(5, 5, 5))
  2295. ref11.Anchored = true
  2296. ref11.CFrame = cf(pos)
  2297. game:GetService("Debris"):AddItem(ref11, 5)
  2298. size = 3
  2299. if Thing[10] == 2 then
  2300. freeze = true
  2301. size = 4
  2302. CreateSound("http://www.roblox.com/asset/?id=188959279", ref, 1, 1)
  2303. else
  2304. CreateSound("http://www.roblox.com/asset/?id=188959279", ref, 1, 2)
  2305. end
  2306. MagniDamage(ref, size, 10, 25, 3, "Normal")
  2307. freeze = false
  2308. for i = 1, 8 do
  2309. 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)
  2310. end
  2311. if Thing[10] == 2 then
  2312. for i = 1, 5 do
  2313. BlockEffect(BrickColor.new("Pastel yellow"), cf(ref.Position), 30, 30, 30, 5, 5, 5, 0.05)
  2314. end
  2315. end
  2316. end
  2317. if Thing[3] <= 0 then
  2318. Thing[8].Transparency = 1
  2319. game:GetService("Debris"):AddItem(Thing[8], 5)
  2320. table.remove(ShootEffects, e)
  2321. end
  2322. end
  2323. end
  2324. else
  2325. Part.Parent = nil
  2326. table.remove(ShootEffects, e)
  2327. end
  2328. end
  2329. end
  2330. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement