Advertisement
HenloMyDude

the big SONIC RUNNER

Sep 6th, 2019
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.47 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code V2 by Mokiros")
  6. local RealPlayer = RealPlayer
  7. script.Parent = RealPlayer.Character
  8.  
  9. --Fake event to make stuff like Mouse.KeyDown work
  10. local Disconnect_Function = function(this)
  11. this[1].Functions[this[2]] = nil
  12. end
  13. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  14. local FakeEvent_Metatable = {__index={
  15. Connect = function(this,f)
  16. local i = tostring(math.random(0,10000))
  17. while this.Functions[i] do
  18. i = tostring(math.random(0,10000))
  19. end
  20. this.Functions[i] = f
  21. return setmetatable({this,i},Disconnect_Metatable)
  22. end
  23. }}
  24. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  25. local function fakeEvent()
  26. return setmetatable({Functions={}},FakeEvent_Metatable)
  27. end
  28.  
  29. --Creating fake input objects with fake variables
  30. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  31. FakeMouse.keyUp = FakeMouse.KeyUp
  32. FakeMouse.keyDown = FakeMouse.KeyDown
  33. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  34. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  35. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  36. end}
  37. --Merged 2 functions into one by checking amount of arguments
  38. CAS.UnbindAction = CAS.BindAction
  39.  
  40. --This function will trigger the events that have been :Connect()'ed
  41. local function TriggerEvent(self,ev,...)
  42. for _,f in pairs(self[ev].Functions) do
  43. f(...)
  44. end
  45. end
  46. FakeMouse.TriggerEvent = TriggerEvent
  47. UIS.TriggerEvent = TriggerEvent
  48.  
  49. --Client communication
  50. local Event = Instance.new("RemoteEvent")
  51. Event.Name = "UserInput_Event"
  52. Event.OnServerEvent:Connect(function(plr,io)
  53. if plr~=RealPlayer then return end
  54. FakeMouse.Target = io.Target
  55. FakeMouse.Hit = io.Hit
  56. if not io.isMouse then
  57. local b = io.UserInputState == Enum.UserInputState.Begin
  58. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  59. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  60. end
  61. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  62. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  63. end
  64. for _,t in pairs(CAS.Actions) do
  65. for _,k in pairs(t.Keys) do
  66. if k==io.KeyCode then
  67. t.Function(t.Name,io.UserInputState,io)
  68. end
  69. end
  70. end
  71. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  72. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  73. end
  74. end)
  75. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  76. local Mouse = owner:GetMouse()
  77. local UIS = game:GetService("UserInputService")
  78. local input = function(io,RobloxHandled)
  79. if RobloxHandled then return end
  80. --Since InputObject is a client-side instance, we create and pass table instead
  81. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  82. end
  83. UIS.InputBegan:Connect(input)
  84. UIS.InputEnded:Connect(input)
  85.  
  86. local h,t
  87. --Give the server mouse data every second frame, but only if the values changed
  88. --If player is not moving their mouse, client won't fire events
  89. local HB = game:GetService("RunService").Heartbeat
  90. while true do
  91. if h~=Mouse.Hit or t~=Mouse.Target then
  92. h,t=Mouse.Hit,Mouse.Target
  93. Event:FireServer({isMouse=true,Target=t,Hit=h})
  94. end
  95. --Wait 2 frames
  96. for i=1,2 do
  97. HB:Wait()
  98. end
  99. end]==],script)
  100.  
  101. ----Sandboxed game object that allows the usage of client-side methods and services
  102. --Real game object
  103. local RealGame = game
  104.  
  105. --Metatable for fake service
  106. local FakeService_Metatable = {
  107. __index = function(self,k)
  108. local s = rawget(self,"_RealService")
  109. if s then
  110. return typeof(s[k])=="function"
  111. and function(_,...)return s[k](s,...)end or s[k]
  112. end
  113. end,
  114. __newindex = function(self,k,v)
  115. local s = rawget(self,"_RealService")
  116. if s then s[k]=v end
  117. end
  118. }
  119. local function FakeService(t,RealService)
  120. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  121. return setmetatable(t,FakeService_Metatable)
  122. end
  123.  
  124. --Fake game object
  125. local FakeGame = {
  126. GetService = function(self,s)
  127. return rawget(self,s) or RealGame:GetService(s)
  128. end,
  129. Players = FakeService({
  130. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  131. },"Players"),
  132. UserInputService = FakeService(UIS,"UserInputService"),
  133. ContextActionService = FakeService(CAS,"ContextActionService"),
  134. RunService = FakeService({
  135. _btrs = {},
  136. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  137. BindToRenderStep = function(self,name,_,fun)
  138. self._btrs[name] = self.Heartbeat:Connect(fun)
  139. end,
  140. UnbindFromRenderStep = function(self,name)
  141. self._btrs[name]:Disconnect()
  142. end,
  143. },"RunService")
  144. }
  145. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  146. FakeGame.service = FakeGame.GetService
  147. FakeService(FakeGame,game)
  148. --Changing owner to fake player object to support owner:GetMouse()
  149. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  150. end
  151.  
  152.  
  153. --Converted with ttyyuu12345's model to script plugin v4
  154. function sandbox(var,func)
  155. local env = getfenv(func)
  156. local newenv = setmetatable({},{
  157. __index = function(self,k)
  158. if k=="script" then
  159. return var
  160. else
  161. return env[k]
  162. end
  163. end,
  164. })
  165. setfenv(func,newenv)
  166. return func
  167. end
  168. cors = {}
  169. mas = Instance.new("Model",game:GetService("Lighting"))
  170. Model0 = Instance.new("Model")
  171. Part1 = Instance.new("Part")
  172. Part2 = Instance.new("Part")
  173. Part3 = Instance.new("Part")
  174. SurfaceGui4 = Instance.new("SurfaceGui")
  175. TextLabel5 = Instance.new("TextLabel")
  176. Part6 = Instance.new("Part")
  177. SurfaceGui7 = Instance.new("SurfaceGui")
  178. TextLabel8 = Instance.new("TextLabel")
  179. Part9 = Instance.new("Part")
  180. Weld10 = Instance.new("Weld")
  181. Part11 = Instance.new("Part")
  182. CylinderMesh12 = Instance.new("CylinderMesh")
  183. Part13 = Instance.new("Part")
  184. CylinderMesh14 = Instance.new("CylinderMesh")
  185. Part15 = Instance.new("Part")
  186. CylinderMesh16 = Instance.new("CylinderMesh")
  187. Part17 = Instance.new("Part")
  188. CylinderMesh18 = Instance.new("CylinderMesh")
  189. Part19 = Instance.new("Part")
  190. CylinderMesh20 = Instance.new("CylinderMesh")
  191. Part21 = Instance.new("Part")
  192. CylinderMesh22 = Instance.new("CylinderMesh")
  193. Part23 = Instance.new("Part")
  194. CylinderMesh24 = Instance.new("CylinderMesh")
  195. Part25 = Instance.new("Part")
  196. CylinderMesh26 = Instance.new("CylinderMesh")
  197. Part27 = Instance.new("Part")
  198. CylinderMesh28 = Instance.new("CylinderMesh")
  199. Part29 = Instance.new("Part")
  200. CylinderMesh30 = Instance.new("CylinderMesh")
  201. Part31 = Instance.new("Part")
  202. CylinderMesh32 = Instance.new("CylinderMesh")
  203. Part33 = Instance.new("Part")
  204. CylinderMesh34 = Instance.new("CylinderMesh")
  205. Part35 = Instance.new("Part")
  206. CylinderMesh36 = Instance.new("CylinderMesh")
  207. Part37 = Instance.new("Part")
  208. CylinderMesh38 = Instance.new("CylinderMesh")
  209. Part39 = Instance.new("Part")
  210. CylinderMesh40 = Instance.new("CylinderMesh")
  211. Part41 = Instance.new("Part")
  212. CylinderMesh42 = Instance.new("CylinderMesh")
  213. Part43 = Instance.new("Part")
  214. CylinderMesh44 = Instance.new("CylinderMesh")
  215. Part45 = Instance.new("Part")
  216. CylinderMesh46 = Instance.new("CylinderMesh")
  217. Part47 = Instance.new("Part")
  218. CylinderMesh48 = Instance.new("CylinderMesh")
  219. Part49 = Instance.new("Part")
  220. CylinderMesh50 = Instance.new("CylinderMesh")
  221. Part51 = Instance.new("Part")
  222. CylinderMesh52 = Instance.new("CylinderMesh")
  223. Part53 = Instance.new("Part")
  224. CylinderMesh54 = Instance.new("CylinderMesh")
  225. Part55 = Instance.new("Part")
  226. CylinderMesh56 = Instance.new("CylinderMesh")
  227. Part57 = Instance.new("Part")
  228. CylinderMesh58 = Instance.new("CylinderMesh")
  229. Part59 = Instance.new("Part")
  230. CylinderMesh60 = Instance.new("CylinderMesh")
  231. Part61 = Instance.new("Part")
  232. CylinderMesh62 = Instance.new("CylinderMesh")
  233. Part63 = Instance.new("Part")
  234. CylinderMesh64 = Instance.new("CylinderMesh")
  235. Part65 = Instance.new("Part")
  236. CylinderMesh66 = Instance.new("CylinderMesh")
  237. Weld67 = Instance.new("Weld")
  238. Weld68 = Instance.new("Weld")
  239. Weld69 = Instance.new("Weld")
  240. Weld70 = Instance.new("Weld")
  241. Weld71 = Instance.new("Weld")
  242. Weld72 = Instance.new("Weld")
  243. Weld73 = Instance.new("Weld")
  244. Weld74 = Instance.new("Weld")
  245. Weld75 = Instance.new("Weld")
  246. Weld76 = Instance.new("Weld")
  247. Weld77 = Instance.new("Weld")
  248. Weld78 = Instance.new("Weld")
  249. Weld79 = Instance.new("Weld")
  250. Weld80 = Instance.new("Weld")
  251. Weld81 = Instance.new("Weld")
  252. Weld82 = Instance.new("Weld")
  253. Weld83 = Instance.new("Weld")
  254. Weld84 = Instance.new("Weld")
  255. Weld85 = Instance.new("Weld")
  256. Weld86 = Instance.new("Weld")
  257. Weld87 = Instance.new("Weld")
  258. Weld88 = Instance.new("Weld")
  259. Weld89 = Instance.new("Weld")
  260. Weld90 = Instance.new("Weld")
  261. Weld91 = Instance.new("Weld")
  262. Weld92 = Instance.new("Weld")
  263. Weld93 = Instance.new("Weld")
  264. Weld94 = Instance.new("Weld")
  265. Weld95 = Instance.new("Weld")
  266. Weld96 = Instance.new("Weld")
  267. Weld97 = Instance.new("Weld")
  268. Weld98 = Instance.new("Weld")
  269. Weld99 = Instance.new("Weld")
  270. Weld100 = Instance.new("Weld")
  271. Weld101 = Instance.new("Weld")
  272. Weld102 = Instance.new("Weld")
  273. Weld103 = Instance.new("Weld")
  274. Weld104 = Instance.new("Weld")
  275. Weld105 = Instance.new("Weld")
  276. Weld106 = Instance.new("Weld")
  277. Weld107 = Instance.new("Weld")
  278. Part108 = Instance.new("Part")
  279. CylinderMesh109 = Instance.new("CylinderMesh")
  280. Part110 = Instance.new("Part")
  281. CylinderMesh111 = Instance.new("CylinderMesh")
  282. Part112 = Instance.new("Part")
  283. CylinderMesh113 = Instance.new("CylinderMesh")
  284. Part114 = Instance.new("Part")
  285. CylinderMesh115 = Instance.new("CylinderMesh")
  286. Part116 = Instance.new("Part")
  287. CylinderMesh117 = Instance.new("CylinderMesh")
  288. Part118 = Instance.new("Part")
  289. CylinderMesh119 = Instance.new("CylinderMesh")
  290. Part120 = Instance.new("Part")
  291. CylinderMesh121 = Instance.new("CylinderMesh")
  292. Part122 = Instance.new("Part")
  293. CylinderMesh123 = Instance.new("CylinderMesh")
  294. Part124 = Instance.new("Part")
  295. CylinderMesh125 = Instance.new("CylinderMesh")
  296. Model0.Name = "Hammer"
  297. Model0.Parent = mas
  298. Model0.PrimaryPart = Part1
  299. Part1.Name = "XXX"
  300. Part1.Parent = Model0
  301. Part1.CFrame = CFrame.new(0, 2.58864427, -56.6999931, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  302. Part1.Position = Vector3.new(0, 2.58864427, -56.6999931)
  303. Part1.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  304. Part1.BottomSurface = Enum.SurfaceType.Smooth
  305. Part1.CanCollide = false
  306. Part1.Material = Enum.Material.Cobblestone
  307. Part1.TopSurface = Enum.SurfaceType.Smooth
  308. Part2.Parent = Model0
  309. Part2.CFrame = CFrame.new(-0.0228729993, 2.59622693, -61.3306732, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  310. Part2.Position = Vector3.new(-0.0228729993, 2.59622693, -61.3306732)
  311. Part2.Color = Color3.new(0, 1, 1)
  312. Part2.Transparency = 1
  313. Part2.Size = Vector3.new(0.080000788, 0.519999921, 3.3099978)
  314. Part2.BottomSurface = Enum.SurfaceType.Smooth
  315. Part2.BrickColor = BrickColor.new("Toothpaste")
  316. Part2.CanCollide = false
  317. Part2.Material = Enum.Material.Cobblestone
  318. Part2.TopSurface = Enum.SurfaceType.Smooth
  319. Part2.brickColor = BrickColor.new("Toothpaste")
  320. Part3.Parent = Model0
  321. Part3.CFrame = CFrame.new(0.0030139999, 2.3718009, -65.4406128, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  322. Part3.Orientation = Vector3.new(-90, 0, 0)
  323. Part3.Position = Vector3.new(0.0030139999, 2.3718009, -65.4406128)
  324. Part3.Rotation = Vector3.new(-90, 0, 0)
  325. Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  326. Part3.Size = Vector3.new(3.01999974, 0.930000007, 2.06999874)
  327. Part3.BottomSurface = Enum.SurfaceType.Smooth
  328. Part3.BrickColor = BrickColor.new("Really black")
  329. Part3.CanCollide = false
  330. Part3.Material = Enum.Material.Cobblestone
  331. Part3.TopSurface = Enum.SurfaceType.Smooth
  332. Part3.brickColor = BrickColor.new("Really black")
  333. SurfaceGui4.Parent = Part3
  334. SurfaceGui4.LightInfluence = 1
  335. SurfaceGui4.Face = Enum.NormalId.Right
  336. SurfaceGui4.CanvasSize = Vector2.new(200, 100)
  337. TextLabel5.Parent = SurfaceGui4
  338. TextLabel5.Size = UDim2.new(1, 0, 1, 0)
  339. TextLabel5.BackgroundColor = BrickColor.new("Institutional white")
  340. TextLabel5.BackgroundColor3 = Color3.new(1, 1, 1)
  341. TextLabel5.BackgroundTransparency = 1
  342. TextLabel5.BorderColor = BrickColor.new("Institutional white")
  343. TextLabel5.BorderColor3 = Color3.new(1, 1, 1)
  344. TextLabel5.BorderSizePixel = 0
  345. TextLabel5.Font = Enum.Font.SciFi
  346. TextLabel5.FontSize = Enum.FontSize.Size24
  347. TextLabel5.Text = "BAN"
  348. TextLabel5.TextColor = BrickColor.new("Really red")
  349. TextLabel5.TextColor3 = Color3.new(1, 0, 0)
  350. TextLabel5.TextScaled = true
  351. TextLabel5.TextSize = 20
  352. TextLabel5.TextWrap = true
  353. TextLabel5.TextWrapped = true
  354. Part6.Parent = Model0
  355. Part6.CFrame = CFrame.new(0.0030139999, 2.3718009, -65.4406128, -1, 0, 0, 0, 0, -1, 0, -1, 0)
  356. Part6.Orientation = Vector3.new(90, 180, 0)
  357. Part6.Position = Vector3.new(0.0030139999, 2.3718009, -65.4406128)
  358. Part6.Rotation = Vector3.new(90, 0, -180)
  359. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  360. Part6.Size = Vector3.new(3.01999974, 0.930000007, 2.06999874)
  361. Part6.BottomSurface = Enum.SurfaceType.Smooth
  362. Part6.BrickColor = BrickColor.new("Really black")
  363. Part6.CanCollide = false
  364. Part6.Material = Enum.Material.Cobblestone
  365. Part6.TopSurface = Enum.SurfaceType.Smooth
  366. Part6.brickColor = BrickColor.new("Really black")
  367. SurfaceGui7.Parent = Part6
  368. SurfaceGui7.LightInfluence = 1
  369. SurfaceGui7.Face = Enum.NormalId.Right
  370. SurfaceGui7.CanvasSize = Vector2.new(200, 100)
  371. TextLabel8.Parent = SurfaceGui7
  372. TextLabel8.Size = UDim2.new(1, 0, 1, 0)
  373. TextLabel8.BackgroundColor = BrickColor.new("Institutional white")
  374. TextLabel8.BackgroundColor3 = Color3.new(1, 1, 1)
  375. TextLabel8.BackgroundTransparency = 1
  376. TextLabel8.BorderColor = BrickColor.new("Institutional white")
  377. TextLabel8.BorderColor3 = Color3.new(1, 1, 1)
  378. TextLabel8.BorderSizePixel = 0
  379. TextLabel8.Font = Enum.Font.SciFi
  380. TextLabel8.FontSize = Enum.FontSize.Size24
  381. TextLabel8.Text = "BAN"
  382. TextLabel8.TextColor = BrickColor.new("Really red")
  383. TextLabel8.TextColor3 = Color3.new(1, 0, 0)
  384. TextLabel8.TextScaled = true
  385. TextLabel8.TextSize = 20
  386. TextLabel8.TextWrap = true
  387. TextLabel8.TextWrapped = true
  388. Part9.Name = "Hitbox"
  389. Part9.Parent = Model0
  390. Part9.CFrame = CFrame.new(0, 2.60159898, -64, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  391. Part9.Position = Vector3.new(0, 2.60159898, -64)
  392. Part9.Transparency = 1
  393. Part9.Size = Vector3.new(4.39999914, 5.19999886, 6.79999876)
  394. Part9.BottomSurface = Enum.SurfaceType.Smooth
  395. Part9.CanCollide = false
  396. Part9.Material = Enum.Material.Cobblestone
  397. Part9.TopSurface = Enum.SurfaceType.Smooth
  398. Weld10.Name = "Joint"
  399. Weld10.Parent = Part9
  400. Weld10.C0 = CFrame.new(0, -0.0129547119, 7.30000687, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  401. Weld10.Part0 = Part9
  402. Weld10.Part1 = Part1
  403. Weld10.part1 = Part1
  404. Part11.Parent = Model0
  405. Part11.CFrame = CFrame.new(-1.75574201e-06, 2.58864951, -65.3499832, 0.707106352, -0.707107365, 0, 0, 0, -1, 0.707107365, 0.707106352, 0)
  406. Part11.Orientation = Vector3.new(90, -45, 0)
  407. Part11.Position = Vector3.new(-1.75574201e-06, 2.58864951, -65.3499832)
  408. Part11.Rotation = Vector3.new(90, 0, 45)
  409. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  410. Part11.Size = Vector3.new(0.30061385, 3.18984675, 0.30061385)
  411. Part11.Anchored = true
  412. Part11.BottomSurface = Enum.SurfaceType.Smooth
  413. Part11.BrickColor = BrickColor.new("Really black")
  414. Part11.Material = Enum.Material.Cobblestone
  415. Part11.TopSurface = Enum.SurfaceType.Smooth
  416. Part11.brickColor = BrickColor.new("Really black")
  417. CylinderMesh12.Parent = Part11
  418. Part13.Parent = Model0
  419. Part13.CFrame = CFrame.new(0.00023786466, 2.58715606, -55.4916992, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  420. Part13.Orientation = Vector3.new(0, 90, 90)
  421. Part13.Position = Vector3.new(0.00023786466, 2.58715606, -55.4916992)
  422. Part13.Rotation = Vector3.new(90, 90, 0)
  423. Part13.Color = Color3.new(0.972549, 0.972549, 0.972549)
  424. Part13.Size = Vector3.new(0.406896561, 0.203447357, 0.406896561)
  425. Part13.Anchored = true
  426. Part13.BottomSurface = Enum.SurfaceType.Smooth
  427. Part13.BrickColor = BrickColor.new("Institutional white")
  428. Part13.Material = Enum.Material.Metal
  429. Part13.TopSurface = Enum.SurfaceType.Smooth
  430. Part13.brickColor = BrickColor.new("Institutional white")
  431. CylinderMesh14.Parent = Part13
  432. Part15.Parent = Model0
  433. Part15.CFrame = CFrame.new(0.00023786466, 2.58715606, -63.426178, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  434. Part15.Orientation = Vector3.new(0, 90, 90)
  435. Part15.Position = Vector3.new(0.00023786466, 2.58715606, -63.426178)
  436. Part15.Rotation = Vector3.new(90, 90, 0)
  437. Part15.Size = Vector3.new(0.406896561, 0.610343874, 0.406896561)
  438. Part15.Anchored = true
  439. Part15.BottomSurface = Enum.SurfaceType.Smooth
  440. Part15.Material = Enum.Material.Metal
  441. Part15.TopSurface = Enum.SurfaceType.Smooth
  442. CylinderMesh16.Parent = Part15
  443. Part17.Parent = Model0
  444. Part17.CFrame = CFrame.new(0.00023786466, 2.58715606, -57.6279297, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  445. Part17.Orientation = Vector3.new(0, 90, 90)
  446. Part17.Position = Vector3.new(0.00023786466, 2.58715606, -57.6279297)
  447. Part17.Rotation = Vector3.new(90, 90, 0)
  448. Part17.Size = Vector3.new(0.406896561, 0.203447357, 0.406896561)
  449. Part17.Anchored = true
  450. Part17.BottomSurface = Enum.SurfaceType.Smooth
  451. Part17.Material = Enum.Material.Metal
  452. Part17.TopSurface = Enum.SurfaceType.Smooth
  453. CylinderMesh18.Parent = Part17
  454. Part19.Parent = Model0
  455. Part19.CFrame = CFrame.new(0.00023786466, 2.58715606, -57.4753418, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  456. Part19.Orientation = Vector3.new(0, 90, 90)
  457. Part19.Position = Vector3.new(0.00023786466, 2.58715606, -57.4753418)
  458. Part19.Rotation = Vector3.new(90, 90, 0)
  459. Part19.Color = Color3.new(0.803922, 0.803922, 0.803922)
  460. Part19.Size = Vector3.new(0.356034458, 0.30517149, 0.356034458)
  461. Part19.Anchored = true
  462. Part19.BottomSurface = Enum.SurfaceType.Smooth
  463. Part19.BrickColor = BrickColor.new("Mid gray")
  464. Part19.Material = Enum.Material.Metal
  465. Part19.TopSurface = Enum.SurfaceType.Smooth
  466. Part19.brickColor = BrickColor.new("Mid gray")
  467. CylinderMesh20.Parent = Part19
  468. Part21.Parent = Model0
  469. Part21.CFrame = CFrame.new(0.00023786466, 2.58715606, -63.0701447, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  470. Part21.Orientation = Vector3.new(0, 90, 90)
  471. Part21.Position = Vector3.new(0.00023786466, 2.58715606, -63.0701447)
  472. Part21.Rotation = Vector3.new(90, 90, 0)
  473. Part21.Color = Color3.new(0.803922, 0.803922, 0.803922)
  474. Part21.Size = Vector3.new(0.356034458, 0.30517149, 0.356034458)
  475. Part21.Anchored = true
  476. Part21.BottomSurface = Enum.SurfaceType.Smooth
  477. Part21.BrickColor = BrickColor.new("Mid gray")
  478. Part21.Material = Enum.Material.Metal
  479. Part21.TopSurface = Enum.SurfaceType.Smooth
  480. Part21.brickColor = BrickColor.new("Mid gray")
  481. CylinderMesh22.Parent = Part21
  482. Part23.Name = "HandlePart"
  483. Part23.Parent = Model0
  484. Part23.CFrame = CFrame.new(0.00023786466, 2.58715606, -61.2899361, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  485. Part23.Orientation = Vector3.new(0, 90, 90)
  486. Part23.Position = Vector3.new(0.00023786466, 2.58715606, -61.2899361)
  487. Part23.Rotation = Vector3.new(90, 90, 0)
  488. Part23.Color = Color3.new(0.972549, 0.972549, 0.972549)
  489. Part23.Size = Vector3.new(0.305172414, 11.3931017, 0.305172414)
  490. Part23.Anchored = true
  491. Part23.BottomSurface = Enum.SurfaceType.Smooth
  492. Part23.BrickColor = BrickColor.new("Institutional white")
  493. Part23.Material = Enum.Material.Metal
  494. Part23.TopSurface = Enum.SurfaceType.Smooth
  495. Part23.brickColor = BrickColor.new("Institutional white")
  496. CylinderMesh24.Parent = Part23
  497. Part25.Parent = Model0
  498. Part25.CFrame = CFrame.new(0.00023786466, 2.58715606, -62.9175835, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  499. Part25.Orientation = Vector3.new(0, 90, 90)
  500. Part25.Position = Vector3.new(0.00023786466, 2.58715606, -62.9175835)
  501. Part25.Rotation = Vector3.new(90, 90, 0)
  502. Part25.Size = Vector3.new(0.406896561, 0.203447357, 0.406896561)
  503. Part25.Anchored = true
  504. Part25.BottomSurface = Enum.SurfaceType.Smooth
  505. Part25.Material = Enum.Material.Metal
  506. Part25.TopSurface = Enum.SurfaceType.Smooth
  507. CylinderMesh26.Parent = Part25
  508. Part27.Parent = Model0
  509. Part27.CFrame = CFrame.new(0.00023786466, 2.58715606, -67.0883102, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  510. Part27.Orientation = Vector3.new(0, 90, 90)
  511. Part27.Position = Vector3.new(0.00023786466, 2.58715606, -67.0883102)
  512. Part27.Rotation = Vector3.new(90, 90, 0)
  513. Part27.Color = Color3.new(0.972549, 0.972549, 0.972549)
  514. Part27.Size = Vector3.new(0.406896561, 0.203447357, 0.406896561)
  515. Part27.Anchored = true
  516. Part27.BottomSurface = Enum.SurfaceType.Smooth
  517. Part27.BrickColor = BrickColor.new("Institutional white")
  518. Part27.Material = Enum.Material.Cobblestone
  519. Part27.TopSurface = Enum.SurfaceType.Smooth
  520. Part27.brickColor = BrickColor.new("Institutional white")
  521. CylinderMesh28.Parent = Part27
  522. Part29.Parent = Model0
  523. Part29.CFrame = CFrame.new(0.00023786466, 2.58715606, -56.6615372, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  524. Part29.Orientation = Vector3.new(0, 90, 90)
  525. Part29.Position = Vector3.new(0.00023786466, 2.58715606, -56.6615372)
  526. Part29.Rotation = Vector3.new(90, 90, 0)
  527. Part29.Size = Vector3.new(0.406896561, 1.52586126, 0.406896561)
  528. Part29.Anchored = true
  529. Part29.BottomSurface = Enum.SurfaceType.Smooth
  530. Part29.Material = Enum.Material.Metal
  531. Part29.TopSurface = Enum.SurfaceType.Smooth
  532. CylinderMesh30.Parent = Part29
  533. Part31.Parent = Model0
  534. Part31.CFrame = CFrame.new(-1.1920929e-07, 2.5886147, -65.3499832, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  535. Part31.Orientation = Vector3.new(0, 90, 0)
  536. Part31.Position = Vector3.new(-1.1920929e-07, 2.5886147, -65.3499832)
  537. Part31.Rotation = Vector3.new(0, 90, 0)
  538. Part31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  539. Part31.Size = Vector3.new(2.83913112, 3.34015417, 2.83913112)
  540. Part31.Anchored = true
  541. Part31.BottomSurface = Enum.SurfaceType.Smooth
  542. Part31.BrickColor = BrickColor.new("Really black")
  543. Part31.Material = Enum.Material.Cobblestone
  544. Part31.TopSurface = Enum.SurfaceType.Smooth
  545. Part31.brickColor = BrickColor.new("Really black")
  546. CylinderMesh32.Parent = Part31
  547. Part33.Parent = Model0
  548. Part33.CFrame = CFrame.new(-1.1920929e-07, 0.275552183, -65.3499832, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  549. Part33.Orientation = Vector3.new(0, 90, 180)
  550. Part33.Position = Vector3.new(-1.1920929e-07, 0.275552183, -65.3499832)
  551. Part33.Rotation = Vector3.new(180, 90, 0)
  552. Part33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  553. Part33.Size = Vector3.new(4.00818539, 0.501023173, 4.00818539)
  554. Part33.Anchored = true
  555. Part33.BottomSurface = Enum.SurfaceType.Smooth
  556. Part33.BrickColor = BrickColor.new("Really black")
  557. Part33.Material = Enum.Material.Cobblestone
  558. Part33.TopSurface = Enum.SurfaceType.Smooth
  559. Part33.brickColor = BrickColor.new("Really black")
  560. CylinderMesh34.Parent = Part33
  561. Part35.Parent = Model0
  562. Part35.CFrame = CFrame.new(-1.1920929e-07, 4.92668962, -65.3499832, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  563. Part35.Orientation = Vector3.new(0, 90, 0)
  564. Part35.Position = Vector3.new(-1.1920929e-07, 4.92668962, -65.3499832)
  565. Part35.Rotation = Vector3.new(0, 90, 0)
  566. Part35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  567. Part35.Size = Vector3.new(4.00818539, 0.501023173, 4.00818539)
  568. Part35.Anchored = true
  569. Part35.BottomSurface = Enum.SurfaceType.Smooth
  570. Part35.BrickColor = BrickColor.new("Really black")
  571. Part35.Material = Enum.Material.Cobblestone
  572. Part35.TopSurface = Enum.SurfaceType.Smooth
  573. Part35.brickColor = BrickColor.new("Really black")
  574. CylinderMesh36.Parent = Part35
  575. Part37.Parent = Model0
  576. Part37.CFrame = CFrame.new(-5.6715885e-07, 2.58864951, -65.3499832, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  577. Part37.Orientation = Vector3.new(0, 90, 0)
  578. Part37.Position = Vector3.new(-5.6715885e-07, 2.58864951, -65.3499832)
  579. Part37.Rotation = Vector3.new(0, 90, 0)
  580. Part37.Color = Color3.new(0.211765, 0.211765, 0.211765)
  581. Part37.Size = Vector3.new(2.97273684, 0.534424603, 2.97273684)
  582. Part37.Anchored = true
  583. Part37.BottomSurface = Enum.SurfaceType.Smooth
  584. Part37.BrickColor = BrickColor.new("Really black")
  585. Part37.Material = Enum.Material.Cobblestone
  586. Part37.TopSurface = Enum.SurfaceType.Smooth
  587. Part37.brickColor = BrickColor.new("Really black")
  588. CylinderMesh38.Parent = Part37
  589. Part39.Parent = Model0
  590. Part39.CFrame = CFrame.new(-5.6715885e-07, 2.58864951, -65.3499832, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  591. Part39.Orientation = Vector3.new(0, 90, 0)
  592. Part39.Position = Vector3.new(-5.6715885e-07, 2.58864951, -65.3499832)
  593. Part39.Rotation = Vector3.new(0, 90, 0)
  594. Part39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  595. Part39.Size = Vector3.new(3.00613856, 0.501023114, 3.00613856)
  596. Part39.Anchored = true
  597. Part39.BottomSurface = Enum.SurfaceType.Smooth
  598. Part39.BrickColor = BrickColor.new("Really black")
  599. Part39.Material = Enum.Material.Cobblestone
  600. Part39.TopSurface = Enum.SurfaceType.Smooth
  601. Part39.brickColor = BrickColor.new("Really black")
  602. CylinderMesh40.Parent = Part39
  603. Part41.Parent = Model0
  604. Part41.CFrame = CFrame.new(-1.26936493e-06, 2.58864951, -65.3499832, 0.422617942, -0.906307876, 0, 0, 0, -1, 0.906307876, 0.422617942, 0)
  605. Part41.Orientation = Vector3.new(90, -65, 0)
  606. Part41.Position = Vector3.new(-1.26936493e-06, 2.58864951, -65.3499832)
  607. Part41.Rotation = Vector3.new(90, 0, 65)
  608. Part41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  609. Part41.Size = Vector3.new(0.30061385, 3.18984675, 0.30061385)
  610. Part41.Anchored = true
  611. Part41.BottomSurface = Enum.SurfaceType.Smooth
  612. Part41.BrickColor = BrickColor.new("Really black")
  613. Part41.Material = Enum.Material.Cobblestone
  614. Part41.TopSurface = Enum.SurfaceType.Smooth
  615. Part41.brickColor = BrickColor.new("Really black")
  616. CylinderMesh42.Parent = Part41
  617. Part43.Parent = Model0
  618. Part43.CFrame = CFrame.new(-2.00667068e-06, 2.58864951, -65.3499832, 0.906307876, 0.422617942, 0, 0, 0, -1, -0.422617942, 0.906307876, 0)
  619. Part43.Orientation = Vector3.new(90, 25, 0)
  620. Part43.Position = Vector3.new(-2.00667068e-06, 2.58864951, -65.3499832)
  621. Part43.Rotation = Vector3.new(90, 0, -25)
  622. Part43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  623. Part43.Size = Vector3.new(0.30061385, 3.18984675, 0.30061385)
  624. Part43.Anchored = true
  625. Part43.BottomSurface = Enum.SurfaceType.Smooth
  626. Part43.BrickColor = BrickColor.new("Really black")
  627. Part43.Material = Enum.Material.Cobblestone
  628. Part43.TopSurface = Enum.SurfaceType.Smooth
  629. Part43.brickColor = BrickColor.new("Really black")
  630. CylinderMesh44.Parent = Part43
  631. Part45.Parent = Model0
  632. Part45.CFrame = CFrame.new(-5.6715885e-07, 2.58864951, -65.3499832, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  633. Part45.Orientation = Vector3.new(0, 90, 90)
  634. Part45.Position = Vector3.new(-5.6715885e-07, 2.58864951, -65.3499832)
  635. Part45.Rotation = Vector3.new(90, 90, 0)
  636. Part45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  637. Part45.Size = Vector3.new(0.668030798, 3.17314649, 0.668030798)
  638. Part45.Anchored = true
  639. Part45.BottomSurface = Enum.SurfaceType.Smooth
  640. Part45.BrickColor = BrickColor.new("Really black")
  641. Part45.Material = Enum.Material.Cobblestone
  642. Part45.TopSurface = Enum.SurfaceType.Smooth
  643. Part45.brickColor = BrickColor.new("Really black")
  644. CylinderMesh46.Parent = Part45
  645. Part47.Parent = Model0
  646. Part47.CFrame = CFrame.new(-2.05232595e-06, 2.58864951, -65.3499832, 0.906308293, -0.422617137, 0, 0, 0, -1, 0.422617137, 0.906308293, 0)
  647. Part47.Orientation = Vector3.new(90, -25, 0)
  648. Part47.Position = Vector3.new(-2.05232595e-06, 2.58864951, -65.3499832)
  649. Part47.Rotation = Vector3.new(90, 0, 25)
  650. Part47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  651. Part47.Size = Vector3.new(0.30061385, 3.18984675, 0.30061385)
  652. Part47.Anchored = true
  653. Part47.BottomSurface = Enum.SurfaceType.Smooth
  654. Part47.BrickColor = BrickColor.new("Really black")
  655. Part47.Material = Enum.Material.Cobblestone
  656. Part47.TopSurface = Enum.SurfaceType.Smooth
  657. Part47.brickColor = BrickColor.new("Really black")
  658. CylinderMesh48.Parent = Part47
  659. Part49.Parent = Model0
  660. Part49.CFrame = CFrame.new(1.06335335e-07, 2.58864951, -65.3499832, -0.422617137, -0.906308293, 0, 0, 0, -1, 0.906308293, -0.422617137, 0)
  661. Part49.Orientation = Vector3.new(90, -115, 0)
  662. Part49.Position = Vector3.new(1.06335335e-07, 2.58864951, -65.3499832)
  663. Part49.Rotation = Vector3.new(90, 0, 115)
  664. Part49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  665. Part49.Size = Vector3.new(0.30061385, 3.18984675, 0.30061385)
  666. Part49.Anchored = true
  667. Part49.BottomSurface = Enum.SurfaceType.Smooth
  668. Part49.BrickColor = BrickColor.new("Really black")
  669. Part49.Material = Enum.Material.Cobblestone
  670. Part49.TopSurface = Enum.SurfaceType.Smooth
  671. Part49.brickColor = BrickColor.new("Really black")
  672. CylinderMesh50.Parent = Part49
  673. Part51.Parent = Model0
  674. Part51.CFrame = CFrame.new(-1.68535507e-06, 2.58864951, -65.3499832, 0.707107365, 0.707106352, 0, 0, 0, -1, -0.707106352, 0.707107365, 0)
  675. Part51.Orientation = Vector3.new(90, 45, 0)
  676. Part51.Position = Vector3.new(-1.68535507e-06, 2.58864951, -65.3499832)
  677. Part51.Rotation = Vector3.new(90, 0, -45)
  678. Part51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  679. Part51.Size = Vector3.new(0.30061388, 3.18984699, 0.30061388)
  680. Part51.Anchored = true
  681. Part51.BottomSurface = Enum.SurfaceType.Smooth
  682. Part51.BrickColor = BrickColor.new("Really black")
  683. Part51.Material = Enum.Material.Cobblestone
  684. Part51.TopSurface = Enum.SurfaceType.Smooth
  685. Part51.brickColor = BrickColor.new("Really black")
  686. CylinderMesh52.Parent = Part51
  687. Part53.Parent = Model0
  688. Part53.CFrame = CFrame.new(-1.26936493e-06, 2.58864951, -65.3499832, 0.422617942, -0.906307876, 0, 0, 0, -1, 0.906307876, 0.422617942, 0)
  689. Part53.Orientation = Vector3.new(90, -65, 0)
  690. Part53.Position = Vector3.new(-1.26936493e-06, 2.58864951, -65.3499832)
  691. Part53.Rotation = Vector3.new(90, 0, 65)
  692. Part53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  693. Part53.Size = Vector3.new(0.334015369, 3.17314601, 0.334015369)
  694. Part53.Anchored = true
  695. Part53.BottomSurface = Enum.SurfaceType.Smooth
  696. Part53.BrickColor = BrickColor.new("Really black")
  697. Part53.Material = Enum.Material.Cobblestone
  698. Part53.TopSurface = Enum.SurfaceType.Smooth
  699. Part53.brickColor = BrickColor.new("Really black")
  700. CylinderMesh54.Parent = Part53
  701. Part55.Parent = Model0
  702. Part55.CFrame = CFrame.new(-1.1920929e-07, 0.776593149, -65.3499832, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  703. Part55.Orientation = Vector3.new(0, 90, 180)
  704. Part55.Position = Vector3.new(-1.1920929e-07, 0.776593149, -65.3499832)
  705. Part55.Rotation = Vector3.new(180, 90, 0)
  706. Part55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  707. Part55.Size = Vector3.new(3.34015417, 0.167007715, 3.34015417)
  708. Part55.Anchored = true
  709. Part55.BottomSurface = Enum.SurfaceType.Smooth
  710. Part55.BrickColor = BrickColor.new("Really black")
  711. Part55.Material = Enum.Material.Cobblestone
  712. Part55.TopSurface = Enum.SurfaceType.Smooth
  713. Part55.brickColor = BrickColor.new("Really black")
  714. CylinderMesh56.Parent = Part55
  715. Part57.Parent = Model0
  716. Part57.CFrame = CFrame.new(-1.1920929e-07, 0.0918554366, -65.3499832, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  717. Part57.Orientation = Vector3.new(0, 90, 180)
  718. Part57.Position = Vector3.new(-1.1920929e-07, 0.0918554366, -65.3499832)
  719. Part57.Rotation = Vector3.new(180, 90, 0)
  720. Part57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  721. Part57.Size = Vector3.new(3.34015417, 0.183708474, 3.34015417)
  722. Part57.Anchored = true
  723. Part57.BottomSurface = Enum.SurfaceType.Smooth
  724. Part57.BrickColor = BrickColor.new("Really black")
  725. Part57.Material = Enum.Material.Cobblestone
  726. Part57.TopSurface = Enum.SurfaceType.Smooth
  727. Part57.brickColor = BrickColor.new("Really black")
  728. CylinderMesh58.Parent = Part57
  729. Part59.Parent = Model0
  730. Part59.CFrame = CFrame.new(-1.1920929e-07, 0.94359827, -65.3499832, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  731. Part59.Orientation = Vector3.new(0, 90, 180)
  732. Part59.Position = Vector3.new(-1.1920929e-07, 0.94359827, -65.3499832)
  733. Part59.Rotation = Vector3.new(180, 90, 0)
  734. Part59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  735. Part59.Size = Vector3.new(3.00613856, 0.167007715, 3.00613856)
  736. Part59.Anchored = true
  737. Part59.BottomSurface = Enum.SurfaceType.Smooth
  738. Part59.BrickColor = BrickColor.new("Really black")
  739. Part59.Material = Enum.Material.Cobblestone
  740. Part59.TopSurface = Enum.SurfaceType.Smooth
  741. Part59.brickColor = BrickColor.new("Really black")
  742. CylinderMesh60.Parent = Part59
  743. Part61.Parent = Model0
  744. Part61.CFrame = CFrame.new(-1.1920929e-07, 0.425840259, -65.3499832, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  745. Part61.Orientation = Vector3.new(0, 90, 180)
  746. Part61.Position = Vector3.new(-1.1920929e-07, 0.425840259, -65.3499832)
  747. Part61.Rotation = Vector3.new(180, 90, 0)
  748. Part61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  749. Part61.Size = Vector3.new(3.84117723, 0.534424782, 3.84117723)
  750. Part61.Anchored = true
  751. Part61.BottomSurface = Enum.SurfaceType.Smooth
  752. Part61.BrickColor = BrickColor.new("Really black")
  753. Part61.Material = Enum.Material.Cobblestone
  754. Part61.TopSurface = Enum.SurfaceType.Smooth
  755. Part61.brickColor = BrickColor.new("Really black")
  756. CylinderMesh62.Parent = Part61
  757. Part63.Parent = Model0
  758. Part63.CFrame = CFrame.new(-1.1920929e-07, 0.0918554366, -65.3499832, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  759. Part63.Orientation = Vector3.new(0, 90, 180)
  760. Part63.Position = Vector3.new(-1.1920929e-07, 0.0918554366, -65.3499832)
  761. Part63.Rotation = Vector3.new(180, 90, 0)
  762. Part63.Color = Color3.new(0.211765, 0.211765, 0.211765)
  763. Part63.Size = Vector3.new(3.84117723, 0.167007715, 3.84117723)
  764. Part63.Anchored = true
  765. Part63.BottomSurface = Enum.SurfaceType.Smooth
  766. Part63.BrickColor = BrickColor.new("Really black")
  767. Part63.Material = Enum.Material.Cobblestone
  768. Part63.TopSurface = Enum.SurfaceType.Smooth
  769. Part63.brickColor = BrickColor.new("Really black")
  770. CylinderMesh64.Parent = Part63
  771. Part65.Parent = Model0
  772. Part65.CFrame = CFrame.new(-1.1920929e-07, 4.42564869, -65.3499832, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  773. Part65.Orientation = Vector3.new(0, 90, 0)
  774. Part65.Position = Vector3.new(-1.1920929e-07, 4.42564869, -65.3499832)
  775. Part65.Rotation = Vector3.new(0, 90, 0)
  776. Part65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  777. Part65.Size = Vector3.new(3.34015417, 0.167007715, 3.34015417)
  778. Part65.Anchored = true
  779. Part65.BottomSurface = Enum.SurfaceType.Smooth
  780. Part65.BrickColor = BrickColor.new("Really black")
  781. Part65.Material = Enum.Material.Cobblestone
  782. Part65.TopSurface = Enum.SurfaceType.Smooth
  783. Part65.brickColor = BrickColor.new("Really black")
  784. CylinderMesh66.Parent = Part65
  785. Weld67.Name = "BTWeld"
  786. Weld67.Parent = Part65
  787. Weld67.C1 = CFrame.new(1.90734863e-06, 0, -1.83699918, -0.422617137, 0, 0.906308293, -0.906308293, 0, -0.422617137, 0, -1, 0)
  788. Weld67.Part0 = Part65
  789. Weld67.Part1 = Part47
  790. Weld67.part1 = Part47
  791. Weld68.Name = "BTWeld"
  792. Weld68.Parent = Part65
  793. Weld68.C1 = CFrame.new(1.83849263, -2.27983856, -0.00023798387, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  794. Weld68.Part0 = Part65
  795. Weld68.Part1 = Part21
  796. Weld68.part1 = Part21
  797. Weld69.Name = "BTWeld"
  798. Weld69.Parent = Part65
  799. Weld69.C1 = CFrame.new(0, -3.64905548, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  800. Weld69.Part0 = Part65
  801. Weld69.Part1 = Part55
  802. Weld69.part1 = Part55
  803. Weld70.Name = "BTWeld"
  804. Weld70.Parent = Part65
  805. Weld70.C1 = CFrame.new(0, 1.83703399, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  806. Weld70.Part0 = Part65
  807. Weld70.Part1 = Part31
  808. Weld70.part1 = Part31
  809. Weld71.Name = "BTWeld"
  810. Weld71.Parent = Part65
  811. Weld71.C1 = CFrame.new(0, -0.350752831, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  812. Weld71.Part0 = Part65
  813. Weld71.Part1 = Part112
  814. Weld71.part1 = Part112
  815. Weld72.Name = "BTWeld"
  816. Weld72.Parent = Part65
  817. Weld72.C1 = CFrame.new(-1.1920929e-07, 1.82404971, -1.34998322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  818. Weld72.Part0 = Part65
  819. Weld72.Part1 = Part9
  820. Weld72.part1 = Part9
  821. Weld73.Name = "BTWeld"
  822. Weld73.Parent = Part65
  823. Weld73.C1 = CFrame.new(0, 0, -1.83699918, -0.906308293, 0, -0.422617137, 0.422617137, 0, -0.906308293, 0, -1, 0)
  824. Weld73.Part0 = Part65
  825. Weld73.Part1 = Part120
  826. Weld73.part1 = Part120
  827. Weld74.Name = "BTWeld"
  828. Weld74.Parent = Part65
  829. Weld74.C1 = CFrame.new(1.83849263, -2.43239975, -0.00023798387, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  830. Weld74.Part0 = Part65
  831. Weld74.Part1 = Part25
  832. Weld74.part1 = Part25
  833. Weld75.Name = "BTWeld"
  834. Weld75.Parent = Part65
  835. Weld75.C1 = CFrame.new(1.83699918, 0, 4.4794956e-07, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  836. Weld75.Part0 = Part65
  837. Weld75.Part1 = Part45
  838. Weld75.part1 = Part45
  839. Weld76.Name = "BTWeld"
  840. Weld76.Parent = Part65
  841. Weld76.C1 = CFrame.new(0.0228728801, 1.82942176, -4.01931, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  842. Weld76.Part0 = Part65
  843. Weld76.Part1 = Part2
  844. Weld76.part1 = Part2
  845. Weld77.Name = "BTWeld"
  846. Weld77.Parent = Part65
  847. Weld77.C1 = CFrame.new(0, -1.90734863e-06, -1.83699918, -0.906307876, 0, 0.422617942, -0.422617942, 0, -0.906307876, 0, -1, 0)
  848. Weld77.Part0 = Part65
  849. Weld77.Part1 = Part53
  850. Weld77.part1 = Part53
  851. Weld78.Name = "BTWeld"
  852. Weld78.Parent = Part65
  853. Weld78.C1 = CFrame.new(0, -3.99980831, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  854. Weld78.Part0 = Part65
  855. Weld78.Part1 = Part61
  856. Weld78.part1 = Part61
  857. Weld79.Name = "BTWeld"
  858. Weld79.Parent = Part65
  859. Weld79.C1 = CFrame.new(0, 0.167005062, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  860. Weld79.Part0 = Part65
  861. Weld79.Part1 = Part110
  862. Weld79.part1 = Part110
  863. Weld80.Name = "BTWeld"
  864. Weld80.Parent = Part65
  865. Weld80.C1 = CFrame.new(1.90734863e-06, 0, -1.83699918, -0.422617137, 0, 0.906308293, -0.906308293, 0, -0.422617137, 0, -1, 0)
  866. Weld80.Part0 = Part65
  867. Weld80.Part1 = Part118
  868. Weld80.part1 = Part118
  869. Weld81.Name = "BTWeld"
  870. Weld81.Parent = Part65
  871. Weld81.C1 = CFrame.new(1.83849263, -7.72205353, -0.00023798387, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  872. Weld81.Part0 = Part65
  873. Weld81.Part1 = Part17
  874. Weld81.part1 = Part17
  875. Weld82.Name = "BTWeld"
  876. Weld82.Parent = Part65
  877. Weld82.C1 = CFrame.new(1.90734863e-06, 0, -1.83699918, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942, 0, -1, 0)
  878. Weld82.Part0 = Part65
  879. Weld82.Part1 = Part43
  880. Weld82.part1 = Part43
  881. Weld83.Name = "BTWeld"
  882. Weld83.Parent = Part65
  883. Weld83.C1 = CFrame.new(1.83849263, -9.858284, -0.00023798387, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  884. Weld83.Part0 = Part65
  885. Weld83.Part1 = Part13
  886. Weld83.part1 = Part13
  887. Weld84.Name = "BTWeld"
  888. Weld84.Parent = Part65
  889. Weld84.C1 = CFrame.new(0, 0, -1.83699918, 0.707106352, 0, 0.707107365, -0.707107365, 0, 0.707106352, 0, -1, 0)
  890. Weld84.Part0 = Part65
  891. Weld84.Part1 = Part51
  892. Weld84.part1 = Part51
  893. Weld85.Name = "BTWeld"
  894. Weld85.Parent = Part65
  895. Weld85.C1 = CFrame.new(1.83849263, -7.87464142, -0.00023798387, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  896. Weld85.Part0 = Part65
  897. Weld85.Part1 = Part19
  898. Weld85.part1 = Part19
  899. Weld86.Name = "BTWeld"
  900. Weld86.Parent = Part65
  901. Weld86.C1 = CFrame.new(1.83849263, 1.73832703, -0.00023798387, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  902. Weld86.Part0 = Part65
  903. Weld86.Part1 = Part27
  904. Weld86.part1 = Part27
  905. Weld87.Name = "BTWeld"
  906. Weld87.Parent = Part65
  907. Weld87.C1 = CFrame.new(0, -0.684737682, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  908. Weld87.Part0 = Part65
  909. Weld87.Part1 = Part108
  910. Weld87.part1 = Part108
  911. Weld88.Name = "BTWeld"
  912. Weld88.Parent = Part65
  913. Weld88.C1 = CFrame.new(0, 1.83699918, 4.4794956e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  914. Weld88.Part0 = Part65
  915. Weld88.Part1 = Part37
  916. Weld88.part1 = Part37
  917. Weld89.Name = "BTWeld"
  918. Weld89.Parent = Part65
  919. Weld89.C1 = CFrame.new(-1.1920929e-07, 1.83700442, -8.64999008, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  920. Weld89.Part0 = Part65
  921. Weld89.Part1 = Part1
  922. Weld89.part1 = Part1
  923. Weld90.Name = "BTWeld"
  924. Weld90.Parent = Part65
  925. Weld90.C1 = CFrame.new(0, 0, -1.83699918, -0.707107365, 0, 0.707106352, -0.707106352, 0, -0.707107365, 0, -1, 0)
  926. Weld90.Part0 = Part65
  927. Weld90.Part1 = Part11
  928. Weld90.part1 = Part11
  929. Weld91.Name = "BTWeld"
  930. Weld91.Parent = Part65
  931. Weld91.C1 = CFrame.new(0.00301411911, -0.0906295776, -2.05384779, 0, 0, -1, 1, 0, 0, 0, -1, -0)
  932. Weld91.Part0 = Part65
  933. Weld91.Part1 = Part6
  934. Weld91.part1 = Part6
  935. Weld92.Name = "BTWeld"
  936. Weld92.Parent = Part65
  937. Weld92.C1 = CFrame.new(0, 0, -1.83699918, -0.707107365, 0, 0.707106352, -0.707106352, 0, -0.707107365, 0, -1, 0)
  938. Weld92.Part0 = Part65
  939. Weld92.Part1 = Part124
  940. Weld92.part1 = Part124
  941. Weld93.Name = "BTWeld"
  942. Weld93.Parent = Part65
  943. Weld93.C1 = CFrame.new(0, 0, -1.83699918, 0.707106352, 0, 0.707107365, -0.707107365, 0, 0.707106352, 0, -1, 0)
  944. Weld93.Part0 = Part65
  945. Weld93.Part1 = Part122
  946. Weld93.part1 = Part122
  947. Weld94.Name = "BTWeld"
  948. Weld94.Parent = Part65
  949. Weld94.C1 = CFrame.new(0, 0, -1.83699918, -0.906308293, 0, -0.422617137, 0.422617137, 0, -0.906308293, 0, -1, 0)
  950. Weld94.Part0 = Part65
  951. Weld94.Part1 = Part49
  952. Weld94.part1 = Part49
  953. Weld95.Name = "BTWeld"
  954. Weld95.Parent = Part65
  955. Weld95.C1 = CFrame.new(1.90734863e-06, 0, -1.83699918, 0.422617942, 0, 0.906307876, -0.906307876, 0, 0.422617942, 0, -1, 0)
  956. Weld95.Part0 = Part65
  957. Weld95.Part1 = Part116
  958. Weld95.part1 = Part116
  959. Weld96.Name = "BTWeld"
  960. Weld96.Parent = Part65
  961. Weld96.C1 = CFrame.new(-0.00301411911, -0.0906295776, 2.05384779, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  962. Weld96.Part0 = Part65
  963. Weld96.Part1 = Part3
  964. Weld96.part1 = Part3
  965. Weld97.Name = "BTWeld"
  966. Weld97.Parent = Part65
  967. Weld97.C1 = CFrame.new(0, -4.33379316, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  968. Weld97.Part0 = Part65
  969. Weld97.Part1 = Part57
  970. Weld97.part1 = Part57
  971. Weld98.Name = "BTWeld"
  972. Weld98.Parent = Part65
  973. Weld98.C1 = CFrame.new(0, -0.684737682, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  974. Weld98.Part0 = Part65
  975. Weld98.Part1 = Part114
  976. Weld98.part1 = Part114
  977. Weld99.Name = "BTWeld"
  978. Weld99.Parent = Part65
  979. Weld99.C1 = CFrame.new(0, -1.90734863e-06, -1.83699918, -0.906307876, 0, 0.422617942, -0.422617942, 0, -0.906307876, 0, -1, 0)
  980. Weld99.Part0 = Part65
  981. Weld99.Part1 = Part41
  982. Weld99.part1 = Part41
  983. Weld100.Name = "BTWeld"
  984. Weld100.Parent = Part65
  985. Weld100.C1 = CFrame.new(0, -4.15009642, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  986. Weld100.Part0 = Part65
  987. Weld100.Part1 = Part33
  988. Weld100.part1 = Part33
  989. Weld101.Name = "BTWeld"
  990. Weld101.Parent = Part65
  991. Weld101.C1 = CFrame.new(0, -4.33379316, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  992. Weld101.Part0 = Part65
  993. Weld101.Part1 = Part63
  994. Weld101.part1 = Part63
  995. Weld102.Name = "BTWeld"
  996. Weld102.Parent = Part65
  997. Weld102.C1 = CFrame.new(1.83849263, -8.68844604, -0.00023798387, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  998. Weld102.Part0 = Part65
  999. Weld102.Part1 = Part29
  1000. Weld102.part1 = Part29
  1001. Weld103.Name = "BTWeld"
  1002. Weld103.Parent = Part65
  1003. Weld103.C1 = CFrame.new(0, -0.501040936, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1004. Weld103.Part0 = Part65
  1005. Weld103.Part1 = Part35
  1006. Weld103.part1 = Part35
  1007. Weld104.Name = "BTWeld"
  1008. Weld104.Parent = Part65
  1009. Weld104.C1 = CFrame.new(1.83849263, -1.92380524, -0.00023798387, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  1010. Weld104.Part0 = Part65
  1011. Weld104.Part1 = Part15
  1012. Weld104.part1 = Part15
  1013. Weld105.Name = "BTWeld"
  1014. Weld105.Parent = Part65
  1015. Weld105.C1 = CFrame.new(0, -3.48205042, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  1016. Weld105.Part0 = Part65
  1017. Weld105.Part1 = Part59
  1018. Weld105.part1 = Part59
  1019. Weld106.Name = "BTWeld"
  1020. Weld106.Parent = Part65
  1021. Weld106.C1 = CFrame.new(0, 1.83699918, 4.4794956e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1022. Weld106.Part0 = Part65
  1023. Weld106.Part1 = Part39
  1024. Weld106.part1 = Part39
  1025. Weld107.Name = "BTWeld"
  1026. Weld107.Parent = Part65
  1027. Weld107.C1 = CFrame.new(1.83849263, -4.06004715, -0.00023798387, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  1028. Weld107.Part0 = Part65
  1029. Weld107.Part1 = Part23
  1030. Weld107.part1 = Part23
  1031. Part108.Parent = Model0
  1032. Part108.CFrame = CFrame.new(-1.1920929e-07, 5.11038637, -65.3499832, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1033. Part108.Orientation = Vector3.new(0, 90, 0)
  1034. Part108.Position = Vector3.new(-1.1920929e-07, 5.11038637, -65.3499832)
  1035. Part108.Rotation = Vector3.new(0, 90, 0)
  1036. Part108.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1037. Part108.Size = Vector3.new(3.34015417, 0.183708474, 3.34015417)
  1038. Part108.Anchored = true
  1039. Part108.BottomSurface = Enum.SurfaceType.Smooth
  1040. Part108.BrickColor = BrickColor.new("Really black")
  1041. Part108.Material = Enum.Material.Cobblestone
  1042. Part108.TopSurface = Enum.SurfaceType.Smooth
  1043. Part108.brickColor = BrickColor.new("Really black")
  1044. CylinderMesh109.Parent = Part108
  1045. Part110.Parent = Model0
  1046. Part110.CFrame = CFrame.new(-1.1920929e-07, 4.25864363, -65.3499832, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1047. Part110.Orientation = Vector3.new(0, 90, 0)
  1048. Part110.Position = Vector3.new(-1.1920929e-07, 4.25864363, -65.3499832)
  1049. Part110.Rotation = Vector3.new(0, 90, 0)
  1050. Part110.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1051. Part110.Size = Vector3.new(3.00613856, 0.167007715, 3.00613856)
  1052. Part110.Anchored = true
  1053. Part110.BottomSurface = Enum.SurfaceType.Smooth
  1054. Part110.BrickColor = BrickColor.new("Really black")
  1055. Part110.Material = Enum.Material.Cobblestone
  1056. Part110.TopSurface = Enum.SurfaceType.Smooth
  1057. Part110.brickColor = BrickColor.new("Really black")
  1058. CylinderMesh111.Parent = Part110
  1059. Part112.Parent = Model0
  1060. Part112.CFrame = CFrame.new(-1.1920929e-07, 4.77640152, -65.3499832, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1061. Part112.Orientation = Vector3.new(0, 90, 0)
  1062. Part112.Position = Vector3.new(-1.1920929e-07, 4.77640152, -65.3499832)
  1063. Part112.Rotation = Vector3.new(0, 90, 0)
  1064. Part112.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1065. Part112.Size = Vector3.new(3.84117723, 0.534424782, 3.84117723)
  1066. Part112.Anchored = true
  1067. Part112.BottomSurface = Enum.SurfaceType.Smooth
  1068. Part112.BrickColor = BrickColor.new("Really black")
  1069. Part112.Material = Enum.Material.Cobblestone
  1070. Part112.TopSurface = Enum.SurfaceType.Smooth
  1071. Part112.brickColor = BrickColor.new("Really black")
  1072. CylinderMesh113.Parent = Part112
  1073. Part114.Parent = Model0
  1074. Part114.CFrame = CFrame.new(-1.1920929e-07, 5.11038637, -65.3499832, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1075. Part114.Orientation = Vector3.new(0, 90, 0)
  1076. Part114.Position = Vector3.new(-1.1920929e-07, 5.11038637, -65.3499832)
  1077. Part114.Rotation = Vector3.new(0, 90, 0)
  1078. Part114.Color = Color3.new(0.211765, 0.211765, 0.211765)
  1079. Part114.Size = Vector3.new(3.84117723, 0.167007715, 3.84117723)
  1080. Part114.Anchored = true
  1081. Part114.BottomSurface = Enum.SurfaceType.Smooth
  1082. Part114.BrickColor = BrickColor.new("Really black")
  1083. Part114.Material = Enum.Material.Cobblestone
  1084. Part114.TopSurface = Enum.SurfaceType.Smooth
  1085. Part114.brickColor = BrickColor.new("Really black")
  1086. CylinderMesh115.Parent = Part114
  1087. Part116.Parent = Model0
  1088. Part116.CFrame = CFrame.new(-2.00667068e-06, 2.58864951, -65.3499832, 0.906307876, 0.422617942, 0, 0, 0, -1, -0.422617942, 0.906307876, 0)
  1089. Part116.Orientation = Vector3.new(90, 25, 0)
  1090. Part116.Position = Vector3.new(-2.00667068e-06, 2.58864951, -65.3499832)
  1091. Part116.Rotation = Vector3.new(90, 0, -25)
  1092. Part116.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1093. Part116.Size = Vector3.new(0.334015369, 3.17314601, 0.334015369)
  1094. Part116.Anchored = true
  1095. Part116.BottomSurface = Enum.SurfaceType.Smooth
  1096. Part116.BrickColor = BrickColor.new("Really black")
  1097. Part116.Material = Enum.Material.Cobblestone
  1098. Part116.TopSurface = Enum.SurfaceType.Smooth
  1099. Part116.brickColor = BrickColor.new("Really black")
  1100. CylinderMesh117.Parent = Part116
  1101. Part118.Parent = Model0
  1102. Part118.CFrame = CFrame.new(-2.05232595e-06, 2.58864951, -65.3499832, 0.906308293, -0.422617137, 0, 0, 0, -1, 0.422617137, 0.906308293, 0)
  1103. Part118.Orientation = Vector3.new(90, -25, 0)
  1104. Part118.Position = Vector3.new(-2.05232595e-06, 2.58864951, -65.3499832)
  1105. Part118.Rotation = Vector3.new(90, 0, 25)
  1106. Part118.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1107. Part118.Size = Vector3.new(0.334015369, 3.17314601, 0.334015369)
  1108. Part118.Anchored = true
  1109. Part118.BottomSurface = Enum.SurfaceType.Smooth
  1110. Part118.BrickColor = BrickColor.new("Really black")
  1111. Part118.Material = Enum.Material.Cobblestone
  1112. Part118.TopSurface = Enum.SurfaceType.Smooth
  1113. Part118.brickColor = BrickColor.new("Really black")
  1114. CylinderMesh119.Parent = Part118
  1115. Part120.Parent = Model0
  1116. Part120.CFrame = CFrame.new(1.06335335e-07, 2.58864951, -65.3499832, -0.422617137, -0.906308293, 0, 0, 0, -1, 0.906308293, -0.422617137, 0)
  1117. Part120.Orientation = Vector3.new(90, -115, 0)
  1118. Part120.Position = Vector3.new(1.06335335e-07, 2.58864951, -65.3499832)
  1119. Part120.Rotation = Vector3.new(90, 0, 115)
  1120. Part120.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1121. Part120.Size = Vector3.new(0.334015369, 3.17314601, 0.334015369)
  1122. Part120.Anchored = true
  1123. Part120.BottomSurface = Enum.SurfaceType.Smooth
  1124. Part120.BrickColor = BrickColor.new("Really black")
  1125. Part120.Material = Enum.Material.Cobblestone
  1126. Part120.TopSurface = Enum.SurfaceType.Smooth
  1127. Part120.brickColor = BrickColor.new("Really black")
  1128. CylinderMesh121.Parent = Part120
  1129. Part122.Parent = Model0
  1130. Part122.CFrame = CFrame.new(-1.68535507e-06, 2.58864951, -65.3499832, 0.707107365, 0.707106352, 0, 0, 0, -1, -0.707106352, 0.707107365, 0)
  1131. Part122.Orientation = Vector3.new(90, 45, 0)
  1132. Part122.Position = Vector3.new(-1.68535507e-06, 2.58864951, -65.3499832)
  1133. Part122.Rotation = Vector3.new(90, 0, -45)
  1134. Part122.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1135. Part122.Size = Vector3.new(0.334015399, 3.17314625, 0.334015399)
  1136. Part122.Anchored = true
  1137. Part122.BottomSurface = Enum.SurfaceType.Smooth
  1138. Part122.BrickColor = BrickColor.new("Really black")
  1139. Part122.Material = Enum.Material.Cobblestone
  1140. Part122.TopSurface = Enum.SurfaceType.Smooth
  1141. Part122.brickColor = BrickColor.new("Really black")
  1142. CylinderMesh123.Parent = Part122
  1143. Part124.Parent = Model0
  1144. Part124.CFrame = CFrame.new(-1.75574201e-06, 2.58864951, -65.3499832, 0.707106352, -0.707107365, 0, 0, 0, -1, 0.707107365, 0.707106352, 0)
  1145. Part124.Orientation = Vector3.new(90, -45, 0)
  1146. Part124.Position = Vector3.new(-1.75574201e-06, 2.58864951, -65.3499832)
  1147. Part124.Rotation = Vector3.new(90, 0, 45)
  1148. Part124.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1149. Part124.Size = Vector3.new(0.334015369, 3.17314601, 0.334015369)
  1150. Part124.Anchored = true
  1151. Part124.BottomSurface = Enum.SurfaceType.Smooth
  1152. Part124.BrickColor = BrickColor.new("Really black")
  1153. Part124.Material = Enum.Material.Cobblestone
  1154. Part124.TopSurface = Enum.SurfaceType.Smooth
  1155. Part124.brickColor = BrickColor.new("Really black")
  1156. CylinderMesh125.Parent = Part124
  1157. for i,v in pairs(mas:GetChildren()) do
  1158. v.Parent = owner.Character
  1159. pcall(function() v:MakeJoints() end)
  1160. end
  1161. mas:Destroy()
  1162. for i,v in pairs(cors) do
  1163. spawn(function()
  1164. pcall(v)
  1165. end)
  1166. end
  1167.  
  1168. Player = owner
  1169. PlayerGui = Player.PlayerGui
  1170. Cam = workspace.CurrentCamera
  1171. Backpack = Player.Backpack
  1172. Character = Player.Character
  1173. Humanoid = Character.Humanoid
  1174. RootPart = Character["HumanoidRootPart"]
  1175. Torso = Character["Torso"]
  1176. Head = Character["Head"]
  1177. RightArm = Character["Right Arm"]
  1178. LeftArm = Character["Left Arm"]
  1179. RightLeg = Character["Right Leg"]
  1180. LeftLeg = Character["Left Leg"]
  1181. RootJoint = RootPart["RootJoint"]
  1182. Neck = Torso["Neck"]
  1183. RightShoulder = Torso["Right Shoulder"]
  1184. LeftShoulder = Torso["Left Shoulder"]
  1185. RightHip = Torso["Right Hip"]
  1186. LeftHip = Torso["Left Hip"]
  1187.  
  1188. IT = Instance.new
  1189. CF = CFrame.new
  1190. VT = Vector3.new
  1191. RAD = math.rad
  1192. C3 = Color3.new
  1193. UD2 = UDim2.new
  1194. BRICKC = BrickColor.new
  1195. ANGLES = CFrame.Angles
  1196. EULER = CFrame.fromEulerAnglesXYZ
  1197. COS = math.cos
  1198. ACOS = math.acos
  1199. SIN = math.sin
  1200. ASIN = math.asin
  1201. ABS = math.abs
  1202. MRANDOM = math.random
  1203. FLOOR = math.floor
  1204.  
  1205. local function weldBetween(a, b)
  1206. local weldd = Instance.new("ManualWeld")
  1207. weldd.Part0 = a
  1208. weldd.Part1 = b
  1209. weldd.C0 = CFrame.new()
  1210. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1211. weldd.Parent = a
  1212. return weldd
  1213. end
  1214.  
  1215. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  1216. local NEWWELD = IT(TYPE)
  1217. NEWWELD.Part0 = PART0
  1218. NEWWELD.Part1 = PART1
  1219. NEWWELD.C0 = C0
  1220. NEWWELD.C1 = C1
  1221. NEWWELD.Parent = PARENT
  1222. return NEWWELD
  1223. end
  1224.  
  1225. for _, c in pairs(Model0:GetChildren()) do
  1226. c:MakeJoints()
  1227. end
  1228.  
  1229. BANHAMMER = Model0
  1230. Hammer = BANHAMMER
  1231. HANDLE = BANHAMMER.HandlePart
  1232.  
  1233. HANDLE.CFrame = RightArm.CFrame*CF(0,1.2,-4) * ANGLES(RAD(120),RAD(90),RAD(0))
  1234. HANDLE.Anchored = false
  1235. local Grip = CreateWeldOrSnapOrMotor("Weld", RightArm, RightArm, Hammer.HandlePart, CF(0, -1, -2.1)*ANGLES(RAD(90),RAD(90),RAD(0)), CF(0, 0, 0))
  1236. for _, c in pairs(BANHAMMER:GetChildren()) do
  1237. c.Anchored = false
  1238. c.CanCollide = false
  1239. end
  1240.  
  1241. -- [ SANIIIC HES ON DA RAWN ] --
  1242. wait()
  1243. thing = 0
  1244. LoudVolume = false
  1245. Submerged = false
  1246. Music = true
  1247. script.Name = "SANIIIIC"
  1248. Player = game.Players.LocalPlayer
  1249. c = game.Players.LocalPlayer.Character
  1250. Head = c.Head
  1251. Humanoid = c.Humanoid
  1252. anim = c.Humanoid.Animator
  1253. rage = false
  1254. p = game.Players.LocalPlayer
  1255. Music = false
  1256. anim = Humanoid.Animator
  1257. local Effects = {}
  1258. attack = false
  1259. local attacking = false
  1260. vt = Vector3.new
  1261. bc = BrickColor.new
  1262. br = BrickColor.random
  1263. it = Instance.new
  1264. cf = CFrame.new
  1265. euler = CFrame.fromEulerAnglesXYZ
  1266. angles = CFrame.Angles
  1267. matr = math.random
  1268. mouse = Player:GetMouse()
  1269.  
  1270. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1271. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1272. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1273. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1274. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1275. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1276. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1277. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1278. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1279. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1280. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1281. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1282. RS = c.Torso:FindFirstChild("Right Shoulder")
  1283. LS = c.Torso:FindFirstChild("Left Shoulder")
  1284. RH = c.Torso:FindFirstChild("Right Hip")
  1285. LH = c.Torso:FindFirstChild("Left Hip")
  1286. RJ = c.HumanoidRootPart:FindFirstChild("RootJoint")
  1287. N = c.Torso:FindFirstChild("Neck")
  1288. cf = CFrame.new
  1289. ang = CFrame.Angles
  1290. rd = math.rad
  1291. rd2 = math.random
  1292.  
  1293. --[[mainShirt = c.Shirt
  1294. mainPants = c.Pants
  1295. mainBColors = c["Body Colors"]
  1296. mainShirt.ShirtTemplate = "rbxassetid://769869277"
  1297. mainPants.PantsTemplate = "rbxassetid://805486769"
  1298. mainBColors.HeadColor = BrickColor.new("Pastel brown")
  1299. mainBColors.LeftArmColor = BrickColor.new("Pastel brown")
  1300. mainBColors.LeftLegColor = BrickColor.new("Pastel brown")
  1301. mainBColors.RightArmColor = BrickColor.new("Pastel brown")
  1302. mainBColors.RightLegColor = BrickColor.new("Pastel brown")
  1303. mainBColors.TorsoColor = BrickColor.new("Pastel brown")]]
  1304. function swait(num)
  1305. if num==0 or num==nil then
  1306. game:service'RunService'.Heartbeat:wait(0)
  1307. else
  1308. for i=0,num do
  1309. game:service'RunService'.Heartbeat:wait(0)
  1310. end
  1311. end
  1312. end
  1313.  
  1314. function lerpz(joint, prop, cfrmz, alp)
  1315. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  1316. end
  1317. function resetlerp()
  1318. RJ.C0 = RJC0
  1319. RJ.C1 = RJC1
  1320. N.C0 = NC0
  1321. N.C1 = NC1
  1322. RS.C0 = RSC0
  1323. RS.C1 = RSC1
  1324. LS.C0 = LSC0
  1325. LS.C1 = LSC1
  1326. RH.C0 = RHC0
  1327. RH.C1 = RHC1
  1328. LH.C0 = LHC0
  1329. LH.C1 = LHC1
  1330. end
  1331.  
  1332. local S2 = Instance.new("Sound",c.HumanoidRootPart)S2.SoundId = "rbxassetid://1246460167" S2.Volume = 0 S2.PlaybackSpeed = 0 S2.Looped = true S2:Play()
  1333. c.Head.face:remove()
  1334.  
  1335. local OriginalColorArray = {ColorSequenceKeypoint.new(0, Color3.new(0/255,170/255,255/255)),ColorSequenceKeypoint.new(1, Color3.new(0/255,170/255,255/255))}
  1336.  
  1337. local ColorArray = {ColorSequenceKeypoint.new(0, Color3.new(255/255,0/255,0/255)),ColorSequenceKeypoint.new(1, Color3.new(255/255,0/255,0/255))}
  1338.  
  1339. local att1 = Instance.new("Attachment", c["Right Leg"])
  1340. att1.Name = "att1"
  1341. att1.Position = Vector3.new(0.5, 1, 0.5)
  1342. local att2 = Instance.new("Attachment", c["Right Leg"])
  1343. att2.Name = "att2"
  1344. att2.Position = Vector3.new(-0.5, 1, 0.5)
  1345. local att3 = Instance.new("Attachment", c["Right Leg"])
  1346. att3.Name = "att3"
  1347. att3.Position = Vector3.new(0.5, -1, 0.5)
  1348. local att4 = Instance.new("Attachment", c["Right Leg"])
  1349. att4.Name = "att4"
  1350. att4.Position = Vector3.new(-0.5, -1, 0.5)
  1351.  
  1352. local attt1 = Instance.new("Attachment", c["Left Leg"])
  1353. attt1.Name = "att1"
  1354. attt1.Position = Vector3.new(0.5, 1, 0.5)
  1355. local attt2 = Instance.new("Attachment", c["Left Leg"])
  1356. attt2.Name = "att2"
  1357. attt2.Position = Vector3.new(-0.5, 1, 0.5)
  1358. local attt3 = Instance.new("Attachment", c["Left Leg"])
  1359. attt3.Name = "att3"
  1360. attt3.Position = Vector3.new(0.5, -1, 0.5)
  1361. local attt4 = Instance.new("Attachment", c["Left Leg"])
  1362. attt4.Name = "att4"
  1363. attt4.Position = Vector3.new(-0.5, -1, 0.5)
  1364.  
  1365. local trailtop1 = Instance.new("Trail", c["Right Leg"])
  1366. trailtop1.Enabled = true
  1367. trailtop1.Texture = "rbxassetid://16607923"
  1368. trailtop1.Name = "toptrail"
  1369. trailtop1.MinLength = 0
  1370. trailtop1.Lifetime = 0.1
  1371.  
  1372. trailtop1.Color = ColorSequence.new(ColorArray)
  1373.  
  1374. trailtop1.Attachment0 = att1
  1375. trailtop1.Attachment1 = att2
  1376. trailtop1.Transparency = NumberSequence.new({
  1377. NumberSequenceKeypoint.new(0, 0.5, 0),
  1378. NumberSequenceKeypoint.new(1, 1, 0)
  1379. })
  1380.  
  1381. local trailbot1 = Instance.new("Trail", c["Right Leg"])
  1382. trailbot1.Enabled = true
  1383. trailbot1.Texture = "rbxassetid://16607923"
  1384. trailbot1.Name = "bottrail"
  1385. trailbot1.MinLength = 0
  1386. trailbot1.Lifetime = 0.1
  1387.  
  1388. trailbot1.Color = ColorSequence.new(ColorArray)
  1389.  
  1390. trailbot1.Attachment0 = att3
  1391. trailbot1.Attachment1 = att4
  1392. trailbot1.Transparency = NumberSequence.new({
  1393. NumberSequenceKeypoint.new(0, 0.5, 0),
  1394. NumberSequenceKeypoint.new(1, 1, 0)
  1395. })
  1396.  
  1397. local trailside1 = Instance.new("Trail", c["Right Leg"])
  1398. trailside1.Enabled = true
  1399. trailside1.Texture = "rbxassetid://16607923"
  1400. trailside1.Name = "sidetrail1"
  1401. trailside1.MinLength = 0
  1402. trailside1.Lifetime = 0.1
  1403.  
  1404. trailside1.Color = ColorSequence.new(ColorArray)
  1405.  
  1406. trailside1.Attachment0 = att1
  1407. trailside1.Attachment1 = att3
  1408. trailside1.Transparency = NumberSequence.new({
  1409. NumberSequenceKeypoint.new(0, 0.5, 0),
  1410. NumberSequenceKeypoint.new(1, 1, 0)
  1411. })
  1412.  
  1413. local trailside2 = Instance.new("Trail", c["Right Leg"])
  1414. trailside2.Enabled = true
  1415. trailside2.Texture = "rbxassetid://16607923"
  1416. trailside2.Name = "sidetrail2"
  1417. trailside2.MinLength = 0
  1418. trailside2.Lifetime = 0.1
  1419. spawn(function()
  1420. while true do wait()
  1421. trailside2.Color = ColorSequence.new(ColorArray)
  1422. end
  1423. end)
  1424. trailside2.Attachment0 = att2
  1425. trailside2.Attachment1 = att4
  1426. trailside2.Transparency = NumberSequence.new({
  1427. NumberSequenceKeypoint.new(0, 0.5, 0),
  1428. NumberSequenceKeypoint.new(1, 1, 0)
  1429. })
  1430.  
  1431.  
  1432. local trailtop12 = Instance.new("Trail", c["Left Leg"])
  1433. trailtop12.Enabled = true
  1434. trailtop12.Texture = "rbxassetid://16607923"
  1435. trailtop12.Name = "toptrail"
  1436. trailtop12.MinLength = 0
  1437. trailtop12.Lifetime = 0.1
  1438. spawn(function()
  1439. while true do wait()
  1440. trailtop12.Color = ColorSequence.new(ColorArray)
  1441. end
  1442. end)
  1443. trailtop12.Attachment0 = attt1
  1444. trailtop12.Attachment1 = attt2
  1445. trailtop12.Transparency = NumberSequence.new({
  1446. NumberSequenceKeypoint.new(0, 0.5, 0),
  1447. NumberSequenceKeypoint.new(1, 1, 0)
  1448. })
  1449.  
  1450. local trailbot2 = Instance.new("Trail", c["Left Leg"])
  1451. trailbot2.Enabled = true
  1452. trailbot2.Texture = "rbxassetid://16607923"
  1453. trailbot2.Name = "bottrail"
  1454. trailbot2.MinLength = 0
  1455. trailbot2.Lifetime = 0.1
  1456.  
  1457. trailbot2.Color = ColorSequence.new(ColorArray)
  1458.  
  1459. trailbot2.Attachment0 = attt3
  1460. trailbot2.Attachment1 = attt4
  1461. trailbot2.Transparency = NumberSequence.new({
  1462. NumberSequenceKeypoint.new(0, 0.5, 0),
  1463. NumberSequenceKeypoint.new(1, 1, 0)
  1464. })
  1465.  
  1466. local trailside12 = Instance.new("Trail", c["Left Leg"])
  1467. trailside12.Enabled = true
  1468. trailside12.Texture = "rbxassetid://16607923"
  1469. trailside12.Name = "sidetrail1"
  1470. trailside12.MinLength = 0
  1471. trailside12.Lifetime = 0.1
  1472.  
  1473. trailside12.Color = ColorSequence.new(ColorArray)
  1474.  
  1475. trailside12.Attachment0 = attt1
  1476. trailside12.Attachment1 = attt3
  1477. trailside12.Transparency = NumberSequence.new({
  1478. NumberSequenceKeypoint.new(0, 0.5, 0),
  1479. NumberSequenceKeypoint.new(1, 1, 0)
  1480. })
  1481.  
  1482. local trailside22 = Instance.new("Trail", c["Left Leg"])
  1483. trailside22.Enabled = true
  1484. trailside22.Texture = "rbxassetid://16607923"
  1485. trailside22.Name = "sidetrail2"
  1486. trailside22.MinLength = 0
  1487. trailside22.Lifetime = 0.1
  1488.  
  1489. trailside22.Color = ColorSequence.new(ColorArray)
  1490.  
  1491. trailside22.Attachment0 = attt2
  1492. trailside22.Attachment1 = attt4
  1493. trailside22.Transparency = NumberSequence.new({
  1494. NumberSequenceKeypoint.new(0, 0.5, 0),
  1495. NumberSequenceKeypoint.new(1, 1, 0)
  1496. })
  1497.  
  1498.  
  1499. local att1 = Instance.new("Attachment", c["Right Arm"])
  1500. att1.Name = "att1"
  1501. att1.Position = Vector3.new(0.5, 1, 0.5)
  1502. local att2 = Instance.new("Attachment", c["Right Arm"])
  1503. att2.Name = "att2"
  1504. att2.Position = Vector3.new(-0.5, 1, 0.5)
  1505. local att3 = Instance.new("Attachment", c["Right Arm"])
  1506. att3.Name = "att3"
  1507. att3.Position = Vector3.new(0.5, -1, 0.5)
  1508. local att4 = Instance.new("Attachment", c["Right Arm"])
  1509. att4.Name = "att4"
  1510. att4.Position = Vector3.new(-0.5, -1, 0.5)
  1511.  
  1512. local attt1 = Instance.new("Attachment", c["Left Arm"])
  1513. attt1.Name = "att1"
  1514. attt1.Position = Vector3.new(0.5, 1, 0.5)
  1515. local attt2 = Instance.new("Attachment", c["Left Arm"])
  1516. attt2.Name = "att2"
  1517. attt2.Position = Vector3.new(-0.5, 1, 0.5)
  1518. local attt3 = Instance.new("Attachment", c["Left Arm"])
  1519. attt3.Name = "att3"
  1520. attt3.Position = Vector3.new(0.5, -1, 0.5)
  1521. local attt4 = Instance.new("Attachment", c["Left Arm"])
  1522. attt4.Name = "att4"
  1523. attt4.Position = Vector3.new(-0.5, -1, 0.5)
  1524.  
  1525. local trailtop1 = Instance.new("Trail", c["Right Arm"])
  1526. trailtop1.Enabled = true
  1527. trailtop1.Texture = "rbxassetid://16607923"
  1528. trailtop1.Name = "toptrail"
  1529. trailtop1.MinLength = 0
  1530. trailtop1.Lifetime = 0.1
  1531.  
  1532. trailtop1.Color = ColorSequence.new(ColorArray)
  1533.  
  1534. trailtop1.Attachment0 = att1
  1535. trailtop1.Attachment1 = att2
  1536. trailtop1.Transparency = NumberSequence.new({
  1537. NumberSequenceKeypoint.new(0, 0.5, 0),
  1538. NumberSequenceKeypoint.new(1, 1, 0)
  1539. })
  1540.  
  1541. local trailbot1 = Instance.new("Trail", c["Right Arm"])
  1542. trailbot1.Enabled = true
  1543. trailbot1.Texture = "rbxassetid://16607923"
  1544. trailbot1.Name = "bottrail"
  1545. trailbot1.MinLength = 0
  1546. trailbot1.Lifetime = 0.1
  1547. spawn(function()
  1548. while true do wait()
  1549. trailbot1.Color = ColorSequence.new(ColorArray)
  1550. end
  1551. end)
  1552. trailbot1.Attachment0 = att3
  1553. trailbot1.Attachment1 = att4
  1554. trailbot1.Transparency = NumberSequence.new({
  1555. NumberSequenceKeypoint.new(0, 0.5, 0),
  1556. NumberSequenceKeypoint.new(1, 1, 0)
  1557. })
  1558.  
  1559. local trailside1 = Instance.new("Trail", c["Right Arm"])
  1560. trailside1.Enabled = true
  1561. trailside1.Texture = "rbxassetid://16607923"
  1562. trailside1.Name = "sidetrail1"
  1563. trailside1.MinLength = 0
  1564. trailside1.Lifetime = 0.1
  1565.  
  1566. trailside1.Color = ColorSequence.new(ColorArray)
  1567.  
  1568. trailside1.Attachment0 = att1
  1569. trailside1.Attachment1 = att3
  1570. trailside1.Transparency = NumberSequence.new({
  1571. NumberSequenceKeypoint.new(0, 0.5, 0),
  1572. NumberSequenceKeypoint.new(1, 1, 0)
  1573. })
  1574.  
  1575. local trailside2 = Instance.new("Trail", c["Right Arm"])
  1576. trailside2.Enabled = true
  1577. trailside2.Texture = "rbxassetid://16607923"
  1578. trailside2.Name = "sidetrail2"
  1579. trailside2.MinLength = 0
  1580. trailside2.Lifetime = 0.1
  1581.  
  1582. trailside2.Color = ColorSequence.new(ColorArray)
  1583.  
  1584. trailside2.Attachment0 = att2
  1585. trailside2.Attachment1 = att4
  1586. trailside2.Transparency = NumberSequence.new({
  1587. NumberSequenceKeypoint.new(0, 0.5, 0),
  1588. NumberSequenceKeypoint.new(1, 1, 0)
  1589. })
  1590.  
  1591.  
  1592. local trailtop12 = Instance.new("Trail", c["Left Arm"])
  1593. trailtop12.Enabled = true
  1594. trailtop12.Texture = "rbxassetid://16607923"
  1595. trailtop12.Name = "toptrail"
  1596. trailtop12.MinLength = 0
  1597. trailtop12.Lifetime = 0.1
  1598.  
  1599. trailtop12.Color = ColorSequence.new(ColorArray)
  1600.  
  1601. trailtop12.Attachment0 = attt1
  1602. trailtop12.Attachment1 = attt2
  1603. trailtop12.Transparency = NumberSequence.new({
  1604. NumberSequenceKeypoint.new(0, 0.5, 0),
  1605. NumberSequenceKeypoint.new(1, 1, 0)
  1606. })
  1607.  
  1608. local trailbot2 = Instance.new("Trail", c["Left Arm"])
  1609. trailbot2.Enabled = true
  1610. trailbot2.Texture = "rbxassetid://16607923"
  1611. trailbot2.Name = "bottrail"
  1612. trailbot2.MinLength = 0
  1613. trailbot2.Lifetime = 0.1
  1614.  
  1615. trailbot2.Color = ColorSequence.new(ColorArray)
  1616.  
  1617. trailbot2.Attachment0 = attt3
  1618. trailbot2.Attachment1 = attt4
  1619. trailbot2.Transparency = NumberSequence.new({
  1620. NumberSequenceKeypoint.new(0, 0.5, 0),
  1621. NumberSequenceKeypoint.new(1, 1, 0)
  1622. })
  1623.  
  1624. local trailside12 = Instance.new("Trail", c["Left Arm"])
  1625. trailside12.Enabled = true
  1626. trailside12.Texture = "rbxassetid://16607923"
  1627. trailside12.Name = "sidetrail1"
  1628. trailside12.MinLength = 0
  1629. trailside12.Lifetime = 0.1
  1630.  
  1631. trailside12.Color = ColorSequence.new(ColorArray)
  1632.  
  1633. trailside12.Attachment0 = attt1
  1634. trailside12.Attachment1 = attt3
  1635. trailside12.Transparency = NumberSequence.new({
  1636. NumberSequenceKeypoint.new(0, 0.5, 0),
  1637. NumberSequenceKeypoint.new(1, 1, 0)
  1638. })
  1639.  
  1640. local trailside22 = Instance.new("Trail", c["Left Arm"])
  1641. trailside22.Enabled = true
  1642. trailside22.Texture = "rbxassetid://16607923"
  1643. trailside22.Name = "sidetrail2"
  1644. trailside22.MinLength = 0
  1645. trailside22.Lifetime = 0.1
  1646.  
  1647. trailside22.Color = ColorSequence.new(ColorArray)
  1648.  
  1649. trailside22.Attachment0 = attt2
  1650. trailside22.Attachment1 = attt4
  1651. trailside22.Transparency = NumberSequence.new({
  1652. NumberSequenceKeypoint.new(0, 0.5, 0),
  1653. NumberSequenceKeypoint.new(1, 1, 0)
  1654. })
  1655.  
  1656. local att1 = Instance.new("Attachment", c["Torso"])
  1657. att1.Name = "att1"
  1658. att1.Position = Vector3.new(1, 1, 0.5)
  1659. local att2 = Instance.new("Attachment", c["Torso"])
  1660. att2.Name = "att2"
  1661. att2.Position = Vector3.new(-1, 1, 0.5)
  1662. local att3 = Instance.new("Attachment", c["Torso"])
  1663. att3.Name = "att3"
  1664. att3.Position = Vector3.new(1, -1, 0.5)
  1665. local att4 = Instance.new("Attachment", c["Torso"])
  1666. att4.Name = "att4"
  1667. att4.Position = Vector3.new(-1, -1, 0.5)
  1668.  
  1669. local attt1 = Instance.new("Attachment", c["Head"])
  1670. attt1.Name = "att1"
  1671. attt1.Position = Vector3.new(.55, .55, 0.025)
  1672. local attt2 = Instance.new("Attachment", c["Head"])
  1673. attt2.Name = "att2"
  1674. attt2.Position = Vector3.new(-.55, .55, 0.025)
  1675. local attt3 = Instance.new("Attachment", c["Head"])
  1676. attt3.Name = "att3"
  1677. attt3.Position = Vector3.new(.55, -.5, 0.025)
  1678. local attt4 = Instance.new("Attachment", c["Head"])
  1679. attt4.Name = "att4"
  1680. attt4.Position = Vector3.new(-.55, -.5, 0.025)
  1681. local trailtop1 = Instance.new("Trail", c["Torso"])
  1682. trailtop1.Enabled = true
  1683. trailtop1.Texture = "rbxassetid://16607923"
  1684. trailtop1.Name = "toptrail"
  1685. trailtop1.MinLength = 0
  1686. trailtop1.Lifetime = 0.1
  1687.  
  1688. trailtop1.Color = ColorSequence.new(ColorArray)
  1689.  
  1690. trailtop1.Attachment0 = att1
  1691. trailtop1.Attachment1 = att2
  1692. trailtop1.Transparency = NumberSequence.new({
  1693. NumberSequenceKeypoint.new(0, 0.5, 0),
  1694. NumberSequenceKeypoint.new(1, 1, 0)
  1695. })
  1696. local trailbot1 = Instance.new("Trail", c["Torso"])
  1697. trailbot1.Enabled = true
  1698. trailbot1.Texture = "rbxassetid://16607923"
  1699. trailbot1.Name = "bottrail"
  1700. trailbot1.MinLength = 0
  1701. trailbot1.Lifetime = 0.1
  1702.  
  1703. trailbot1.Color = ColorSequence.new(ColorArray)
  1704.  
  1705. trailbot1.Attachment0 = att3
  1706. trailbot1.Attachment1 = att4
  1707. trailbot1.Transparency = NumberSequence.new({
  1708. NumberSequenceKeypoint.new(0, 0.5, 0),
  1709. NumberSequenceKeypoint.new(1, 1, 0)
  1710. })
  1711. local trailside1 = Instance.new("Trail", c["Torso"])
  1712. trailside1.Enabled = true
  1713. trailside1.Texture = "rbxassetid://16607923"
  1714. trailside1.Name = "sidetrail1"
  1715. trailside1.MinLength = 0
  1716. trailside1.Lifetime = 0.1
  1717.  
  1718. trailside1.Color = ColorSequence.new(ColorArray)
  1719.  
  1720. trailside1.Attachment0 = att1
  1721. trailside1.Attachment1 = att3
  1722. trailside1.Transparency = NumberSequence.new({
  1723. NumberSequenceKeypoint.new(0, 0.5, 0),
  1724. NumberSequenceKeypoint.new(1, 1, 0)
  1725. })
  1726. local trailside2 = Instance.new("Trail", c["Torso"])
  1727. trailside2.Enabled = true
  1728. trailside2.Texture = "rbxassetid://16607923"
  1729. trailside2.Name = "sidetrail2"
  1730. trailside2.MinLength = 0
  1731. trailside2.Lifetime = 0.1
  1732.  
  1733. trailside2.Color = ColorSequence.new(ColorArray)
  1734.  
  1735. trailside2.Attachment0 = att2
  1736. trailside2.Attachment1 = att4
  1737. trailside2.Transparency = NumberSequence.new({
  1738. NumberSequenceKeypoint.new(0, 0.5, 0),
  1739. NumberSequenceKeypoint.new(1, 1, 0)
  1740. })
  1741. local trailtop12 = Instance.new("Trail", c["Head"])
  1742. trailtop12.Enabled = true
  1743. trailtop12.Texture = "rbxassetid://16607923"
  1744. trailtop12.Name = "toptrail"
  1745. trailtop12.MinLength = 0
  1746. trailtop12.Lifetime = 0.1
  1747.  
  1748. trailtop12.Color = ColorSequence.new(ColorArray)
  1749.  
  1750. trailtop12.Attachment0 = attt1
  1751. trailtop12.Attachment1 = attt2
  1752. trailtop12.Transparency = NumberSequence.new({
  1753. NumberSequenceKeypoint.new(0, 0.5, 0),
  1754. NumberSequenceKeypoint.new(1, 1, 0)
  1755. })
  1756. local trailbot2 = Instance.new("Trail", c["Head"])
  1757. trailbot2.Enabled = true
  1758. trailbot2.Texture = "rbxassetid://16607923"
  1759. trailbot2.Name = "bottrail"
  1760. trailbot2.MinLength = 0
  1761. trailbot2.Lifetime = 0.1
  1762.  
  1763. trailbot2.Color = ColorSequence.new(ColorArray)
  1764.  
  1765. trailbot2.Attachment0 = attt3
  1766. trailbot2.Attachment1 = attt4
  1767. trailbot2.Transparency = NumberSequence.new({
  1768. NumberSequenceKeypoint.new(0, 0.5, 0),
  1769. NumberSequenceKeypoint.new(1, 1, 0)
  1770. })
  1771. local trailside12 = Instance.new("Trail", c["Head"])
  1772. trailside12.Enabled = true
  1773. trailside12.Texture = "rbxassetid://16607923"
  1774. trailside12.Name = "sidetrail1"
  1775. trailside12.MinLength = 0
  1776. trailside12.Lifetime = 0.1
  1777.  
  1778. trailside12.Color = ColorSequence.new(ColorArray)
  1779.  
  1780. trailside12.Attachment0 = attt1
  1781. trailside12.Attachment1 = attt3
  1782. trailside12.Transparency = NumberSequence.new({
  1783. NumberSequenceKeypoint.new(0, 0.5, 0),
  1784. NumberSequenceKeypoint.new(1, 1, 0)
  1785. })
  1786. local trailside22 = Instance.new("Trail", c["Head"])
  1787. trailside22.Enabled = true
  1788. trailside22.Texture = "rbxassetid://16607923"
  1789. trailside22.Name = "sidetrail2"
  1790. trailside22.MinLength = 0
  1791. trailside22.Lifetime = 0.1
  1792.  
  1793. trailside22.Color = ColorSequence.new(ColorArray)
  1794.  
  1795. trailside22.Attachment0 = attt2 trailside22.Attachment1 = attt4
  1796. trailside22.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0),NumberSequenceKeypoint.new(1, 1, 0)})
  1797.  
  1798. Sped = 0
  1799.  
  1800. function ragplayer(cactus)
  1801. local S = Instance.new("Sound",c.HumanoidRootPart)S.SoundId = "rbxassetid://131026421" S.Volume = 2 S:Play()
  1802. cactus.Humanoid.PlatformStand = true cactus:findFirstChild("Humanoid").Health = 0.01
  1803. if cactus["Right Arm"]~=nil and cactus.Torso:FindFirstChild("Right Shoulder") then
  1804. cactus.Torso:FindFirstChild("Right Shoulder"):Destroy()
  1805. makegloo(cactus.Torso, RSC0, RSC1, cactus.Torso, cactus["Right Arm"], "Right Shoulder")
  1806. maketouchy(cactus["Right Arm"], cactus["Right Arm"], CFrame.new(0, 0.5, 0))
  1807. end
  1808. if cactus["Left Arm"]~=nil and cactus.Torso:FindFirstChild("Left Shoulder") then
  1809. cactus.Torso:FindFirstChild("Left Shoulder"):Destroy()
  1810. makegloo(cactus.Torso, LSC0, LSC1, cactus.Torso, cactus["Left Arm"], "Left Shoulder")
  1811. maketouchy(cactus["Left Arm"], cactus["Left Arm"], CFrame.new(0, 0.5, 0))
  1812. end
  1813. if cactus["Right Leg"]~=nil and cactus.Torso:FindFirstChild("Right Hip") then
  1814. cactus.Torso:FindFirstChild("Right Hip"):Destroy()
  1815. makegloo(cactus.Torso, RHC0, RHC1, cactus.Torso, cactus["Right Leg"], "Right Hip")
  1816. maketouchy(cactus["Right Leg"], cactus["Right Leg"], CFrame.new(0, 0.5, 0))
  1817. end
  1818. if cactus["Left Leg"]~=nil and cactus.Torso:FindFirstChild("Left Hip") then
  1819. cactus.Torso:FindFirstChild("Left Hip"):Destroy()
  1820. makegloo(cactus.Torso, LHC0, LHC1, cactus.Torso, cactus["Left Leg"], "Left Hip")
  1821. maketouchy(cactus["Left Leg"], cactus["Left Leg"], CFrame.new(0, 0.5, 0))
  1822. end
  1823. cactus.Parent = game.Workspace game.Debris:AddItem(cactus,15)
  1824. end
  1825. function makegloo(paren, co, ci, parto, parti, nam) local gloo = Instance.new("Glue") gloo.Name = nam gloo.C0 = co gloo.C1 = ci gloo.Part0 = parto gloo.Part1 = parti gloo.Parent = paren end
  1826.  
  1827. function maketouchy(parent, limb, cframe) local pr = Instance.new("Part") pr.Name = "touchy" pr.Size = Vector3.new(1, 1, 1) pr.Transparency = 1 pr.CustomPhysicalProperties = PhysicalProperties.new(0.55, 0.3, 0.5) pr.CanCollide = true pr.Anchored = false pr.Parent = parent local w = Instance.new("Weld") w.Part0 = pr w.Part1 = limb w.C0 = cframe w.Parent = pr end
  1828.  
  1829. local hitz = false
  1830. c.HumanoidRootPart.Touched:connect(function(Hit)
  1831. if thing >= 100 then
  1832. if hitz == false then hitz = true
  1833. ragplayer(c) local S = Instance.new("Sound",c.HumanoidRootPart)S.SoundId = "rbxassetid://386946017" S.Volume = 6 S:Play()
  1834. wait(15)
  1835. end
  1836. end
  1837. end)
  1838.  
  1839. function Spin()
  1840. attack = true
  1841. while attack == true do Sped = Sped + 0.25
  1842. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(Sped*Sped*5), rd(0), rd(0)), 1)
  1843. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(60), rd(0), rd(0)), 1)
  1844. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(15), rd(25), rd(25)), 1)
  1845. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1846. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(15), rd(-25), rd(-25)), 1)
  1847. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1848. lerpz(RH, "C0", RHC0 * cf(0.5, 1.5, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1849. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1850. lerpz(LH, "C0", LHC0 * cf(-0.5, 1.5, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1851. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1852. swait()
  1853. end
  1854. end
  1855.  
  1856. --SanicScreams = {585370931,202427593}
  1857. SanicScreams = {147722910,147722910}
  1858. HOLD = false
  1859.  
  1860. mouse.Button1Down:connect(function(key)
  1861. if attack == true then return end
  1862. HOLD = true
  1863. repeat
  1864. for i = 1,15 do
  1865. swait()
  1866. attack = true
  1867. sine = sine + 1
  1868. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1869. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1870. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1871. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90 + 90 * math.cos(sine / 3))), 1)
  1872. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1873. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1874. lerpz(RH, "C0", RHC0 * cf(0.5, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1875. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1876. lerpz(LH, "C0", LHC0 * cf(-0.5, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1877. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1878. end
  1879. spawn(function()
  1880. local Sp = Instance.new("Part",game.Workspace)Sp.BrickColor = BrickColor.new("Really red")Sp.Material = "Neon" Sp.Size = Vector3.new(1,1,1) Sp.Anchored = true Sp.CanCollide = false
  1881. local SPM = Instance.new("SpecialMesh",Sp)SPM.MeshType = "Sphere" Sp.CFrame = Model0.Hitbox.CFrame
  1882. for i = 1,25 do
  1883. SPM.Scale = SPM.Scale + Vector3.new(0.25,0.25,0.25)
  1884. Sp.Transparency = Sp.Transparency + 1/25
  1885. swait()
  1886. end
  1887. end)
  1888. local S = Instance.new("Sound",c.HumanoidRootPart)S.SoundId = "rbxassetid://147722910" S.Volume = 10 S:Play()
  1889. --[[
  1890. for i = 1,15 do
  1891. swait()
  1892. attack = true
  1893. sine = sine + 1
  1894. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1895. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1896. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(15)), 1)
  1897. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1898. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1899. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1900. lerpz(RH, "C0", RHC0 * cf(0.5, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1901. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1902. lerpz(LH, "C0", LHC0 * cf(-0.5, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1903. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1904. end
  1905. ]]--
  1906. until HOLD == false
  1907. attack = false
  1908. end)
  1909.  
  1910. mouse.Button1Up:connect(function()
  1911. HOLD = false
  1912. end)
  1913.  
  1914. mouse.KeyDown:connect(function(key)
  1915. if attack == true then return end
  1916. if key == "q" then
  1917. Spin()
  1918. end
  1919. if key == "e" then
  1920. local S = Instance.new("Sound",c.HumanoidRootPart)S.SoundId = "rbxassetid://537371462" S.Volume = 10 S:Play()
  1921. wait(1.25)
  1922. local Sanic = SanicScreams[math.random(1,#SanicScreams)]
  1923. local S = Instance.new("Sound",c.HumanoidRootPart)S.SoundId = "rbxassetid://"..Sanic S.Volume = 10 S:Play()
  1924. spawn(function()
  1925. local Sp = Instance.new("Part",game.Workspace)Sp.BrickColor = BrickColor.new("Really red")Sp.Material = "Neon" Sp.Size = Vector3.new(1,1,1) Sp.Anchored = true Sp.CanCollide = false
  1926. local SPM = Instance.new("SpecialMesh",Sp)SPM.MeshType = "Sphere" Sp.CFrame = c.HumanoidRootPart.CFrame
  1927. for i = 1,25 do
  1928. SPM.Scale = SPM.Scale + Vector3.new(4,4,4)
  1929. Sp.Transparency = Sp.Transparency + 1/25
  1930. swait()
  1931. end
  1932. end)
  1933. local S = Instance.new("Sound",c.HumanoidRootPart)S.SoundId = "rbxassetid://214444596" S.Volume = 10 S:Play()
  1934. Sped = Sped + 300
  1935. Sp:Destroy()
  1936. end
  1937. end)
  1938.  
  1939. mouse.KeyUp:connect(function(key)
  1940. if key == "q" then
  1941. attack = false
  1942. end
  1943. end)
  1944.  
  1945. local P = Instance.new("Part",game.Workspace.CurrentCamera)P.CanCollide = true P.Anchored = true P.Size = Vector3.new(15,1,15)
  1946. P.CFrame = CFrame.new(c.HumanoidRootPart.Position)*CFrame.new(0,-3.5,0)P.Transparency = 0 P.Name = "FlightPart"
  1947. P.BrickColor = BrickColor.new("Dark green") P.TopSurface = "Smooth" P.Material = "Grass"
  1948. spawn(function()
  1949. while true do
  1950. P.CFrame = CFrame.new(c.HumanoidRootPart.Position.X,-0.6,c.HumanoidRootPart.Position.Z)
  1951. swait()
  1952. end
  1953. end)
  1954.  
  1955. anim.Parent = nil
  1956. sine = 0
  1957.  
  1958. game:GetService("RunService").RenderStepped:connect(function()
  1959. if attack == false then
  1960. thing = (c.HumanoidRootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  1961. game.Workspace.CurrentCamera.FieldOfView = 70+thing/100
  1962. if c.HumanoidRootPart.Velocity.Y > 1 then sine = sine + 1
  1963. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(sine*thing*0.75), rd(0), rd(0)), 1)
  1964. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(60), rd(0), rd(0)), 1)
  1965. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(15), rd(25), rd(25)), 1)
  1966. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1967. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(15), rd(-25), rd(-25)), 1)
  1968. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1969. lerpz(RH, "C0", RHC0 * cf(0.5, 1.5, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1970. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1971. lerpz(LH, "C0", LHC0 * cf(-0.5, 1.5, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1972. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  1973. elseif (c.HumanoidRootPart.Velocity * Vector3.new(1, 0, 1)).magnitude > 2 then
  1974. sine = sine + 1 Sped = Sped + 0.1
  1975. if thing <= 200 then
  1976. if S2.PlaybackSpeed >= 1 then
  1977. S2.PlaybackSpeed = 1
  1978. else
  1979. S2.PlaybackSpeed = thing/80
  1980. end
  1981. c.Humanoid.WalkSpeed = 16+(thing/1.5)+Sped
  1982. S2.Volume = thing/20
  1983. end
  1984. if thing <= 200 then
  1985. c.Humanoid.WalkSpeed = 16+(thing/1.5)+Sped
  1986. S2.Volume = thing/20
  1987. else
  1988. c.Humanoid.WalkSpeed = 16+(thing/1.5)+Sped
  1989. end
  1990. if thing <= 100 then
  1991. for i,v in pairs(c:children()) do
  1992. if v.ClassName == "Part" then
  1993. for i,v2 in pairs(v:children()) do
  1994. if v2.ClassName == "Trail" then
  1995. v2.Enabled = false
  1996. v2.LightEmission = 1
  1997. end
  1998. end
  1999. end
  2000. end
  2001. else
  2002. for i,v in pairs(c:children()) do
  2003. if v.ClassName == "Part" then
  2004. for i,v2 in pairs(v:children()) do
  2005. if v2.ClassName == "Trail" then
  2006. v2.Lifetime = 2
  2007. v2.Enabled = true
  2008. end
  2009. end
  2010. end
  2011. end
  2012. end
  2013. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(thing/7), rd(0), rd(0)), 1)
  2014. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  2015. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-thing/1.5)), 1)
  2016. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  2017. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(thing/1.5)), 1)
  2018. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  2019. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(math.cos(sine/2))*thing/1.25), 1)
  2020. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  2021. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(math.cos(sine/2))*thing/1.25), 1)
  2022. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 1)
  2023. else c.Humanoid.WalkSpeed = 16 Sped = 0 sine = sine + 1 S2.Volume = 0 S2.PlaybackSpeed = 0
  2024. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2025. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2026. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(math.cos(sine/24)*4)), 0.5)
  2027. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2028. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(math.cos(sine/24)*4)), 0.5)
  2029. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2030. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2031. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2032. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2033. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  2034. end
  2035. for i,v in pairs (c:children()) do
  2036. if v.ClassName == "Accessory" then
  2037. for i,v2 in pairs (v:children()) do
  2038. if v2.ClassName == "Part" then
  2039. v2.Anchored = false
  2040. end
  2041. end
  2042. end
  2043. for i,v in pairs (c:children()) do
  2044. if v.ClassName == "Part" then
  2045. v.Anchored = false
  2046. end
  2047. end
  2048. end
  2049. end
  2050. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement