convertboi

obama

Apr 24th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 119.44 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. print("FE Compatibility code V2 by Mokiros")
  7. local RealPlayer = RealPlayer
  8. script.Parent = RealPlayer.Character
  9.  
  10. --Fake event to make stuff like Mouse.KeyDown work
  11. local Disconnect_Function = function(this)
  12. this[1].Functions[this[2]] = nil
  13. end
  14. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  15. local FakeEvent_Metatable = {__index={
  16. Connect = function(this,f)
  17. local i = tostring(math.random(0,10000))
  18. while this.Functions[i] do
  19. i = tostring(math.random(0,10000))
  20. end
  21. this.Functions[i] = f
  22. return setmetatable({this,i},Disconnect_Metatable)
  23. end
  24. }}
  25. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  26. local function fakeEvent()
  27. return setmetatable({Functions={}},FakeEvent_Metatable)
  28. end
  29.  
  30. --Creating fake input objects with fake variables
  31. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  32. FakeMouse.keyUp = FakeMouse.KeyUp
  33. FakeMouse.keyDown = FakeMouse.KeyDown
  34. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  35. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  36. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  37. end}
  38. --Merged 2 functions into one by checking amount of arguments
  39. CAS.UnbindAction = CAS.BindAction
  40.  
  41. --This function will trigger the events that have been :Connect()'ed
  42. local function TriggerEvent(self,ev,...)
  43. for _,f in pairs(self[ev].Functions) do
  44. f(...)
  45. end
  46. end
  47. FakeMouse.TriggerEvent = TriggerEvent
  48. UIS.TriggerEvent = TriggerEvent
  49.  
  50. --Client communication
  51. local Event = Instance.new("RemoteEvent")
  52. Event.Name = "UserInput_Event"
  53. Event.OnServerEvent:Connect(function(plr,io)
  54. if plr~=RealPlayer then return end
  55. FakeMouse.Target = io.Target
  56. FakeMouse.Hit = io.Hit
  57. if not io.isMouse then
  58. local b = io.UserInputState == Enum.UserInputState.Begin
  59. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  60. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  61. end
  62. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  63. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  64. end
  65. for _,t in pairs(CAS.Actions) do
  66. for _,k in pairs(t.Keys) do
  67. if k==io.KeyCode then
  68. t.Function(t.Name,io.UserInputState,io)
  69. end
  70. end
  71. end
  72. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  73. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  74. end
  75. end)
  76. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  77. local Mouse = owner:GetMouse()
  78. local UIS = game:GetService("UserInputService")
  79. local input = function(io,RobloxHandled)
  80. if RobloxHandled then return end
  81. --Since InputObject is a client-side instance, we create and pass table instead
  82. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  83. end
  84. UIS.InputBegan:Connect(input)
  85. UIS.InputEnded:Connect(input)
  86.  
  87. local h,t
  88. --Give the server mouse data every second frame, but only if the values changed
  89. --If player is not moving their mouse, client won't fire events
  90. local HB = game:GetService("RunService").Heartbeat
  91. while true do
  92. if h~=Mouse.Hit or t~=Mouse.Target then
  93. h,t=Mouse.Hit,Mouse.Target
  94. Event:FireServer({isMouse=true,Target=t,Hit=h})
  95. end
  96. --Wait 2 frames
  97. for i=1,2 do
  98. HB:Wait()
  99. end
  100. end]==],script)
  101.  
  102. ----Sandboxed game object that allows the usage of client-side methods and services
  103. --Real game object
  104. local RealGame = game
  105.  
  106. --Metatable for fake service
  107. local FakeService_Metatable = {
  108. __index = function(self,k)
  109. local s = rawget(self,"_RealService")
  110. if s then
  111. return typeof(s[k])=="function"
  112. and function(_,...)return s[k](s,...)end or s[k]
  113. end
  114. end,
  115. __newindex = function(self,k,v)
  116. local s = rawget(self,"_RealService")
  117. if s then s[k]=v end
  118. end
  119. }
  120. local function FakeService(t,RealService)
  121. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  122. return setmetatable(t,FakeService_Metatable)
  123. end
  124.  
  125. --Fake game object
  126. local FakeGame = {
  127. GetService = function(self,s)
  128. return rawget(self,s) or RealGame:GetService(s)
  129. end,
  130. Players = FakeService({
  131. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  132. },"Players"),
  133. UserInputService = FakeService(UIS,"UserInputService"),
  134. ContextActionService = FakeService(CAS,"ContextActionService"),
  135. RunService = FakeService({
  136. _btrs = {},
  137. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  138. BindToRenderStep = function(self,name,_,fun)
  139. self._btrs[name] = self.Heartbeat:Connect(fun)
  140. end,
  141. UnbindFromRenderStep = function(self,name)
  142. self._btrs[name]:Disconnect()
  143. end,
  144. },"RunService")
  145. }
  146. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  147. FakeGame.service = FakeGame.GetService
  148. FakeService(FakeGame,game)
  149. --Changing owner to fake player object to support owner:GetMouse()
  150. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  151. end
  152. --By Rufus14, based on the news script
  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. Model1 = Instance.new("Model")
  172. Model2 = Instance.new("Model")
  173. Model3 = Instance.new("Model")
  174. Part4 = Instance.new("Part")
  175. SpecialMesh5 = Instance.new("SpecialMesh")
  176. Decal6 = Instance.new("Decal")
  177. Part7 = Instance.new("Part")
  178. Part8 = Instance.new("Part")
  179. Part9 = Instance.new("Part")
  180. Part10 = Instance.new("Part")
  181. Part11 = Instance.new("Part")
  182. Humanoid12 = Instance.new("Humanoid")
  183. Pants13 = Instance.new("Pants")
  184. Shirt14 = Instance.new("Shirt")
  185. Part15 = Instance.new("Part")
  186. Part16 = Instance.new("Part")
  187. Part17 = Instance.new("Part")
  188. Part18 = Instance.new("Part")
  189. Part19 = Instance.new("Part")
  190. Part20 = Instance.new("Part")
  191. Decal21 = Instance.new("Decal")
  192. Part22 = Instance.new("Part")
  193. Part23 = Instance.new("Part")
  194. Part24 = Instance.new("Part")
  195. Part25 = Instance.new("Part")
  196. Part26 = Instance.new("Part")
  197. Part27 = Instance.new("Part")
  198. Part28 = Instance.new("Part")
  199. Part29 = Instance.new("Part")
  200. Part30 = Instance.new("Part")
  201. Part31 = Instance.new("Part")
  202. Sound32 = Instance.new("Sound")
  203. Model0.Name = "yes"
  204. Model0.Parent = mas
  205. Model1.Parent = Model0
  206. Model2.Name = "Desk Clerk"
  207. Model2.Parent = Model1
  208. Model3.Name = ""
  209. Model3.Parent = Model2
  210. Part4.Name = "Head"
  211. Part4.Parent = Model3
  212. Part4.BrickColor = BrickColor.new("Bright orange")
  213. Part4.Rotation = Vector3.new(122.489998, 87.8300018, -122.57)
  214. Part4.Anchored = true
  215. Part4.FormFactor = Enum.FormFactor.Symmetric
  216. Part4.Size = Vector3.new(2, 1, 1)
  217. Part4.CFrame = CFrame.new(82.2528687, 4.51328659, -12.3034115, -0.0204179976, 0.0319628231, 0.999280453, -0.00112551113, 0.999486923, -0.0319924727, -0.999790907, -0.00177792029, -0.0203715563)
  218. Part4.TopSurface = Enum.SurfaceType.Smooth
  219. Part4.Color = Color3.new(0.854902, 0.521569, 0.254902)
  220. Part4.Position = Vector3.new(82.2528687, 4.51328659, -12.3034115)
  221. Part4.Orientation = Vector3.new(1.82999992, 91.1699982, -0.0599999987)
  222. Part4.Color = Color3.new(0.854902, 0.521569, 0.254902)
  223. SpecialMesh5.Parent = Part4
  224. SpecialMesh5.Scale = Vector3.new(1.25, 1.25, 1.25)
  225. SpecialMesh5.Scale = Vector3.new(1.25, 1.25, 1.25)
  226. Decal6.Parent = Part4
  227. Decal6.Texture = "http://www.roblox.com/asset/?id=343377229"
  228. Part7.Name = "Left Arm"
  229. Part7.Parent = Model3
  230. Part7.BrickColor = BrickColor.new("Bright orange")
  231. Part7.Rotation = Vector3.new(122.489998, 87.8300018, -122.57)
  232. Part7.Anchored = true
  233. Part7.FormFactor = Enum.FormFactor.Symmetric
  234. Part7.Size = Vector3.new(1, 2, 1)
  235. Part7.CFrame = CFrame.new(82.2359238, 3.01647973, -10.800971, -0.0204179976, 0.0319628231, 0.999280453, -0.00112551113, 0.999486923, -0.0319924727, -0.999790907, -0.00177792029, -0.0203715563)
  236. Part7.Color = Color3.new(0.854902, 0.521569, 0.254902)
  237. Part7.Position = Vector3.new(82.2359238, 3.01647973, -10.800971)
  238. Part7.Orientation = Vector3.new(1.82999992, 91.1699982, -0.0599999987)
  239. Part7.Color = Color3.new(0.854902, 0.521569, 0.254902)
  240. Part8.Name = "Left Leg"
  241. Part8.Parent = Model3
  242. Part8.BrickColor = BrickColor.new("Bright orange")
  243. Part8.Rotation = Vector3.new(122.489998, 87.8300018, -122.57)
  244. Part8.Anchored = true
  245. Part8.FormFactor = Enum.FormFactor.Symmetric
  246. Part8.Size = Vector3.new(1, 2, 1)
  247. Part8.CFrame = CFrame.new(82.1529236, 1.01664805, -11.7966766, -0.0204179976, 0.0319628231, 0.999280453, -0.00112551113, 0.999486923, -0.0319924727, -0.999790907, -0.00177792029, -0.0203715563)
  248. Part8.BottomSurface = Enum.SurfaceType.Weld
  249. Part8.Color = Color3.new(0.854902, 0.521569, 0.254902)
  250. Part8.Position = Vector3.new(82.1529236, 1.01664805, -11.7966766)
  251. Part8.Orientation = Vector3.new(1.82999992, 91.1699982, -0.0599999987)
  252. Part8.Color = Color3.new(0.854902, 0.521569, 0.254902)
  253. Part9.Name = "Right Arm"
  254. Part9.Parent = Model3
  255. Part9.BrickColor = BrickColor.new("Bright orange")
  256. Part9.Rotation = Vector3.new(122.489998, 87.8300018, -122.57)
  257. Part9.Anchored = true
  258. Part9.FormFactor = Enum.FormFactor.Symmetric
  259. Part9.Size = Vector3.new(1, 2, 1)
  260. Part9.CFrame = CFrame.new(82.1751251, 3.01356697, -13.7993155, -0.0204179976, 0.0319628231, 0.999280453, -0.00112551113, 0.999486923, -0.0319924727, -0.999790907, -0.00177792029, -0.0203715563)
  261. Part9.Color = Color3.new(0.854902, 0.521569, 0.254902)
  262. Part9.Position = Vector3.new(82.1751251, 3.01356697, -13.7993155)
  263. Part9.Orientation = Vector3.new(1.82999992, 91.1699982, -0.0599999987)
  264. Part9.Color = Color3.new(0.854902, 0.521569, 0.254902)
  265. Part10.Name = "Right Leg"
  266. Part10.Parent = Model3
  267. Part10.BrickColor = BrickColor.new("Bright orange")
  268. Part10.Rotation = Vector3.new(122.489998, 87.8300018, -122.57)
  269. Part10.Anchored = true
  270. Part10.FormFactor = Enum.FormFactor.Symmetric
  271. Part10.Size = Vector3.new(1, 2, 1)
  272. Part10.CFrame = CFrame.new(82.1308594, 1.01605022, -12.7968903, -0.0204179976, 0.0319628231, 0.999280453, -0.00112551113, 0.999486923, -0.0319924727, -0.999790907, -0.00177792029, -0.0203715563)
  273. Part10.BottomSurface = Enum.SurfaceType.Weld
  274. Part10.Color = Color3.new(0.854902, 0.521569, 0.254902)
  275. Part10.Position = Vector3.new(82.1308594, 1.01605022, -12.7968903)
  276. Part10.Orientation = Vector3.new(1.82999992, 91.1699982, -0.0599999987)
  277. Part10.Color = Color3.new(0.854902, 0.521569, 0.254902)
  278. Part11.Name = "Torso"
  279. Part11.Parent = Model3
  280. Part11.BrickColor = BrickColor.new("Bright orange")
  281. Part11.Rotation = Vector3.new(122.489998, 87.8300018, -122.57)
  282. Part11.Anchored = true
  283. Part11.FormFactor = Enum.FormFactor.Symmetric
  284. Part11.Size = Vector3.new(2, 2, 1)
  285. Part11.CFrame = CFrame.new(82.2052231, 3.01486301, -12.2995224, -0.0204179976, 0.0319628231, 0.999280453, -0.00112551113, 0.999486923, -0.0319924727, -0.999790907, -0.00177792029, -0.0203715563)
  286. Part11.LeftSurface = Enum.SurfaceType.Weld
  287. Part11.RightSurface = Enum.SurfaceType.Weld
  288. Part11.Color = Color3.new(0.854902, 0.521569, 0.254902)
  289. Part11.Position = Vector3.new(82.2052231, 3.01486301, -12.2995224)
  290. Part11.Orientation = Vector3.new(1.82999992, 91.1699982, -0.0599999987)
  291. Part11.Color = Color3.new(0.854902, 0.521569, 0.254902)
  292. Humanoid12.Parent = Model3
  293. Humanoid12.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  294. Humanoid12.RightLeg = Part10
  295. Humanoid12.LeftLeg = Part8
  296. Humanoid12.Torso = Part11
  297. Humanoid12.Health = 0
  298. Humanoid12.MaxHealth = 0
  299. Humanoid12.WalkSpeed = 0
  300. Pants13.Name = "Pants"
  301. Pants13.Parent = Model3
  302. Pants13.PantsTemplate = "rbxassetid://383017767"
  303. Shirt14.Name = "Shirt"
  304. Shirt14.Parent = Model3
  305. Shirt14.ShirtTemplate = "rbxassetid://383018226"
  306. Part15.Parent = Model0
  307. Part15.Material = Enum.Material.WoodPlanks
  308. Part15.BrickColor = BrickColor.new("Dark orange")
  309. Part15.Anchored = true
  310. Part15.Size = Vector3.new(26, 4, 1)
  311. Part15.CFrame = CFrame.new(68, 2, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  312. Part15.BottomSurface = Enum.SurfaceType.Smooth
  313. Part15.TopSurface = Enum.SurfaceType.Smooth
  314. Part15.Color = Color3.new(0.627451, 0.372549, 0.207843)
  315. Part15.Position = Vector3.new(68, 2, 22.5)
  316. Part15.Color = Color3.new(0.627451, 0.372549, 0.207843)
  317. Part16.Parent = Model0
  318. Part16.Material = Enum.Material.WoodPlanks
  319. Part16.BrickColor = BrickColor.new("Dark orange")
  320. Part16.Anchored = true
  321. Part16.Size = Vector3.new(26, 6, 1)
  322. Part16.CFrame = CFrame.new(68, 3, 20.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  323. Part16.BottomSurface = Enum.SurfaceType.Smooth
  324. Part16.TopSurface = Enum.SurfaceType.Smooth
  325. Part16.Color = Color3.new(0.627451, 0.372549, 0.207843)
  326. Part16.Position = Vector3.new(68, 3, 20.5)
  327. Part16.Color = Color3.new(0.627451, 0.372549, 0.207843)
  328. Part17.Parent = Model0
  329. Part17.Material = Enum.Material.WoodPlanks
  330. Part17.BrickColor = BrickColor.new("Dark orange")
  331. Part17.Anchored = true
  332. Part17.Size = Vector3.new(26, 5, 1)
  333. Part17.CFrame = CFrame.new(68, 2.5, 21.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  334. Part17.BottomSurface = Enum.SurfaceType.Smooth
  335. Part17.TopSurface = Enum.SurfaceType.Smooth
  336. Part17.Color = Color3.new(0.627451, 0.372549, 0.207843)
  337. Part17.Position = Vector3.new(68, 2.5, 21.5)
  338. Part17.Color = Color3.new(0.627451, 0.372549, 0.207843)
  339. Part18.Parent = Model0
  340. Part18.Material = Enum.Material.WoodPlanks
  341. Part18.BrickColor = BrickColor.new("Dark orange")
  342. Part18.Anchored = true
  343. Part18.Size = Vector3.new(26, 3, 1)
  344. Part18.CFrame = CFrame.new(68, 1.5, 23.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  345. Part18.BottomSurface = Enum.SurfaceType.Smooth
  346. Part18.TopSurface = Enum.SurfaceType.Smooth
  347. Part18.Color = Color3.new(0.627451, 0.372549, 0.207843)
  348. Part18.Position = Vector3.new(68, 1.5, 23.5)
  349. Part18.Color = Color3.new(0.627451, 0.372549, 0.207843)
  350. Part19.Parent = Model0
  351. Part19.Material = Enum.Material.WoodPlanks
  352. Part19.BrickColor = BrickColor.new("Dark orange")
  353. Part19.Anchored = true
  354. Part19.Size = Vector3.new(26, 7, 22)
  355. Part19.CFrame = CFrame.new(68, 3.5, 9, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  356. Part19.BottomSurface = Enum.SurfaceType.Smooth
  357. Part19.TopSurface = Enum.SurfaceType.Smooth
  358. Part19.Color = Color3.new(0.627451, 0.372549, 0.207843)
  359. Part19.Position = Vector3.new(68, 3.5, 9)
  360. Part19.Color = Color3.new(0.627451, 0.372549, 0.207843)
  361. Part20.Parent = Model0
  362. Part20.Material = Enum.Material.WoodPlanks
  363. Part20.BrickColor = BrickColor.new("Dark orange")
  364. Part20.Anchored = true
  365. Part20.Size = Vector3.new(1, 17, 22)
  366. Part20.CFrame = CFrame.new(80.5, 15.5, 9, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  367. Part20.BottomSurface = Enum.SurfaceType.Smooth
  368. Part20.TopSurface = Enum.SurfaceType.Smooth
  369. Part20.Color = Color3.new(0.627451, 0.372549, 0.207843)
  370. Part20.Position = Vector3.new(80.5, 15.5, 9)
  371. Part20.Color = Color3.new(0.627451, 0.372549, 0.207843)
  372. Decal21.Parent = Part20
  373. Decal21.Texture = "http://www.roblox.com/asset/?id=66598893"
  374. Decal21.Face = Enum.NormalId.Left
  375. Part22.Parent = Model0
  376. Part22.Material = Enum.Material.WoodPlanks
  377. Part22.BrickColor = BrickColor.new("Dark orange")
  378. Part22.Anchored = true
  379. Part22.Size = Vector3.new(26, 2, 1)
  380. Part22.CFrame = CFrame.new(68, 1, 24.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  381. Part22.BottomSurface = Enum.SurfaceType.Smooth
  382. Part22.TopSurface = Enum.SurfaceType.Smooth
  383. Part22.Color = Color3.new(0.627451, 0.372549, 0.207843)
  384. Part22.Position = Vector3.new(68, 1, 24.5)
  385. Part22.Color = Color3.new(0.627451, 0.372549, 0.207843)
  386. Part23.Parent = Model0
  387. Part23.Material = Enum.Material.WoodPlanks
  388. Part23.BrickColor = BrickColor.new("Dark orange")
  389. Part23.Anchored = true
  390. Part23.Size = Vector3.new(26, 1, 1)
  391. Part23.CFrame = CFrame.new(68, 0.5, 25.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  392. Part23.BottomSurface = Enum.SurfaceType.Smooth
  393. Part23.TopSurface = Enum.SurfaceType.Smooth
  394. Part23.Color = Color3.new(0.627451, 0.372549, 0.207843)
  395. Part23.Position = Vector3.new(68, 0.5, 25.5)
  396. Part23.Color = Color3.new(0.627451, 0.372549, 0.207843)
  397. Part24.Parent = Model0
  398. Part24.Material = Enum.Material.WoodPlanks
  399. Part24.BrickColor = BrickColor.new("Dark orange")
  400. Part24.Rotation = Vector3.new(-180, 0, -180)
  401. Part24.Anchored = true
  402. Part24.Size = Vector3.new(26, 1, 1)
  403. Part24.CFrame = CFrame.new(67.9999771, 0.5, -7.50000095, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  404. Part24.BottomSurface = Enum.SurfaceType.Smooth
  405. Part24.TopSurface = Enum.SurfaceType.Smooth
  406. Part24.Color = Color3.new(0.627451, 0.372549, 0.207843)
  407. Part24.Position = Vector3.new(67.9999771, 0.5, -7.50000095)
  408. Part24.Orientation = Vector3.new(0, 180, 0)
  409. Part24.Color = Color3.new(0.627451, 0.372549, 0.207843)
  410. Part25.Parent = Model0
  411. Part25.Material = Enum.Material.WoodPlanks
  412. Part25.BrickColor = BrickColor.new("Dark orange")
  413. Part25.Rotation = Vector3.new(-180, 0, -180)
  414. Part25.Anchored = true
  415. Part25.Size = Vector3.new(26, 2, 1)
  416. Part25.CFrame = CFrame.new(68, 1, -6.49999285, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  417. Part25.BottomSurface = Enum.SurfaceType.Smooth
  418. Part25.TopSurface = Enum.SurfaceType.Smooth
  419. Part25.Color = Color3.new(0.627451, 0.372549, 0.207843)
  420. Part25.Position = Vector3.new(68, 1, -6.49999285)
  421. Part25.Orientation = Vector3.new(0, 180, 0)
  422. Part25.Color = Color3.new(0.627451, 0.372549, 0.207843)
  423. Part26.Parent = Model0
  424. Part26.Material = Enum.Material.WoodPlanks
  425. Part26.BrickColor = BrickColor.new("Dark orange")
  426. Part26.Rotation = Vector3.new(-180, 0, -180)
  427. Part26.Anchored = true
  428. Part26.Size = Vector3.new(26, 3, 1)
  429. Part26.CFrame = CFrame.new(68.0000076, 1.5, -5.49998522, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  430. Part26.BottomSurface = Enum.SurfaceType.Smooth
  431. Part26.TopSurface = Enum.SurfaceType.Smooth
  432. Part26.Color = Color3.new(0.627451, 0.372549, 0.207843)
  433. Part26.Position = Vector3.new(68.0000076, 1.5, -5.49998522)
  434. Part26.Orientation = Vector3.new(0, 180, 0)
  435. Part26.Color = Color3.new(0.627451, 0.372549, 0.207843)
  436. Part27.Parent = Model0
  437. Part27.Material = Enum.Material.WoodPlanks
  438. Part27.BrickColor = BrickColor.new("Dark orange")
  439. Part27.Rotation = Vector3.new(-180, 0, -180)
  440. Part27.Anchored = true
  441. Part27.Size = Vector3.new(26, 5, 1)
  442. Part27.CFrame = CFrame.new(67.9999771, 2.5, -3.49998593, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  443. Part27.BottomSurface = Enum.SurfaceType.Smooth
  444. Part27.TopSurface = Enum.SurfaceType.Smooth
  445. Part27.Color = Color3.new(0.627451, 0.372549, 0.207843)
  446. Part27.Position = Vector3.new(67.9999771, 2.5, -3.49998593)
  447. Part27.Orientation = Vector3.new(0, 180, 0)
  448. Part27.Color = Color3.new(0.627451, 0.372549, 0.207843)
  449. Part28.Parent = Model0
  450. Part28.Material = Enum.Material.WoodPlanks
  451. Part28.BrickColor = BrickColor.new("Dark orange")
  452. Part28.Rotation = Vector3.new(-180, 0, -180)
  453. Part28.Anchored = true
  454. Part28.Size = Vector3.new(26, 6, 1)
  455. Part28.CFrame = CFrame.new(68.0000153, 3, -2.49999094, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  456. Part28.BottomSurface = Enum.SurfaceType.Smooth
  457. Part28.TopSurface = Enum.SurfaceType.Smooth
  458. Part28.Color = Color3.new(0.627451, 0.372549, 0.207843)
  459. Part28.Position = Vector3.new(68.0000153, 3, -2.49999094)
  460. Part28.Orientation = Vector3.new(0, 180, 0)
  461. Part28.Color = Color3.new(0.627451, 0.372549, 0.207843)
  462. Part29.Parent = Model0
  463. Part29.Material = Enum.Material.WoodPlanks
  464. Part29.BrickColor = BrickColor.new("Dark orange")
  465. Part29.Rotation = Vector3.new(-180, 0, -180)
  466. Part29.Anchored = true
  467. Part29.Size = Vector3.new(26, 4, 1)
  468. Part29.CFrame = CFrame.new(67.9999924, 2, -4.49998617, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  469. Part29.BottomSurface = Enum.SurfaceType.Smooth
  470. Part29.TopSurface = Enum.SurfaceType.Smooth
  471. Part29.Color = Color3.new(0.627451, 0.372549, 0.207843)
  472. Part29.Position = Vector3.new(67.9999924, 2, -4.49998617)
  473. Part29.Orientation = Vector3.new(0, 180, 0)
  474. Part29.Color = Color3.new(0.627451, 0.372549, 0.207843)
  475. Part30.Parent = Model0
  476. Part30.Material = Enum.Material.WoodPlanks
  477. Part30.BrickColor = BrickColor.new("Dark orange")
  478. Part30.Anchored = true
  479. Part30.Size = Vector3.new(2, 3, 5)
  480. Part30.CFrame = CFrame.new(58, 8.5, 9.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  481. Part30.BottomSurface = Enum.SurfaceType.Smooth
  482. Part30.TopSurface = Enum.SurfaceType.Smooth
  483. Part30.Color = Color3.new(0.627451, 0.372549, 0.207843)
  484. Part30.Position = Vector3.new(58, 8.5, 9.5)
  485. Part30.Color = Color3.new(0.627451, 0.372549, 0.207843)
  486. Part31.Name = "teleport"
  487. Part31.Parent = Model0
  488. Part31.Material = Enum.Material.WoodPlanks
  489. Part31.BrickColor = BrickColor.new("Dark orange")
  490. Part31.Transparency = 1
  491. Part31.Anchored = true
  492. Part31.CanCollide = false
  493. Part31.Size = Vector3.new(1, 1, 3)
  494. Part31.CFrame = CFrame.new(60, 10, 9.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  495. Part31.BottomSurface = Enum.SurfaceType.Smooth
  496. Part31.TopSurface = Enum.SurfaceType.Smooth
  497. Part31.Color = Color3.new(0.627451, 0.372549, 0.207843)
  498. Part31.Position = Vector3.new(60, 10, 9.5)
  499. Part31.Color = Color3.new(0.627451, 0.372549, 0.207843)
  500. Sound32.Parent = Part31
  501. Sound32.SoundId = "rbxassetid://169044296"
  502. Sound32.Volume = 10
  503. for i,v in pairs(mas:GetChildren()) do
  504. v.Parent = game:GetService("Players").LocalPlayer.Character
  505. pcall(function() v:MakeJoints() end)
  506. end
  507. mas:Destroy()
  508. for i,v in pairs(cors) do
  509. spawn(function()
  510. pcall(v)
  511. end)
  512. end
  513. Sound32.Parent = game.Players.LocalPlayer.Character
  514. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
  515. game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  516. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  517. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  518. game.Players.LocalPlayer.Character.Humanoid.Name = "lol"
  519. local ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
  520. ff.Visible = false
  521. game.Players.LocalPlayer.Character.Torso.CFrame = Part31.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  522. function check()
  523. if Sound32.Parent == nil then
  524. Sound32.Parent = game.Players.LocalPlayer.Character
  525. end
  526. end
  527. game:GetService("RunService").RenderStepped:connect(check)
  528. cansilence = true
  529. function silence()
  530. if cansilence then
  531. cansilence = false
  532. local function search(instance)
  533. for i,v in pairs(instance:GetChildren()) do
  534. search(v)
  535. if v.ClassName == "Sound" then
  536. if v.Parent ~= game.Players.LocalPlayer.Character then
  537. v.Volume = 0
  538. end
  539. end
  540. end
  541. end
  542. search(workspace)
  543. wait(3)
  544. cansilence = true
  545. end
  546. end
  547. game:GetService("RunService").RenderStepped:connect(silence)
  548. wait(2)
  549. Sound32:Play()
  550. wait(1)
  551. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  552. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  553. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  554. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  555. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  556. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  557. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  558. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  559. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  560. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  561. for i = 0,1 , 0.03 do
  562. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.286090851, -0.451931, 1, 0, 0, 0, 0.427819133, -0.903864264, 0, 0.903864324, 0.427819163),i)
  563. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.302461624, -0.459323883, 1, 0, 0, 0, 0.39507708, -0.918647885, 0, 0.918647945, 0.395077109),i)
  564. game:GetService("RunService").RenderStepped:wait()
  565. end
  566. wait(0.4)
  567. for i,v in pairs(workspace:GetChildren()) do
  568. if v.ClassName == "Model" then
  569. local humanoid = v:findFirstChildOfClass("Humanoid")
  570. if humanoid then
  571. local isntr15 = v:findFirstChild("Torso")
  572. if isntr15 then
  573. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  574. if leftshoulder then
  575. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,-1.7)
  576. end
  577. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  578. if rightshoulder then
  579. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,1.7)
  580. end
  581. end
  582. end
  583. end
  584. end
  585. for i = 1,135 do
  586. for i,v in pairs(workspace:GetChildren()) do
  587. if v.ClassName == "Model" then
  588. local humanoid = v:findFirstChildOfClass("Humanoid")
  589. if humanoid then
  590. local isntr15 = v:findFirstChild("Torso")
  591. if isntr15 then
  592. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  593. if leftshoulder then
  594. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(1,0,0)
  595. end
  596. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  597. if rightshoulder then
  598. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(1,0,0)
  599. end
  600. end
  601. end
  602. end
  603. end
  604. game:GetService("RunService").RenderStepped:wait()
  605. for i,v in pairs(workspace:GetChildren()) do
  606. if v.ClassName == "Model" then
  607. local humanoid = v:findFirstChildOfClass("Humanoid")
  608. if humanoid then
  609. local isntr15 = v:findFirstChild("Torso")
  610. if isntr15 then
  611. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  612. if leftshoulder then
  613. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(-1,0,0)
  614. end
  615. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  616. if rightshoulder then
  617. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(-1,0,0)
  618. end
  619. end
  620. end
  621. end
  622. end
  623. game:GetService("RunService").RenderStepped:wait()
  624. end
  625. for i,v in pairs(workspace:GetChildren()) do
  626. if v.ClassName == "Model" then
  627. local humanoid = v:findFirstChildOfClass("Humanoid")
  628. if humanoid then
  629. local isntr15 = v:findFirstChild("Torso")
  630. if isntr15 then
  631. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  632. if leftshoulder then
  633. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,1.7)
  634. end
  635. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  636. if rightshoulder then
  637. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,-1.7)
  638. end
  639. end
  640. end
  641. end
  642. end
  643. local c = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0
  644. for i = 1,16 do
  645. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.fromEulerAnglesXYZ(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  646. game:GetService("RunService").RenderStepped:wait()
  647. end
  648. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  649. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  650. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  651. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  652. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  653. game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  654. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = c
  655. game.Players.LocalPlayer.Character.Torso.CFrame = Part31.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  656. for i = 0,1 , 0.03 do
  657. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.784969389, 0, -0.619534552, 0, 1, 0, 0.619534552, 0, 0.784969389),i)
  658. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.97542191, 0.429611206, -0.379081726, 0.766475201, -0.642273843, 0, 0.117255248, 0.139929771, -0.983194172, 0.631479919, 0.753593981, 0.182562709),i)
  659. game:GetService("RunService").RenderStepped:wait()
  660. end
  661. wait(0.3)
  662. for i = 0,1 , 0.04 do
  663. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0),i)
  664. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.500227928, -0.951133728, 1, 0, 0, 0, -0.000239185974, -0.999999881, 0, 0.99999994, -0.000239185989),i)
  665. game:GetService("RunService").RenderStepped:wait()
  666. end
  667. wait(0.3)
  668. for i = 0,1 , 0.04 do
  669. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0),i)
  670. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.500227928, -0.951133728, 1, 0, 0, 0, -0.000239185974, -0.999999881, 0, 0.99999994, -0.000239185989),i)
  671. game:GetService("RunService").RenderStepped:wait()
  672. end
  673. wait(0.3)
  674. for i = 0,1 , 0.04 do
  675. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.825439155, 0, 0.564491093, 0, 1, 0, -0.564491093, 0, 0.825439155),i)
  676. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.266101837, 0.500325203, -1.3588829, 0.741655886, 0.67078054, 0, 0.000160441297, -0.000177393682, -0.999999881, -0.67078048, 0.741655827, -0.000239185989),i)
  677. game:GetService("RunService").RenderStepped:wait()
  678. end
  679. for i = 1,165 do
  680. for i,v in pairs(workspace:GetChildren()) do
  681. if v.ClassName == "Model" then
  682. local humanoid = v:findFirstChildOfClass("Humanoid")
  683. if humanoid then
  684. local isntr15 = v:findFirstChild("HumanoidRootPart")
  685. if isntr15 and humanoid.Parent.Name ~= game.Players.LocalPlayer.Name then
  686. local leftshoulder = isntr15:findFirstChild("RootJoint")
  687. if leftshoulder then
  688. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  689. end
  690. end
  691. end
  692. end
  693. end
  694. game:GetService("RunService").RenderStepped:wait()
  695. end
  696. for i,v in pairs(workspace:GetChildren()) do
  697. if v.ClassName == "Model" then
  698. local humanoid = v:findFirstChildOfClass("Humanoid")
  699. if humanoid then
  700. local isntr15 = v:findFirstChild("HumanoidRootPart")
  701. if isntr15 and humanoid.Parent.Name ~= game.Players.LocalPlayer.Name then
  702. local leftshoulder = isntr15:findFirstChild("RootJoint")
  703. if leftshoulder then
  704. leftshoulder.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  705. end
  706. end
  707. end
  708. end
  709. end
  710. for i = 1,6 do
  711. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.fromEulerAnglesXYZ(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  712. wait(0.2)
  713. end
  714. wait(0.2)
  715. for i,v in pairs(workspace:GetChildren()) do
  716. if v.ClassName == "Model" then
  717. local humanoid = v:findFirstChildOfClass("Humanoid")
  718. if humanoid then
  719. local isntr15 = v:findFirstChild("Torso")
  720. if isntr15 then
  721. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  722. if leftshoulder then
  723. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,-1.7)
  724. end
  725. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  726. if rightshoulder then
  727. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,1.7)
  728. end
  729. end
  730. end
  731. end
  732. end
  733. for i = 1,90 do
  734. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.fromEulerAnglesXYZ(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  735. for i,v in pairs(workspace:GetChildren()) do
  736. if v.ClassName == "Model" then
  737. local humanoid = v:findFirstChildOfClass("Humanoid")
  738. if humanoid then
  739. local isntr15 = v:findFirstChild("Torso")
  740. if isntr15 then
  741. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  742. if leftshoulder then
  743. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(1,0,0)
  744. end
  745. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  746. if rightshoulder then
  747. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(1,0,0)
  748. end
  749. end
  750. end
  751. end
  752. end
  753. game:GetService("RunService").RenderStepped:wait()
  754. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.fromEulerAnglesXYZ(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  755. for i,v in pairs(workspace:GetChildren()) do
  756. if v.ClassName == "Model" then
  757. local humanoid = v:findFirstChildOfClass("Humanoid")
  758. if humanoid then
  759. local isntr15 = v:findFirstChild("Torso")
  760. if isntr15 then
  761. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  762. if leftshoulder then
  763. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(-1,0,0)
  764. end
  765. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  766. if rightshoulder then
  767. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(-1,0,0)
  768. end
  769. end
  770. end
  771. end
  772. end
  773. game:GetService("RunService").RenderStepped:wait()
  774. end
  775. for i,v in pairs(workspace:GetChildren()) do
  776. if v.ClassName == "Model" then
  777. local humanoid = v:findFirstChildOfClass("Humanoid")
  778. if humanoid then
  779. local isntr15 = v:findFirstChild("Torso")
  780. if isntr15 then
  781. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  782. if leftshoulder then
  783. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,1.7)
  784. end
  785. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  786. if rightshoulder then
  787. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,-1.7)
  788. end
  789. end
  790. end
  791. end
  792. end
  793. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  794. game.Players.LocalPlayer.Character.Torso.CFrame = Part31.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  795. for i = 0,1 , 0.03 do
  796. headweld.C0 = headweld.C0:lerp(CFrame.new(0,1.5,0),i)
  797. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.286090851, -0.451931, 1, 0, 0, 0, 0.427819133, -0.903864264, 0, 0.903864324, 0.427819163),i)
  798. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.302461624, -0.459323883, 1, 0, 0, 0, 0.39507708, -0.918647885, 0, 0.918647945, 0.395077109),i)
  799. end
  800. wait(1.5)
  801. for i = 0,1 , 0.03 do
  802. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.41679478, 0.276191711, 1, 0, 0, 0, 0.833590209, -0.552383304, 0, 0.552383304, 0.833590209),i)
  803. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.940694809, -0.236194611, 1, 0, 0, 0, -0.881389797, -0.472389609, 0, 0.472389638, -0.881389856),i)
  804. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.925769806, -0.262145996, 1, 0, 0, 0, -0.85153991, -0.524289608, 0, 0.524289668, -0.851539969),i)
  805. game:GetService("RunService").RenderStepped:wait()
  806. end
  807. --Converted with ttyyuu12345's model to script plugin v4
  808. function sandbox(var,func)
  809. local env = getfenv(func)
  810. local newenv = setmetatable({},{
  811. __index = function(self,k)
  812. if k=="script" then
  813. return var
  814. else
  815. return env[k]
  816. end
  817. end,
  818. })
  819. setfenv(func,newenv)
  820. return func
  821. end
  822. cors = {}
  823. mas = Instance.new("Model",game:GetService("Lighting"))
  824. Model0 = Instance.new("Model")
  825. Part1 = Instance.new("Part")
  826. SpecialMesh2 = Instance.new("SpecialMesh")
  827. Part3 = Instance.new("Part")
  828. SpecialMesh4 = Instance.new("SpecialMesh")
  829. Part5 = Instance.new("Part")
  830. Part6 = Instance.new("Part")
  831. SpecialMesh7 = Instance.new("SpecialMesh")
  832. Part8 = Instance.new("Part")
  833. SpecialMesh9 = Instance.new("SpecialMesh")
  834. Part10 = Instance.new("Part")
  835. Part11 = Instance.new("Part")
  836. SpecialMesh12 = Instance.new("SpecialMesh")
  837. Part13 = Instance.new("Part")
  838. SpecialMesh14 = Instance.new("SpecialMesh")
  839. Part15 = Instance.new("Part")
  840. SpecialMesh16 = Instance.new("SpecialMesh")
  841. Part17 = Instance.new("Part")
  842. SpecialMesh18 = Instance.new("SpecialMesh")
  843. Part19 = Instance.new("Part")
  844. SpecialMesh20 = Instance.new("SpecialMesh")
  845. Part21 = Instance.new("Part")
  846. SpecialMesh22 = Instance.new("SpecialMesh")
  847. Part23 = Instance.new("Part")
  848. Part24 = Instance.new("Part")
  849. Part25 = Instance.new("Part")
  850. SpecialMesh26 = Instance.new("SpecialMesh")
  851. Part27 = Instance.new("Part")
  852. Part28 = Instance.new("Part")
  853. SpecialMesh29 = Instance.new("SpecialMesh")
  854. Part30 = Instance.new("Part")
  855. SpecialMesh31 = Instance.new("SpecialMesh")
  856. Part32 = Instance.new("Part")
  857. Part33 = Instance.new("Part")
  858. Part34 = Instance.new("Part")
  859. SpecialMesh35 = Instance.new("SpecialMesh")
  860. Part36 = Instance.new("Part")
  861. SpecialMesh37 = Instance.new("SpecialMesh")
  862. Part38 = Instance.new("Part")
  863. SpecialMesh39 = Instance.new("SpecialMesh")
  864. Part40 = Instance.new("Part")
  865. Model41 = Instance.new("Model")
  866. Part42 = Instance.new("Part")
  867. Part43 = Instance.new("Part")
  868. Part44 = Instance.new("Part")
  869. Part45 = Instance.new("Part")
  870. Part46 = Instance.new("Part")
  871. Part47 = Instance.new("Part")
  872. Model48 = Instance.new("Model")
  873. Part49 = Instance.new("Part")
  874. Part50 = Instance.new("Part")
  875. Part51 = Instance.new("Part")
  876. Part52 = Instance.new("Part")
  877. Part53 = Instance.new("Part")
  878. Part54 = Instance.new("Part")
  879. Model55 = Instance.new("Model")
  880. Part56 = Instance.new("Part")
  881. SpecialMesh57 = Instance.new("SpecialMesh")
  882. Part58 = Instance.new("Part")
  883. SpecialMesh59 = Instance.new("SpecialMesh")
  884. Part60 = Instance.new("Part")
  885. SpecialMesh61 = Instance.new("SpecialMesh")
  886. Part62 = Instance.new("Part")
  887. SpecialMesh63 = Instance.new("SpecialMesh")
  888. Part64 = Instance.new("Part")
  889. SpecialMesh65 = Instance.new("SpecialMesh")
  890. Part66 = Instance.new("Part")
  891. SpecialMesh67 = Instance.new("SpecialMesh")
  892. Part68 = Instance.new("Part")
  893. SpecialMesh69 = Instance.new("SpecialMesh")
  894. Part70 = Instance.new("Part")
  895. Part71 = Instance.new("Part")
  896. SpecialMesh72 = Instance.new("SpecialMesh")
  897. Part73 = Instance.new("Part")
  898. SpecialMesh74 = Instance.new("SpecialMesh")
  899. Part75 = Instance.new("Part")
  900. Part76 = Instance.new("Part")
  901. SpecialMesh77 = Instance.new("SpecialMesh")
  902. Part78 = Instance.new("Part")
  903. SpecialMesh79 = Instance.new("SpecialMesh")
  904. Part80 = Instance.new("Part")
  905. SpecialMesh81 = Instance.new("SpecialMesh")
  906. Part82 = Instance.new("Part")
  907. Part83 = Instance.new("Part")
  908. SpecialMesh84 = Instance.new("SpecialMesh")
  909. Part85 = Instance.new("Part")
  910. Part86 = Instance.new("Part")
  911. SpecialMesh87 = Instance.new("SpecialMesh")
  912. Part88 = Instance.new("Part")
  913. Part89 = Instance.new("Part")
  914. Part90 = Instance.new("Part")
  915. SpecialMesh91 = Instance.new("SpecialMesh")
  916. Part92 = Instance.new("Part")
  917. Part93 = Instance.new("Part")
  918. SpecialMesh94 = Instance.new("SpecialMesh")
  919. Part95 = Instance.new("Part")
  920. SpecialMesh96 = Instance.new("SpecialMesh")
  921. Part97 = Instance.new("Part")
  922. Part98 = Instance.new("Part")
  923. Part99 = Instance.new("Part")
  924. Part100 = Instance.new("Part")
  925. Part101 = Instance.new("Part")
  926. Part102 = Instance.new("Part")
  927. Part103 = Instance.new("Part")
  928. Part104 = Instance.new("Part")
  929. Part105 = Instance.new("Part")
  930. Part106 = Instance.new("Part")
  931. SpecialMesh107 = Instance.new("SpecialMesh")
  932. Part108 = Instance.new("Part")
  933. SpecialMesh109 = Instance.new("SpecialMesh")
  934. Part110 = Instance.new("Part")
  935. Part111 = Instance.new("Part")
  936. SpecialMesh112 = Instance.new("SpecialMesh")
  937. Part113 = Instance.new("Part")
  938. Part114 = Instance.new("Part")
  939. Part115 = Instance.new("Part")
  940. Part116 = Instance.new("Part")
  941. SpecialMesh117 = Instance.new("SpecialMesh")
  942. Part118 = Instance.new("Part")
  943. SpecialMesh119 = Instance.new("SpecialMesh")
  944. Part120 = Instance.new("Part")
  945. SpecialMesh121 = Instance.new("SpecialMesh")
  946. Part122 = Instance.new("Part")
  947. SpecialMesh123 = Instance.new("SpecialMesh")
  948. Part124 = Instance.new("Part")
  949. SpecialMesh125 = Instance.new("SpecialMesh")
  950. Part126 = Instance.new("Part")
  951. SpecialMesh127 = Instance.new("SpecialMesh")
  952. Part128 = Instance.new("Part")
  953. SpecialMesh129 = Instance.new("SpecialMesh")
  954. Part130 = Instance.new("Part")
  955. Part131 = Instance.new("Part")
  956. SpecialMesh132 = Instance.new("SpecialMesh")
  957. Part133 = Instance.new("Part")
  958. SpecialMesh134 = Instance.new("SpecialMesh")
  959. Part135 = Instance.new("Part")
  960. Part136 = Instance.new("Part")
  961. SpecialMesh137 = Instance.new("SpecialMesh")
  962. Part138 = Instance.new("Part")
  963. Part139 = Instance.new("Part")
  964. Part140 = Instance.new("Part")
  965. Part141 = Instance.new("Part")
  966. SpecialMesh142 = Instance.new("SpecialMesh")
  967. Part143 = Instance.new("Part")
  968. SpecialMesh144 = Instance.new("SpecialMesh")
  969. Part145 = Instance.new("Part")
  970. Part146 = Instance.new("Part")
  971. SpecialMesh147 = Instance.new("SpecialMesh")
  972. Model0.Name = "one ford"
  973. Model0.Parent = mas
  974. Model0.PrimaryPart = Part95
  975. Part1.Name = "Smooth Block Model"
  976. Part1.Parent = Model0
  977. Part1.BrickColor = BrickColor.new("Bright yellow")
  978. Part1.Rotation = Vector3.new(180, 90, 0)
  979. Part1.Size = Vector3.new(1, 1.20000005, 1)
  980. Part1.CFrame = CFrame.new(84.5, 88.5000229, -4.5, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  981. Part1.BackSurface = Enum.SurfaceType.Weld
  982. Part1.BottomSurface = Enum.SurfaceType.Weld
  983. Part1.TopSurface = Enum.SurfaceType.Smooth
  984. Part1.Color = Color3.new(0.960784, 0.803922, 0.188235)
  985. Part1.Position = Vector3.new(84.5, 88.5000229, -4.5)
  986. Part1.Orientation = Vector3.new(0, 90, 180)
  987. Part1.Color = Color3.new(0.960784, 0.803922, 0.188235)
  988. SpecialMesh2.Parent = Part1
  989. SpecialMesh2.MeshType = Enum.MeshType.Wedge
  990. Part3.Name = "Smooth Block Model"
  991. Part3.Parent = Model0
  992. Part3.BrickColor = BrickColor.new("Bright yellow")
  993. Part3.Rotation = Vector3.new(0, -90, 0)
  994. Part3.Size = Vector3.new(1, 1.20000005, 1)
  995. Part3.CFrame = CFrame.new(82.5, 88.5000229, -4.5, 0, 0, -1, -0, 1, 0, 1, 0, 0)
  996. Part3.BackSurface = Enum.SurfaceType.Weld
  997. Part3.BottomSurface = Enum.SurfaceType.Weld
  998. Part3.TopSurface = Enum.SurfaceType.Smooth
  999. Part3.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1000. Part3.Position = Vector3.new(82.5, 88.5000229, -4.5)
  1001. Part3.Orientation = Vector3.new(0, -90, 0)
  1002. Part3.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1003. SpecialMesh4.Parent = Part3
  1004. SpecialMesh4.MeshType = Enum.MeshType.Wedge
  1005. Part5.Name = "Smooth Block Model"
  1006. Part5.Parent = Model0
  1007. Part5.BrickColor = BrickColor.new("Black")
  1008. Part5.Rotation = Vector3.new(0, -90, 0)
  1009. Part5.Size = Vector3.new(1, 1.20000005, 4)
  1010. Part5.CFrame = CFrame.new(80, 88.5000229, -5.5, 0, 0, -1, -0, 1, 0, 1, 0, 0)
  1011. Part5.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1012. Part5.Position = Vector3.new(80, 88.5000229, -5.5)
  1013. Part5.Orientation = Vector3.new(0, -90, 0)
  1014. Part5.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1015. Part6.Name = "Smooth Block Model"
  1016. Part6.Parent = Model0
  1017. Part6.BrickColor = BrickColor.new("Bright yellow")
  1018. Part6.Reflectance = 0.10000000149012
  1019. Part6.Transparency = 0.40000000596046
  1020. Part6.Rotation = Vector3.new(0, -90, 0)
  1021. Part6.Size = Vector3.new(1, 1.20000005, 1)
  1022. Part6.CFrame = CFrame.new(84.5, 88.5000229, -5.5, 0, 0, -1, -0, 1, 0, 1, 0, 0)
  1023. Part6.BackSurface = Enum.SurfaceType.Weld
  1024. Part6.BottomSurface = Enum.SurfaceType.Weld
  1025. Part6.TopSurface = Enum.SurfaceType.Smooth
  1026. Part6.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1027. Part6.Position = Vector3.new(84.5, 88.5000229, -5.5)
  1028. Part6.Orientation = Vector3.new(0, -90, 0)
  1029. Part6.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1030. SpecialMesh7.Parent = Part6
  1031. SpecialMesh7.MeshType = Enum.MeshType.Wedge
  1032. Part8.Name = "Smooth Block Model"
  1033. Part8.Parent = Model0
  1034. Part8.BrickColor = BrickColor.new("Bright yellow")
  1035. Part8.Size = Vector3.new(10, 2.4000001, 1)
  1036. Part8.CFrame = CFrame.new(80, 87.9000168, -12.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1037. Part8.BackSurface = Enum.SurfaceType.Weld
  1038. Part8.BottomSurface = Enum.SurfaceType.Weld
  1039. Part8.TopSurface = Enum.SurfaceType.Smooth
  1040. Part8.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1041. Part8.Position = Vector3.new(80, 87.9000168, -12.5)
  1042. Part8.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1043. SpecialMesh9.Parent = Part8
  1044. SpecialMesh9.MeshType = Enum.MeshType.Wedge
  1045. Part10.Name = "Left Front"
  1046. Part10.Parent = Model0
  1047. Part10.BrickColor = BrickColor.new("Black")
  1048. Part10.Rotation = Vector3.new(180, 0, -180)
  1049. Part10.FormFactor = Enum.FormFactor.Symmetric
  1050. Part10.Friction = 0.30555599927902
  1051. Part10.Shape = Enum.PartType.Cylinder
  1052. Part10.Size = Vector3.new(3, 3, 3)
  1053. Part10.CFrame = CFrame.new(83.5, 86.2000198, -8.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  1054. Part10.BottomSurface = Enum.SurfaceType.Smooth
  1055. Part10.RightSurface = Enum.SurfaceType.Motor
  1056. Part10.TopSurface = Enum.SurfaceType.Smooth
  1057. Part10.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1058. Part10.Position = Vector3.new(83.5, 86.2000198, -8.5)
  1059. Part10.Orientation = Vector3.new(0, -180, 0)
  1060. Part10.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1061. Part11.Name = "Smooth Block Model"
  1062. Part11.Parent = Model0
  1063. Part11.BrickColor = BrickColor.new("Medium blue")
  1064. Part11.Transparency = 0.5
  1065. Part11.Rotation = Vector3.new(-180, 0, -180)
  1066. Part11.Size = Vector3.new(8, 2.4000001, 2)
  1067. Part11.CFrame = CFrame.new(80, 90.7000198, -11, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1068. Part11.BottomSurface = Enum.SurfaceType.Weld
  1069. Part11.TopSurface = Enum.SurfaceType.Smooth
  1070. Part11.Color = Color3.new(0.431373, 0.6, 0.792157)
  1071. Part11.Position = Vector3.new(80, 90.7000198, -11)
  1072. Part11.Orientation = Vector3.new(0, 180, 0)
  1073. Part11.Color = Color3.new(0.431373, 0.6, 0.792157)
  1074. SpecialMesh12.Parent = Part11
  1075. SpecialMesh12.MeshType = Enum.MeshType.Wedge
  1076. Part13.Name = "Smooth Block Model"
  1077. Part13.Parent = Model0
  1078. Part13.BrickColor = BrickColor.new("Bright yellow")
  1079. Part13.Rotation = Vector3.new(-180, 0, -180)
  1080. Part13.Size = Vector3.new(1, 2.4000001, 2)
  1081. Part13.CFrame = CFrame.new(84.5, 90.7000198, -11, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1082. Part13.BackSurface = Enum.SurfaceType.Weld
  1083. Part13.BottomSurface = Enum.SurfaceType.Weld
  1084. Part13.TopSurface = Enum.SurfaceType.Smooth
  1085. Part13.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1086. Part13.Position = Vector3.new(84.5, 90.7000198, -11)
  1087. Part13.Orientation = Vector3.new(0, 180, 0)
  1088. Part13.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1089. SpecialMesh14.Parent = Part13
  1090. SpecialMesh14.MeshType = Enum.MeshType.Wedge
  1091. Part15.Name = "Smooth Block Model"
  1092. Part15.Parent = Model0
  1093. Part15.BrickColor = BrickColor.new("Bright yellow")
  1094. Part15.Rotation = Vector3.new(0, 0, -180)
  1095. Part15.Size = Vector3.new(1, 2.4000001, 2)
  1096. Part15.CFrame = CFrame.new(84.5, 90.7000198, -13, -1, 0, 0, 0, -1, 0, 0, -0, 1)
  1097. Part15.BackSurface = Enum.SurfaceType.Weld
  1098. Part15.BottomSurface = Enum.SurfaceType.Weld
  1099. Part15.TopSurface = Enum.SurfaceType.Smooth
  1100. Part15.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1101. Part15.Position = Vector3.new(84.5, 90.7000198, -13)
  1102. Part15.Orientation = Vector3.new(0, 0, 180)
  1103. Part15.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1104. SpecialMesh16.Parent = Part15
  1105. SpecialMesh16.MeshType = Enum.MeshType.Wedge
  1106. Part17.Name = "Smooth Block Model"
  1107. Part17.Parent = Model0
  1108. Part17.BrickColor = BrickColor.new("Medium blue")
  1109. Part17.Transparency = 0.5
  1110. Part17.Rotation = Vector3.new(0, 0, -180)
  1111. Part17.Size = Vector3.new(8, 2.4000001, 2)
  1112. Part17.CFrame = CFrame.new(80, 90.7000198, -13, -1, 0, 0, 0, -1, 0, 0, -0, 1)
  1113. Part17.BottomSurface = Enum.SurfaceType.Smooth
  1114. Part17.TopSurface = Enum.SurfaceType.Smooth
  1115. Part17.Color = Color3.new(0.431373, 0.6, 0.792157)
  1116. Part17.Position = Vector3.new(80, 90.7000198, -13)
  1117. Part17.Orientation = Vector3.new(0, 0, 180)
  1118. Part17.Color = Color3.new(0.431373, 0.6, 0.792157)
  1119. SpecialMesh18.Parent = Part17
  1120. SpecialMesh18.MeshType = Enum.MeshType.Wedge
  1121. Part19.Name = "Smooth Block Model"
  1122. Part19.Parent = Model0
  1123. Part19.BrickColor = BrickColor.new("Bright yellow")
  1124. Part19.Rotation = Vector3.new(-180, 0, -180)
  1125. Part19.Size = Vector3.new(1, 2.4000001, 2)
  1126. Part19.CFrame = CFrame.new(75.5, 90.7000198, -11, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1127. Part19.BackSurface = Enum.SurfaceType.Weld
  1128. Part19.BottomSurface = Enum.SurfaceType.Weld
  1129. Part19.TopSurface = Enum.SurfaceType.Smooth
  1130. Part19.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1131. Part19.Position = Vector3.new(75.5, 90.7000198, -11)
  1132. Part19.Orientation = Vector3.new(0, 180, 0)
  1133. Part19.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1134. SpecialMesh20.Parent = Part19
  1135. SpecialMesh20.MeshType = Enum.MeshType.Wedge
  1136. Part21.Name = "Smooth Block Model"
  1137. Part21.Parent = Model0
  1138. Part21.BrickColor = BrickColor.new("Bright yellow")
  1139. Part21.Rotation = Vector3.new(-180, 0, -180)
  1140. Part21.FormFactor = Enum.FormFactor.Plate
  1141. Part21.Size = Vector3.new(10, 0.400000006, 6)
  1142. Part21.CFrame = CFrame.new(80, 89.3000183, -7, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1143. Part21.BackSurface = Enum.SurfaceType.Weld
  1144. Part21.BottomSurface = Enum.SurfaceType.Weld
  1145. Part21.TopSurface = Enum.SurfaceType.Smooth
  1146. Part21.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1147. Part21.Position = Vector3.new(80, 89.3000183, -7)
  1148. Part21.Orientation = Vector3.new(0, 180, 0)
  1149. Part21.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1150. SpecialMesh22.Parent = Part21
  1151. SpecialMesh22.MeshType = Enum.MeshType.Wedge
  1152. Part23.Name = "Smooth Block Model"
  1153. Part23.Parent = Model0
  1154. Part23.BrickColor = BrickColor.new("Bright yellow")
  1155. Part23.FormFactor = Enum.FormFactor.Plate
  1156. Part23.Size = Vector3.new(10, 0.400000006, 2)
  1157. Part23.CFrame = CFrame.new(80, 89.3000183, -11, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1158. Part23.TopSurface = Enum.SurfaceType.Weld
  1159. Part23.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1160. Part23.Position = Vector3.new(80, 89.3000183, -11)
  1161. Part23.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1162. Part24.Name = "Smooth Block Model"
  1163. Part24.Parent = Model0
  1164. Part24.BrickColor = BrickColor.new("Black")
  1165. Part24.Rotation = Vector3.new(0, -90, 0)
  1166. Part24.Size = Vector3.new(1, 1.20000005, 10)
  1167. Part24.CFrame = CFrame.new(80, 88.5000229, -6.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1168. Part24.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1169. Part24.Position = Vector3.new(80, 88.5000229, -6.5)
  1170. Part24.Orientation = Vector3.new(0, -90, 0)
  1171. Part24.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1172. Part25.Name = "Smooth Block Model"
  1173. Part25.Parent = Model0
  1174. Part25.BrickColor = BrickColor.new("Bright yellow")
  1175. Part25.Rotation = Vector3.new(0, -90, 0)
  1176. Part25.Size = Vector3.new(8, 1.20000005, 1)
  1177. Part25.CFrame = CFrame.new(85.5, 88.5000153, -8, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1178. Part25.BackSurface = Enum.SurfaceType.Weld
  1179. Part25.BottomSurface = Enum.SurfaceType.Weld
  1180. Part25.TopSurface = Enum.SurfaceType.Smooth
  1181. Part25.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1182. Part25.Position = Vector3.new(85.5, 88.5000153, -8)
  1183. Part25.Orientation = Vector3.new(0, -90, 0)
  1184. Part25.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1185. SpecialMesh26.Parent = Part25
  1186. SpecialMesh26.MeshType = Enum.MeshType.Wedge
  1187. Part27.Name = "Smooth Block Model"
  1188. Part27.Parent = Model0
  1189. Part27.BrickColor = BrickColor.new("Bright yellow")
  1190. Part27.Size = Vector3.new(10, 1.20000005, 2)
  1191. Part27.CFrame = CFrame.new(80, 88.5000153, -11, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1192. Part27.TopSurface = Enum.SurfaceType.Weld
  1193. Part27.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1194. Part27.Position = Vector3.new(80, 88.5000153, -11)
  1195. Part27.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1196. Part28.Name = "Smooth Block Model"
  1197. Part28.Parent = Model0
  1198. Part28.BrickColor = BrickColor.new("Bright yellow")
  1199. Part28.Rotation = Vector3.new(-180, -90, 0)
  1200. Part28.Size = Vector3.new(1, 1.20000005, 1)
  1201. Part28.CFrame = CFrame.new(78.5, 88.5000229, -4.5, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  1202. Part28.BackSurface = Enum.SurfaceType.Weld
  1203. Part28.BottomSurface = Enum.SurfaceType.Weld
  1204. Part28.TopSurface = Enum.SurfaceType.Smooth
  1205. Part28.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1206. Part28.Position = Vector3.new(78.5, 88.5000229, -4.5)
  1207. Part28.Orientation = Vector3.new(0, -90, 180)
  1208. Part28.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1209. SpecialMesh29.Parent = Part28
  1210. SpecialMesh29.MeshType = Enum.MeshType.Wedge
  1211. Part30.Name = "Smooth Block Model"
  1212. Part30.Parent = Model0
  1213. Part30.BrickColor = BrickColor.new("Bright yellow")
  1214. Part30.Rotation = Vector3.new(180, 90, 0)
  1215. Part30.Size = Vector3.new(1, 1.20000005, 1)
  1216. Part30.CFrame = CFrame.new(81.5, 88.5000229, -4.5, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  1217. Part30.BackSurface = Enum.SurfaceType.Weld
  1218. Part30.BottomSurface = Enum.SurfaceType.Weld
  1219. Part30.TopSurface = Enum.SurfaceType.Smooth
  1220. Part30.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1221. Part30.Position = Vector3.new(81.5, 88.5000229, -4.5)
  1222. Part30.Orientation = Vector3.new(0, 90, 180)
  1223. Part30.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1224. SpecialMesh31.Parent = Part30
  1225. SpecialMesh31.MeshType = Enum.MeshType.Wedge
  1226. Part32.Name = "Smooth Block Model"
  1227. Part32.Parent = Model0
  1228. Part32.BrickColor = BrickColor.new("Bright yellow")
  1229. Part32.Size = Vector3.new(12, 1.20000005, 2)
  1230. Part32.CFrame = CFrame.new(80, 87.3000183, -11, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1231. Part32.TopSurface = Enum.SurfaceType.Weld
  1232. Part32.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1233. Part32.Position = Vector3.new(80, 87.3000183, -11)
  1234. Part32.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1235. Part33.Name = "Smooth Block Model"
  1236. Part33.Parent = Model0
  1237. Part33.BrickColor = BrickColor.new("Bright yellow")
  1238. Part33.Size = Vector3.new(4, 2.4000001, 3)
  1239. Part33.CFrame = CFrame.new(80, 87.9000168, -8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1240. Part33.TopSurface = Enum.SurfaceType.Weld
  1241. Part33.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1242. Part33.Position = Vector3.new(80, 87.9000168, -8.5)
  1243. Part33.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1244. Part34.Name = "Smooth Block Model"
  1245. Part34.Parent = Model0
  1246. Part34.BrickColor = BrickColor.new("Bright yellow")
  1247. Part34.Size = Vector3.new(1, 1.20000005, 1)
  1248. Part34.CFrame = CFrame.new(85.5, 87.3000183, -12.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1249. Part34.BackSurface = Enum.SurfaceType.Weld
  1250. Part34.BottomSurface = Enum.SurfaceType.Weld
  1251. Part34.TopSurface = Enum.SurfaceType.Smooth
  1252. Part34.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1253. Part34.Position = Vector3.new(85.5, 87.3000183, -12.5)
  1254. Part34.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1255. SpecialMesh35.Parent = Part34
  1256. SpecialMesh35.MeshType = Enum.MeshType.Wedge
  1257. Part36.Name = "Smooth Block Model"
  1258. Part36.Parent = Model0
  1259. Part36.BrickColor = BrickColor.new("Bright yellow")
  1260. Part36.Reflectance = 0.10000000149012
  1261. Part36.Transparency = 0.40000000596046
  1262. Part36.Rotation = Vector3.new(180, 90, 0)
  1263. Part36.Size = Vector3.new(1, 1.20000005, 1)
  1264. Part36.CFrame = CFrame.new(82.5, 88.5000229, -5.5, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  1265. Part36.BackSurface = Enum.SurfaceType.Weld
  1266. Part36.BottomSurface = Enum.SurfaceType.Weld
  1267. Part36.TopSurface = Enum.SurfaceType.Smooth
  1268. Part36.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1269. Part36.Position = Vector3.new(82.5, 88.5000229, -5.5)
  1270. Part36.Orientation = Vector3.new(0, 90, 180)
  1271. Part36.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1272. SpecialMesh37.Parent = Part36
  1273. SpecialMesh37.MeshType = Enum.MeshType.Wedge
  1274. Part38.Name = "Smooth Block Model"
  1275. Part38.Parent = Model0
  1276. Part38.BrickColor = BrickColor.new("Bright yellow")
  1277. Part38.Reflectance = 0.10000000149012
  1278. Part38.Transparency = 0.40000000596046
  1279. Part38.Rotation = Vector3.new(-180, -90, 0)
  1280. Part38.Size = Vector3.new(1, 1.20000005, 1)
  1281. Part38.CFrame = CFrame.new(77.5, 88.5000229, -5.5, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  1282. Part38.BackSurface = Enum.SurfaceType.Weld
  1283. Part38.BottomSurface = Enum.SurfaceType.Weld
  1284. Part38.TopSurface = Enum.SurfaceType.Smooth
  1285. Part38.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1286. Part38.Position = Vector3.new(77.5, 88.5000229, -5.5)
  1287. Part38.Orientation = Vector3.new(0, -90, 180)
  1288. Part38.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1289. SpecialMesh39.Parent = Part38
  1290. SpecialMesh39.MeshType = Enum.MeshType.Wedge
  1291. Part40.Name = "Smooth Block Model"
  1292. Part40.Parent = Model0
  1293. Part40.BrickColor = BrickColor.new("Bright yellow")
  1294. Part40.Reflectance = 0.10000000149012
  1295. Part40.Transparency = 0.40000000596046
  1296. Part40.Rotation = Vector3.new(-180, 0, -180)
  1297. Part40.Size = Vector3.new(1, 1.20000005, 1)
  1298. Part40.CFrame = CFrame.new(83.5, 88.5000229, -5.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1299. Part40.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1300. Part40.Position = Vector3.new(83.5, 88.5000229, -5.5)
  1301. Part40.Orientation = Vector3.new(0, 180, 0)
  1302. Part40.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1303. Model41.Parent = Model0
  1304. Model41.PrimaryPart = Part42
  1305. Part42.Name = "Left Front"
  1306. Part42.Parent = Model41
  1307. Part42.BrickColor = BrickColor.new("Black")
  1308. Part42.Rotation = Vector3.new(0, 90, 0)
  1309. Part42.FormFactor = Enum.FormFactor.Symmetric
  1310. Part42.Friction = 0.30555599927902
  1311. Part42.Shape = Enum.PartType.Cylinder
  1312. Part42.Size = Vector3.new(1, 1, 1)
  1313. Part42.CFrame = CFrame.new(75.5, 86.2000122, -26.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1314. Part42.BottomSurface = Enum.SurfaceType.Smooth
  1315. Part42.LeftSurface = Enum.SurfaceType.Weld
  1316. Part42.RightSurface = Enum.SurfaceType.Weld
  1317. Part42.TopSurface = Enum.SurfaceType.Smooth
  1318. Part42.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1319. Part42.Position = Vector3.new(75.5, 86.2000122, -26.5)
  1320. Part42.Orientation = Vector3.new(0, 90, 0)
  1321. Part42.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1322. Part43.Name = "Left Front"
  1323. Part43.Parent = Model41
  1324. Part43.BrickColor = BrickColor.new("Black")
  1325. Part43.Rotation = Vector3.new(0, 90, 0)
  1326. Part43.FormFactor = Enum.FormFactor.Symmetric
  1327. Part43.Friction = 0.30555599927902
  1328. Part43.Shape = Enum.PartType.Cylinder
  1329. Part43.Size = Vector3.new(1, 1, 1)
  1330. Part43.CFrame = CFrame.new(75.5, 86.2000122, -29.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1331. Part43.BottomSurface = Enum.SurfaceType.Smooth
  1332. Part43.LeftSurface = Enum.SurfaceType.Weld
  1333. Part43.RightSurface = Enum.SurfaceType.Weld
  1334. Part43.TopSurface = Enum.SurfaceType.Smooth
  1335. Part43.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1336. Part43.Position = Vector3.new(75.5, 86.2000122, -29.5)
  1337. Part43.Orientation = Vector3.new(0, 90, 0)
  1338. Part43.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1339. Part44.Name = "Left Front"
  1340. Part44.Parent = Model41
  1341. Part44.BrickColor = BrickColor.new("Black")
  1342. Part44.Rotation = Vector3.new(0, 90, 0)
  1343. Part44.FormFactor = Enum.FormFactor.Symmetric
  1344. Part44.Friction = 0.30555599927902
  1345. Part44.Shape = Enum.PartType.Cylinder
  1346. Part44.Size = Vector3.new(1, 1, 1)
  1347. Part44.CFrame = CFrame.new(75.5, 86.2000122, -28.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1348. Part44.BottomSurface = Enum.SurfaceType.Smooth
  1349. Part44.LeftSurface = Enum.SurfaceType.Weld
  1350. Part44.RightSurface = Enum.SurfaceType.Weld
  1351. Part44.TopSurface = Enum.SurfaceType.Smooth
  1352. Part44.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1353. Part44.Position = Vector3.new(75.5, 86.2000122, -28.5)
  1354. Part44.Orientation = Vector3.new(0, 90, 0)
  1355. Part44.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1356. Part45.Name = "Left Front"
  1357. Part45.Parent = Model41
  1358. Part45.BrickColor = BrickColor.new("Black")
  1359. Part45.Rotation = Vector3.new(0, 90, 0)
  1360. Part45.FormFactor = Enum.FormFactor.Symmetric
  1361. Part45.Friction = 0.30555599927902
  1362. Part45.Shape = Enum.PartType.Cylinder
  1363. Part45.Size = Vector3.new(1, 1, 1)
  1364. Part45.CFrame = CFrame.new(75.5, 86.2000122, -27.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1365. Part45.BottomSurface = Enum.SurfaceType.Smooth
  1366. Part45.LeftSurface = Enum.SurfaceType.Weld
  1367. Part45.RightSurface = Enum.SurfaceType.Weld
  1368. Part45.TopSurface = Enum.SurfaceType.Smooth
  1369. Part45.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1370. Part45.Position = Vector3.new(75.5, 86.2000122, -27.5)
  1371. Part45.Orientation = Vector3.new(0, 90, 0)
  1372. Part45.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1373. Part46.Name = "Left Front"
  1374. Part46.Parent = Model41
  1375. Part46.BrickColor = BrickColor.new("Black")
  1376. Part46.Rotation = Vector3.new(0, 90, 0)
  1377. Part46.FormFactor = Enum.FormFactor.Symmetric
  1378. Part46.Friction = 0.30555599927902
  1379. Part46.Shape = Enum.PartType.Cylinder
  1380. Part46.Size = Vector3.new(1, 1, 1)
  1381. Part46.CFrame = CFrame.new(75.5, 86.2000122, -30.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1382. Part46.BottomSurface = Enum.SurfaceType.Smooth
  1383. Part46.LeftSurface = Enum.SurfaceType.Weld
  1384. Part46.RightSurface = Enum.SurfaceType.Weld
  1385. Part46.TopSurface = Enum.SurfaceType.Smooth
  1386. Part46.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1387. Part46.Position = Vector3.new(75.5, 86.2000122, -30.5)
  1388. Part46.Orientation = Vector3.new(0, 90, 0)
  1389. Part46.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1390. Part47.Name = "Left Front"
  1391. Part47.Parent = Model41
  1392. Part47.BrickColor = BrickColor.new("Black")
  1393. Part47.Rotation = Vector3.new(0, 90, 0)
  1394. Part47.FormFactor = Enum.FormFactor.Symmetric
  1395. Part47.Friction = 0.30555599927902
  1396. Part47.Shape = Enum.PartType.Cylinder
  1397. Part47.Size = Vector3.new(1, 1, 1)
  1398. Part47.CFrame = CFrame.new(75.5, 86.2000122, -31.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1399. Part47.BottomSurface = Enum.SurfaceType.Smooth
  1400. Part47.LeftSurface = Enum.SurfaceType.Weld
  1401. Part47.TopSurface = Enum.SurfaceType.Smooth
  1402. Part47.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1403. Part47.Position = Vector3.new(75.5, 86.2000122, -31.5)
  1404. Part47.Orientation = Vector3.new(0, 90, 0)
  1405. Part47.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1406. Model48.Parent = Model0
  1407. Model48.PrimaryPart = Part49
  1408. Part49.Name = "Left Front"
  1409. Part49.Parent = Model48
  1410. Part49.BrickColor = BrickColor.new("Black")
  1411. Part49.Rotation = Vector3.new(0, 90, 0)
  1412. Part49.FormFactor = Enum.FormFactor.Symmetric
  1413. Part49.Friction = 0.30555599927902
  1414. Part49.Shape = Enum.PartType.Cylinder
  1415. Part49.Size = Vector3.new(1, 1, 1)
  1416. Part49.CFrame = CFrame.new(84.5, 86.2000122, -26.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1417. Part49.BottomSurface = Enum.SurfaceType.Smooth
  1418. Part49.LeftSurface = Enum.SurfaceType.Weld
  1419. Part49.RightSurface = Enum.SurfaceType.Weld
  1420. Part49.TopSurface = Enum.SurfaceType.Smooth
  1421. Part49.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1422. Part49.Position = Vector3.new(84.5, 86.2000122, -26.5)
  1423. Part49.Orientation = Vector3.new(0, 90, 0)
  1424. Part49.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1425. Part50.Name = "Left Front"
  1426. Part50.Parent = Model48
  1427. Part50.BrickColor = BrickColor.new("Black")
  1428. Part50.Rotation = Vector3.new(0, 90, 0)
  1429. Part50.FormFactor = Enum.FormFactor.Symmetric
  1430. Part50.Friction = 0.30555599927902
  1431. Part50.Shape = Enum.PartType.Cylinder
  1432. Part50.Size = Vector3.new(1, 1, 1)
  1433. Part50.CFrame = CFrame.new(84.5, 86.2000122, -29.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1434. Part50.BottomSurface = Enum.SurfaceType.Smooth
  1435. Part50.LeftSurface = Enum.SurfaceType.Weld
  1436. Part50.RightSurface = Enum.SurfaceType.Weld
  1437. Part50.TopSurface = Enum.SurfaceType.Smooth
  1438. Part50.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1439. Part50.Position = Vector3.new(84.5, 86.2000122, -29.5)
  1440. Part50.Orientation = Vector3.new(0, 90, 0)
  1441. Part50.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1442. Part51.Name = "Left Front"
  1443. Part51.Parent = Model48
  1444. Part51.BrickColor = BrickColor.new("Black")
  1445. Part51.Rotation = Vector3.new(0, 90, 0)
  1446. Part51.FormFactor = Enum.FormFactor.Symmetric
  1447. Part51.Friction = 0.30555599927902
  1448. Part51.Shape = Enum.PartType.Cylinder
  1449. Part51.Size = Vector3.new(1, 1, 1)
  1450. Part51.CFrame = CFrame.new(84.5, 86.2000122, -28.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1451. Part51.BottomSurface = Enum.SurfaceType.Smooth
  1452. Part51.LeftSurface = Enum.SurfaceType.Weld
  1453. Part51.RightSurface = Enum.SurfaceType.Weld
  1454. Part51.TopSurface = Enum.SurfaceType.Smooth
  1455. Part51.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1456. Part51.Position = Vector3.new(84.5, 86.2000122, -28.5)
  1457. Part51.Orientation = Vector3.new(0, 90, 0)
  1458. Part51.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1459. Part52.Name = "Left Front"
  1460. Part52.Parent = Model48
  1461. Part52.BrickColor = BrickColor.new("Black")
  1462. Part52.Rotation = Vector3.new(0, 90, 0)
  1463. Part52.FormFactor = Enum.FormFactor.Symmetric
  1464. Part52.Friction = 0.30555599927902
  1465. Part52.Shape = Enum.PartType.Cylinder
  1466. Part52.Size = Vector3.new(1, 1, 1)
  1467. Part52.CFrame = CFrame.new(84.5, 86.2000122, -27.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1468. Part52.BottomSurface = Enum.SurfaceType.Smooth
  1469. Part52.LeftSurface = Enum.SurfaceType.Weld
  1470. Part52.RightSurface = Enum.SurfaceType.Weld
  1471. Part52.TopSurface = Enum.SurfaceType.Smooth
  1472. Part52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1473. Part52.Position = Vector3.new(84.5, 86.2000122, -27.5)
  1474. Part52.Orientation = Vector3.new(0, 90, 0)
  1475. Part52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1476. Part53.Name = "Left Front"
  1477. Part53.Parent = Model48
  1478. Part53.BrickColor = BrickColor.new("Black")
  1479. Part53.Rotation = Vector3.new(0, 90, 0)
  1480. Part53.FormFactor = Enum.FormFactor.Symmetric
  1481. Part53.Friction = 0.30555599927902
  1482. Part53.Shape = Enum.PartType.Cylinder
  1483. Part53.Size = Vector3.new(1, 1, 1)
  1484. Part53.CFrame = CFrame.new(84.5, 86.2000122, -30.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1485. Part53.BottomSurface = Enum.SurfaceType.Smooth
  1486. Part53.LeftSurface = Enum.SurfaceType.Weld
  1487. Part53.RightSurface = Enum.SurfaceType.Weld
  1488. Part53.TopSurface = Enum.SurfaceType.Smooth
  1489. Part53.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1490. Part53.Position = Vector3.new(84.5, 86.2000122, -30.5)
  1491. Part53.Orientation = Vector3.new(0, 90, 0)
  1492. Part53.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1493. Part54.Name = "Left Front"
  1494. Part54.Parent = Model48
  1495. Part54.BrickColor = BrickColor.new("Black")
  1496. Part54.Rotation = Vector3.new(0, 90, 0)
  1497. Part54.FormFactor = Enum.FormFactor.Symmetric
  1498. Part54.Friction = 0.30555599927902
  1499. Part54.Shape = Enum.PartType.Cylinder
  1500. Part54.Size = Vector3.new(1, 1, 1)
  1501. Part54.CFrame = CFrame.new(84.5, 86.2000122, -31.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1502. Part54.BottomSurface = Enum.SurfaceType.Smooth
  1503. Part54.LeftSurface = Enum.SurfaceType.Weld
  1504. Part54.TopSurface = Enum.SurfaceType.Smooth
  1505. Part54.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1506. Part54.Position = Vector3.new(84.5, 86.2000122, -31.5)
  1507. Part54.Orientation = Vector3.new(0, 90, 0)
  1508. Part54.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1509. Model55.Parent = Model0
  1510. Model55.PrimaryPart = Part58
  1511. Part56.Name = "Smooth Block Model"
  1512. Part56.Parent = Model55
  1513. Part56.BrickColor = BrickColor.new("Bright yellow")
  1514. Part56.Size = Vector3.new(1, 2.4000001, 2)
  1515. Part56.CFrame = CFrame.new(84.5, 90.7000122, -24, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1516. Part56.BackSurface = Enum.SurfaceType.Weld
  1517. Part56.BottomSurface = Enum.SurfaceType.Weld
  1518. Part56.TopSurface = Enum.SurfaceType.Smooth
  1519. Part56.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1520. Part56.Position = Vector3.new(84.5, 90.7000122, -24)
  1521. Part56.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1522. SpecialMesh57.Parent = Part56
  1523. SpecialMesh57.MeshType = Enum.MeshType.Wedge
  1524. Part58.Name = "Smooth Block Model"
  1525. Part58.Parent = Model55
  1526. Part58.BrickColor = BrickColor.new("Medium blue")
  1527. Part58.Transparency = 0.5
  1528. Part58.Size = Vector3.new(8, 2.4000001, 2)
  1529. Part58.CFrame = CFrame.new(80, 90.7000122, -24, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1530. Part58.BottomSurface = Enum.SurfaceType.Weld
  1531. Part58.TopSurface = Enum.SurfaceType.Smooth
  1532. Part58.Color = Color3.new(0.431373, 0.6, 0.792157)
  1533. Part58.Position = Vector3.new(80, 90.7000122, -24)
  1534. Part58.Color = Color3.new(0.431373, 0.6, 0.792157)
  1535. SpecialMesh59.Parent = Part58
  1536. SpecialMesh59.MeshType = Enum.MeshType.Wedge
  1537. Part60.Name = "Smooth Block Model"
  1538. Part60.Parent = Model55
  1539. Part60.BrickColor = BrickColor.new("Bright yellow")
  1540. Part60.Rotation = Vector3.new(-180, 0, 0)
  1541. Part60.Size = Vector3.new(1, 2.4000001, 2)
  1542. Part60.CFrame = CFrame.new(84.5, 90.7000198, -22, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  1543. Part60.BackSurface = Enum.SurfaceType.Weld
  1544. Part60.BottomSurface = Enum.SurfaceType.Weld
  1545. Part60.TopSurface = Enum.SurfaceType.Smooth
  1546. Part60.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1547. Part60.Position = Vector3.new(84.5, 90.7000198, -22)
  1548. Part60.Orientation = Vector3.new(0, 180, 180)
  1549. Part60.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1550. SpecialMesh61.Parent = Part60
  1551. SpecialMesh61.MeshType = Enum.MeshType.Wedge
  1552. Part62.Name = "Smooth Block Model"
  1553. Part62.Parent = Model55
  1554. Part62.BrickColor = BrickColor.new("Medium blue")
  1555. Part62.Transparency = 0.5
  1556. Part62.Rotation = Vector3.new(-180, 0, 0)
  1557. Part62.Size = Vector3.new(8, 2.4000001, 2)
  1558. Part62.CFrame = CFrame.new(80, 90.7000198, -22, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  1559. Part62.BottomSurface = Enum.SurfaceType.Smooth
  1560. Part62.TopSurface = Enum.SurfaceType.Smooth
  1561. Part62.Color = Color3.new(0.431373, 0.6, 0.792157)
  1562. Part62.Position = Vector3.new(80, 90.7000198, -22)
  1563. Part62.Orientation = Vector3.new(0, 180, 180)
  1564. Part62.Color = Color3.new(0.431373, 0.6, 0.792157)
  1565. SpecialMesh63.Parent = Part62
  1566. SpecialMesh63.MeshType = Enum.MeshType.Wedge
  1567. Part64.Name = "Smooth Block Model"
  1568. Part64.Parent = Model55
  1569. Part64.BrickColor = BrickColor.new("Bright yellow")
  1570. Part64.Size = Vector3.new(1, 2.4000001, 2)
  1571. Part64.CFrame = CFrame.new(75.5, 90.7000122, -24, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1572. Part64.BackSurface = Enum.SurfaceType.Weld
  1573. Part64.BottomSurface = Enum.SurfaceType.Weld
  1574. Part64.TopSurface = Enum.SurfaceType.Smooth
  1575. Part64.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1576. Part64.Position = Vector3.new(75.5, 90.7000122, -24)
  1577. Part64.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1578. SpecialMesh65.Parent = Part64
  1579. SpecialMesh65.MeshType = Enum.MeshType.Wedge
  1580. Part66.Name = "Smooth Block Model"
  1581. Part66.Parent = Model55
  1582. Part66.BrickColor = BrickColor.new("Bright yellow")
  1583. Part66.Rotation = Vector3.new(-180, 0, 0)
  1584. Part66.Size = Vector3.new(1, 2.4000001, 2)
  1585. Part66.CFrame = CFrame.new(75.5, 90.7000198, -22, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  1586. Part66.BackSurface = Enum.SurfaceType.Weld
  1587. Part66.BottomSurface = Enum.SurfaceType.Weld
  1588. Part66.TopSurface = Enum.SurfaceType.Smooth
  1589. Part66.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1590. Part66.Position = Vector3.new(75.5, 90.7000198, -22)
  1591. Part66.Orientation = Vector3.new(0, 180, 180)
  1592. Part66.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1593. SpecialMesh67.Parent = Part66
  1594. SpecialMesh67.MeshType = Enum.MeshType.Wedge
  1595. Part68.Name = "Smooth Block Model"
  1596. Part68.Parent = Model0
  1597. Part68.BrickColor = BrickColor.new("Bright yellow")
  1598. Part68.Rotation = Vector3.new(0, 0, -180)
  1599. Part68.FormFactor = Enum.FormFactor.Plate
  1600. Part68.Size = Vector3.new(1, 0.400000006, 1)
  1601. Part68.CFrame = CFrame.new(84.5, 89.7000122, -30.5, -1, 0, 0, 0, -1, 0, 0, -0, 1)
  1602. Part68.BackSurface = Enum.SurfaceType.Weld
  1603. Part68.BottomSurface = Enum.SurfaceType.Weld
  1604. Part68.TopSurface = Enum.SurfaceType.Smooth
  1605. Part68.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1606. Part68.Position = Vector3.new(84.5, 89.7000122, -30.5)
  1607. Part68.Orientation = Vector3.new(0, 0, 180)
  1608. Part68.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1609. SpecialMesh69.Parent = Part68
  1610. SpecialMesh69.MeshType = Enum.MeshType.Wedge
  1611. Part70.Name = "Smooth Block Model"
  1612. Part70.Parent = Model0
  1613. Part70.BrickColor = BrickColor.new("Bright yellow")
  1614. Part70.Rotation = Vector3.new(-180, 0, -90)
  1615. Part70.FormFactor = Enum.FormFactor.Plate
  1616. Part70.Size = Vector3.new(1, 0.400000006, 2)
  1617. Part70.CFrame = CFrame.new(86.1999969, 90.0000153, -31, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  1618. Part70.BottomSurface = Enum.SurfaceType.Smooth
  1619. Part70.TopSurface = Enum.SurfaceType.Smooth
  1620. Part70.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1621. Part70.Position = Vector3.new(86.1999969, 90.0000153, -31)
  1622. Part70.Orientation = Vector3.new(0, 180, 90)
  1623. Part70.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1624. Part71.Name = "Smooth Block Model"
  1625. Part71.Parent = Model0
  1626. Part71.BrickColor = BrickColor.new("Bright yellow")
  1627. Part71.Rotation = Vector3.new(0, -90, 0)
  1628. Part71.Size = Vector3.new(11, 1.20000005, 1)
  1629. Part71.CFrame = CFrame.new(85.5, 88.5000153, -26.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1630. Part71.BottomSurface = Enum.SurfaceType.Weld
  1631. Part71.TopSurface = Enum.SurfaceType.Smooth
  1632. Part71.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1633. Part71.Position = Vector3.new(85.5, 88.5000153, -26.5)
  1634. Part71.Orientation = Vector3.new(0, -90, 0)
  1635. Part71.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1636. SpecialMesh72.Parent = Part71
  1637. SpecialMesh72.MeshType = Enum.MeshType.Wedge
  1638. Part73.Name = "Smooth Block Model"
  1639. Part73.Parent = Model0
  1640. Part73.BrickColor = BrickColor.new("Bright yellow")
  1641. Part73.Rotation = Vector3.new(0, 90, 0)
  1642. Part73.Size = Vector3.new(1, 1.20000005, 1)
  1643. Part73.CFrame = CFrame.new(77.5, 88.5000229, -4.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1644. Part73.BackSurface = Enum.SurfaceType.Weld
  1645. Part73.BottomSurface = Enum.SurfaceType.Weld
  1646. Part73.TopSurface = Enum.SurfaceType.Smooth
  1647. Part73.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1648. Part73.Position = Vector3.new(77.5, 88.5000229, -4.5)
  1649. Part73.Orientation = Vector3.new(0, 90, 0)
  1650. Part73.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1651. SpecialMesh74.Parent = Part73
  1652. SpecialMesh74.MeshType = Enum.MeshType.Wedge
  1653. Part75.Name = "Smooth Block Model"
  1654. Part75.Parent = Model0
  1655. Part75.BrickColor = BrickColor.new("Bright yellow")
  1656. Part75.Reflectance = 0.10000000149012
  1657. Part75.Transparency = 0.40000000596046
  1658. Part75.Rotation = Vector3.new(-180, 0, -180)
  1659. Part75.Size = Vector3.new(1, 1.20000005, 1)
  1660. Part75.CFrame = CFrame.new(76.5, 88.5000229, -5.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1661. Part75.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1662. Part75.Position = Vector3.new(76.5, 88.5000229, -5.5)
  1663. Part75.Orientation = Vector3.new(0, 180, 0)
  1664. Part75.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1665. Part76.Name = "Smooth Block Model"
  1666. Part76.Parent = Model0
  1667. Part76.BrickColor = BrickColor.new("Bright yellow")
  1668. Part76.Size = Vector3.new(1, 1.20000005, 1)
  1669. Part76.CFrame = CFrame.new(74.5, 87.3000183, -12.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1670. Part76.BackSurface = Enum.SurfaceType.Weld
  1671. Part76.BottomSurface = Enum.SurfaceType.Weld
  1672. Part76.TopSurface = Enum.SurfaceType.Smooth
  1673. Part76.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1674. Part76.Position = Vector3.new(74.5, 87.3000183, -12.5)
  1675. Part76.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1676. SpecialMesh77.Parent = Part76
  1677. SpecialMesh77.MeshType = Enum.MeshType.Wedge
  1678. Part78.Name = "Smooth Block Model"
  1679. Part78.Parent = Model0
  1680. Part78.BrickColor = BrickColor.new("Bright yellow")
  1681. Part78.Rotation = Vector3.new(-180, 0, -180)
  1682. Part78.Size = Vector3.new(1, 1.20000005, 1)
  1683. Part78.CFrame = CFrame.new(85.5, 87.3000183, -20.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1684. Part78.BottomSurface = Enum.SurfaceType.Weld
  1685. Part78.TopSurface = Enum.SurfaceType.Smooth
  1686. Part78.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1687. Part78.Position = Vector3.new(85.5, 87.3000183, -20.5)
  1688. Part78.Orientation = Vector3.new(0, 180, 0)
  1689. Part78.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1690. SpecialMesh79.Parent = Part78
  1691. SpecialMesh79.MeshType = Enum.MeshType.Wedge
  1692. Part80.Name = "Smooth Block Model"
  1693. Part80.Parent = Model0
  1694. Part80.BrickColor = BrickColor.new("Bright yellow")
  1695. Part80.Rotation = Vector3.new(-180, 0, -180)
  1696. Part80.Size = Vector3.new(1, 1.20000005, 1)
  1697. Part80.CFrame = CFrame.new(74.5, 87.3000183, -20.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1698. Part80.BottomSurface = Enum.SurfaceType.Weld
  1699. Part80.TopSurface = Enum.SurfaceType.Smooth
  1700. Part80.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1701. Part80.Position = Vector3.new(74.5, 87.3000183, -20.5)
  1702. Part80.Orientation = Vector3.new(0, 180, 0)
  1703. Part80.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1704. SpecialMesh81.Parent = Part80
  1705. SpecialMesh81.MeshType = Enum.MeshType.Wedge
  1706. Part82.Name = "Smooth Block Model"
  1707. Part82.Parent = Model0
  1708. Part82.BrickColor = BrickColor.new("Bright yellow")
  1709. Part82.Size = Vector3.new(4, 1.20000005, 11)
  1710. Part82.CFrame = CFrame.new(76, 86.1000137, -15.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1711. Part82.RightSurface = Enum.SurfaceType.Weld
  1712. Part82.TopSurface = Enum.SurfaceType.Weld
  1713. Part82.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1714. Part82.Position = Vector3.new(76, 86.1000137, -15.5)
  1715. Part82.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1716. Part83.Name = "Smooth Block Model"
  1717. Part83.Parent = Model0
  1718. Part83.BrickColor = BrickColor.new("Bright yellow")
  1719. Part83.Rotation = Vector3.new(-180, 0, 0)
  1720. Part83.Size = Vector3.new(12, 1.20000005, 1)
  1721. Part83.CFrame = CFrame.new(80, 86.1000137, -4.5, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  1722. Part83.BackSurface = Enum.SurfaceType.Weld
  1723. Part83.BottomSurface = Enum.SurfaceType.Weld
  1724. Part83.TopSurface = Enum.SurfaceType.Smooth
  1725. Part83.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1726. Part83.Position = Vector3.new(80, 86.1000137, -4.5)
  1727. Part83.Orientation = Vector3.new(0, 180, 180)
  1728. Part83.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1729. SpecialMesh84.Parent = Part83
  1730. SpecialMesh84.MeshType = Enum.MeshType.Wedge
  1731. Part85.Name = "Smooth Block Model"
  1732. Part85.Parent = Model0
  1733. Part85.BrickColor = BrickColor.new("Bright yellow")
  1734. Part85.Rotation = Vector3.new(-180, 0, -180)
  1735. Part85.CFrame = CFrame.new(84, 86.1000137, -25, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1736. Part85.BackSurface = Enum.SurfaceType.Weld
  1737. Part85.RightSurface = Enum.SurfaceType.Weld
  1738. Part85.TopSurface = Enum.SurfaceType.Weld
  1739. Part85.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1740. Part85.Position = Vector3.new(84, 86.1000137, -25)
  1741. Part85.Orientation = Vector3.new(0, 180, 0)
  1742. Part85.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1743. Part86.Name = "Smooth Block Model"
  1744. Part86.Parent = Model0
  1745. Part86.BrickColor = BrickColor.new("Bright yellow")
  1746. Part86.Rotation = Vector3.new(0, 0, -180)
  1747. Part86.Size = Vector3.new(8, 1.20000005, 6)
  1748. Part86.CFrame = CFrame.new(80, 86.1000137, -29, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  1749. Part86.BackSurface = Enum.SurfaceType.Weld
  1750. Part86.BottomSurface = Enum.SurfaceType.Weld
  1751. Part86.TopSurface = Enum.SurfaceType.Smooth
  1752. Part86.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1753. Part86.Position = Vector3.new(80, 86.1000137, -29)
  1754. Part86.Orientation = Vector3.new(0, 0, 180)
  1755. Part86.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1756. SpecialMesh87.Parent = Part86
  1757. SpecialMesh87.MeshType = Enum.MeshType.Wedge
  1758. Part88.Parent = Model0
  1759. Part88.BrickColor = BrickColor.new("Bright yellow")
  1760. Part88.Size = Vector3.new(4, 1.20000005, 21)
  1761. Part88.CFrame = CFrame.new(80, 86.1000137, -15.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1762. Part88.BottomSurface = Enum.SurfaceType.Smooth
  1763. Part88.TopSurface = Enum.SurfaceType.Weld
  1764. Part88.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1765. Part88.Position = Vector3.new(80, 86.1000137, -15.5)
  1766. Part88.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1767. Part89.Name = "Smooth Block Model"
  1768. Part89.Parent = Model0
  1769. Part89.BrickColor = BrickColor.new("Bright yellow")
  1770. Part89.Rotation = Vector3.new(-180, 0, -180)
  1771. Part89.Size = Vector3.new(4, 1.20000005, 11)
  1772. Part89.CFrame = CFrame.new(84, 86.1000137, -15.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1773. Part89.RightSurface = Enum.SurfaceType.Weld
  1774. Part89.TopSurface = Enum.SurfaceType.Weld
  1775. Part89.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1776. Part89.Position = Vector3.new(84, 86.1000137, -15.5)
  1777. Part89.Orientation = Vector3.new(0, 180, 0)
  1778. Part89.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1779. Part90.Name = "Smooth Block Model"
  1780. Part90.Parent = Model0
  1781. Part90.BrickColor = BrickColor.new("Bright yellow")
  1782. Part90.Rotation = Vector3.new(0, 0, -180)
  1783. Part90.Size = Vector3.new(1, 1.20000005, 6)
  1784. Part90.CFrame = CFrame.new(85.5, 86.1000137, -29, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  1785. Part90.BottomSurface = Enum.SurfaceType.Weld
  1786. Part90.TopSurface = Enum.SurfaceType.Smooth
  1787. Part90.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1788. Part90.Position = Vector3.new(85.5, 86.1000137, -29)
  1789. Part90.Orientation = Vector3.new(0, 0, 180)
  1790. Part90.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1791. SpecialMesh91.Parent = Part90
  1792. SpecialMesh91.MeshType = Enum.MeshType.Wedge
  1793. Part92.Name = "Smooth Block Model"
  1794. Part92.Parent = Model0
  1795. Part92.BrickColor = BrickColor.new("Bright yellow")
  1796. Part92.Rotation = Vector3.new(-180, 0, -180)
  1797. Part92.CFrame = CFrame.new(84, 86.1000137, -6, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1798. Part92.RightSurface = Enum.SurfaceType.Weld
  1799. Part92.TopSurface = Enum.SurfaceType.Weld
  1800. Part92.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1801. Part92.Position = Vector3.new(84, 86.1000137, -6)
  1802. Part92.Orientation = Vector3.new(0, 180, 0)
  1803. Part92.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1804. Part93.Name = "Smooth Block Model"
  1805. Part93.Parent = Model0
  1806. Part93.BrickColor = BrickColor.new("Bright yellow")
  1807. Part93.Rotation = Vector3.new(-180, 0, -180)
  1808. Part93.FormFactor = Enum.FormFactor.Plate
  1809. Part93.Size = Vector3.new(1, 0.400000006, 1)
  1810. Part93.CFrame = CFrame.new(84.5, 89.7000122, -29.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1811. Part93.BackSurface = Enum.SurfaceType.Weld
  1812. Part93.BottomSurface = Enum.SurfaceType.Weld
  1813. Part93.TopSurface = Enum.SurfaceType.Smooth
  1814. Part93.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1815. Part93.Position = Vector3.new(84.5, 89.7000122, -29.5)
  1816. Part93.Orientation = Vector3.new(0, 180, 0)
  1817. Part93.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1818. SpecialMesh94.Parent = Part93
  1819. SpecialMesh94.MeshType = Enum.MeshType.Wedge
  1820. Part95.Name = "Smooth Block Model"
  1821. Part95.Parent = Model0
  1822. Part95.BrickColor = BrickColor.new("Bright yellow")
  1823. Part95.Rotation = Vector3.new(-180, 0, -180)
  1824. Part95.FormFactor = Enum.FormFactor.Plate
  1825. Part95.Size = Vector3.new(10, 0.400000006, 9)
  1826. Part95.CFrame = CFrame.new(80, 92.1000214, -16.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1827. Part95.BackSurface = Enum.SurfaceType.Weld
  1828. Part95.BottomSurface = Enum.SurfaceType.Weld
  1829. Part95.TopSurface = Enum.SurfaceType.Smooth
  1830. Part95.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1831. Part95.Position = Vector3.new(80, 92.1000214, -16.5)
  1832. Part95.Orientation = Vector3.new(0, 180, 0)
  1833. Part95.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1834. SpecialMesh96.Parent = Part95
  1835. SpecialMesh96.MeshType = Enum.MeshType.Wedge
  1836. Part97.Name = "Smooth Block Model"
  1837. Part97.Parent = Model0
  1838. Part97.BrickColor = BrickColor.new("Bright yellow")
  1839. Part97.Size = Vector3.new(12, 1.20000005, 7)
  1840. Part97.CFrame = CFrame.new(80, 87.3000183, -27.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1841. Part97.TopSurface = Enum.SurfaceType.Weld
  1842. Part97.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1843. Part97.Position = Vector3.new(80, 87.3000183, -27.5)
  1844. Part97.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1845. Part98.Name = "Smooth Block Model"
  1846. Part98.Parent = Model0
  1847. Part98.BrickColor = BrickColor.new("Bright yellow")
  1848. Part98.Size = Vector3.new(4, 1.20000005, 3)
  1849. Part98.CFrame = CFrame.new(80, 87.3000183, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1850. Part98.TopSurface = Enum.SurfaceType.Weld
  1851. Part98.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1852. Part98.Position = Vector3.new(80, 87.3000183, -22.5)
  1853. Part98.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1854. Part99.Name = "Smooth Block Model"
  1855. Part99.Parent = Model0
  1856. Part99.BrickColor = BrickColor.new("Bright yellow")
  1857. Part99.Size = Vector3.new(12, 1.20000005, 3)
  1858. Part99.CFrame = CFrame.new(80, 87.3000183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1859. Part99.TopSurface = Enum.SurfaceType.Weld
  1860. Part99.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1861. Part99.Position = Vector3.new(80, 87.3000183, -5.5)
  1862. Part99.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1863. Part100.Name = "Smooth Block Model"
  1864. Part100.Parent = Model0
  1865. Part100.BrickColor = BrickColor.new("Bright yellow")
  1866. Part100.CFrame = CFrame.new(76, 86.1000137, -6, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1867. Part100.RightSurface = Enum.SurfaceType.Weld
  1868. Part100.TopSurface = Enum.SurfaceType.Weld
  1869. Part100.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1870. Part100.Position = Vector3.new(76, 86.1000137, -6)
  1871. Part100.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1872. Part101.Name = "Smooth Block Model"
  1873. Part101.Parent = Model0
  1874. Part101.BrickColor = BrickColor.new("Bright yellow")
  1875. Part101.CFrame = CFrame.new(76, 86.1000137, -25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1876. Part101.FrontSurface = Enum.SurfaceType.Weld
  1877. Part101.RightSurface = Enum.SurfaceType.Weld
  1878. Part101.TopSurface = Enum.SurfaceType.Weld
  1879. Part101.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1880. Part101.Position = Vector3.new(76, 86.1000137, -25)
  1881. Part101.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1882. Part102.Name = "Right Front"
  1883. Part102.Parent = Model0
  1884. Part102.BrickColor = BrickColor.new("Black")
  1885. Part102.Rotation = Vector3.new(180, 0, -180)
  1886. Part102.FormFactor = Enum.FormFactor.Symmetric
  1887. Part102.Friction = 0.30555599927902
  1888. Part102.Shape = Enum.PartType.Cylinder
  1889. Part102.Size = Vector3.new(3, 3, 3)
  1890. Part102.CFrame = CFrame.new(76.5, 86.2000198, -8.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  1891. Part102.BottomSurface = Enum.SurfaceType.Smooth
  1892. Part102.LeftSurface = Enum.SurfaceType.Motor
  1893. Part102.TopSurface = Enum.SurfaceType.Smooth
  1894. Part102.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1895. Part102.Position = Vector3.new(76.5, 86.2000198, -8.5)
  1896. Part102.Orientation = Vector3.new(0, -180, 0)
  1897. Part102.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1898. Part103.Name = "Right Rear"
  1899. Part103.Parent = Model0
  1900. Part103.BrickColor = BrickColor.new("Black")
  1901. Part103.Rotation = Vector3.new(180, 0, -180)
  1902. Part103.FormFactor = Enum.FormFactor.Symmetric
  1903. Part103.Friction = 0.30555599927902
  1904. Part103.Shape = Enum.PartType.Cylinder
  1905. Part103.Size = Vector3.new(3, 3, 3)
  1906. Part103.CFrame = CFrame.new(76.5, 86.2000198, -22.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  1907. Part103.BottomSurface = Enum.SurfaceType.Smooth
  1908. Part103.LeftSurface = Enum.SurfaceType.Motor
  1909. Part103.TopSurface = Enum.SurfaceType.Smooth
  1910. Part103.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1911. Part103.Position = Vector3.new(76.5, 86.2000198, -22.5)
  1912. Part103.Orientation = Vector3.new(0, -180, 0)
  1913. Part103.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1914. Part104.Name = "Left Rear"
  1915. Part104.Parent = Model0
  1916. Part104.BrickColor = BrickColor.new("Black")
  1917. Part104.Rotation = Vector3.new(180, 0, -180)
  1918. Part104.FormFactor = Enum.FormFactor.Symmetric
  1919. Part104.Friction = 0.30555599927902
  1920. Part104.Shape = Enum.PartType.Cylinder
  1921. Part104.Size = Vector3.new(3, 3, 3)
  1922. Part104.CFrame = CFrame.new(83.5, 86.2000198, -22.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  1923. Part104.BottomSurface = Enum.SurfaceType.Smooth
  1924. Part104.RightSurface = Enum.SurfaceType.Motor
  1925. Part104.TopSurface = Enum.SurfaceType.Smooth
  1926. Part104.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1927. Part104.Position = Vector3.new(83.5, 86.2000198, -22.5)
  1928. Part104.Orientation = Vector3.new(0, -180, 0)
  1929. Part104.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1930. Part105.Name = "Smooth Block Model"
  1931. Part105.Parent = Model0
  1932. Part105.BrickColor = BrickColor.new("Bright yellow")
  1933. Part105.Size = Vector3.new(10, 1.20000005, 9)
  1934. Part105.CFrame = CFrame.new(80, 88.5000153, -25.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1935. Part105.TopSurface = Enum.SurfaceType.Weld
  1936. Part105.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1937. Part105.Position = Vector3.new(80, 88.5000153, -25.5)
  1938. Part105.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1939. Part106.Name = "Smooth Block Model"
  1940. Part106.Parent = Model0
  1941. Part106.BrickColor = BrickColor.new("Bright yellow")
  1942. Part106.Reflectance = 0.10000000149012
  1943. Part106.Transparency = 0.40000000596046
  1944. Part106.Rotation = Vector3.new(0, 90, 0)
  1945. Part106.Size = Vector3.new(1, 1.20000005, 1)
  1946. Part106.CFrame = CFrame.new(75.5, 88.5000229, -5.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1947. Part106.BackSurface = Enum.SurfaceType.Weld
  1948. Part106.BottomSurface = Enum.SurfaceType.Weld
  1949. Part106.TopSurface = Enum.SurfaceType.Smooth
  1950. Part106.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1951. Part106.Position = Vector3.new(75.5, 88.5000229, -5.5)
  1952. Part106.Orientation = Vector3.new(0, 90, 0)
  1953. Part106.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1954. SpecialMesh107.Parent = Part106
  1955. SpecialMesh107.MeshType = Enum.MeshType.Wedge
  1956. Part108.Name = "Smooth Block Model"
  1957. Part108.Parent = Model0
  1958. Part108.BrickColor = BrickColor.new("Bright yellow")
  1959. Part108.Rotation = Vector3.new(0, 0, -180)
  1960. Part108.Size = Vector3.new(1, 2.4000001, 2)
  1961. Part108.CFrame = CFrame.new(75.5, 90.7000198, -13, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  1962. Part108.BackSurface = Enum.SurfaceType.Weld
  1963. Part108.BottomSurface = Enum.SurfaceType.Weld
  1964. Part108.TopSurface = Enum.SurfaceType.Smooth
  1965. Part108.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1966. Part108.Position = Vector3.new(75.5, 90.7000198, -13)
  1967. Part108.Orientation = Vector3.new(0, 0, 180)
  1968. Part108.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1969. SpecialMesh109.Parent = Part108
  1970. SpecialMesh109.MeshType = Enum.MeshType.Wedge
  1971. Part110.Name = "Smooth Block Model"
  1972. Part110.Parent = Model0
  1973. Part110.BrickColor = BrickColor.new("Bright yellow")
  1974. Part110.FormFactor = Enum.FormFactor.Plate
  1975. Part110.Size = Vector3.new(10, 0.400000006, 7)
  1976. Part110.CFrame = CFrame.new(80, 89.3000107, -26.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1977. Part110.TopSurface = Enum.SurfaceType.Smooth
  1978. Part110.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1979. Part110.Position = Vector3.new(80, 89.3000107, -26.5)
  1980. Part110.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1981. Part111.Name = "Smooth Block Model"
  1982. Part111.Parent = Model0
  1983. Part111.BrickColor = BrickColor.new("Bright yellow")
  1984. Part111.Rotation = Vector3.new(-180, 0, -180)
  1985. Part111.FormFactor = Enum.FormFactor.Plate
  1986. Part111.Size = Vector3.new(10, 0.400000006, 2)
  1987. Part111.CFrame = CFrame.new(80, 89.3000107, -22, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1988. Part111.BackSurface = Enum.SurfaceType.Weld
  1989. Part111.BottomSurface = Enum.SurfaceType.Weld
  1990. Part111.TopSurface = Enum.SurfaceType.Smooth
  1991. Part111.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1992. Part111.Position = Vector3.new(80, 89.3000107, -22)
  1993. Part111.Orientation = Vector3.new(0, 180, 0)
  1994. Part111.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1995. SpecialMesh112.Parent = Part111
  1996. SpecialMesh112.MeshType = Enum.MeshType.Wedge
  1997. Part113.Name = "Smooth Block Model"
  1998. Part113.Parent = Model0
  1999. Part113.BrickColor = BrickColor.new("Bright red")
  2000. Part113.Reflectance = 0.10000000149012
  2001. Part113.Transparency = 0.40000000596046
  2002. Part113.Rotation = Vector3.new(-180, 0, -180)
  2003. Part113.Size = Vector3.new(1, 1.20000005, 2)
  2004. Part113.CFrame = CFrame.new(83.5, 88.5000153, -31, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2005. Part113.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2006. Part113.Position = Vector3.new(83.5, 88.5000153, -31)
  2007. Part113.Orientation = Vector3.new(0, 180, 0)
  2008. Part113.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2009. Part114.Name = "Smooth Block Model"
  2010. Part114.Parent = Model0
  2011. Part114.BrickColor = BrickColor.new("Bright red")
  2012. Part114.Reflectance = 0.10000000149012
  2013. Part114.Transparency = 0.40000000596046
  2014. Part114.Rotation = Vector3.new(-180, 0, -180)
  2015. Part114.Size = Vector3.new(1, 1.20000005, 2)
  2016. Part114.CFrame = CFrame.new(84.5, 88.5000153, -31, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2017. Part114.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2018. Part114.Position = Vector3.new(84.5, 88.5000153, -31)
  2019. Part114.Orientation = Vector3.new(0, 180, 0)
  2020. Part114.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2021. Part115.Name = "Smooth Block Model"
  2022. Part115.Parent = Model0
  2023. Part115.BrickColor = BrickColor.new("Bright red")
  2024. Part115.Reflectance = 0.10000000149012
  2025. Part115.Transparency = 0.40000000596046
  2026. Part115.Rotation = Vector3.new(-180, 0, -180)
  2027. Part115.Size = Vector3.new(1, 1.20000005, 2)
  2028. Part115.CFrame = CFrame.new(82.5, 88.5000153, -31, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2029. Part115.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2030. Part115.Position = Vector3.new(82.5, 88.5000153, -31)
  2031. Part115.Orientation = Vector3.new(0, 180, 0)
  2032. Part115.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2033. Part116.Name = "Smooth Block Model"
  2034. Part116.Parent = Model0
  2035. Part116.BrickColor = BrickColor.new("Bright yellow")
  2036. Part116.FormFactor = Enum.FormFactor.Plate
  2037. Part116.Size = Vector3.new(10, 0.400000006, 2)
  2038. Part116.CFrame = CFrame.new(80, 92.1000214, -22, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2039. Part116.BackSurface = Enum.SurfaceType.Weld
  2040. Part116.BottomSurface = Enum.SurfaceType.Weld
  2041. Part116.TopSurface = Enum.SurfaceType.Smooth
  2042. Part116.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2043. Part116.Position = Vector3.new(80, 92.1000214, -22)
  2044. Part116.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2045. SpecialMesh117.Parent = Part116
  2046. SpecialMesh117.MeshType = Enum.MeshType.Wedge
  2047. Part118.Name = "Smooth Block Model"
  2048. Part118.Parent = Model0
  2049. Part118.BrickColor = BrickColor.new("Bright yellow")
  2050. Part118.Rotation = Vector3.new(0, 90, 0)
  2051. Part118.Size = Vector3.new(11, 1.20000005, 1)
  2052. Part118.CFrame = CFrame.new(74.5, 88.5000153, -26.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2053. Part118.BottomSurface = Enum.SurfaceType.Weld
  2054. Part118.TopSurface = Enum.SurfaceType.Smooth
  2055. Part118.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2056. Part118.Position = Vector3.new(74.5, 88.5000153, -26.5)
  2057. Part118.Orientation = Vector3.new(0, 90, 0)
  2058. Part118.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2059. SpecialMesh119.Parent = Part118
  2060. SpecialMesh119.MeshType = Enum.MeshType.Wedge
  2061. Part120.Name = "Smooth Block Model"
  2062. Part120.Parent = Model0
  2063. Part120.BrickColor = BrickColor.new("Bright yellow")
  2064. Part120.Rotation = Vector3.new(-180, 0, -180)
  2065. Part120.Size = Vector3.new(10, 2.4000001, 1)
  2066. Part120.CFrame = CFrame.new(80, 87.9000168, -20.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2067. Part120.BottomSurface = Enum.SurfaceType.Weld
  2068. Part120.TopSurface = Enum.SurfaceType.Smooth
  2069. Part120.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2070. Part120.Position = Vector3.new(80, 87.9000168, -20.5)
  2071. Part120.Orientation = Vector3.new(0, 180, 0)
  2072. Part120.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2073. SpecialMesh121.Parent = Part120
  2074. SpecialMesh121.MeshType = Enum.MeshType.Wedge
  2075. Part122.Name = "Smooth Block Model"
  2076. Part122.Parent = Model0
  2077. Part122.BrickColor = BrickColor.new("Bright yellow")
  2078. Part122.Rotation = Vector3.new(-180, -90, 0)
  2079. Part122.Size = Vector3.new(1, 1.20000005, 1)
  2080. Part122.CFrame = CFrame.new(75.5, 88.5000229, -4.5, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  2081. Part122.BackSurface = Enum.SurfaceType.Weld
  2082. Part122.BottomSurface = Enum.SurfaceType.Weld
  2083. Part122.TopSurface = Enum.SurfaceType.Smooth
  2084. Part122.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2085. Part122.Position = Vector3.new(75.5, 88.5000229, -4.5)
  2086. Part122.Orientation = Vector3.new(0, -90, 180)
  2087. Part122.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2088. SpecialMesh123.Parent = Part122
  2089. SpecialMesh123.MeshType = Enum.MeshType.Wedge
  2090. Part124.Name = "Smooth Block Model"
  2091. Part124.Parent = Model0
  2092. Part124.BrickColor = BrickColor.new("Bright yellow")
  2093. Part124.Rotation = Vector3.new(0, 90, 0)
  2094. Part124.Size = Vector3.new(8, 1.20000005, 1)
  2095. Part124.CFrame = CFrame.new(74.5, 88.5000153, -8, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2096. Part124.BackSurface = Enum.SurfaceType.Weld
  2097. Part124.BottomSurface = Enum.SurfaceType.Weld
  2098. Part124.TopSurface = Enum.SurfaceType.Smooth
  2099. Part124.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2100. Part124.Position = Vector3.new(74.5, 88.5000153, -8)
  2101. Part124.Orientation = Vector3.new(0, 90, 0)
  2102. Part124.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2103. SpecialMesh125.Parent = Part124
  2104. SpecialMesh125.MeshType = Enum.MeshType.Wedge
  2105. Part126.Name = "Smooth Block Model"
  2106. Part126.Parent = Model0
  2107. Part126.BrickColor = BrickColor.new("Bright yellow")
  2108. Part126.Rotation = Vector3.new(-180, 0, -180)
  2109. Part126.FormFactor = Enum.FormFactor.Plate
  2110. Part126.Size = Vector3.new(12, 0.400000006, 1)
  2111. Part126.CFrame = CFrame.new(80, 90.1000137, -30.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2112. Part126.BackSurface = Enum.SurfaceType.Weld
  2113. Part126.BottomSurface = Enum.SurfaceType.Weld
  2114. Part126.LeftSurface = Enum.SurfaceType.Weld
  2115. Part126.RightSurface = Enum.SurfaceType.Weld
  2116. Part126.TopSurface = Enum.SurfaceType.Smooth
  2117. Part126.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2118. Part126.Position = Vector3.new(80, 90.1000137, -30.5)
  2119. Part126.Orientation = Vector3.new(0, 180, 0)
  2120. Part126.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2121. SpecialMesh127.Parent = Part126
  2122. SpecialMesh127.MeshType = Enum.MeshType.Wedge
  2123. Part128.Name = "Smooth Block Model"
  2124. Part128.Parent = Model0
  2125. Part128.BrickColor = BrickColor.new("Bright yellow")
  2126. Part128.Rotation = Vector3.new(0, 0, -180)
  2127. Part128.FormFactor = Enum.FormFactor.Plate
  2128. Part128.Size = Vector3.new(12, 0.400000006, 1)
  2129. Part128.CFrame = CFrame.new(80, 90.1000137, -31.5, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  2130. Part128.BackSurface = Enum.SurfaceType.Weld
  2131. Part128.BottomSurface = Enum.SurfaceType.Smooth
  2132. Part128.LeftSurface = Enum.SurfaceType.Weld
  2133. Part128.RightSurface = Enum.SurfaceType.Weld
  2134. Part128.TopSurface = Enum.SurfaceType.Smooth
  2135. Part128.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2136. Part128.Position = Vector3.new(80, 90.1000137, -31.5)
  2137. Part128.Orientation = Vector3.new(0, 0, 180)
  2138. Part128.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2139. SpecialMesh129.Parent = Part128
  2140. SpecialMesh129.MeshType = Enum.MeshType.Wedge
  2141. Part130.Name = "Smooth Block Model"
  2142. Part130.Parent = Model0
  2143. Part130.BrickColor = BrickColor.new("Bright yellow")
  2144. Part130.Rotation = Vector3.new(0, 0, 90)
  2145. Part130.FormFactor = Enum.FormFactor.Plate
  2146. Part130.Size = Vector3.new(1, 0.400000006, 2)
  2147. Part130.CFrame = CFrame.new(73.8000031, 90.0000153, -31, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  2148. Part130.BottomSurface = Enum.SurfaceType.Smooth
  2149. Part130.TopSurface = Enum.SurfaceType.Smooth
  2150. Part130.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2151. Part130.Position = Vector3.new(73.8000031, 90.0000153, -31)
  2152. Part130.Orientation = Vector3.new(0, 0, 90)
  2153. Part130.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2154. Part131.Name = "Smooth Block Model"
  2155. Part131.Parent = Model0
  2156. Part131.BrickColor = BrickColor.new("Bright yellow")
  2157. Part131.Rotation = Vector3.new(-180, 0, -180)
  2158. Part131.FormFactor = Enum.FormFactor.Plate
  2159. Part131.Size = Vector3.new(1, 0.400000006, 1)
  2160. Part131.CFrame = CFrame.new(75.5, 89.7000122, -29.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2161. Part131.BackSurface = Enum.SurfaceType.Weld
  2162. Part131.BottomSurface = Enum.SurfaceType.Weld
  2163. Part131.TopSurface = Enum.SurfaceType.Smooth
  2164. Part131.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2165. Part131.Position = Vector3.new(75.5, 89.7000122, -29.5)
  2166. Part131.Orientation = Vector3.new(0, 180, 0)
  2167. Part131.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2168. SpecialMesh132.Parent = Part131
  2169. SpecialMesh132.MeshType = Enum.MeshType.Wedge
  2170. Part133.Name = "Smooth Block Model"
  2171. Part133.Parent = Model0
  2172. Part133.BrickColor = BrickColor.new("Bright yellow")
  2173. Part133.Rotation = Vector3.new(0, 0, -180)
  2174. Part133.FormFactor = Enum.FormFactor.Plate
  2175. Part133.Size = Vector3.new(1, 0.400000006, 1)
  2176. Part133.CFrame = CFrame.new(75.5, 89.7000122, -30.5, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  2177. Part133.BackSurface = Enum.SurfaceType.Weld
  2178. Part133.BottomSurface = Enum.SurfaceType.Weld
  2179. Part133.TopSurface = Enum.SurfaceType.Smooth
  2180. Part133.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2181. Part133.Position = Vector3.new(75.5, 89.7000122, -30.5)
  2182. Part133.Orientation = Vector3.new(0, 0, 180)
  2183. Part133.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2184. SpecialMesh134.Parent = Part133
  2185. SpecialMesh134.MeshType = Enum.MeshType.Wedge
  2186. Part135.Name = "Smooth Block Model"
  2187. Part135.Parent = Model0
  2188. Part135.BrickColor = BrickColor.new("Bright yellow")
  2189. Part135.Size = Vector3.new(12, 1.20000005, 1)
  2190. Part135.CFrame = CFrame.new(80, 87.3000183, -31.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2191. Part135.TopSurface = Enum.SurfaceType.Weld
  2192. Part135.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2193. Part135.Position = Vector3.new(80, 87.3000183, -31.5)
  2194. Part135.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2195. Part136.Name = "Smooth Block Model"
  2196. Part136.Parent = Model0
  2197. Part136.BrickColor = BrickColor.new("Bright yellow")
  2198. Part136.Rotation = Vector3.new(0, 0, -180)
  2199. Part136.Size = Vector3.new(1, 1.20000005, 6)
  2200. Part136.CFrame = CFrame.new(74.5, 86.1000137, -29, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  2201. Part136.BottomSurface = Enum.SurfaceType.Weld
  2202. Part136.TopSurface = Enum.SurfaceType.Smooth
  2203. Part136.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2204. Part136.Position = Vector3.new(74.5, 86.1000137, -29)
  2205. Part136.Orientation = Vector3.new(0, 0, 180)
  2206. Part136.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2207. SpecialMesh137.Parent = Part136
  2208. SpecialMesh137.MeshType = Enum.MeshType.Wedge
  2209. Part138.Name = "Smooth Block Model"
  2210. Part138.Parent = Model0
  2211. Part138.BrickColor = BrickColor.new("Bright red")
  2212. Part138.Reflectance = 0.10000000149012
  2213. Part138.Transparency = 0.40000000596046
  2214. Part138.Rotation = Vector3.new(-180, 0, -180)
  2215. Part138.Size = Vector3.new(1, 1.20000005, 2)
  2216. Part138.CFrame = CFrame.new(77.5, 88.5000153, -31, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2217. Part138.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2218. Part138.Position = Vector3.new(77.5, 88.5000153, -31)
  2219. Part138.Orientation = Vector3.new(0, 180, 0)
  2220. Part138.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2221. Part139.Name = "Smooth Block Model"
  2222. Part139.Parent = Model0
  2223. Part139.BrickColor = BrickColor.new("Bright red")
  2224. Part139.Reflectance = 0.10000000149012
  2225. Part139.Transparency = 0.40000000596046
  2226. Part139.Rotation = Vector3.new(-180, 0, -180)
  2227. Part139.Size = Vector3.new(1, 1.20000005, 2)
  2228. Part139.CFrame = CFrame.new(76.5, 88.5000153, -31, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2229. Part139.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2230. Part139.Position = Vector3.new(76.5, 88.5000153, -31)
  2231. Part139.Orientation = Vector3.new(0, 180, 0)
  2232. Part139.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2233. Part140.Name = "Smooth Block Model"
  2234. Part140.Parent = Model0
  2235. Part140.BrickColor = BrickColor.new("Black")
  2236. Part140.Rotation = Vector3.new(-180, 0, -180)
  2237. Part140.Size = Vector3.new(4, 1.20000005, 1)
  2238. Part140.CFrame = CFrame.new(80, 88.5000153, -30.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2239. Part140.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2240. Part140.Position = Vector3.new(80, 88.5000153, -30.5)
  2241. Part140.Orientation = Vector3.new(0, 180, 0)
  2242. Part140.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2243. Part141.Name = "Smooth Block Model"
  2244. Part141.Parent = Model0
  2245. Part141.BrickColor = BrickColor.new("Bright yellow")
  2246. Part141.Rotation = Vector3.new(0, -90, 0)
  2247. Part141.Size = Vector3.new(1, 1.20000005, 1)
  2248. Part141.CFrame = CFrame.new(78.5, 88.5000153, -31.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2249. Part141.BottomSurface = Enum.SurfaceType.Weld
  2250. Part141.TopSurface = Enum.SurfaceType.Smooth
  2251. Part141.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2252. Part141.Position = Vector3.new(78.5, 88.5000153, -31.5)
  2253. Part141.Orientation = Vector3.new(0, -90, 0)
  2254. Part141.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2255. SpecialMesh142.Parent = Part141
  2256. SpecialMesh142.MeshType = Enum.MeshType.Wedge
  2257. Part143.Name = "Smooth Block Model"
  2258. Part143.Parent = Model0
  2259. Part143.BrickColor = BrickColor.new("Bright yellow")
  2260. Part143.FormFactor = Enum.FormFactor.Plate
  2261. Part143.Size = Vector3.new(10, 0.400000006, 2)
  2262. Part143.CFrame = CFrame.new(80, 89.3000107, -31, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2263. Part143.BackSurface = Enum.SurfaceType.Weld
  2264. Part143.BottomSurface = Enum.SurfaceType.Weld
  2265. Part143.TopSurface = Enum.SurfaceType.Smooth
  2266. Part143.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2267. Part143.Position = Vector3.new(80, 89.3000107, -31)
  2268. Part143.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2269. SpecialMesh144.Parent = Part143
  2270. SpecialMesh144.MeshType = Enum.MeshType.Wedge
  2271. Part145.Name = "Smooth Block Model"
  2272. Part145.Parent = Model0
  2273. Part145.BrickColor = BrickColor.new("Bright red")
  2274. Part145.Reflectance = 0.10000000149012
  2275. Part145.Transparency = 0.40000000596046
  2276. Part145.Rotation = Vector3.new(-180, 0, -180)
  2277. Part145.Size = Vector3.new(1, 1.20000005, 2)
  2278. Part145.CFrame = CFrame.new(75.5, 88.5000153, -31, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2279. Part145.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2280. Part145.Position = Vector3.new(75.5, 88.5000153, -31)
  2281. Part145.Orientation = Vector3.new(0, 180, 0)
  2282. Part145.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2283. Part146.Name = "Smooth Block Model"
  2284. Part146.Parent = Model0
  2285. Part146.BrickColor = BrickColor.new("Bright yellow")
  2286. Part146.Rotation = Vector3.new(0, 90, 0)
  2287. Part146.Size = Vector3.new(1, 1.20000005, 1)
  2288. Part146.CFrame = CFrame.new(81.5, 88.5000153, -31.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2289. Part146.BottomSurface = Enum.SurfaceType.Weld
  2290. Part146.TopSurface = Enum.SurfaceType.Smooth
  2291. Part146.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2292. Part146.Position = Vector3.new(81.5, 88.5000153, -31.5)
  2293. Part146.Orientation = Vector3.new(0, 90, 0)
  2294. Part146.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2295. SpecialMesh147.Parent = Part146
  2296. SpecialMesh147.MeshType = Enum.MeshType.Wedge
  2297. for i,v in pairs(mas:GetChildren()) do
  2298. v.Parent = game:GetService("Players").LocalPlayer.Character
  2299. pcall(function() v:MakeJoints() end)
  2300. end
  2301. mas:Destroy()
  2302. for i,v in pairs(cors) do
  2303. spawn(function()
  2304. pcall(v)
  2305. end)
  2306. end
  2307. wait(0.8)
  2308. for q,w in pairs(Part4.Parent:GetChildren()) do
  2309. if w.ClassName == "Part" then
  2310. w.Anchored = false
  2311. end
  2312. end
  2313. Part4:Destroy()
  2314. local oof = Instance.new("Sound", game.Players.LocalPlayer.Character)
  2315. oof.SoundId = "rbxassetid://958257111"
  2316. oof.Volume = 10
  2317. oof:Play()
  2318. for i = 0,1 , 0.03 do
  2319. headweld.C0 = headweld.C0:lerp(CFrame.new(0,1.5,0),i)
  2320. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.286090851, -0.451931, 1, 0, 0, 0, 0.427819133, -0.903864264, 0, 0.903864324, 0.427819163),i)
  2321. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.302461624, -0.459323883, 1, 0, 0, 0, 0.39507708, -0.918647885, 0, 0.918647945, 0.395077109),i)
  2322. game:GetService("RunService").RenderStepped:wait()
  2323. end
  2324. local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  2325. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  2326. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2327. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  2328. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  2329. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  2330. local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  2331. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  2332. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2333. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  2334. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  2335. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  2336. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  2337. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  2338. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2339. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  2340. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  2341. for i = 0,1 , 0.03 do
  2342. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.36252594, -0.344352722, 1, 0, 0, 0, 0.725045741, 0.688700736, 0, -0.688700736, 0.725045741),i)
  2343. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -0.239933014, -0.237548828, 1, 0, 0, 0, 0.70356828, 0.710627675, 0, -0.710627675, 0.70356828),i)
  2344. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.70974731, -0.704460144, 1, 0, 0, 0, 0.70974654, -0.704457045, 0, 0.704457104, 0.709746599),i)
  2345. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.70565796, -0.708557129, 1, 0, 0, 0, 0.70565784, -0.708552599, 0, 0.708552659, 0.705657899),i)
  2346. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.950016022, -0.217918396, 1, 0, 0, 0, -0.900032163, -0.435823351, 0, 0.435823381, -0.900032282),i)
  2347. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.949928284, -0.218093872, 1, 0, 0, 0, -0.899856925, -0.436185151, 0, 0.436185181, -0.899856925),i)
  2348. game:GetService("RunService").RenderStepped:wait()
  2349. end
  2350. game.Players.LocalPlayer.Character.Torso.CFrame = Part31.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  2351. wait(2)
  2352. for i = 0,1 , 0.03 do
  2353. headweld.C0 = headweld.C0:lerp(CFrame.new(0,1.5,0),i)
  2354. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  2355. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0),i)
  2356. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0),i)
  2357. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.286090851, -0.451931, 1, 0, 0, 0, 0.427819133, -0.903864264, 0, 0.903864324, 0.427819163),i)
  2358. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.302461624, -0.459323883, 1, 0, 0, 0, 0.39507708, -0.918647885, 0, 0.918647945, 0.395077109),i)
  2359. game:GetService("RunService").RenderStepped:wait()
  2360. end
  2361. game.Players.LocalPlayer.Character.Torso.CFrame = Part31.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  2362. wait(2)
  2363. local hit = Instance.new("Sound", game.Players.LocalPlayer.Character)
  2364. hit.SoundId = "rbxassetid://545219984"
  2365. hit.Volume = 3
  2366. for i = 1,70 do
  2367. for i = 0,1 , 0.03 do
  2368. headweld.C0 = headweld.C0:lerp(CFrame.new(0,1.5,0),i)
  2369. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  2370. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0),i)
  2371. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0),i)
  2372. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.286090851, -0.451931, 1, 0, 0, 0, 0.427819133, -0.903864264, 0, 0.903864324, 0.427819163),i)
  2373. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.302461624, -0.459323883, 1, 0, 0, 0, 0.39507708, -0.918647885, 0, 0.918647945, 0.395077109),i)
  2374. end
  2375. game:GetService("RunService").RenderStepped:wait()
  2376. hit:Play()
  2377. for i = 0,1 , 0.04 do
  2378. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0),i)
  2379. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.500227928, -0.951133728, 1, 0, 0, 0, -0.000239185974, -0.999999881, 0, 0.99999994, -0.000239185989),i)
  2380. end
  2381. game:GetService("RunService").RenderStepped:wait()
  2382. end
  2383. wait(0.3)
  2384. for i = 1,12 do
  2385. humanoidrootpart.C0 = CFrame.fromEulerAnglesXYZ(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  2386. game:GetService("RunService").RenderStepped:wait()
  2387. end
  2388. humanoidrootpart.C0 = CFrame.new(0,0,0)
  2389. game.Players.LocalPlayer.Character.Torso.CFrame = Part31.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  2390. wait(2.7)
  2391. for i,v in pairs(workspace:GetChildren()) do
  2392. if v.ClassName == "Model" then
  2393. local humanoid = v:findFirstChildOfClass("Humanoid")
  2394. if humanoid then
  2395. local isntr15 = v:findFirstChild("Torso")
  2396. if isntr15 then
  2397. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  2398. if leftshoulder then
  2399. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,-1.7)
  2400. end
  2401. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  2402. if rightshoulder then
  2403. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,1.7)
  2404. end
  2405. end
  2406. end
  2407. end
  2408. end
  2409. for i = 1,50 do
  2410. for i,v in pairs(workspace:GetChildren()) do
  2411. if v.ClassName == "Model" then
  2412. local humanoid = v:findFirstChildOfClass("Humanoid")
  2413. if humanoid then
  2414. local isntr15 = v:findFirstChild("Torso")
  2415. if isntr15 then
  2416. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  2417. if leftshoulder then
  2418. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(1,0,0)
  2419. end
  2420. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  2421. if rightshoulder then
  2422. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(1,0,0)
  2423. end
  2424. end
  2425. end
  2426. end
  2427. end
  2428. game:GetService("RunService").RenderStepped:wait()
  2429. for i,v in pairs(workspace:GetChildren()) do
  2430. if v.ClassName == "Model" then
  2431. local humanoid = v:findFirstChildOfClass("Humanoid")
  2432. if humanoid then
  2433. local isntr15 = v:findFirstChild("Torso")
  2434. if isntr15 then
  2435. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  2436. if leftshoulder then
  2437. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(-1,0,0)
  2438. end
  2439. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  2440. if rightshoulder then
  2441. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(-1,0,0)
  2442. end
  2443. end
  2444. end
  2445. end
  2446. end
  2447. game:GetService("RunService").RenderStepped:wait()
  2448. end
  2449. for i,v in pairs(workspace:GetChildren()) do
  2450. if v.ClassName == "Model" then
  2451. local humanoid = v:findFirstChildOfClass("Humanoid")
  2452. if humanoid then
  2453. local isntr15 = v:findFirstChild("Torso")
  2454. if isntr15 then
  2455. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  2456. if leftshoulder then
  2457. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,1.7)
  2458. end
  2459. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  2460. if rightshoulder then
  2461. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,-1.7)
  2462. end
  2463. end
  2464. end
  2465. end
  2466. end
  2467. wait(1.6)
  2468. for i = 1,110 do
  2469. for i,v in pairs(workspace:GetChildren()) do
  2470. if v.ClassName == "Model" then
  2471. local humanoid = v:findFirstChildOfClass("Humanoid")
  2472. if humanoid then
  2473. local isntr15 = v:findFirstChild("HumanoidRootPart")
  2474. if isntr15 and humanoid.Parent.Name ~= game.Players.LocalPlayer.Name then
  2475. local leftshoulder = isntr15:findFirstChild("RootJoint")
  2476. if leftshoulder then
  2477. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  2478. end
  2479. end
  2480. end
  2481. end
  2482. end
  2483. game:GetService("RunService").RenderStepped:wait()
  2484. end
  2485. for i,v in pairs(workspace:GetChildren()) do
  2486. if v.ClassName == "Model" then
  2487. local humanoid = v:findFirstChildOfClass("Humanoid")
  2488. if humanoid then
  2489. local isntr15 = v:findFirstChild("HumanoidRootPart")
  2490. if isntr15 and humanoid.Parent.Name ~= game.Players.LocalPlayer.Name then
  2491. local leftshoulder = isntr15:findFirstChild("RootJoint")
  2492. if leftshoulder then
  2493. leftshoulder.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2494. end
  2495. end
  2496. end
  2497. end
  2498. end
  2499. wait(3.5)
  2500. for i = 1,7 do
  2501. for i = 1,10 do
  2502. humanoidrootpart.C0 = humanoidrootpart.C0 * CFrame.new(0,0.3,0)
  2503. game:GetService("RunService").RenderStepped:wait()
  2504. end
  2505. for i = 1,10 do
  2506. humanoidrootpart.C0 = humanoidrootpart.C0 * CFrame.new(0,-0.3,0)
  2507. game:GetService("RunService").RenderStepped:wait()
  2508. end
  2509. end
  2510. for i = 1,12 do
  2511. humanoidrootpart.C0 = CFrame.fromEulerAnglesXYZ(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  2512. game:GetService("RunService").RenderStepped:wait()
  2513. end
  2514. game.Players.LocalPlayer.Character.Torso.CFrame = Part31.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  2515. for i = 0,1 , 0.03 do
  2516. headweld.C0 = headweld.C0:lerp(CFrame.new(0,1.5,0),i)
  2517. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  2518. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0),i)
  2519. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0),i)
  2520. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.286090851, -0.451931, 1, 0, 0, 0, 0.427819133, -0.903864264, 0, 0.903864324, 0.427819163),i)
  2521. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.302461624, -0.459323883, 1, 0, 0, 0, 0.39507708, -0.918647885, 0, 0.918647945, 0.395077109),i)
  2522. game:GetService("RunService").RenderStepped:wait()
  2523. end
  2524. game.Players.LocalPlayer.Character.Torso.CFrame = Part31.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  2525. wait(4.4)
  2526. for i = 1,3 do
  2527. humanoidrootpart.C0 = CFrame.fromEulerAnglesXYZ(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  2528. wait(0.2)
  2529. end
  2530. wait(0.2)
  2531. for i = 0,1 , 0.03 do
  2532. headweld.C0 = headweld.C0:lerp(CFrame.new(0,1.5,0),i)
  2533. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  2534. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0),i)
  2535. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0),i)
  2536. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.286090851, -0.451931, 1, 0, 0, 0, 0.427819133, -0.903864264, 0, 0.903864324, 0.427819163),i)
  2537. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.302461624, -0.459323883, 1, 0, 0, 0, 0.39507708, -0.918647885, 0, 0.918647945, 0.395077109),i)
  2538. end
  2539. for i,v in pairs(workspace:GetChildren()) do
  2540. if v.ClassName == "Model" then
  2541. local humanoid = v:findFirstChildOfClass("Humanoid")
  2542. if humanoid then
  2543. local isntr15 = v:findFirstChild("Torso")
  2544. if isntr15 then
  2545. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  2546. if leftshoulder then
  2547. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,-1.7)
  2548. end
  2549. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  2550. if rightshoulder then
  2551. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,1.7)
  2552. end
  2553. end
  2554. end
  2555. end
  2556. end
  2557. for i = 1,55 do
  2558. for i,v in pairs(workspace:GetChildren()) do
  2559. if v.ClassName == "Model" then
  2560. local humanoid = v:findFirstChildOfClass("Humanoid")
  2561. if humanoid then
  2562. local isntr15 = v:findFirstChild("Torso")
  2563. if isntr15 then
  2564. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  2565. if leftshoulder then
  2566. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(1,0,0)
  2567. end
  2568. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  2569. if rightshoulder then
  2570. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(1,0,0)
  2571. end
  2572. end
  2573. end
  2574. end
  2575. end
  2576. game:GetService("RunService").RenderStepped:wait()
  2577. for i,v in pairs(workspace:GetChildren()) do
  2578. if v.ClassName == "Model" then
  2579. local humanoid = v:findFirstChildOfClass("Humanoid")
  2580. if humanoid then
  2581. local isntr15 = v:findFirstChild("Torso")
  2582. if isntr15 then
  2583. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  2584. if leftshoulder then
  2585. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(-1,0,0)
  2586. end
  2587. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  2588. if rightshoulder then
  2589. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(-1,0,0)
  2590. end
  2591. end
  2592. end
  2593. end
  2594. end
  2595. game:GetService("RunService").RenderStepped:wait()
  2596. end
  2597. for i,v in pairs(workspace:GetChildren()) do
  2598. if v.ClassName == "Model" then
  2599. local humanoid = v:findFirstChildOfClass("Humanoid")
  2600. if humanoid then
  2601. local isntr15 = v:findFirstChild("Torso")
  2602. if isntr15 then
  2603. local leftshoulder = isntr15:findFirstChild("Left Shoulder")
  2604. if leftshoulder then
  2605. leftshoulder.C0 = leftshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,1.7)
  2606. end
  2607. local rightshoulder = isntr15:findFirstChild("Right Shoulder")
  2608. if rightshoulder then
  2609. rightshoulder.C0 = rightshoulder.C0 * CFrame.fromEulerAnglesXYZ(0,0,-1.7)
  2610. end
  2611. end
  2612. end
  2613. end
  2614. end
  2615. wait(2.5)
  2616. for i = 0,0.3 , 0.002 do
  2617. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.fromEulerAnglesXYZ(0,0,math.pi/2),i)
  2618. game:GetService("RunService").RenderStepped:wait()
  2619. end
  2620. for i = 0,0.3 , 0.002 do
  2621. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  2622. game:GetService("RunService").RenderStepped:wait()
  2623. end
  2624. game.Players.LocalPlayer.Character.Torso.CFrame = Part31.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  2625. print("h")
  2626. for i = 1,8 do
  2627. humanoidrootpart.C0 = CFrame.fromEulerAnglesXYZ(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  2628. wait(0.2)
  2629. end
  2630. for i = 1,3 do
  2631. humanoidrootpart.C0 = CFrame.fromEulerAnglesXYZ(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  2632. wait(0.15)
  2633. end
  2634. wait(2)
  2635. for i = 0,0.3 , 0.002 do
  2636. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.fromEulerAnglesXYZ(0,0,0),i)
  2637. game:GetService("RunService").RenderStepped:wait()
  2638. end
  2639. game.Players.LocalPlayer.Character.Torso.CFrame = Part31.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  2640. wait(5.3)
  2641. while game:GetService("RunService").RenderStepped:wait() do
  2642. humanoidrootpart.C0 = CFrame.new(0,0,0) * CFrame.new(math.random(-1,1)/20,math.random(-1,1)/20,math.random(-1,1)/20)
  2643. end
Add Comment
Please, Sign In to add comment