Advertisement
Void_scripter0

Map

Feb 3rd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 101.27 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 | Showcase by Bacon Hair!")
  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()}
  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. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) 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 self[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. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126.  
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144. local player = game.Players.LocalPlayer
  145. local char = player.Character
  146. local matteobasev1 = Instance.new("Model", workspace)
  147. matteobasev1.Name = "matteobasev1"
  148.  
  149. local spawnlocation = Instance.new("SpawnLocation", matteobasev1)
  150. spawnlocation.Anchored = true
  151. spawnlocation.Friction = 0.3
  152. spawnlocation.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  153. spawnlocation.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  154. spawnlocation.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  155. spawnlocation.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  156. spawnlocation.Size = Vector3.new(6, 1.2, 6)
  157. spawnlocation.Locked = true
  158. spawnlocation.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  159. spawnlocation.CFrame = CFrame.new(-743, 385.6, -1078)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  160. spawnlocation.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  161.  
  162. bench = Instance.new("Model", matteobasev1)
  163. bench.Name = "Bench"
  164.  
  165. part = Instance.new("Part", bench)
  166. part.TopSurface = Enum.SurfaceType.Smooth
  167. part.Reflectance = 0.1
  168. part.Anchored = true
  169. part.Size = Vector3.new(1, 1.2, 1)
  170. part.Locked = true
  171. part.CFrame = CFrame.new(-785.559, 385.6, -1166.144)* CFrame.Angles(-0, -1.5687247514725, -0)
  172. part.BrickColor = BrickColor.new("Dark stone grey")
  173. part.Friction = 0.3
  174. part.BottomSurface = Enum.SurfaceType.Smooth
  175.  
  176. part_2 = Instance.new("Part", bench)
  177. part_2.FormFactor = Enum.FormFactor.Custom
  178. part_2.TopSurface = Enum.SurfaceType.Smooth
  179. part_2.Reflectance = 0.1
  180. part_2.Anchored = true
  181. part_2.Size = Vector3.new(8, 0.2, 0.6)
  182. part_2.Locked = true
  183. part_2.CFrame = CFrame.new(-785.759, 386.3, -1162.644)* CFrame.Angles(-0, -1.5687247514725, -0)
  184. part_2.BrickColor = BrickColor.new("Nougat")
  185. part_2.Friction = 0.3
  186. part_2.BottomSurface = Enum.SurfaceType.Smooth
  187.  
  188. part_3 = Instance.new("Part", bench)
  189. part_3.FormFactor = Enum.FormFactor.Custom
  190. part_3.TopSurface = Enum.SurfaceType.Smooth
  191. part_3.Reflectance = 0.1
  192. part_3.Anchored = true
  193. part_3.Size = Vector3.new(8, 0.2, 0.6)
  194. part_3.Locked = true
  195. part_3.CFrame = CFrame.new(-784.759, 386.3, -1162.644)* CFrame.Angles(-0, -1.5687247514725, -0)
  196. part_3.BrickColor = BrickColor.new("Nougat")
  197. part_3.Friction = 0.3
  198. part_3.BottomSurface = Enum.SurfaceType.Smooth
  199.  
  200. part_4 = Instance.new("Part", bench)
  201. part_4.TopSurface = Enum.SurfaceType.Smooth
  202. part_4.Reflectance = 0.1
  203. part_4.Anchored = true
  204. part_4.Size = Vector3.new(1, 1.2, 1)
  205. part_4.Locked = true
  206. part_4.CFrame = CFrame.new(-785.559, 385.6, -1159.144)* CFrame.Angles(-0, -1.5687247514725, -0)
  207. part_4.BrickColor = BrickColor.new("Dark stone grey")
  208. part_4.Friction = 0.3
  209. part_4.BottomSurface = Enum.SurfaceType.Smooth
  210.  
  211. part_5 = Instance.new("Part", bench)
  212. part_5.FormFactor = Enum.FormFactor.Custom
  213. part_5.TopSurface = Enum.SurfaceType.Smooth
  214. part_5.Reflectance = 0.1
  215. part_5.Anchored = true
  216. part_5.Size = Vector3.new(8, 0.2, 0.6)
  217. part_5.Locked = true
  218. part_5.CFrame = CFrame.new(-783.759, 386.3, -1162.644)* CFrame.Angles(-0, -1.5687247514725, -0)
  219. part_5.BrickColor = BrickColor.new("Nougat")
  220. part_5.Friction = 0.3
  221. part_5.BottomSurface = Enum.SurfaceType.Smooth
  222.  
  223. part_6 = Instance.new("Part", bench)
  224. part_6.FormFactor = Enum.FormFactor.Custom
  225. part_6.TopSurface = Enum.SurfaceType.Smooth
  226. part_6.Reflectance = 0.1
  227. part_6.Anchored = true
  228. part_6.Size = Vector3.new(1, 1.2, 1)
  229. part_6.Locked = true
  230. part_6.CFrame = CFrame.new(-783.359, 385.6, -1166.144)* CFrame.Angles(-0, -1.5687247514725, -0)
  231. part_6.BrickColor = BrickColor.new("Dark stone grey")
  232. part_6.Friction = 0.3
  233. part_6.BottomSurface = Enum.SurfaceType.Smooth
  234.  
  235. part_7 = Instance.new("Part", bench)
  236. part_7.TopSurface = Enum.SurfaceType.Smooth
  237. part_7.Reflectance = 0.1
  238. part_7.Anchored = true
  239. part_7.Size = Vector3.new(1, 1.2, 1)
  240. part_7.Locked = true
  241. part_7.CFrame = CFrame.new(-783.559, 385.6, -1159.144)* CFrame.Angles(-0, -1.5687247514725, -0)
  242. part_7.BrickColor = BrickColor.new("Dark stone grey")
  243. part_7.Friction = 0.3
  244. part_7.BottomSurface = Enum.SurfaceType.Smooth
  245.  
  246. part_8 = Instance.new("Part", bench)
  247. part_8.FormFactor = Enum.FormFactor.Custom
  248. part_8.TopSurface = Enum.SurfaceType.Smooth
  249. part_8.Reflectance = 0.1
  250. part_8.Anchored = true
  251. part_8.Size = Vector3.new(8, 0.2, 0.6)
  252. part_8.Locked = true
  253. part_8.CFrame = CFrame.new(-783.159, 386.7, -1162.644)* CFrame.Angles(1.5707963705063, -0.26179873943329, 1.5707963705063)
  254. part_8.BrickColor = BrickColor.new("Nougat")
  255. part_8.Friction = 0.3
  256. part_8.BottomSurface = Enum.SurfaceType.Smooth
  257.  
  258. part_9 = Instance.new("Part", bench)
  259. part_9.FormFactor = Enum.FormFactor.Custom
  260. part_9.TopSurface = Enum.SurfaceType.Smooth
  261. part_9.Reflectance = 0.1
  262. part_9.Anchored = true
  263. part_9.Size = Vector3.new(8, 0.2, 0.6)
  264. part_9.Locked = true
  265. part_9.CFrame = CFrame.new(-782.959, 387.5, -1162.644)* CFrame.Angles(1.5707963705063, -0.26179873943329, 1.5707963705063)
  266. part_9.BrickColor = BrickColor.new("Nougat")
  267. part_9.Friction = 0.3
  268. part_9.BottomSurface = Enum.SurfaceType.Smooth
  269.  
  270. part_10 = Instance.new("Part", bench)
  271. part_10.FormFactor = Enum.FormFactor.Custom
  272. part_10.TopSurface = Enum.SurfaceType.Smooth
  273. part_10.Reflectance = 0.1
  274. part_10.Anchored = true
  275. part_10.Size = Vector3.new(8, 0.2, 0.6)
  276. part_10.Locked = true
  277. part_10.CFrame = CFrame.new(-782.759, 388.4, -1162.644)* CFrame.Angles(1.5707963705063, -0.26179873943329, 1.5707963705063)
  278. part_10.BrickColor = BrickColor.new("Nougat")
  279. part_10.Friction = 0.3
  280. part_10.BottomSurface = Enum.SurfaceType.Smooth
  281.  
  282. seat = Instance.new("Seat", bench)
  283. seat.Anchored = true
  284. seat.Friction = 0.3
  285. seat.BottomSurface = Enum.SurfaceType.Smooth
  286. seat.TopSurface = Enum.SurfaceType.Smooth
  287. seat.Transparency = 1
  288. seat.FormFactor = Enum.FormFactor.Symmetric
  289. seat.BrickColor = BrickColor.new("Black")
  290. seat.Size = Vector3.new(4, 1, 2)
  291. seat.Locked = true
  292. seat.CFrame = CFrame.new(-784.659, 385.9, -1162.744)* CFrame.Angles(-0, 1.5687537193298, -0)
  293.  
  294. bench_2 = Instance.new("Model", matteobasev1)
  295. bench_2.Name = "Bench"
  296.  
  297. part_11 = Instance.new("Part", bench_2)
  298. part_11.TopSurface = Enum.SurfaceType.Smooth
  299. part_11.Reflectance = 0.1
  300. part_11.Anchored = true
  301. part_11.Size = Vector3.new(1, 1.2, 1)
  302. part_11.Locked = true
  303. part_11.CFrame = CFrame.new(-802.775, 385.6, -1159.144)* CFrame.Angles(-0, 1.5704510211945, -0)
  304. part_11.BrickColor = BrickColor.new("Dark stone grey")
  305. part_11.Friction = 0.3
  306. part_11.BottomSurface = Enum.SurfaceType.Smooth
  307.  
  308. part_12 = Instance.new("Part", bench_2)
  309. part_12.FormFactor = Enum.FormFactor.Custom
  310. part_12.TopSurface = Enum.SurfaceType.Smooth
  311. part_12.Reflectance = 0.1
  312. part_12.Anchored = true
  313. part_12.Size = Vector3.new(8, 0.2, 0.6)
  314. part_12.Locked = true
  315. part_12.CFrame = CFrame.new(-802.575, 386.3, -1162.644)* CFrame.Angles(-0, 1.5704510211945, -0)
  316. part_12.BrickColor = BrickColor.new("Nougat")
  317. part_12.Friction = 0.3
  318. part_12.BottomSurface = Enum.SurfaceType.Smooth
  319.  
  320. part_13 = Instance.new("Part", bench_2)
  321. part_13.FormFactor = Enum.FormFactor.Custom
  322. part_13.TopSurface = Enum.SurfaceType.Smooth
  323. part_13.Reflectance = 0.1
  324. part_13.Anchored = true
  325. part_13.Size = Vector3.new(8, 0.2, 0.6)
  326. part_13.Locked = true
  327. part_13.CFrame = CFrame.new(-803.575, 386.3, -1162.644)* CFrame.Angles(-0, 1.5704510211945, -0)
  328. part_13.BrickColor = BrickColor.new("Nougat")
  329. part_13.Friction = 0.3
  330. part_13.BottomSurface = Enum.SurfaceType.Smooth
  331.  
  332. part_14 = Instance.new("Part", bench_2)
  333. part_14.TopSurface = Enum.SurfaceType.Smooth
  334. part_14.Reflectance = 0.1
  335. part_14.Anchored = true
  336. part_14.Size = Vector3.new(1, 1.2, 1)
  337. part_14.Locked = true
  338. part_14.CFrame = CFrame.new(-802.775, 385.6, -1166.144)* CFrame.Angles(-0, 1.5704510211945, -0)
  339. part_14.BrickColor = BrickColor.new("Dark stone grey")
  340. part_14.Friction = 0.3
  341. part_14.BottomSurface = Enum.SurfaceType.Smooth
  342.  
  343. part_15 = Instance.new("Part", bench_2)
  344. part_15.FormFactor = Enum.FormFactor.Custom
  345. part_15.TopSurface = Enum.SurfaceType.Smooth
  346. part_15.Reflectance = 0.1
  347. part_15.Anchored = true
  348. part_15.Size = Vector3.new(8, 0.2, 0.6)
  349. part_15.Locked = true
  350. part_15.CFrame = CFrame.new(-804.575, 386.3, -1162.644)* CFrame.Angles(-0, 1.5704510211945, -0)
  351. part_15.BrickColor = BrickColor.new("Nougat")
  352. part_15.Friction = 0.3
  353. part_15.BottomSurface = Enum.SurfaceType.Smooth
  354.  
  355. part_16 = Instance.new("Part", bench_2)
  356. part_16.FormFactor = Enum.FormFactor.Custom
  357. part_16.TopSurface = Enum.SurfaceType.Smooth
  358. part_16.Reflectance = 0.1
  359. part_16.Anchored = true
  360. part_16.Size = Vector3.new(1, 1.2, 1)
  361. part_16.Locked = true
  362. part_16.CFrame = CFrame.new(-804.975, 385.6, -1159.144)* CFrame.Angles(-0, 1.5704510211945, -0)
  363. part_16.BrickColor = BrickColor.new("Dark stone grey")
  364. part_16.Friction = 0.3
  365. part_16.BottomSurface = Enum.SurfaceType.Smooth
  366.  
  367. part_17 = Instance.new("Part", bench_2)
  368. part_17.TopSurface = Enum.SurfaceType.Smooth
  369. part_17.Reflectance = 0.1
  370. part_17.Anchored = true
  371. part_17.Size = Vector3.new(1, 1.2, 1)
  372. part_17.Locked = true
  373. part_17.CFrame = CFrame.new(-804.775, 385.6, -1166.144)* CFrame.Angles(-0, 1.5704510211945, -0)
  374. part_17.BrickColor = BrickColor.new("Dark stone grey")
  375. part_17.Friction = 0.3
  376. part_17.BottomSurface = Enum.SurfaceType.Smooth
  377.  
  378. part_18 = Instance.new("Part", bench_2)
  379. part_18.FormFactor = Enum.FormFactor.Custom
  380. part_18.TopSurface = Enum.SurfaceType.Smooth
  381. part_18.Reflectance = 0.1
  382. part_18.Anchored = true
  383. part_18.Size = Vector3.new(8, 0.2, 0.6)
  384. part_18.Locked = true
  385. part_18.CFrame = CFrame.new(-805.175, 386.7, -1162.644)* CFrame.Angles(1.5707963705063, 0.26179930567741, -1.5707963705063)
  386. part_18.BrickColor = BrickColor.new("Nougat")
  387. part_18.Friction = 0.3
  388. part_18.BottomSurface = Enum.SurfaceType.Smooth
  389.  
  390. part_19 = Instance.new("Part", bench_2)
  391. part_19.FormFactor = Enum.FormFactor.Custom
  392. part_19.TopSurface = Enum.SurfaceType.Smooth
  393. part_19.Reflectance = 0.1
  394. part_19.Anchored = true
  395. part_19.Size = Vector3.new(8, 0.2, 0.6)
  396. part_19.Locked = true
  397. part_19.CFrame = CFrame.new(-805.375, 387.5, -1162.644)* CFrame.Angles(1.5707963705063, 0.26179930567741, -1.5707963705063)
  398. part_19.BrickColor = BrickColor.new("Nougat")
  399. part_19.Friction = 0.3
  400. part_19.BottomSurface = Enum.SurfaceType.Smooth
  401.  
  402. part_20 = Instance.new("Part", bench_2)
  403. part_20.FormFactor = Enum.FormFactor.Custom
  404. part_20.TopSurface = Enum.SurfaceType.Smooth
  405. part_20.Reflectance = 0.1
  406. part_20.Anchored = true
  407. part_20.Size = Vector3.new(8, 0.2, 0.6)
  408. part_20.Locked = true
  409. part_20.CFrame = CFrame.new(-805.575, 388.4, -1162.644)* CFrame.Angles(1.5707963705063, 0.26179930567741, -1.5707963705063)
  410. part_20.BrickColor = BrickColor.new("Nougat")
  411. part_20.Friction = 0.3
  412. part_20.BottomSurface = Enum.SurfaceType.Smooth
  413.  
  414. seat_2 = Instance.new("Seat", bench_2)
  415. seat_2.Anchored = true
  416. seat_2.Friction = 0.3
  417. seat_2.BottomSurface = Enum.SurfaceType.Smooth
  418. seat_2.TopSurface = Enum.SurfaceType.Smooth
  419. seat_2.Transparency = 1
  420. seat_2.FormFactor = Enum.FormFactor.Symmetric
  421. seat_2.BrickColor = BrickColor.new("Black")
  422. seat_2.Size = Vector3.new(4, 1, 2)
  423. seat_2.Locked = true
  424. seat_2.CFrame = CFrame.new(-803.675, 385.9, -1162.544)* CFrame.Angles(-0, -1.5707963705063, 0)
  425.  
  426. hot_dog_stand = Instance.new("Model", matteobasev1)
  427. hot_dog_stand.Name = "Hot Dog Stand"
  428.  
  429. part_21 = Instance.new("Part", hot_dog_stand)
  430. part_21.FormFactor = Enum.FormFactor.Symmetric
  431. part_21.TopSurface = Enum.SurfaceType.Smooth
  432. part_21.Anchored = true
  433. part_21.Size = Vector3.new(1, 1, 1)
  434. part_21.Locked = true
  435. part_21.CFrame = CFrame.new(-751.667, 389.3, -1160.943)* CFrame.Angles(1.5707963705063, -3.576267090466e-006, 7.9580878562316e-013)
  436. part_21.BrickColor = BrickColor.new("Brick yellow")
  437. part_21.Friction = 0.3
  438. part_21.BottomSurface = Enum.SurfaceType.Smooth
  439.  
  440. mesh = Instance.new("SpecialMesh", part_21)
  441. mesh.Scale = Vector3.new(0.5, 2, 0.5)
  442.  
  443. decal = Instance.new("Decal", part_21)
  444. decal.Texture = "http://www.roblox.com/asset/?id=12722072"
  445.  
  446. part_22 = Instance.new("Part", hot_dog_stand)
  447. part_22.FormFactor = Enum.FormFactor.Symmetric
  448. part_22.TopSurface = Enum.SurfaceType.Smooth
  449. part_22.Anchored = true
  450. part_22.Size = Vector3.new(1, 1, 1)
  451. part_22.Locked = true
  452. part_22.CFrame = CFrame.new(-752.667, 389.3, -1163.943)* CFrame.Angles(1.5707963705063, -3.576267090466e-006, -1.5707963705063)
  453. part_22.BrickColor = BrickColor.new("Institutional white")
  454. part_22.Friction = 0.3
  455. part_22.BottomSurface = Enum.SurfaceType.Smooth
  456.  
  457. mesh_2 = Instance.new("SpecialMesh", part_22)
  458. mesh_2.Scale = Vector3.new(0.5, 2, 0.5)
  459.  
  460. part_23 = Instance.new("Part", hot_dog_stand)
  461. part_23.FormFactor = Enum.FormFactor.Symmetric
  462. part_23.TopSurface = Enum.SurfaceType.Smooth
  463. part_23.Anchored = true
  464. part_23.Size = Vector3.new(1, 1, 1)
  465. part_23.Locked = true
  466. part_23.CFrame = CFrame.new(-752.667, 389.3, -1162.943)* CFrame.Angles(1.5707963705063, -3.576267090466e-006, -1.5707963705063)
  467. part_23.BrickColor = BrickColor.new("Institutional white")
  468. part_23.Friction = 0.3
  469. part_23.BottomSurface = Enum.SurfaceType.Smooth
  470.  
  471. mesh_3 = Instance.new("SpecialMesh", part_23)
  472. mesh_3.Scale = Vector3.new(0.5, 2, 0.5)
  473.  
  474. part_24 = Instance.new("Part", hot_dog_stand)
  475. part_24.FormFactor = Enum.FormFactor.Symmetric
  476. part_24.TopSurface = Enum.SurfaceType.Smooth
  477. part_24.Anchored = true
  478. part_24.Size = Vector3.new(1, 1, 1)
  479. part_24.Locked = true
  480. part_24.CFrame = CFrame.new(-752.667, 389.3, -1160.943)* CFrame.Angles(1.5707963705063, -3.576267090466e-006, 7.9580878562316e-013)
  481. part_24.BrickColor = BrickColor.new("Brick yellow")
  482. part_24.Friction = 0.3
  483. part_24.BottomSurface = Enum.SurfaceType.Smooth
  484.  
  485. mesh_4 = Instance.new("SpecialMesh", part_24)
  486. mesh_4.Scale = Vector3.new(0.5, 2, 0.5)
  487.  
  488. decal_2 = Instance.new("Decal", part_24)
  489. decal_2.Texture = "http://www.roblox.com/asset/?id=12722072"
  490.  
  491. part_25 = Instance.new("Part", hot_dog_stand)
  492. part_25.FormFactor = Enum.FormFactor.Symmetric
  493. part_25.TopSurface = Enum.SurfaceType.Smooth
  494. part_25.Anchored = true
  495. part_25.Size = Vector3.new(1, 1, 1)
  496. part_25.Locked = true
  497. part_25.CFrame = CFrame.new(-753.667, 389.3, -1160.943)* CFrame.Angles(1.5707963705063, -3.576267090466e-006, 7.9580878562316e-013)
  498. part_25.BrickColor = BrickColor.new("Brick yellow")
  499. part_25.Friction = 0.3
  500. part_25.BottomSurface = Enum.SurfaceType.Smooth
  501.  
  502. mesh_5 = Instance.new("SpecialMesh", part_25)
  503. mesh_5.Scale = Vector3.new(0.5, 2, 0.5)
  504.  
  505. decal_3 = Instance.new("Decal", part_25)
  506. decal_3.Texture = "http://www.roblox.com/asset/?id=12722072"
  507.  
  508. h2 = Instance.new("Model", hot_dog_stand)
  509. h2.Name = "H2"
  510.  
  511. pole = Instance.new("Part", h2)
  512. pole.FormFactor = Enum.FormFactor.Plate
  513. pole.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  514. pole.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  515. pole.Anchored = true
  516. pole.Material = Enum.Material.Concrete
  517. pole.Size = Vector3.new(1, 1.2, 1)
  518. pole.Name = "Pole"
  519. pole.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  520. pole.Locked = true
  521. pole.CFrame = CFrame.new(-748.812, 394.211, -1156.943)* CFrame.Angles(3.1415927410126, 3.5414160493019e-008, 2.6005439758301)
  522. pole.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  523. pole.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  524. pole.BrickColor = BrickColor.new("Dark stone grey")
  525. pole.Friction = 0.3
  526. pole.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  527.  
  528. mesh_6 = Instance.new("CylinderMesh", pole)
  529. mesh_6.Scale = Vector3.new(1, 1, 0.5)
  530.  
  531. cloth = Instance.new("Part", h2)
  532. cloth.FormFactor = Enum.FormFactor.Plate
  533. cloth.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  534. cloth.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  535. cloth.Anchored = true
  536. cloth.Size = Vector3.new(7, 0.4, 2)
  537. cloth.Name = "Cloth"
  538. cloth.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  539. cloth.Locked = true
  540. cloth.CFrame = CFrame.new(-749.591, 395, -1157.443)* CFrame.Angles(-7.8051535012946e-008, 6.4592541093589e-008, 2.5481772422791)
  541. cloth.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  542. cloth.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  543. cloth.BrickColor = BrickColor.new("Bright red")
  544. cloth.Friction = 0.3
  545. cloth.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  546.  
  547. metal = Instance.new("Part", h2)
  548. metal.FormFactor = Enum.FormFactor.Plate
  549. metal.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  550. metal.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  551. metal.Reflectance = 0.2
  552. metal.Anchored = true
  553. metal.Size = Vector3.new(4, 2.4, 2)
  554. metal.Name = "Metal"
  555. metal.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  556. metal.Locked = true
  557. metal.CFrame = CFrame.new(-752.167, 389.9, -1157.443)* CFrame.Angles(-3.1415927410126, 7.9580786405131e-013, -3.1415891647339)
  558. metal.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  559. metal.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  560. metal.BrickColor = BrickColor.new("Light stone grey")
  561. metal.Friction = 0.3
  562. metal.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  563.  
  564. cloth_2 = Instance.new("Part", h2)
  565. cloth_2.FormFactor = Enum.FormFactor.Plate
  566. cloth_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  567. cloth_2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  568. cloth_2.Anchored = true
  569. cloth_2.Size = Vector3.new(7, 0.4, 2)
  570. cloth_2.Name = "Cloth"
  571. cloth_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  572. cloth_2.Locked = true
  573. cloth_2.CFrame = CFrame.new(-749.568, 394.932, -1159.343)* CFrame.Angles(-4.4720483316496e-008, 1.1400754829083e-007, -0.59341549873352)
  574. cloth_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  575. cloth_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  576. cloth_2.BrickColor = BrickColor.new("Bright yellow")
  577. cloth_2.Friction = 0.3
  578. cloth_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  579.  
  580. pole_2 = Instance.new("Part", h2)
  581. pole_2.FormFactor = Enum.FormFactor.Plate
  582. pole_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  583. pole_2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  584. pole_2.Anchored = true
  585. pole_2.Material = Enum.Material.Concrete
  586. pole_2.Size = Vector3.new(1, 0.8, 1)
  587. pole_2.Name = "Pole"
  588. pole_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  589. pole_2.Locked = true
  590. pole_2.CFrame = CFrame.new(-749.095, 388.394, -1156.943)* CFrame.Angles(-8.7251814662181e-009, 4.8164793042815e-008, -0.78540223836899)
  591. pole_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  592. pole_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  593. pole_2.BrickColor = BrickColor.new("Dark stone grey")
  594. pole_2.Friction = 0.3
  595. pole_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  596.  
  597. mesh_7 = Instance.new("CylinderMesh", pole_2)
  598. mesh_7.Scale = Vector3.new(1, 1, 0.5)
  599.  
  600. pole_3 = Instance.new("Part", h2)
  601. pole_3.FormFactor = Enum.FormFactor.Plate
  602. pole_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  603. pole_3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  604. pole_3.Anchored = true
  605. pole_3.Material = Enum.Material.Concrete
  606. pole_3.Size = Vector3.new(1, 0.8, 1)
  607. pole_3.Name = "Pole"
  608. pole_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  609. pole_3.Locked = true
  610. pole_3.CFrame = CFrame.new(-755.367, 388.41, -1156.943)* CFrame.Angles(3.141592502594, 3.6129819136477e-008, 2.3561980724335)
  611. pole_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  612. pole_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  613. pole_3.BrickColor = BrickColor.new("Dark stone grey")
  614. pole_3.Friction = 0.3
  615. pole_3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  616.  
  617. mesh_8 = Instance.new("CylinderMesh", pole_3)
  618. mesh_8.Scale = Vector3.new(1, 1, 0.5)
  619.  
  620. cloth_3 = Instance.new("Part", h2)
  621. cloth_3.FormFactor = Enum.FormFactor.Plate
  622. cloth_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  623. cloth_3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  624. cloth_3.Anchored = true
  625. cloth_3.Size = Vector3.new(7, 0.4, 2)
  626. cloth_3.Name = "Cloth"
  627. cloth_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  628. cloth_3.Locked = true
  629. cloth_3.CFrame = CFrame.new(-755.122, 394.976, -1159.343)* CFrame.Angles(-1.4296095862676e-008, 6.553705134138e-009, -2.5481841564178)
  630. cloth_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  631. cloth_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  632. cloth_3.BrickColor = BrickColor.new("Bright yellow")
  633. cloth_3.Friction = 0.3
  634. cloth_3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  635.  
  636. pole_4 = Instance.new("Part", h2)
  637. pole_4.FormFactor = Enum.FormFactor.Plate
  638. pole_4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  639. pole_4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  640. pole_4.Anchored = true
  641. pole_4.Material = Enum.Material.Concrete
  642. pole_4.Size = Vector3.new(1, 1.2, 1)
  643. pole_4.Name = "Pole"
  644. pole_4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  645. pole_4.Locked = true
  646. pole_4.CFrame = CFrame.new(-755.558, 394.236, -1156.943)* CFrame.Angles(3.141592502594, -6.1726979083687e-008, -2.6005368232727)
  647. pole_4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  648. pole_4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  649. pole_4.BrickColor = BrickColor.new("Dark stone grey")
  650. pole_4.Friction = 0.3
  651. pole_4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  652.  
  653. mesh_9 = Instance.new("CylinderMesh", pole_4)
  654. mesh_9.Scale = Vector3.new(1, 1, 0.5)
  655.  
  656. metal_2 = Instance.new("Part", h2)
  657. metal_2.FormFactor = Enum.FormFactor.Plate
  658. metal_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  659. metal_2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  660. metal_2.Reflectance = 0.2
  661. metal_2.Anchored = true
  662. metal_2.Size = Vector3.new(6, 2, 4)
  663. metal_2.Name = "Metal"
  664. metal_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  665. metal_2.Locked = true
  666. metal_2.CFrame = CFrame.new(-752.167, 387.5, -1158.443)* CFrame.Angles(-3.1415927410126, 7.9580786405131e-013, -3.1415891647339)
  667. metal_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  668. metal_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  669. metal_2.Friction = 0.3
  670. metal_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  671.  
  672. metal_3 = Instance.new("Part", h2)
  673. metal_3.FormFactor = Enum.FormFactor.Symmetric
  674. metal_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  675. metal_3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  676. metal_3.Reflectance = 0.2
  677. metal_3.Anchored = true
  678. metal_3.Size = Vector3.new(1, 1, 1)
  679. metal_3.Name = "Metal"
  680. metal_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  681. metal_3.Locked = true
  682. metal_3.CFrame = CFrame.new(-752.067, 385.41, -1157.743)* CFrame.Angles(3.141592502594, 4.8316906031687e-013, -3.1415891647339)
  683. metal_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  684. metal_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  685. metal_3.BrickColor = BrickColor.new("Really black")
  686. metal_3.Friction = 0.3
  687. metal_3.Shape = Enum.PartType.Cylinder
  688. metal_3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  689.  
  690. metal_4 = Instance.new("Part", h2)
  691. metal_4.FormFactor = Enum.FormFactor.Plate
  692. metal_4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  693. metal_4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  694. metal_4.Reflectance = 0.2
  695. metal_4.Anchored = true
  696. metal_4.Size = Vector3.new(1, 0.4, 1)
  697. metal_4.Name = "Metal"
  698. metal_4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  699. metal_4.Locked = true
  700. metal_4.CFrame = CFrame.new(-751.967, 386.11, -1157.743)* CFrame.Angles(-1.5707963705063, 3.6954766073904e-006, -3.1415917873383)
  701. metal_4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  702. metal_4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  703. metal_4.Friction = 0.3
  704. metal_4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  705.  
  706. metal_5 = Instance.new("Part", h2)
  707. metal_5.FormFactor = Enum.FormFactor.Plate
  708. metal_5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  709. metal_5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  710. metal_5.Reflectance = 0.2
  711. metal_5.Anchored = true
  712. metal_5.Size = Vector3.new(6, 0.4, 5)
  713. metal_5.Name = "Metal"
  714. metal_5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  715. metal_5.Locked = true
  716. metal_5.CFrame = CFrame.new(-752.167, 388.6, -1158.943)* CFrame.Angles(-3.1415927410126, 7.9580786405131e-013, -3.1415891647339)
  717. metal_5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  718. metal_5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  719. metal_5.Friction = 0.3
  720. metal_5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  721.  
  722. cloth_4 = Instance.new("Part", h2)
  723. cloth_4.FormFactor = Enum.FormFactor.Plate
  724. cloth_4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  725. cloth_4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  726. cloth_4.Anchored = true
  727. cloth_4.Size = Vector3.new(7, 0.4, 2)
  728. cloth_4.Name = "Cloth"
  729. cloth_4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  730. cloth_4.Locked = true
  731. cloth_4.CFrame = CFrame.new(-755.123, 394.976, -1157.443)* CFrame.Angles(-3.0961444963395e-008, 3.1261436106433e-008, -2.5481841564178)
  732. cloth_4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  733. cloth_4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  734. cloth_4.BrickColor = BrickColor.new("Bright red")
  735. cloth_4.Friction = 0.3
  736. cloth_4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  737.  
  738. cloth_5 = Instance.new("Part", h2)
  739. cloth_5.FormFactor = Enum.FormFactor.Plate
  740. cloth_5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  741. cloth_5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  742. cloth_5.Anchored = true
  743. cloth_5.Size = Vector3.new(7, 0.4, 2)
  744. cloth_5.Name = "Cloth"
  745. cloth_5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  746. cloth_5.Locked = true
  747. cloth_5.CFrame = CFrame.new(-755.123, 394.976, -1161.243)* CFrame.Angles(-2.9799616996229e-008, -1.8364576703789e-007, -2.5481843948364)
  748. cloth_5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  749. cloth_5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  750. cloth_5.BrickColor = BrickColor.new("Bright red")
  751. cloth_5.Friction = 0.3
  752. cloth_5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  753.  
  754. cloth_6 = Instance.new("Part", h2)
  755. cloth_6.FormFactor = Enum.FormFactor.Plate
  756. cloth_6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  757. cloth_6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  758. cloth_6.Anchored = true
  759. cloth_6.Size = Vector3.new(7, 0.4, 2)
  760. cloth_6.Name = "Cloth"
  761. cloth_6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  762. cloth_6.Locked = true
  763. cloth_6.CFrame = CFrame.new(-749.568, 394.931, -1161.243)* CFrame.Angles(-4.5302012807724e-008, 6.5539325078134e-009, 2.5481770038605)
  764. cloth_6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  765. cloth_6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  766. cloth_6.BrickColor = BrickColor.new("Bright red")
  767. cloth_6.Friction = 0.3
  768. cloth_6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  769.  
  770. cloth_7 = Instance.new("Part", h2)
  771. cloth_7.FormFactor = Enum.FormFactor.Plate
  772. cloth_7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  773. cloth_7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  774. cloth_7.Anchored = true
  775. cloth_7.Size = Vector3.new(7, 0.4, 2)
  776. cloth_7.Name = "Cloth"
  777. cloth_7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  778. cloth_7.Locked = true
  779. cloth_7.CFrame = CFrame.new(-755.123, 394.976, -1163.243)* CFrame.Angles(-2.9799616996229e-008, -1.8364576703789e-007, -2.5481843948364)
  780. cloth_7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  781. cloth_7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  782. cloth_7.BrickColor = BrickColor.new("Bright yellow")
  783. cloth_7.Friction = 0.3
  784. cloth_7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  785.  
  786. metal_6 = Instance.new("Part", h2)
  787. metal_6.FormFactor = Enum.FormFactor.Plate
  788. metal_6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  789. metal_6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  790. metal_6.Reflectance = 0.2
  791. metal_6.Anchored = true
  792. metal_6.Size = Vector3.new(1, 2, 2)
  793. metal_6.Name = "Metal"
  794. metal_6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  795. metal_6.Locked = true
  796. metal_6.CFrame = CFrame.new(-754.667, 387.5, -1160.443)* CFrame.Angles(-3.1415927410126, 7.9580786405131e-013, -3.1415891647339)
  797. metal_6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  798. metal_6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  799. metal_6.Friction = 0.3
  800. metal_6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  801.  
  802. metal_7 = Instance.new("Part", h2)
  803. metal_7.FormFactor = Enum.FormFactor.Plate
  804. metal_7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  805. metal_7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  806. metal_7.Reflectance = 0.2
  807. metal_7.Anchored = true
  808. metal_7.Size = Vector3.new(1, 2, 2)
  809. metal_7.Name = "Metal"
  810. metal_7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  811. metal_7.Locked = true
  812. metal_7.CFrame = CFrame.new(-749.667, 387.5, -1160.443)* CFrame.Angles(-3.1415927410126, 7.9580786405131e-013, -3.1415891647339)
  813. metal_7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  814. metal_7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  815. metal_7.Friction = 0.3
  816. metal_7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  817.  
  818. hot_dog_sign = Instance.new("Model", h2)
  819. hot_dog_sign.Name = "Hot Dog Sign"
  820.  
  821. hot_dog = Instance.new("Part", hot_dog_sign)
  822. hot_dog.FormFactor = Enum.FormFactor.Plate
  823. hot_dog.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  824. hot_dog.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  825. hot_dog.Anchored = true
  826. hot_dog.Size = Vector3.new(2, 0.8, 1)
  827. hot_dog.Name = "Hot Dog"
  828. hot_dog.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  829. hot_dog.Locked = true
  830. hot_dog.CFrame = CFrame.new(-754.767, 387.61, -1160.843)* CFrame.Angles(1.4389646053314, 1.5692522525787, -1.4577828645706)
  831. hot_dog.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  832. hot_dog.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  833. hot_dog.BrickColor = BrickColor.new("CGA brown")
  834. hot_dog.Friction = 0.3
  835. hot_dog.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  836.  
  837. hot_dog_2 = Instance.new("Part", hot_dog_sign)
  838. hot_dog_2.FormFactor = Enum.FormFactor.Plate
  839. hot_dog_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  840. hot_dog_2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  841. hot_dog_2.Anchored = true
  842. hot_dog_2.Size = Vector3.new(1, 0.4, 1)
  843. hot_dog_2.Name = "Hot Dog"
  844. hot_dog_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  845. hot_dog_2.Locked = true
  846. hot_dog_2.CFrame = CFrame.new(-755.067, 387.61, -1159.743)* CFrame.Angles(3.141592502594, -1.0456858490215e-007, -1.5707927942276)
  847. hot_dog_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  848. hot_dog_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  849. hot_dog_2.BrickColor = BrickColor.new("CGA brown")
  850. hot_dog_2.Friction = 0.3
  851. hot_dog_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  852.  
  853. mesh_10 = Instance.new("CylinderMesh", hot_dog_2)
  854. mesh_10.Scale = Vector3.new(0.8, 1, 1)
  855.  
  856. hot_dog_3 = Instance.new("Part", hot_dog_sign)
  857. hot_dog_3.FormFactor = Enum.FormFactor.Plate
  858. hot_dog_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  859. hot_dog_3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  860. hot_dog_3.Anchored = true
  861. hot_dog_3.Size = Vector3.new(1, 0.4, 1)
  862. hot_dog_3.Name = "Hot Dog"
  863. hot_dog_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  864. hot_dog_3.Locked = true
  865. hot_dog_3.CFrame = CFrame.new(-755.067, 387.61, -1161.943)* CFrame.Angles(3.141592502594, -1.0456858490215e-007, -1.5707927942276)
  866. hot_dog_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  867. hot_dog_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  868. hot_dog_3.BrickColor = BrickColor.new("CGA brown")
  869. hot_dog_3.Friction = 0.3
  870. hot_dog_3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  871.  
  872. mesh_11 = Instance.new("CylinderMesh", hot_dog_3)
  873. mesh_11.Scale = Vector3.new(0.8, 1, 1)
  874.  
  875. cloth_8 = Instance.new("Part", h2)
  876. cloth_8.FormFactor = Enum.FormFactor.Plate
  877. cloth_8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  878. cloth_8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  879. cloth_8.Anchored = true
  880. cloth_8.Size = Vector3.new(7, 0.4, 2)
  881. cloth_8.Name = "Cloth"
  882. cloth_8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  883. cloth_8.Locked = true
  884. cloth_8.CFrame = CFrame.new(-749.544, 394.963, -1163.243)* CFrame.Angles(-4.4720483316496e-008, 1.1400754829083e-007, -0.59341549873352)
  885. cloth_8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  886. cloth_8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  887. cloth_8.BrickColor = BrickColor.new("Bright yellow")
  888. cloth_8.Friction = 0.3
  889. cloth_8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  890.  
  891. metal_8 = Instance.new("Part", h2)
  892. metal_8.FormFactor = Enum.FormFactor.Plate
  893. metal_8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  894. metal_8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  895. metal_8.Reflectance = 0.2
  896. metal_8.Anchored = true
  897. metal_8.Size = Vector3.new(6, 0.4, 9)
  898. metal_8.Name = "Metal"
  899. metal_8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  900. metal_8.Locked = true
  901. metal_8.CFrame = CFrame.new(-752.167, 386.4, -1160.943)* CFrame.Angles(-3.1415927410126, 7.9580786405131e-013, -3.1415891647339)
  902. metal_8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  903. metal_8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  904. metal_8.Friction = 0.3
  905. metal_8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  906.  
  907. metal_9 = Instance.new("Part", h2)
  908. metal_9.FormFactor = Enum.FormFactor.Plate
  909. metal_9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  910. metal_9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  911. metal_9.Reflectance = 0.2
  912. metal_9.Anchored = true
  913. metal_9.Size = Vector3.new(1, 2, 5)
  914. metal_9.Name = "Metal"
  915. metal_9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  916. metal_9.Locked = true
  917. metal_9.CFrame = CFrame.new(-754.667, 387.5, -1162.943)* CFrame.Angles(-3.1415927410126, 7.9580786405131e-013, -3.1415891647339)
  918. metal_9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  919. metal_9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  920. metal_9.Friction = 0.3
  921. metal_9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  922.  
  923. metal_10 = Instance.new("Part", h2)
  924. metal_10.FormFactor = Enum.FormFactor.Plate
  925. metal_10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  926. metal_10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  927. metal_10.Reflectance = 0.2
  928. metal_10.Anchored = true
  929. metal_10.Size = Vector3.new(6, 0.4, 5)
  930. metal_10.Name = "Metal"
  931. metal_10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  932. metal_10.Locked = true
  933. metal_10.CFrame = CFrame.new(-752.167, 388.6, -1162.943)* CFrame.Angles(-3.1415927410126, 7.9580786405131e-013, -3.1415891647339)
  934. metal_10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  935. metal_10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  936. metal_10.Friction = 0.3
  937. metal_10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  938.  
  939. cloth_9 = Instance.new("Part", h2)
  940. cloth_9.FormFactor = Enum.FormFactor.Plate
  941. cloth_9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  942. cloth_9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  943. cloth_9.Anchored = true
  944. cloth_9.Size = Vector3.new(7, 0.4, 2)
  945. cloth_9.Name = "Cloth"
  946. cloth_9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  947. cloth_9.Locked = true
  948. cloth_9.CFrame = CFrame.new(-755.123, 394.976, -1165.243)* CFrame.Angles(-2.9799616996229e-008, -1.8364576703789e-007, -2.5481843948364)
  949. cloth_9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  950. cloth_9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  951. cloth_9.BrickColor = BrickColor.new("Bright red")
  952. cloth_9.Friction = 0.3
  953. cloth_9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  954.  
  955. metal_11 = Instance.new("Part", h2)
  956. metal_11.FormFactor = Enum.FormFactor.Plate
  957. metal_11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  958. metal_11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  959. metal_11.Reflectance = 0.2
  960. metal_11.Anchored = true
  961. metal_11.Size = Vector3.new(1, 2, 5)
  962. metal_11.Name = "Metal"
  963. metal_11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  964. metal_11.Locked = true
  965. metal_11.CFrame = CFrame.new(-749.667, 387.5, -1162.943)* CFrame.Angles(-3.1415927410126, 7.9580786405131e-013, -3.1415891647339)
  966. metal_11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  967. metal_11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  968. metal_11.Friction = 0.3
  969. metal_11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  970.  
  971. metal_12 = Instance.new("Part", h2)
  972. metal_12.FormFactor = Enum.FormFactor.Symmetric
  973. metal_12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  974. metal_12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  975. metal_12.Reflectance = 0.2
  976. metal_12.Anchored = true
  977. metal_12.Size = Vector3.new(2, 2, 2)
  978. metal_12.Name = "Metal"
  979. metal_12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  980. metal_12.Locked = true
  981. metal_12.CFrame = CFrame.new(-754.967, 385.91, -1163.443)* CFrame.Angles(3.141592502594, 4.8316906031687e-013, -3.1415891647339)
  982. metal_12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  983. metal_12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  984. metal_12.BrickColor = BrickColor.new("Really black")
  985. metal_12.Friction = 0.3
  986. metal_12.Shape = Enum.PartType.Cylinder
  987. metal_12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  988.  
  989. cloth_10 = Instance.new("Part", h2)
  990. cloth_10.FormFactor = Enum.FormFactor.Plate
  991. cloth_10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  992. cloth_10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  993. cloth_10.Anchored = true
  994. cloth_10.Size = Vector3.new(7, 0.4, 2)
  995. cloth_10.Name = "Cloth"
  996. cloth_10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  997. cloth_10.Locked = true
  998. cloth_10.CFrame = CFrame.new(-749.544, 394.963, -1165.243)* CFrame.Angles(-7.8051535012946e-008, 6.4592541093589e-008, 2.5481772422791)
  999. cloth_10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1000. cloth_10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1001. cloth_10.BrickColor = BrickColor.new("Bright red")
  1002. cloth_10.Friction = 0.3
  1003. cloth_10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1004.  
  1005. metal_13 = Instance.new("Part", h2)
  1006. metal_13.FormFactor = Enum.FormFactor.Plate
  1007. metal_13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1008. metal_13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1009. metal_13.Reflectance = 0.2
  1010. metal_13.Anchored = true
  1011. metal_13.Size = Vector3.new(1, 2, 2)
  1012. metal_13.Name = "Metal"
  1013. metal_13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1014. metal_13.Locked = true
  1015. metal_13.CFrame = CFrame.new(-754.167, 387.5, -1164.943)* CFrame.Angles(-1.570796251297, -1.5692913532257, -1.5707964897156)
  1016. metal_13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1017. metal_13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1018. metal_13.Friction = 0.3
  1019. metal_13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1020.  
  1021. metal_14 = Instance.new("Part", h2)
  1022. metal_14.FormFactor = Enum.FormFactor.Symmetric
  1023. metal_14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1024. metal_14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1025. metal_14.Reflectance = 0.2
  1026. metal_14.Anchored = true
  1027. metal_14.Size = Vector3.new(2, 2, 2)
  1028. metal_14.Name = "Metal"
  1029. metal_14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1030. metal_14.Locked = true
  1031. metal_14.CFrame = CFrame.new(-749.367, 385.91, -1163.443)* CFrame.Angles(3.141592502594, 4.8316906031687e-013, -3.1415891647339)
  1032. metal_14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1033. metal_14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1034. metal_14.BrickColor = BrickColor.new("Really black")
  1035. metal_14.Friction = 0.3
  1036. metal_14.Shape = Enum.PartType.Cylinder
  1037. metal_14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1038.  
  1039. part_26 = Instance.new("Part", h2)
  1040. part_26.FormFactor = Enum.FormFactor.Plate
  1041. part_26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1042. part_26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1043. part_26.Anchored = true
  1044. part_26.Material = Enum.Material.Concrete
  1045. part_26.Size = Vector3.new(1, 1.6, 1)
  1046. part_26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1047. part_26.Locked = true
  1048. part_26.CFrame = CFrame.new(-753.667, 389.11, -1165.543)* CFrame.Angles(1.5431486368179, 1.5667550563812, 0.82545256614685)
  1049. part_26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1050. part_26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1051. part_26.BrickColor = BrickColor.new("Dark stone grey")
  1052. part_26.Friction = 0.3
  1053. part_26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1054.  
  1055. mesh_12 = Instance.new("CylinderMesh", part_26)
  1056. mesh_12.Scale = Vector3.new(1, 1, 0.5)
  1057.  
  1058. metal_15 = Instance.new("Part", h2)
  1059. metal_15.FormFactor = Enum.FormFactor.Plate
  1060. metal_15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1061. metal_15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1062. metal_15.Reflectance = 0.2
  1063. metal_15.Anchored = true
  1064. metal_15.Size = Vector3.new(4, 2, 1)
  1065. metal_15.Name = "Metal"
  1066. metal_15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1067. metal_15.Locked = true
  1068. metal_15.CFrame = CFrame.new(-752.167, 387.5, -1164.943)* CFrame.Angles(3.6056587403299e-012, -7.9580786405131e-013, -3.5762711831921e-006)
  1069. metal_15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1070. metal_15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1071. metal_15.Friction = 0.3
  1072. metal_15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1073.  
  1074. metal_16 = Instance.new("Part", h2)
  1075. metal_16.FormFactor = Enum.FormFactor.Plate
  1076. metal_16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1077. metal_16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. metal_16.Reflectance = 0.2
  1079. metal_16.Anchored = true
  1080. metal_16.Size = Vector3.new(1, 2, 2)
  1081. metal_16.Name = "Metal"
  1082. metal_16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1083. metal_16.Locked = true
  1084. metal_16.CFrame = CFrame.new(-750.167, 387.5, -1164.943)* CFrame.Angles(-1.570796251297, -1.5692913532257, -1.5707964897156)
  1085. metal_16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1086. metal_16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1087. metal_16.Friction = 0.3
  1088. metal_16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1089.  
  1090. part_27 = Instance.new("Part", h2)
  1091. part_27.FormFactor = Enum.FormFactor.Plate
  1092. part_27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1093. part_27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. part_27.Anchored = true
  1095. part_27.Material = Enum.Material.Concrete
  1096. part_27.Size = Vector3.new(1, 1.6, 1)
  1097. part_27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1098. part_27.Locked = true
  1099. part_27.CFrame = CFrame.new(-750.667, 389.11, -1165.543)* CFrame.Angles(1.5431486368179, 1.5667550563812, 0.82545256614685)
  1100. part_27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1101. part_27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1102. part_27.BrickColor = BrickColor.new("Dark stone grey")
  1103. part_27.Friction = 0.3
  1104. part_27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1105.  
  1106. mesh_13 = Instance.new("CylinderMesh", part_27)
  1107. mesh_13.Scale = Vector3.new(1, 1, 0.5)
  1108.  
  1109. part_28 = Instance.new("Part", h2)
  1110. part_28.FormFactor = Enum.FormFactor.Plate
  1111. part_28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1112. part_28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1113. part_28.Anchored = true
  1114. part_28.Material = Enum.Material.Concrete
  1115. part_28.Size = Vector3.new(1, 0.8, 1)
  1116. part_28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1117. part_28.Locked = true
  1118. part_28.CFrame = CFrame.new(-753.667, 389.729, -1166.421)* CFrame.Angles(1.4671876430511, 1.5692522525787, 0.31684654951096)
  1119. part_28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1120. part_28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1121. part_28.BrickColor = BrickColor.new("Dark stone grey")
  1122. part_28.Friction = 0.3
  1123. part_28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1124.  
  1125. mesh_14 = Instance.new("CylinderMesh", part_28)
  1126. mesh_14.Scale = Vector3.new(1, 1, 0.5)
  1127.  
  1128. part_29 = Instance.new("Part", h2)
  1129. part_29.FormFactor = Enum.FormFactor.Plate
  1130. part_29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1131. part_29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1132. part_29.Anchored = true
  1133. part_29.Material = Enum.Material.Concrete
  1134. part_29.Size = Vector3.new(1, 0.8, 1)
  1135. part_29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. part_29.Locked = true
  1137. part_29.CFrame = CFrame.new(-750.667, 389.729, -1166.421)* CFrame.Angles(1.4671876430511, 1.5692522525787, 0.31684654951096)
  1138. part_29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1139. part_29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1140. part_29.BrickColor = BrickColor.new("Dark stone grey")
  1141. part_29.Friction = 0.3
  1142. part_29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1143.  
  1144. mesh_15 = Instance.new("CylinderMesh", part_29)
  1145. mesh_15.Scale = Vector3.new(1, 1, 0.5)
  1146.  
  1147. part_30 = Instance.new("Part", h2)
  1148. part_30.FormFactor = Enum.FormFactor.Plate
  1149. part_30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1150. part_30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. part_30.Anchored = true
  1152. part_30.Material = Enum.Material.Concrete
  1153. part_30.Size = Vector3.new(1, 0.8, 1)
  1154. part_30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1155. part_30.Locked = true
  1156. part_30.CFrame = CFrame.new(-753.667, 389.809, -1167.1)* CFrame.Angles(2.275153875351, 1.5692141056061, -0.5895888209343)
  1157. part_30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1158. part_30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1159. part_30.BrickColor = BrickColor.new("Dark stone grey")
  1160. part_30.Friction = 0.3
  1161. part_30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1162.  
  1163. mesh_16 = Instance.new("CylinderMesh", part_30)
  1164. mesh_16.Scale = Vector3.new(1, 1, 0.5)
  1165.  
  1166. part_31 = Instance.new("Part", h2)
  1167. part_31.FormFactor = Enum.FormFactor.Plate
  1168. part_31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. part_31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. part_31.Anchored = true
  1171. part_31.Material = Enum.Material.Concrete
  1172. part_31.Size = Vector3.new(1, 0.8, 1)
  1173. part_31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1174. part_31.Locked = true
  1175. part_31.CFrame = CFrame.new(-750.667, 389.809, -1167.1)* CFrame.Angles(1.4439319372177, 1.5692522525787, 0.106734149158)
  1176. part_31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1177. part_31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1178. part_31.BrickColor = BrickColor.new("Dark stone grey")
  1179. part_31.Friction = 0.3
  1180. part_31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1181.  
  1182. mesh_17 = Instance.new("CylinderMesh", part_31)
  1183. mesh_17.Scale = Vector3.new(1, 1, 0.5)
  1184.  
  1185. pole_5 = Instance.new("Part", h2)
  1186. pole_5.FormFactor = Enum.FormFactor.Plate
  1187. pole_5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. pole_5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1189. pole_5.Anchored = true
  1190. pole_5.Material = Enum.Material.Concrete
  1191. pole_5.Size = Vector3.new(1, 4, 1)
  1192. pole_5.Name = "Pole"
  1193. pole_5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1194. pole_5.Locked = true
  1195. pole_5.CFrame = CFrame.new(-748.567, 391.911, -1156.943)* CFrame.Angles(-6.4131874921713e-008, 7.5636677365765e-008, 0.017449637874961)
  1196. pole_5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1197. pole_5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1198. pole_5.BrickColor = BrickColor.new("Dark stone grey")
  1199. pole_5.Friction = 0.3
  1200. pole_5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1201.  
  1202. mesh_18 = Instance.new("CylinderMesh", pole_5)
  1203. mesh_18.Scale = Vector3.new(1, 1, 0.5)
  1204.  
  1205. pole_6 = Instance.new("Part", h2)
  1206. pole_6.FormFactor = Enum.FormFactor.Plate
  1207. pole_6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1208. pole_6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1209. pole_6.Anchored = true
  1210. pole_6.Material = Enum.Material.Concrete
  1211. pole_6.Size = Vector3.new(1, 0.8, 1)
  1212. pole_6.Name = "Pole"
  1213. pole_6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1214. pole_6.Locked = true
  1215. pole_6.CFrame = CFrame.new(-748.575, 389.616, -1156.943)* CFrame.Angles(-1.0048883503089e-008, 9.8790224001277e-008, -0.069816626608372)
  1216. pole_6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1217. pole_6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. pole_6.BrickColor = BrickColor.new("Dark stone grey")
  1219. pole_6.Friction = 0.3
  1220. pole_6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1221.  
  1222. mesh_19 = Instance.new("CylinderMesh", pole_6)
  1223. mesh_19.Scale = Vector3.new(1, 1, 0.5)
  1224.  
  1225. pole_7 = Instance.new("Part", h2)
  1226. pole_7.FormFactor = Enum.FormFactor.Plate
  1227. pole_7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1228. pole_7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1229. pole_7.Anchored = true
  1230. pole_7.Material = Enum.Material.Concrete
  1231. pole_7.Size = Vector3.new(1, 0.8, 1)
  1232. pole_7.Name = "Pole"
  1233. pole_7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1234. pole_7.Locked = true
  1235. pole_7.CFrame = CFrame.new(-748.72, 388.954, -1156.943)* CFrame.Angles(-6.537939611917e-008, 1.0771233860396e-007, -0.29670974612236)
  1236. pole_7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. pole_7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. pole_7.BrickColor = BrickColor.new("Dark stone grey")
  1239. pole_7.Friction = 0.3
  1240. pole_7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1241.  
  1242. mesh_20 = Instance.new("CylinderMesh", pole_7)
  1243. mesh_20.Scale = Vector3.new(1, 1, 0.5)
  1244.  
  1245. pole_8 = Instance.new("Part", h2)
  1246. pole_8.FormFactor = Enum.FormFactor.Plate
  1247. pole_8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1248. pole_8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1249. pole_8.Anchored = true
  1250. pole_8.Material = Enum.Material.Concrete
  1251. pole_8.Size = Vector3.new(1, 4, 1)
  1252. pole_8.Name = "Pole"
  1253. pole_8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. pole_8.Locked = true
  1255. pole_8.CFrame = CFrame.new(-755.834, 391.936, -1156.943)* CFrame.Angles(-3.1415927410126, -5.7972329159384e-009, -3.1241357326508)
  1256. pole_8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. pole_8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1258. pole_8.BrickColor = BrickColor.new("Dark stone grey")
  1259. pole_8.Friction = 0.3
  1260. pole_8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1261.  
  1262. mesh_21 = Instance.new("CylinderMesh", pole_8)
  1263. mesh_21.Scale = Vector3.new(1, 1, 0.5)
  1264.  
  1265. pole_9 = Instance.new("Part", h2)
  1266. pole_9.FormFactor = Enum.FormFactor.Plate
  1267. pole_9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1268. pole_9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. pole_9.Anchored = true
  1270. pole_9.Material = Enum.Material.Concrete
  1271. pole_9.Size = Vector3.new(1, 0.8, 1)
  1272. pole_9.Name = "Pole"
  1273. pole_9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. pole_9.Locked = true
  1275. pole_9.CFrame = CFrame.new(-755.867, 389.641, -1156.943)* CFrame.Angles(3.1415927410126, -4.2462886540306e-009, 3.0717830657959)
  1276. pole_9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1277. pole_9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1278. pole_9.BrickColor = BrickColor.new("Dark stone grey")
  1279. pole_9.Friction = 0.3
  1280. pole_9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1281.  
  1282. mesh_22 = Instance.new("CylinderMesh", pole_9)
  1283. mesh_22.Scale = Vector3.new(1, 1, 0.5)
  1284.  
  1285. pole_10 = Instance.new("Part", h2)
  1286. pole_10.FormFactor = Enum.FormFactor.Plate
  1287. pole_10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1288. pole_10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. pole_10.Anchored = true
  1290. pole_10.Material = Enum.Material.Concrete
  1291. pole_10.Size = Vector3.new(1, 0.8, 1)
  1292. pole_10.Name = "Pole"
  1293. pole_10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1294. pole_10.Locked = true
  1295. pole_10.CFrame = CFrame.new(-755.733, 388.976, -1156.943)* CFrame.Angles(3.1415927410126, 9.4663050731469e-009, 2.8448901176453)
  1296. pole_10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1297. pole_10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1298. pole_10.BrickColor = BrickColor.new("Dark stone grey")
  1299. pole_10.Friction = 0.3
  1300. pole_10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1301.  
  1302. mesh_23 = Instance.new("CylinderMesh", pole_10)
  1303. mesh_23.Scale = Vector3.new(1, 1, 0.5)
  1304.  
  1305. model = Instance.new("Model", matteobasev1)
  1306.  
  1307. part_32 = Instance.new("Part", model)
  1308. part_32.FormFactor = Enum.FormFactor.Custom
  1309. part_32.TopSurface = Enum.SurfaceType.Smooth
  1310. part_32.Anchored = true
  1311. part_32.Material = Enum.Material.Wood
  1312. part_32.Size = Vector3.new(3.2, 0.2, 0.2)
  1313. part_32.Locked = true
  1314. part_32.CFrame = CFrame.new(-795.19, 388.391, -1165.779)* CFrame.Angles(0.17453294992447, 0, -0)
  1315. part_32.BrickColor = BrickColor.new("Brown")
  1316. part_32.Friction = 0.3
  1317. part_32.BottomSurface = Enum.SurfaceType.Smooth
  1318.  
  1319. part_33 = Instance.new("Part", model)
  1320. part_33.FormFactor = Enum.FormFactor.Custom
  1321. part_33.TopSurface = Enum.SurfaceType.Smooth
  1322. part_33.Anchored = true
  1323. part_33.Material = Enum.Material.Wood
  1324. part_33.Size = Vector3.new(2.2, 0.2, 2)
  1325. part_33.Locked = true
  1326. part_33.CFrame = CFrame.new(-795.1, 385.1, -1167)
  1327. part_33.BrickColor = BrickColor.new("Brown")
  1328. part_33.Friction = 0.3
  1329. part_33.BottomSurface = Enum.SurfaceType.Smooth
  1330.  
  1331. part_34 = Instance.new("Part", model)
  1332. part_34.FormFactor = Enum.FormFactor.Custom
  1333. part_34.TopSurface = Enum.SurfaceType.Smooth
  1334. part_34.Anchored = true
  1335. part_34.Material = Enum.Material.Wood
  1336. part_34.Size = Vector3.new(1.2, 3.2, 1)
  1337. part_34.Locked = true
  1338. part_34.CFrame = CFrame.new(-795.1, 386.9, -1166.9)
  1339. part_34.BrickColor = BrickColor.new("Brown")
  1340. part_34.Friction = 0.3
  1341. part_34.BottomSurface = Enum.SurfaceType.Smooth
  1342.  
  1343. part_35 = Instance.new("Part", model)
  1344. part_35.FormFactor = Enum.FormFactor.Custom
  1345. part_35.TopSurface = Enum.SurfaceType.Smooth
  1346. part_35.Anchored = true
  1347. part_35.Material = Enum.Material.Wood
  1348. part_35.Size = Vector3.new(3.2, 0.2, 2)
  1349. part_35.Locked = true
  1350. part_35.CFrame = CFrame.new(-795.19, 388.45, -1166.7)* CFrame.Angles(0.17453293502331, 0, -0)
  1351. part_35.BrickColor = BrickColor.new("Brown")
  1352. part_35.Friction = 0.3
  1353. part_35.BottomSurface = Enum.SurfaceType.Smooth
  1354.  
  1355. model_2 = Instance.new("Model", matteobasev1)
  1356.  
  1357. part_36 = Instance.new("Part", model_2)
  1358. part_36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1359. part_36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1360. part_36.Anchored = true
  1361. part_36.Size = Vector3.new(25, 1.2, 2)
  1362. part_36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1363. part_36.Locked = true
  1364. part_36.CFrame = CFrame.new(-860.5, 385.6, -1108)
  1365. part_36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1366. part_36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1367. part_36.BrickColor = BrickColor.new("New Yeller")
  1368. part_36.Friction = 0.3
  1369. part_36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1370.  
  1371. fire = Instance.new("Fire", part_36)
  1372. fire.Enabled = false
  1373. fire.Heat = 25
  1374. fire.Color = Color3.new(1, 0.580392, 0)
  1375. fire.SecondaryColor = Color3.new(1, 0, 0)
  1376. fire.Size = 30
  1377.  
  1378. part_37 = Instance.new("Part", model_2)
  1379. part_37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. part_37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1381. part_37.Anchored = true
  1382. part_37.Size = Vector3.new(25, 1.2, 6)
  1383. part_37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1384. part_37.Locked = true
  1385. part_37.CFrame = CFrame.new(-860.5, 385.6, -1104)
  1386. part_37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1387. part_37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1388. part_37.BrickColor = BrickColor.new("Black")
  1389. part_37.Friction = 0.3
  1390. part_37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1391.  
  1392. fire_2 = Instance.new("Fire", part_37)
  1393. fire_2.Enabled = false
  1394. fire_2.Heat = 25
  1395. fire_2.Color = Color3.new(1, 0.580392, 0)
  1396. fire_2.SecondaryColor = Color3.new(1, 0, 0)
  1397. fire_2.Size = 30
  1398.  
  1399. part_38 = Instance.new("Part", model_2)
  1400. part_38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. part_38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1402. part_38.Anchored = true
  1403. part_38.Size = Vector3.new(10, 1.2, 9)
  1404. part_38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1405. part_38.Locked = true
  1406. part_38.CFrame = CFrame.new(-853, 385.6, -1113.5)
  1407. part_38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1408. part_38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1409. part_38.BrickColor = BrickColor.new("Black")
  1410. part_38.Friction = 0.3
  1411. part_38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1412.  
  1413. fire_3 = Instance.new("Fire", part_38)
  1414. fire_3.Enabled = false
  1415. fire_3.Heat = 25
  1416. fire_3.Color = Color3.new(1, 0.580392, 0)
  1417. fire_3.SecondaryColor = Color3.new(1, 0, 0)
  1418. fire_3.Size = 30
  1419.  
  1420. part_39 = Instance.new("Part", model_2)
  1421. part_39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. part_39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1423. part_39.Anchored = true
  1424. part_39.Size = Vector3.new(5, 1.2, 9)
  1425. part_39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1426. part_39.Locked = true
  1427. part_39.CFrame = CFrame.new(-860.5, 385.6, -1113.5)
  1428. part_39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1429. part_39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1430. part_39.BrickColor = BrickColor.new("New Yeller")
  1431. part_39.Friction = 0.3
  1432. part_39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1433.  
  1434. fire_4 = Instance.new("Fire", part_39)
  1435. fire_4.Enabled = false
  1436. fire_4.Heat = 25
  1437. fire_4.Color = Color3.new(1, 0.580392, 0)
  1438. fire_4.SecondaryColor = Color3.new(1, 0, 0)
  1439. fire_4.Size = 30
  1440.  
  1441. part_40 = Instance.new("Part", model_2)
  1442. part_40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1443. part_40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1444. part_40.Anchored = true
  1445. part_40.Size = Vector3.new(10, 1.2, 9)
  1446. part_40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1447. part_40.Locked = true
  1448. part_40.CFrame = CFrame.new(-868, 385.6, -1113.5)
  1449. part_40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1450. part_40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. part_40.BrickColor = BrickColor.new("Black")
  1452. part_40.Friction = 0.3
  1453. part_40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1454.  
  1455. part_41 = Instance.new("Part", model_2)
  1456. part_41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. part_41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1458. part_41.Anchored = true
  1459. part_41.Size = Vector3.new(25, 1.2, 6)
  1460. part_41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1461. part_41.Locked = true
  1462. part_41.CFrame = CFrame.new(-845, 385.6, -1113.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1463. part_41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1464. part_41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1465. part_41.BrickColor = BrickColor.new("Black")
  1466. part_41.Friction = 0.3
  1467. part_41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1468.  
  1469. fire_5 = Instance.new("Fire", part_41)
  1470. fire_5.Enabled = false
  1471. fire_5.Heat = 25
  1472. fire_5.Color = Color3.new(1, 0.580392, 0)
  1473. fire_5.SecondaryColor = Color3.new(1, 0, 0)
  1474. fire_5.Size = 30
  1475.  
  1476. part_42 = Instance.new("Part", model_2)
  1477. part_42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1478. part_42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1479. part_42.Anchored = true
  1480. part_42.Size = Vector3.new(25, 1.2, 6)
  1481. part_42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1482. part_42.Locked = true
  1483. part_42.CFrame = CFrame.new(-876, 385.6, -1113.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1484. part_42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1485. part_42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1486. part_42.BrickColor = BrickColor.new("Black")
  1487. part_42.Friction = 0.3
  1488. part_42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1489.  
  1490. part_43 = Instance.new("Part", model_2)
  1491. part_43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. part_43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. part_43.Anchored = true
  1494. part_43.Size = Vector3.new(25, 1.2, 2)
  1495. part_43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1496. part_43.Locked = true
  1497. part_43.CFrame = CFrame.new(-860.5, 385.6, -1119)
  1498. part_43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1499. part_43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1500. part_43.BrickColor = BrickColor.new("New Yeller")
  1501. part_43.Friction = 0.3
  1502. part_43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1503.  
  1504. part_44 = Instance.new("Part", model_2)
  1505. part_44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. part_44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. part_44.Anchored = true
  1508. part_44.Size = Vector3.new(25, 1.2, 6)
  1509. part_44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. part_44.Locked = true
  1511. part_44.CFrame = CFrame.new(-860.5, 385.6, -1123)
  1512. part_44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1513. part_44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1514. part_44.BrickColor = BrickColor.new("Black")
  1515. part_44.Friction = 0.3
  1516. part_44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1517.  
  1518. stones = Instance.new("Model", matteobasev1)
  1519. stones.Name = "Stones"
  1520. stones.PrimaryPart = handle
  1521.  
  1522. handle = Instance.new("Part", stones)
  1523. handle.FormFactor = Enum.FormFactor.Symmetric
  1524. handle.CanCollide = false
  1525. handle.TopSurface = Enum.SurfaceType.Smooth
  1526. handle.Anchored = true
  1527. handle.Size = Vector3.new(2, 1, 1)
  1528. handle.Name = "Handle"
  1529. handle.Locked = true
  1530. handle.CFrame = CFrame.new(-788, 385.5, -1174.5)* CFrame.Angles(3.158444883411e-007, 3.3643914321146e-008, 3.141592502594)
  1531. handle.Friction = 0.3
  1532. handle.BottomSurface = Enum.SurfaceType.Smooth
  1533.  
  1534. mesh_24 = Instance.new("SpecialMesh", handle)
  1535. mesh_24.Scale = Vector3.new(4, 4, 4)
  1536. mesh_24.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1537. mesh_24.TextureId = "http://www.roblox.com/asset/?id=1290030"
  1538. mesh_24.MeshType = Enum.MeshType.FileMesh
  1539.  
  1540. handle_2 = Instance.new("Part", stones)
  1541. handle_2.FormFactor = Enum.FormFactor.Symmetric
  1542. handle_2.CanCollide = false
  1543. handle_2.TopSurface = Enum.SurfaceType.Smooth
  1544. handle_2.Anchored = true
  1545. handle_2.Size = Vector3.new(2, 1, 1)
  1546. handle_2.Name = "Handle"
  1547. handle_2.Locked = true
  1548. handle_2.CFrame = CFrame.new(-783, 385.5, -1182.5)* CFrame.Angles(-0, 0, 3.1415927410126)
  1549. handle_2.Friction = 0.3
  1550. handle_2.BottomSurface = Enum.SurfaceType.Smooth
  1551.  
  1552. mesh_25 = Instance.new("SpecialMesh", handle_2)
  1553. mesh_25.Scale = Vector3.new(4, 4, 4)
  1554. mesh_25.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1555. mesh_25.TextureId = "http://www.roblox.com/asset/?id=1290030"
  1556. mesh_25.MeshType = Enum.MeshType.FileMesh
  1557.  
  1558. handle_3 = Instance.new("Part", stones)
  1559. handle_3.FormFactor = Enum.FormFactor.Symmetric
  1560. handle_3.CanCollide = false
  1561. handle_3.TopSurface = Enum.SurfaceType.Smooth
  1562. handle_3.Anchored = true
  1563. handle_3.Size = Vector3.new(2, 1, 1)
  1564. handle_3.Name = "Handle"
  1565. handle_3.Locked = true
  1566. handle_3.CFrame = CFrame.new(-783, 386.5, -1182.5)* CFrame.Angles(-0, 0, 3.1415927410126)
  1567. handle_3.Friction = 0.3
  1568. handle_3.BottomSurface = Enum.SurfaceType.Smooth
  1569.  
  1570. mesh_26 = Instance.new("SpecialMesh", handle_3)
  1571. mesh_26.Scale = Vector3.new(4, 4, 4)
  1572. mesh_26.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1573. mesh_26.TextureId = "http://www.roblox.com/asset/?id=1290030"
  1574. mesh_26.MeshType = Enum.MeshType.FileMesh
  1575.  
  1576. handle_4 = Instance.new("Part", stones)
  1577. handle_4.FormFactor = Enum.FormFactor.Symmetric
  1578. handle_4.CanCollide = false
  1579. handle_4.TopSurface = Enum.SurfaceType.Smooth
  1580. handle_4.Anchored = true
  1581. handle_4.Size = Vector3.new(2, 1, 1)
  1582. handle_4.Name = "Handle"
  1583. handle_4.Locked = true
  1584. handle_4.CFrame = CFrame.new(-755, 385.5, -1177.5)* CFrame.Angles(-0, 0, 3.1415927410126)
  1585. handle_4.Friction = 0.3
  1586. handle_4.BottomSurface = Enum.SurfaceType.Smooth
  1587.  
  1588. mesh_27 = Instance.new("SpecialMesh", handle_4)
  1589. mesh_27.Scale = Vector3.new(4, 4, 4)
  1590. mesh_27.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1591. mesh_27.TextureId = "http://www.roblox.com/asset/?id=1290030"
  1592. mesh_27.MeshType = Enum.MeshType.FileMesh
  1593.  
  1594. handle_5 = Instance.new("Part", stones)
  1595. handle_5.FormFactor = Enum.FormFactor.Symmetric
  1596. handle_5.CanCollide = false
  1597. handle_5.TopSurface = Enum.SurfaceType.Smooth
  1598. handle_5.Anchored = true
  1599. handle_5.Size = Vector3.new(2, 1, 1)
  1600. handle_5.Name = "Handle"
  1601. handle_5.Locked = true
  1602. handle_5.CFrame = CFrame.new(-788, 385.5, -1180.5)* CFrame.Angles(-0, 0, 3.1415927410126)
  1603. handle_5.Friction = 0.3
  1604. handle_5.BottomSurface = Enum.SurfaceType.Smooth
  1605.  
  1606. mesh_28 = Instance.new("SpecialMesh", handle_5)
  1607. mesh_28.Scale = Vector3.new(4, 4, 4)
  1608. mesh_28.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1609. mesh_28.TextureId = "http://www.roblox.com/asset/?id=1290030"
  1610. mesh_28.MeshType = Enum.MeshType.FileMesh
  1611.  
  1612. handle_6 = Instance.new("Part", stones)
  1613. handle_6.FormFactor = Enum.FormFactor.Symmetric
  1614. handle_6.CanCollide = false
  1615. handle_6.TopSurface = Enum.SurfaceType.Smooth
  1616. handle_6.Anchored = true
  1617. handle_6.Size = Vector3.new(2, 1, 1)
  1618. handle_6.Name = "Handle"
  1619. handle_6.Locked = true
  1620. handle_6.CFrame = CFrame.new(-783, 385.5, -1175.5)* CFrame.Angles(-0, 0, 3.1415927410126)
  1621. handle_6.Friction = 0.3
  1622. handle_6.BottomSurface = Enum.SurfaceType.Smooth
  1623.  
  1624. mesh_29 = Instance.new("SpecialMesh", handle_6)
  1625. mesh_29.Scale = Vector3.new(4, 4, 4)
  1626. mesh_29.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1627. mesh_29.TextureId = "http://www.roblox.com/asset/?id=1290030"
  1628. mesh_29.MeshType = Enum.MeshType.FileMesh
  1629.  
  1630. handle_7 = Instance.new("Part", stones)
  1631. handle_7.FormFactor = Enum.FormFactor.Symmetric
  1632. handle_7.CanCollide = false
  1633. handle_7.TopSurface = Enum.SurfaceType.Smooth
  1634. handle_7.Anchored = true
  1635. handle_7.Size = Vector3.new(2, 1, 1)
  1636. handle_7.Name = "Handle"
  1637. handle_7.Locked = true
  1638. handle_7.CFrame = CFrame.new(-777, 385.5, -1182.5)* CFrame.Angles(-0, 0, 3.1415927410126)
  1639. handle_7.Friction = 0.3
  1640. handle_7.BottomSurface = Enum.SurfaceType.Smooth
  1641.  
  1642. mesh_30 = Instance.new("SpecialMesh", handle_7)
  1643. mesh_30.Scale = Vector3.new(4, 4, 4)
  1644. mesh_30.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1645. mesh_30.TextureId = "http://www.roblox.com/asset/?id=1290030"
  1646. mesh_30.MeshType = Enum.MeshType.FileMesh
  1647.  
  1648. handle_8 = Instance.new("Part", stones)
  1649. handle_8.FormFactor = Enum.FormFactor.Symmetric
  1650. handle_8.CanCollide = false
  1651. handle_8.TopSurface = Enum.SurfaceType.Smooth
  1652. handle_8.Anchored = true
  1653. handle_8.Size = Vector3.new(2, 1, 1)
  1654. handle_8.Name = "Handle"
  1655. handle_8.Locked = true
  1656. handle_8.CFrame = CFrame.new(-780, 385.5, -1189.5)* CFrame.Angles(-0, 0, 3.1415927410126)
  1657. handle_8.Friction = 0.3
  1658. handle_8.BottomSurface = Enum.SurfaceType.Smooth
  1659.  
  1660. mesh_31 = Instance.new("SpecialMesh", handle_8)
  1661. mesh_31.Scale = Vector3.new(4, 4, 4)
  1662. mesh_31.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1663. mesh_31.TextureId = "http://www.roblox.com/asset/?id=1290030"
  1664. mesh_31.MeshType = Enum.MeshType.FileMesh
  1665.  
  1666. handle_9 = Instance.new("Part", stones)
  1667. handle_9.FormFactor = Enum.FormFactor.Symmetric
  1668. handle_9.CanCollide = false
  1669. handle_9.TopSurface = Enum.SurfaceType.Smooth
  1670. handle_9.Anchored = true
  1671. handle_9.Size = Vector3.new(2, 1, 1)
  1672. handle_9.Name = "Handle"
  1673. handle_9.Locked = true
  1674. handle_9.CFrame = CFrame.new(-790, 385.5, -1190.5)* CFrame.Angles(-0, 0, 3.1415927410126)
  1675. handle_9.Friction = 0.3
  1676. handle_9.BottomSurface = Enum.SurfaceType.Smooth
  1677.  
  1678. mesh_32 = Instance.new("SpecialMesh", handle_9)
  1679. mesh_32.Scale = Vector3.new(4, 4, 4)
  1680. mesh_32.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1681. mesh_32.TextureId = "http://www.roblox.com/asset/?id=1290030"
  1682. mesh_32.MeshType = Enum.MeshType.FileMesh
  1683.  
  1684. handle_10 = Instance.new("Part", stones)
  1685. handle_10.FormFactor = Enum.FormFactor.Symmetric
  1686. handle_10.CanCollide = false
  1687. handle_10.TopSurface = Enum.SurfaceType.Smooth
  1688. handle_10.Anchored = true
  1689. handle_10.Size = Vector3.new(2, 1, 1)
  1690. handle_10.Name = "Handle"
  1691. handle_10.Locked = true
  1692. handle_10.CFrame = CFrame.new(-795, 385.5, -1186.5)* CFrame.Angles(-0, 0, 3.1415927410126)
  1693. handle_10.Friction = 0.3
  1694. handle_10.BottomSurface = Enum.SurfaceType.Smooth
  1695.  
  1696. mesh_33 = Instance.new("SpecialMesh", handle_10)
  1697. mesh_33.Scale = Vector3.new(4, 4, 4)
  1698. mesh_33.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1699. mesh_33.TextureId = "http://www.roblox.com/asset/?id=1290030"
  1700. mesh_33.MeshType = Enum.MeshType.FileMesh
  1701.  
  1702. handle_11 = Instance.new("Part", stones)
  1703. handle_11.FormFactor = Enum.FormFactor.Symmetric
  1704. handle_11.CanCollide = false
  1705. handle_11.TopSurface = Enum.SurfaceType.Smooth
  1706. handle_11.Anchored = true
  1707. handle_11.Size = Vector3.new(2, 1, 1)
  1708. handle_11.Name = "Handle"
  1709. handle_11.Locked = true
  1710. handle_11.CFrame = CFrame.new(-785, 385.5, -1193.5)* CFrame.Angles(-0, 0, 3.1415927410126)
  1711. handle_11.Friction = 0.3
  1712. handle_11.BottomSurface = Enum.SurfaceType.Smooth
  1713.  
  1714. mesh_34 = Instance.new("SpecialMesh", handle_11)
  1715. mesh_34.Scale = Vector3.new(4, 4, 4)
  1716. mesh_34.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1717. mesh_34.TextureId = "http://www.roblox.com/asset/?id=1290030"
  1718. mesh_34.MeshType = Enum.MeshType.FileMesh
  1719.  
  1720. tree = Instance.new("Model", matteobasev1)
  1721. tree.Name = "tree"
  1722.  
  1723. handle_12 = Instance.new("Part", tree)
  1724. handle_12.TopSurface = Enum.SurfaceType.Smooth
  1725. handle_12.Anchored = true
  1726. handle_12.Size = Vector3.new(17, 31.2, 19)
  1727. handle_12.Name = "Handle"
  1728. handle_12.Locked = true
  1729. handle_12.CFrame = CFrame.new(-679.5, 400.6, -1130.5)* CFrame.Angles(3.1415927410126, -0, -3.1415927410126)
  1730. handle_12.BrickColor = BrickColor.new("Reddish brown")
  1731. handle_12.Friction = 0.3
  1732. handle_12.BottomSurface = Enum.SurfaceType.Smooth
  1733.  
  1734. mesh_35 = Instance.new("SpecialMesh", handle_12)
  1735. mesh_35.Scale = Vector3.new(30, 30, 30)
  1736. mesh_35.MeshId = "http://www.roblox.com/asset/?id=1090398"
  1737. mesh_35.TextureId = "http://www.roblox.com/asset/?id=2325125"
  1738. mesh_35.MeshType = Enum.MeshType.FileMesh
  1739.  
  1740. tree_2 = Instance.new("Part", tree)
  1741. tree_2.LeftSurface = Enum.SurfaceType.Glue
  1742. tree_2.TopSurface = Enum.SurfaceType.Glue
  1743. tree_2.Anchored = true
  1744. tree_2.Size = Vector3.new(49, 1.2, 15)
  1745. tree_2.Name = "Tree"
  1746. tree_2.FrontSurface = Enum.SurfaceType.Glue
  1747. tree_2.Locked = true
  1748. tree_2.CFrame = CFrame.new(-686.5, 416.8, -1133.5)* CFrame.Angles(3.1415927410126, -0, -3.1415927410126)
  1749. tree_2.RightSurface = Enum.SurfaceType.Glue
  1750. tree_2.BackSurface = Enum.SurfaceType.Glue
  1751. tree_2.BrickColor = BrickColor.new("Institutional white")
  1752. tree_2.Friction = 0.3
  1753. tree_2.BottomSurface = Enum.SurfaceType.Glue
  1754.  
  1755. mesh_36 = Instance.new("SpecialMesh", tree_2)
  1756. mesh_36.Scale = Vector3.new(28, 17, 28)
  1757. mesh_36.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1758. mesh_36.TextureId = "http://www.roblox.com/asset/?id=2861779"
  1759. mesh_36.VertexColor = Vector3.new(1, 1, -1)
  1760. mesh_36.MeshType = Enum.MeshType.FileMesh
  1761.  
  1762. tree_3 = Instance.new("Model", matteobasev1)
  1763. tree_3.Name = "tree"
  1764.  
  1765. handle_13 = Instance.new("Part", tree_3)
  1766. handle_13.TopSurface = Enum.SurfaceType.Smooth
  1767. handle_13.Anchored = true
  1768. handle_13.Size = Vector3.new(17, 31.2, 19)
  1769. handle_13.Name = "Handle"
  1770. handle_13.Locked = true
  1771. handle_13.CFrame = CFrame.new(-801, 400.6, -968)* CFrame.Angles(0, 1.5707963705063, 0)
  1772. handle_13.BrickColor = BrickColor.new("Reddish brown")
  1773. handle_13.Friction = 0.3
  1774. handle_13.BottomSurface = Enum.SurfaceType.Smooth
  1775.  
  1776. mesh_37 = Instance.new("SpecialMesh", handle_13)
  1777. mesh_37.Scale = Vector3.new(30, 30, 30)
  1778. mesh_37.MeshId = "http://www.roblox.com/asset/?id=1090398"
  1779. mesh_37.TextureId = "http://www.roblox.com/asset/?id=2325125"
  1780. mesh_37.MeshType = Enum.MeshType.FileMesh
  1781.  
  1782. tree_4 = Instance.new("Part", tree_3)
  1783. tree_4.LeftSurface = Enum.SurfaceType.Glue
  1784. tree_4.TopSurface = Enum.SurfaceType.Glue
  1785. tree_4.Anchored = true
  1786. tree_4.Size = Vector3.new(49, 1.2, 15)
  1787. tree_4.Name = "Tree"
  1788. tree_4.FrontSurface = Enum.SurfaceType.Glue
  1789. tree_4.Locked = true
  1790. tree_4.CFrame = CFrame.new(-798, 416.8, -975)* CFrame.Angles(0, 1.5707963705063, 0)
  1791. tree_4.RightSurface = Enum.SurfaceType.Glue
  1792. tree_4.BackSurface = Enum.SurfaceType.Glue
  1793. tree_4.BrickColor = BrickColor.new("Institutional white")
  1794. tree_4.Friction = 0.3
  1795. tree_4.BottomSurface = Enum.SurfaceType.Glue
  1796.  
  1797. mesh_38 = Instance.new("SpecialMesh", tree_4)
  1798. mesh_38.Scale = Vector3.new(28, 17, 28)
  1799. mesh_38.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1800. mesh_38.TextureId = "http://www.roblox.com/asset/?id=2861779"
  1801. mesh_38.VertexColor = Vector3.new(1, 1, -1)
  1802. mesh_38.MeshType = Enum.MeshType.FileMesh
  1803.  
  1804. tree_5 = Instance.new("Model", matteobasev1)
  1805. tree_5.Name = "tree"
  1806.  
  1807. handle_14 = Instance.new("Part", tree_5)
  1808. handle_14.TopSurface = Enum.SurfaceType.Smooth
  1809. handle_14.Anchored = true
  1810. handle_14.Size = Vector3.new(17, 31.2, 19)
  1811. handle_14.Name = "Handle"
  1812. handle_14.Locked = true
  1813. handle_14.CFrame = CFrame.new(-873, 400.6, -1183)* CFrame.Angles(-0, -1.5707963705063, 0)
  1814. handle_14.BrickColor = BrickColor.new("Reddish brown")
  1815. handle_14.Friction = 0.3
  1816. handle_14.BottomSurface = Enum.SurfaceType.Smooth
  1817.  
  1818. mesh_39 = Instance.new("SpecialMesh", handle_14)
  1819. mesh_39.Scale = Vector3.new(30, 30, 30)
  1820. mesh_39.MeshId = "http://www.roblox.com/asset/?id=1090398"
  1821. mesh_39.TextureId = "http://www.roblox.com/asset/?id=2325125"
  1822. mesh_39.MeshType = Enum.MeshType.FileMesh
  1823.  
  1824. tree_6 = Instance.new("Part", tree_5)
  1825. tree_6.LeftSurface = Enum.SurfaceType.Glue
  1826. tree_6.TopSurface = Enum.SurfaceType.Glue
  1827. tree_6.Anchored = true
  1828. tree_6.Size = Vector3.new(49, 1.2, 15)
  1829. tree_6.Name = "Tree"
  1830. tree_6.FrontSurface = Enum.SurfaceType.Glue
  1831. tree_6.Locked = true
  1832. tree_6.CFrame = CFrame.new(-876, 416.8, -1176)* CFrame.Angles(-0, -1.5707963705063, 0)
  1833. tree_6.RightSurface = Enum.SurfaceType.Glue
  1834. tree_6.BackSurface = Enum.SurfaceType.Glue
  1835. tree_6.BrickColor = BrickColor.new("Institutional white")
  1836. tree_6.Friction = 0.3
  1837. tree_6.BottomSurface = Enum.SurfaceType.Glue
  1838.  
  1839. mesh_40 = Instance.new("SpecialMesh", tree_6)
  1840. mesh_40.Scale = Vector3.new(28, 17, 28)
  1841. mesh_40.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1842. mesh_40.TextureId = "http://www.roblox.com/asset/?id=2861779"
  1843. mesh_40.VertexColor = Vector3.new(1, 1, -1)
  1844. mesh_40.MeshType = Enum.MeshType.FileMesh
  1845.  
  1846. part_45 = Instance.new("Part", matteobasev1)
  1847. part_45.FormFactor = Enum.FormFactor.Symmetric
  1848. part_45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1849. part_45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1850. part_45.Anchored = true
  1851. part_45.Size = Vector3.new(26.6, 1, 25.2)
  1852. part_45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1853. part_45.Locked = true
  1854. part_45.CFrame = CFrame.new(-861.872, 412.764, -1080.004)* CFrame.Angles(-0.76070982217789, 2.3078196420556e-007, -2.4401390419371e-007)
  1855. part_45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1856. part_45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1857. part_45.BrickColor = BrickColor.new("Dirt brown")
  1858. part_45.Friction = 0.3
  1859. part_45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1860.  
  1861. part_46 = Instance.new("Part", matteobasev1)
  1862. part_46.FormFactor = Enum.FormFactor.Symmetric
  1863. part_46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1864. part_46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1865. part_46.Anchored = true
  1866. part_46.Size = Vector3.new(1, 9.6, 10.8)
  1867. part_46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1868. part_46.Locked = true
  1869. part_46.CFrame = CFrame.new(-849.473, 399.8, -1070.857)* CFrame.Angles(1.5497051890634e-006, -1.2935967401428e-012, -2.8424267384253e-007)
  1870. part_46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1871. part_46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1872. part_46.BrickColor = BrickColor.new("Mid gray")
  1873. part_46.Friction = 0.3
  1874. part_46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1875.  
  1876. part_47 = Instance.new("Part", matteobasev1)
  1877. part_47.FormFactor = Enum.FormFactor.Symmetric
  1878. part_47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1879. part_47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1880. part_47.Anchored = true
  1881. part_47.Size = Vector3.new(26.6, 1, 23.8)
  1882. part_47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1883. part_47.Locked = true
  1884. part_47.CFrame = CFrame.new(-861.872, 412.535, -1062.223)* CFrame.Angles(-2.3808801174164, 2.8059790224688e-007, -3.141592502594)
  1885. part_47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1886. part_47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1887. part_47.BrickColor = BrickColor.new("Dirt brown")
  1888. part_47.Friction = 0.3
  1889. part_47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1890.  
  1891. part_48 = Instance.new("Part", matteobasev1)
  1892. part_48.FormFactor = Enum.FormFactor.Symmetric
  1893. part_48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1894. part_48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1895. part_48.Anchored = true
  1896. part_48.Size = Vector3.new(1, 18.6, 10.6)
  1897. part_48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1898. part_48.Locked = true
  1899. part_48.CFrame = CFrame.new(-849.473, 395.3, -1081.557)* CFrame.Angles(1.5497051890634e-006, -1.2935967401428e-012, -3.3319867043247e-007)
  1900. part_48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1901. part_48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1902. part_48.BrickColor = BrickColor.new("Mid gray")
  1903. part_48.Friction = 0.3
  1904. part_48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1905.  
  1906. part_49 = Instance.new("Part", matteobasev1)
  1907. part_49.FormFactor = Enum.FormFactor.Symmetric
  1908. part_49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1909. part_49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1910. part_49.Anchored = true
  1911. part_49.Size = Vector3.new(25, 18.6, 1)
  1912. part_49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1913. part_49.Locked = true
  1914. part_49.CFrame = CFrame.new(-861.473, 395.3, -1087.357)* CFrame.Angles(1.5497051890634e-006, -1.2935967401428e-012, -3.3319867043247e-007)
  1915. part_49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1916. part_49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1917. part_49.BrickColor = BrickColor.new("Mid gray")
  1918. part_49.Friction = 0.3
  1919. part_49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1920.  
  1921. part_50 = Instance.new("Part", matteobasev1)
  1922. part_50.FormFactor = Enum.FormFactor.Symmetric
  1923. part_50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1924. part_50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1925. part_50.Anchored = true
  1926. part_50.Size = Vector3.new(1, 18.6, 33.2)
  1927. part_50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1928. part_50.Locked = true
  1929. part_50.CFrame = CFrame.new(-874.472, 395.3, -1071.257)* CFrame.Angles(1.5497051890634e-006, -1.2935967401428e-012, -3.3319867043247e-007)
  1930. part_50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1931. part_50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1932. part_50.BrickColor = BrickColor.new("Mid gray")
  1933. part_50.Friction = 0.3
  1934. part_50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1935.  
  1936. part_51 = Instance.new("Part", matteobasev1)
  1937. part_51.FormFactor = Enum.FormFactor.Symmetric
  1938. part_51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1939. part_51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1940. part_51.Anchored = true
  1941. part_51.Size = Vector3.new(1, 18.6, 10.8)
  1942. part_51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1943. part_51.Locked = true
  1944. part_51.CFrame = CFrame.new(-849.473, 395.3, -1060.057)* CFrame.Angles(1.5497051890634e-006, -1.2935967401428e-012, -3.3319867043247e-007)
  1945. part_51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1946. part_51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1947. part_51.BrickColor = BrickColor.new("Mid gray")
  1948. part_51.Friction = 0.3
  1949. part_51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1950.  
  1951. part_52 = Instance.new("Part", matteobasev1)
  1952. part_52.FormFactor = Enum.FormFactor.Symmetric
  1953. part_52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1954. part_52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1955. part_52.Anchored = true
  1956. part_52.Size = Vector3.new(24, 18.6, 1)
  1957. part_52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1958. part_52.Locked = true
  1959. part_52.CFrame = CFrame.new(-861.972, 395.3, -1055.157)* CFrame.Angles(1.5497051890634e-006, -1.2935967401428e-012, -3.3319867043247e-007)
  1960. part_52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1961. part_52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1962. part_52.BrickColor = BrickColor.new("Mid gray")
  1963. part_52.Friction = 0.3
  1964. part_52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1965.  
  1966. part_53 = Instance.new("Part", matteobasev1)
  1967. part_53.FormFactor = Enum.FormFactor.Symmetric
  1968. part_53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1969. part_53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1970. part_53.Anchored = true
  1971. part_53.Material = Enum.Material.Fabric
  1972. part_53.Size = Vector3.new(26, 1, 33.2)
  1973. part_53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1974. part_53.Locked = true
  1975. part_53.CFrame = CFrame.new(-861.972, 385.5, -1071.257)* CFrame.Angles(1.5497051890634e-006, -1.2935967401428e-012, -3.3319867043247e-007)
  1976. part_53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1977. part_53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1978. part_53.BrickColor = BrickColor.new("Cork")
  1979. part_53.Friction = 0.3
  1980. part_53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1981.  
  1982. pointlight = Instance.new("PointLight", part_53)
  1983. pointlight.Range = 30
  1984.  
  1985. part_54 = Instance.new("Part", matteobasev1)
  1986. part_54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1987. part_54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1988. part_54.Anchored = true
  1989. part_54.Size = Vector3.new(78, 6, 2)
  1990. part_54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1991. part_54.Locked = true
  1992. part_54.CFrame = CFrame.new(-744, 388, -996)* CFrame.Angles(-0, -1.5707963705063, 0)
  1993. part_54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1994. part_54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1995. part_54.Friction = 0.3
  1996. part_54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1997.  
  1998. part_55 = Instance.new("Part", matteobasev1)
  1999. part_55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2000. part_55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2001. part_55.Anchored = true
  2002. part_55.Size = Vector3.new(78, 6, 2)
  2003. part_55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2004. part_55.Locked = true
  2005. part_55.CFrame = CFrame.new(-691, 388, -996)* CFrame.Angles(0, -1.5707963705063, 0)
  2006. part_55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2007. part_55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2008. part_55.Friction = 0.3
  2009. part_55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2010.  
  2011. part_56 = Instance.new("Part", matteobasev1)
  2012. part_56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2013. part_56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2014. part_56.Anchored = true
  2015. part_56.Size = Vector3.new(51, 1.2, 78)
  2016. part_56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2017. part_56.Locked = true
  2018. part_56.CFrame = CFrame.new(-717.5, 385.6, -996)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  2019. part_56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2020. part_56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2021. part_56.Friction = 0.3
  2022. part_56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2023.  
  2024. part_57 = Instance.new("Part", matteobasev1)
  2025. part_57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2026. part_57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2027. part_57.Anchored = true
  2028. part_57.Size = Vector3.new(55, 6, 2)
  2029. part_57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. part_57.Locked = true
  2031. part_57.CFrame = CFrame.new(-717.5, 388, -956)
  2032. part_57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2033. part_57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2034. part_57.Friction = 0.3
  2035. part_57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2036.  
  2037. part_58 = Instance.new("Part", matteobasev1)
  2038. part_58.FormFactor = Enum.FormFactor.Custom
  2039. part_58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2040. part_58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2041. part_58.Anchored = true
  2042. part_58.Size = Vector3.new(5, 2.039, 1)
  2043. part_58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2044. part_58.Locked = true
  2045. part_58.CFrame = CFrame.new(-849.5, 394.532, -1070.5)* CFrame.Angles(3.1415927410126, 1.5707963705063, 0)
  2046. part_58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2047. part_58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2048. part_58.Friction = 0.3
  2049. part_58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2050.  
  2051. mesh_41 = Instance.new("BlockMesh", part_58)
  2052. mesh_41.Scale = Vector3.new(1, 1, 1.1)
  2053.  
  2054. part_59 = Instance.new("Part", matteobasev1)
  2055. part_59.FormFactor = Enum.FormFactor.Custom
  2056. part_59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2057. part_59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2058. part_59.Anchored = true
  2059. part_59.Size = Vector3.new(3.2, 9.539, 1)
  2060. part_59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2061. part_59.Locked = true
  2062. part_59.CFrame = CFrame.new(-849.5, 390.769, -1074.6)* CFrame.Angles(3.1415927410126, 1.5707963705063, 0)
  2063. part_59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2064. part_59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2065. part_59.Friction = 0.3
  2066. part_59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2067.  
  2068. mesh_42 = Instance.new("BlockMesh", part_59)
  2069. mesh_42.Scale = Vector3.new(1, 1, 1.1)
  2070.  
  2071. part_60 = Instance.new("Part", matteobasev1)
  2072. part_60.FormFactor = Enum.FormFactor.Custom
  2073. part_60.CanCollide = false
  2074. part_60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2075. part_60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2076. part_60.Reflectance = 0.2
  2077. part_60.Anchored = true
  2078. part_60.Material = Enum.Material.Grass
  2079. part_60.Size = Vector3.new(5, 7.639, 1)
  2080. part_60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2081. part_60.Locked = true
  2082. part_60.CFrame = CFrame.new(-849.5, 389.819, -1070.5)* CFrame.Angles(3.1415927410126, 1.5707963705063, 0)
  2083. part_60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2084. part_60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2085. part_60.Friction = 0.3
  2086. part_60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2087.  
  2088. mesh_43 = Instance.new("BlockMesh", part_60)
  2089. mesh_43.Scale = Vector3.new(1, 1, 0.85)
  2090.  
  2091. decal_4 = Instance.new("Decal", part_60)
  2092. decal_4.Face = Enum.NormalId.Back
  2093. decal_4.Texture = "http://www.roblox.com/asset/?id=95711052"
  2094.  
  2095. decal_5 = Instance.new("Decal", part_60)
  2096. decal_5.Texture = "http://www.roblox.com/asset/?id=95711052"
  2097.  
  2098. part_61 = Instance.new("Part", matteobasev1)
  2099. part_61.FormFactor = Enum.FormFactor.Custom
  2100. part_61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2101. part_61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2102. part_61.Anchored = true
  2103. part_61.Size = Vector3.new(3, 9.539, 1)
  2104. part_61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2105. part_61.Locked = true
  2106. part_61.CFrame = CFrame.new(-849.5, 390.769, -1066.5)* CFrame.Angles(3.1415927410126, 1.5707963705063, 0)
  2107. part_61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2108. part_61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2109. part_61.Friction = 0.3
  2110. part_61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2111.  
  2112. mesh_44 = Instance.new("BlockMesh", part_61)
  2113. mesh_44.Scale = Vector3.new(1, 1, 1.1)
  2114.  
  2115. part_62 = Instance.new("Part", matteobasev1)
  2116. part_62.FormFactor = Enum.FormFactor.Custom
  2117. part_62.CanCollide = false
  2118. part_62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2119. part_62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2120. part_62.Reflectance = 0.2
  2121. part_62.Anchored = true
  2122. part_62.Material = Enum.Material.Grass
  2123. part_62.Size = Vector3.new(5, 7.639, 1)
  2124. part_62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2125. part_62.Locked = true
  2126. part_62.CFrame = CFrame.new(-672.245, 389.819, -1075.234)* CFrame.Angles(1.5707938671112, -1.5672081708908, -1.5708056688309)
  2127. part_62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2128. part_62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2129. part_62.Friction = 0.3
  2130. part_62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2131.  
  2132. mesh_45 = Instance.new("BlockMesh", part_62)
  2133. mesh_45.Scale = Vector3.new(1, 1, 0.85)
  2134.  
  2135. decal_6 = Instance.new("Decal", part_62)
  2136. decal_6.Face = Enum.NormalId.Back
  2137. decal_6.Texture = "http://www.roblox.com/asset/?id=95711052"
  2138.  
  2139. decal_7 = Instance.new("Decal", part_62)
  2140. decal_7.Texture = "http://www.roblox.com/asset/?id=95711052"
  2141.  
  2142. part_63 = Instance.new("Part", matteobasev1)
  2143. part_63.FormFactor = Enum.FormFactor.Custom
  2144. part_63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2145. part_63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2146. part_63.Anchored = true
  2147. part_63.Size = Vector3.new(3.2, 9.539, 1)
  2148. part_63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2149. part_63.Locked = true
  2150. part_63.CFrame = CFrame.new(-672.245, 390.769, -1071.134)* CFrame.Angles(1.5707938671112, -1.5672081708908, -1.5708056688309)
  2151. part_63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2152. part_63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2153. part_63.Friction = 0.3
  2154. part_63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2155.  
  2156. mesh_46 = Instance.new("BlockMesh", part_63)
  2157. mesh_46.Scale = Vector3.new(1, 1, 1.1)
  2158.  
  2159. part_64 = Instance.new("Part", matteobasev1)
  2160. part_64.FormFactor = Enum.FormFactor.Symmetric
  2161. part_64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2162. part_64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2163. part_64.Anchored = true
  2164. part_64.Size = Vector3.new(1, 9.6, 10.8)
  2165. part_64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2166. part_64.Locked = true
  2167. part_64.CFrame = CFrame.new(-672.272, 399.799, -1074.877)* CFrame.Angles(-3.1415872573853, -1.0882497160358e-011, 3.1415908336639)
  2168. part_64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2169. part_64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2170. part_64.BrickColor = BrickColor.new("Mid gray")
  2171. part_64.Friction = 0.3
  2172. part_64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2173.  
  2174. part_65 = Instance.new("Part", matteobasev1)
  2175. part_65.FormFactor = Enum.FormFactor.Symmetric
  2176. part_65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2177. part_65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2178. part_65.Anchored = true
  2179. part_65.Size = Vector3.new(26.6, 1, 23.8)
  2180. part_65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2181. part_65.Locked = true
  2182. part_65.CFrame = CFrame.new(-659.872, 412.535, -1083.511)* CFrame.Angles(-0.76071125268936, -1.3557090596805e-006, 1.3653979067385e-006)
  2183. part_65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2184. part_65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2185. part_65.BrickColor = BrickColor.new("Dirt brown")
  2186. part_65.Friction = 0.3
  2187. part_65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2188.  
  2189. part_66 = Instance.new("Part", matteobasev1)
  2190. part_66.FormFactor = Enum.FormFactor.Custom
  2191. part_66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2192. part_66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2193. part_66.Anchored = true
  2194. part_66.Size = Vector3.new(3, 9.539, 1)
  2195. part_66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2196. part_66.Locked = true
  2197. part_66.CFrame = CFrame.new(-672.245, 390.769, -1079.234)* CFrame.Angles(1.5707938671112, -1.5672081708908, -1.5708056688309)
  2198. part_66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2199. part_66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2200. part_66.Friction = 0.3
  2201. part_66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2202.  
  2203. mesh_47 = Instance.new("BlockMesh", part_66)
  2204. mesh_47.Scale = Vector3.new(1, 1, 1.1)
  2205.  
  2206. part_67 = Instance.new("Part", matteobasev1)
  2207. part_67.FormFactor = Enum.FormFactor.Symmetric
  2208. part_67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2209. part_67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2210. part_67.Anchored = true
  2211. part_67.Size = Vector3.new(1, 18.6, 10.8)
  2212. part_67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2213. part_67.Locked = true
  2214. part_67.CFrame = CFrame.new(-672.272, 395.3, -1085.677)* CFrame.Angles(-3.1415872573853, -1.0882726143857e-011, 3.1415908336639)
  2215. part_67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2216. part_67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2217. part_67.BrickColor = BrickColor.new("Mid gray")
  2218. part_67.Friction = 0.3
  2219. part_67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2220.  
  2221. part_68 = Instance.new("Part", matteobasev1)
  2222. part_68.FormFactor = Enum.FormFactor.Symmetric
  2223. part_68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2224. part_68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2225. part_68.Anchored = true
  2226. part_68.Size = Vector3.new(1, 18.6, 10.6)
  2227. part_68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2228. part_68.Locked = true
  2229. part_68.CFrame = CFrame.new(-672.272, 395.3, -1064.177)* CFrame.Angles(-3.1415872573853, -1.0882726143857e-011, 3.1415908336639)
  2230. part_68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2231. part_68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2232. part_68.BrickColor = BrickColor.new("Mid gray")
  2233. part_68.Friction = 0.3
  2234. part_68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2235.  
  2236. part_69 = Instance.new("Part", matteobasev1)
  2237. part_69.FormFactor = Enum.FormFactor.Symmetric
  2238. part_69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2239. part_69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2240. part_69.Anchored = true
  2241. part_69.Material = Enum.Material.Fabric
  2242. part_69.Size = Vector3.new(26, 1, 33.2)
  2243. part_69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2244. part_69.Locked = true
  2245. part_69.CFrame = CFrame.new(-659.772, 385.5, -1074.477)* CFrame.Angles(-3.1415872573853, -1.0882726143857e-011, 3.1415908336639)
  2246. part_69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2247. part_69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2248. part_69.BrickColor = BrickColor.new("Cork")
  2249. part_69.Friction = 0.3
  2250. part_69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2251.  
  2252. pointlight_2 = Instance.new("PointLight", part_69)
  2253. pointlight_2.Range = 30
  2254.  
  2255. part_70 = Instance.new("Part", matteobasev1)
  2256. part_70.FormFactor = Enum.FormFactor.Custom
  2257. part_70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2258. part_70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2259. part_70.Anchored = true
  2260. part_70.Size = Vector3.new(5, 2.039, 1)
  2261. part_70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2262. part_70.Locked = true
  2263. part_70.CFrame = CFrame.new(-672.245, 394.532, -1075.234)* CFrame.Angles(1.5707938671112, -1.5672081708908, -1.5708056688309)
  2264. part_70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2265. part_70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2266. part_70.Friction = 0.3
  2267. part_70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2268.  
  2269. mesh_48 = Instance.new("BlockMesh", part_70)
  2270. mesh_48.Scale = Vector3.new(1, 1, 1.1)
  2271.  
  2272. part_71 = Instance.new("Part", matteobasev1)
  2273. part_71.FormFactor = Enum.FormFactor.Symmetric
  2274. part_71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2275. part_71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2276. part_71.Anchored = true
  2277. part_71.Size = Vector3.new(24, 18.6, 1)
  2278. part_71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2279. part_71.Locked = true
  2280. part_71.CFrame = CFrame.new(-659.772, 395.3, -1090.577)* CFrame.Angles(-3.1415872573853, -1.0882726143857e-011, 3.1415908336639)
  2281. part_71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2282. part_71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2283. part_71.BrickColor = BrickColor.new("Mid gray")
  2284. part_71.Friction = 0.3
  2285. part_71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2286.  
  2287. part_72 = Instance.new("Part", matteobasev1)
  2288. part_72.FormFactor = Enum.FormFactor.Symmetric
  2289. part_72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2290. part_72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2291. part_72.Anchored = true
  2292. part_72.Size = Vector3.new(26.6, 1, 25.2)
  2293. part_72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2294. part_72.Locked = true
  2295. part_72.CFrame = CFrame.new(-659.872, 412.764, -1065.73)* CFrame.Angles(-2.3808703422546, -1.3059109278402e-006, 3.1415913105011)
  2296. part_72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2297. part_72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2298. part_72.BrickColor = BrickColor.new("Dirt brown")
  2299. part_72.Friction = 0.3
  2300. part_72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2301.  
  2302. part_73 = Instance.new("Part", matteobasev1)
  2303. part_73.FormFactor = Enum.FormFactor.Symmetric
  2304. part_73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2305. part_73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2306. part_73.Anchored = true
  2307. part_73.Size = Vector3.new(1, 18.6, 33.2)
  2308. part_73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2309. part_73.Locked = true
  2310. part_73.CFrame = CFrame.new(-647.272, 395.3, -1074.477)* CFrame.Angles(-3.1415872573853, -1.0882726143857e-011, 3.1415908336639)
  2311. part_73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2312. part_73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2313. part_73.BrickColor = BrickColor.new("Mid gray")
  2314. part_73.Friction = 0.3
  2315. part_73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2316.  
  2317. part_74 = Instance.new("Part", matteobasev1)
  2318. part_74.FormFactor = Enum.FormFactor.Symmetric
  2319. part_74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2320. part_74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2321. part_74.Anchored = true
  2322. part_74.Size = Vector3.new(25, 18.6, 1)
  2323. part_74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2324. part_74.Locked = true
  2325. part_74.CFrame = CFrame.new(-660.272, 395.3, -1058.377)* CFrame.Angles(-3.1415872573853, -1.0882726143857e-011, 3.1415908336639)
  2326. part_74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2327. part_74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2328. part_74.BrickColor = BrickColor.new("Mid gray")
  2329. part_74.Friction = 0.3
  2330. part_74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2331.  
  2332. part_75 = Instance.new("WedgePart", matteobasev1)
  2333. part_75.FormFactor = Enum.FormFactor.Symmetric
  2334. part_75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2335. part_75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2336. part_75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2337. part_75.Friction = 0.3
  2338. part_75.Size = Vector3.new(26, 16.6, 15.8)
  2339. part_75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2340. part_75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2341. part_75.Name = "Part"
  2342. part_75.Locked = true
  2343. part_75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2344. part_75.CFrame = CFrame.new(-861.972, 412.499, -1079.557)* CFrame.Angles(1.5707985162735, -3.3460730719526e-007, -3.1415927410126)
  2345. part_75.BrickColor = BrickColor.new("Dark stone grey")
  2346. part_75.Anchored = true
  2347.  
  2348. part_76 = Instance.new("WedgePart", matteobasev1)
  2349. part_76.FormFactor = Enum.FormFactor.Symmetric
  2350. part_76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2351. part_76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2352. part_76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2353. part_76.Friction = 0.3
  2354. part_76.Size = Vector3.new(26, 16.6, 15.8)
  2355. part_76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2356. part_76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2357. part_76.Name = "Part"
  2358. part_76.Locked = true
  2359. part_76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2360. part_76.CFrame = CFrame.new(-861.972, 412.499, -1062.957)* CFrame.Angles(1.5707979202271, -3.4413380944898e-007, 4.4705068091844e-008)
  2361. part_76.BrickColor = BrickColor.new("Dark stone grey")
  2362. part_76.Anchored = true
  2363.  
  2364. part_77 = Instance.new("WedgePart", matteobasev1)
  2365. part_77.FormFactor = Enum.FormFactor.Symmetric
  2366. part_77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2367. part_77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2368. part_77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2369. part_77.Friction = 0.3
  2370. part_77.Size = Vector3.new(26, 16.6, 15.8)
  2371. part_77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2372. part_77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2373. part_77.Name = "Part"
  2374. part_77.Locked = true
  2375. part_77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2376. part_77.CFrame = CFrame.new(-659.772, 412.499, -1066.177)* CFrame.Angles(1.5708010196686, 1.8673380282053e-006, 3.0378679127807e-008)
  2377. part_77.BrickColor = BrickColor.new("Dark stone grey")
  2378. part_77.Anchored = true
  2379.  
  2380. part_78 = Instance.new("WedgePart", matteobasev1)
  2381. part_78.FormFactor = Enum.FormFactor.Symmetric
  2382. part_78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2383. part_78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2384. part_78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2385. part_78.Friction = 0.3
  2386. part_78.Size = Vector3.new(26, 16.6, 15.8)
  2387. part_78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2388. part_78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2389. part_78.Name = "Part"
  2390. part_78.Locked = true
  2391. part_78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2392. part_78.CFrame = CFrame.new(-659.772, 412.499, -1082.777)* CFrame.Angles(1.5708017349243, 1.8768644167722e-006, -3.141592502594)
  2393. part_78.BrickColor = BrickColor.new("Dark stone grey")
  2394. part_78.Anchored = true
  2395.  
  2396. matteobase = Instance.new("Part", matteobasev1)
  2397. matteobase.FormFactor = Enum.FormFactor.Symmetric
  2398. matteobase.TopSurface = Enum.SurfaceType.Smooth
  2399. matteobase.Anchored = true
  2400. matteobase.Material = Enum.Material.Grass
  2401. matteobase.Size = Vector3.new(267, 1, 277)
  2402. matteobase.Name = "matteobase"
  2403. matteobase.Locked = true
  2404. matteobase.CFrame = CFrame.new(-766.5, 384.5, -1071.5)
  2405. matteobase.BrickColor = BrickColor.new("Artichoke")
  2406. matteobase.Friction = 0.3
  2407. matteobase.BottomSurface = Enum.SurfaceType.Smooth
  2408.  
  2409. char.Torso.CFrame = spawnlocation.CFrame
  2410. local matteobasev1clone = matteobasev1:Clone()
  2411. matteobasev1clone.Parent = game.Players
  2412.  
  2413. matteobasev1.Parent = char
  2414.  
  2415. wait(.1)
  2416.  
  2417. game:GetService("RunService").RenderStepped:connect(function()
  2418. if char:FindFirstChild("matteobasev1")==nil then
  2419. game.Players.matteobasev1.Parent = workspace
  2420. wait(.1)
  2421. game.Workspace.matteobasev1.Parent = char
  2422. local matteobasev1clone = matteobasev1:Clone()
  2423. matteobasev1clone.Parent = game.Players
  2424. end
  2425. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement