sIendytubble

unstoppablelucc

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