zcwasfe

Untitled

Apr 4th, 2020
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.74 KB | None | 0 0
  1. --by zcwasfe
  2. function sandbox(var,func)
  3. local env = getfenv(func)
  4. local newenv = setmetatable({},{
  5. __index = function(self,k)
  6. if k=="script" then
  7. return var
  8. else
  9. return env[k]
  10. end
  11. end,
  12. })
  13. setfenv(func,newenv)
  14. return func
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. ScreenGui0 = Instance.new("ScreenGui")
  19. TextLabel1 = Instance.new("TextLabel")
  20. Script2 = Instance.new("Script")
  21. ScreenGui0.Name = "Text"
  22. ScreenGui0.Parent = mas
  23. TextLabel1.Name = "Text1"
  24. TextLabel1.Parent = ScreenGui0
  25. TextLabel1.Transparency = 1
  26. TextLabel1.Size = UDim2.new(0, 375, 0, 50)
  27. TextLabel1.Text = "lol"
  28. TextLabel1.Position = UDim2.new(0.252041996, 0, 0.0355329961, 0)
  29. TextLabel1.BackgroundColor3 = Color3.new(1, 1, 1)
  30. TextLabel1.BackgroundTransparency = 1
  31. TextLabel1.Font = Enum.Font.Arcade
  32. TextLabel1.FontSize = Enum.FontSize.Size60
  33. TextLabel1.TextColor3 = Color3.new(0, 0, 0)
  34. TextLabel1.TextScaled = true
  35. TextLabel1.TextWrapped = true
  36. Script2.Parent = TextLabel1
  37. table.insert(cors,sandbox(Script2,function()
  38. local TextLabel = script.Parent
  39. local Text
  40.  
  41. function SoundEffect()
  42. local Sound = Instance.new("Sound",workspace)
  43. Sound.Name = "TextSound"
  44. Sound.SoundId = "http://www.roblox.com/asset/?id=3333976425"
  45. Sound.PlaybackSpeed = 1
  46. Sound.Volume = 1
  47. Sound:Play()
  48. coroutine.resume(coroutine.create(function()
  49. wait(1)
  50. Sound:Destroy()
  51. end))
  52. end
  53.  
  54. function setText(word)
  55. Text = word
  56. for i = 1, #Text do
  57. TextLabel.Text = string.sub(Text, 1, i)
  58. SoundEffect()
  59. TextLabel.TextColor3 = Color3.fromRGB(255,255,255)
  60. wait(0.04)
  61. end
  62. end
  63.  
  64. setText("do you think you destroyed the map?")
  65. wait(4)
  66. setText("ok I'll give you control with a bomb")
  67. wait(2)
  68. setText("3")
  69. wait(2)
  70. setText("2")
  71. wait(2)
  72. setText("1")
  73. end))
  74. for i,v in pairs(mas:GetChildren()) do
  75. v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  76. pcall(function() v:MakeJoints() end)
  77. end
  78. mas:Destroy()
  79. for i,v in pairs(cors) do
  80. spawn(function()
  81. pcall(v)
  82. end)
  83. end
  84. wait(10)
  85. function sandbox(var,func)
  86. local env = getfenv(func)
  87. local newenv = setmetatable({},{
  88. __index = function(self,k)
  89. if k=="script" then
  90. return var
  91. else
  92. return env[k]
  93. end
  94. end,
  95. })
  96. setfenv(func,newenv)
  97. return func
  98. end
  99. cors = {}
  100. mas = Instance.new("Model",game:GetService("Lighting"))
  101. ScreenGui0 = Instance.new("ScreenGui")
  102. Frame1 = Instance.new("Frame")
  103. Frame2 = Instance.new("Frame")
  104. TextLabel3 = Instance.new("TextLabel")
  105. TextLabel4 = Instance.new("TextLabel")
  106. TextLabel5 = Instance.new("TextLabel")
  107. TextLabel6 = Instance.new("TextLabel")
  108. ScreenGui0.Name = "Gui"
  109. ScreenGui0.Parent = mas
  110. Frame1.Name = "Main"
  111. Frame1.Parent = ScreenGui0
  112. Frame1.Transparency = 0.5
  113. Frame1.Size = UDim2.new(0, 603, 0, 303)
  114. Frame1.Position = UDim2.new(0.36522752, 0, 0.213197976, 0)
  115. Frame1.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  116. Frame1.BackgroundTransparency = 0.5
  117. Frame2.Name = "XD"
  118. Frame2.Parent = ScreenGui0
  119. Frame2.Size = UDim2.new(0, 603, 0, 68)
  120. Frame2.Position = UDim2.new(0.36522755, 0, 0.204285398, 0)
  121. Frame2.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  122. TextLabel3.Name = "Text2"
  123. TextLabel3.Parent = ScreenGui0
  124. TextLabel3.Transparency = 1
  125. TextLabel3.Size = UDim2.new(0, 215, 0, 104)
  126. TextLabel3.Text = "do not forget to press the teleport button"
  127. TextLabel3.Position = UDim2.new(0.365196586, 0, 0.458938569, 0)
  128. TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
  129. TextLabel3.BackgroundTransparency = 1
  130. TextLabel3.Font = Enum.Font.Arcade
  131. TextLabel3.FontSize = Enum.FontSize.Size60
  132. TextLabel3.TextColor3 = Color3.new(0, 0, 0)
  133. TextLabel3.TextScaled = true
  134. TextLabel3.TextWrapped = true
  135. TextLabel4.Name = "Text3"
  136. TextLabel4.Parent = ScreenGui0
  137. TextLabel4.Transparency = 1
  138. TextLabel4.Size = UDim2.new(0, 215, 0, 104)
  139. TextLabel4.Text = "to escape from the bomb"
  140. TextLabel4.Position = UDim2.new(0.739989281, 0, 0.458938569, 0)
  141. TextLabel4.BackgroundColor3 = Color3.new(1, 1, 1)
  142. TextLabel4.BackgroundTransparency = 1
  143. TextLabel4.Font = Enum.Font.Arcade
  144. TextLabel4.FontSize = Enum.FontSize.Size60
  145. TextLabel4.TextColor3 = Color3.new(0, 0, 0)
  146. TextLabel4.TextScaled = true
  147. TextLabel4.TextWrapped = true
  148. TextLabel5.Name = "Text3"
  149. TextLabel5.Parent = ScreenGui0
  150. TextLabel5.Transparency = 1
  151. TextLabel5.Size = UDim2.new(0, 603, 0, 104)
  152. TextLabel5.Text = "nuke"
  153. TextLabel5.Position = UDim2.new(0.365196586, 0, 0.115704246, 0)
  154. TextLabel5.BackgroundColor3 = Color3.new(1, 1, 1)
  155. TextLabel5.BackgroundTransparency = 1
  156. TextLabel5.Font = Enum.Font.Arcade
  157. TextLabel5.FontSize = Enum.FontSize.Size60
  158. TextLabel5.TextColor3 = Color3.new(0, 0, 0)
  159. TextLabel5.TextScaled = true
  160. TextLabel5.TextWrapped = true
  161. TextLabel6.Name = "Text4"
  162. TextLabel6.Parent = ScreenGui0
  163. TextLabel6.Transparency = 1
  164. TextLabel6.Size = UDim2.new(0, 215, 0, 104)
  165. TextLabel6.Text = "you can also click on R"
  166. TextLabel6.Position = UDim2.new(0.370171696, 0, 0.812073886, 0)
  167. TextLabel6.BackgroundColor3 = Color3.new(1, 1, 1)
  168. TextLabel6.BackgroundTransparency = 1
  169. TextLabel6.Font = Enum.Font.Arcade
  170. TextLabel6.FontSize = Enum.FontSize.Size60
  171. TextLabel6.TextColor3 = Color3.new(0, 0, 0)
  172. TextLabel6.TextScaled = true
  173. TextLabel6.TextWrapped = true
  174. for i,v in pairs(mas:GetChildren()) do
  175. v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  176. pcall(function() v:MakeJoints() end)
  177. end
  178. mas:Destroy()
  179. for i,v in pairs(cors) do
  180. spawn(function()
  181. pcall(v)
  182. end)
  183. end
  184. function sandbox(var,func)
  185. local env = getfenv(func)
  186. local newenv = setmetatable({},{
  187. __index = function(self,k)
  188. if k=="script" then
  189. return var
  190. else
  191. return env[k]
  192. end
  193. end,
  194. })
  195. setfenv(func,newenv)
  196. return func
  197. end
  198. cors = {}
  199. mas = Instance.new("Model",game:GetService("Lighting"))
  200. Model0 = Instance.new("Model")
  201. Part1 = Instance.new("Part")
  202. Part2 = Instance.new("Part")
  203. Part3 = Instance.new("Part")
  204. Part4 = Instance.new("Part")
  205. Part5 = Instance.new("Part")
  206. Part6 = Instance.new("Part")
  207. Part7 = Instance.new("Part")
  208. Part8 = Instance.new("Part")
  209. PointLight9 = Instance.new("PointLight")
  210. Part10 = Instance.new("Part")
  211. Part11 = Instance.new("Part")
  212. Part12 = Instance.new("Part")
  213. Part13 = Instance.new("Part")
  214. Part14 = Instance.new("Part")
  215. Part15 = Instance.new("Part")
  216. Part16 = Instance.new("Part")
  217. Part17 = Instance.new("Part")
  218. Part18 = Instance.new("Part")
  219. Part19 = Instance.new("Part")
  220. Part20 = Instance.new("Part")
  221. Part21 = Instance.new("Part")
  222. Part22 = Instance.new("Part")
  223. Part23 = Instance.new("Part")
  224. ClickDetector24 = Instance.new("ClickDetector")
  225. Part25 = Instance.new("Part")
  226. Part26 = Instance.new("Part")
  227. Part27 = Instance.new("Part")
  228. Part28 = Instance.new("Part")
  229. Part29 = Instance.new("Part")
  230. Part30 = Instance.new("Part")
  231. Part31 = Instance.new("Part")
  232. Part32 = Instance.new("Part")
  233. Part33 = Instance.new("Part")
  234. Part34 = Instance.new("Part")
  235. Part35 = Instance.new("Part")
  236. Part36 = Instance.new("Part")
  237. Part37 = Instance.new("Part")
  238. ClickDetector38 = Instance.new("ClickDetector")
  239. Part39 = Instance.new("Part")
  240. ClickDetector40 = Instance.new("ClickDetector")
  241. Part41 = Instance.new("Part")
  242. ClickDetector42 = Instance.new("ClickDetector")
  243. Part43 = Instance.new("Part")
  244. ClickDetector44 = Instance.new("ClickDetector")
  245. Part45 = Instance.new("Part")
  246. ClickDetector46 = Instance.new("ClickDetector")
  247. Part47 = Instance.new("Part")
  248. ClickDetector48 = Instance.new("ClickDetector")
  249. Part49 = Instance.new("Part")
  250. ClickDetector50 = Instance.new("ClickDetector")
  251. Part51 = Instance.new("Part")
  252. ClickDetector52 = Instance.new("ClickDetector")
  253. Part53 = Instance.new("Part")
  254. ClickDetector54 = Instance.new("ClickDetector")
  255. Part55 = Instance.new("Part")
  256. ClickDetector56 = Instance.new("ClickDetector")
  257. Part57 = Instance.new("Part")
  258. ClickDetector58 = Instance.new("ClickDetector")
  259. Part59 = Instance.new("Part")
  260. Part60 = Instance.new("Part")
  261. Part61 = Instance.new("Part")
  262. Part62 = Instance.new("Part")
  263. Part63 = Instance.new("Part")
  264. Part64 = Instance.new("Part")
  265. ClickDetector65 = Instance.new("ClickDetector")
  266. Part66 = Instance.new("Part")
  267. ClickDetector67 = Instance.new("ClickDetector")
  268. Part68 = Instance.new("Part")
  269. ClickDetector69 = Instance.new("ClickDetector")
  270. Script70 = Instance.new("Script")
  271. Part71 = Instance.new("Part")
  272. ClickDetector72 = Instance.new("ClickDetector")
  273. Seat73 = Instance.new("Seat")
  274. Model0.Name = "Map"
  275. Model0.Parent = mas
  276. Model0.PrimaryPart = Part1
  277. Part1.Parent = Model0
  278. Part1.Material = Enum.Material.WoodPlanks
  279. Part1.BrickColor = BrickColor.new("Linen")
  280. Part1.Rotation = Vector3.new(0, 90, 0)
  281. Part1.Anchored = true
  282. Part1.Size = Vector3.new(62.5000229, 1, 42.2499962)
  283. Part1.CFrame = CFrame.new(-16.774992, 2298.53101, 50.4500275, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  284. Part1.BottomSurface = Enum.SurfaceType.Smooth
  285. Part1.TopSurface = Enum.SurfaceType.Smooth
  286. Part1.Color = Color3.new(0.686275, 0.580392, 0.513726)
  287. Part1.Position = Vector3.new(-16.774992, 2298.53101, 50.4500275)
  288. Part1.Orientation = Vector3.new(0, 90, 0)
  289. Part1.Color = Color3.new(0.686275, 0.580392, 0.513726)
  290. Part2.Name = "TeleportPart"
  291. Part2.Parent = Model0
  292. Part2.BrickColor = BrickColor.new("Bright red")
  293. Part2.Transparency = 1
  294. Part2.Anchored = true
  295. Part2.CanCollide = false
  296. Part2.Size = Vector3.new(4, 1, 4)
  297. Part2.CFrame = CFrame.new(-11.3099937, 2300.44336, 30.760004, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  298. Part2.Color = Color3.new(0.768627, 0.156863, 0.109804)
  299. Part2.Position = Vector3.new(-11.3099937, 2300.44336, 30.760004)
  300. Part2.Color = Color3.new(0.768627, 0.156863, 0.109804)
  301. Part3.Parent = Model0
  302. Part3.Material = Enum.Material.WoodPlanks
  303. Part3.BrickColor = BrickColor.new("Quill grey")
  304. Part3.Anchored = true
  305. Part3.Size = Vector3.new(42.2400017, 21.9999981, 2)
  306. Part3.CFrame = CFrame.new(-16.7499943, 2310.03174, 20.2099991, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  307. Part3.BottomSurface = Enum.SurfaceType.Smooth
  308. Part3.TopSurface = Enum.SurfaceType.Smooth
  309. Part3.Color = Color3.new(0.87451, 0.87451, 0.870588)
  310. Part3.Position = Vector3.new(-16.7499943, 2310.03174, 20.2099991)
  311. Part3.Color = Color3.new(0.87451, 0.87451, 0.870588)
  312. Part4.Parent = Model0
  313. Part4.Material = Enum.Material.WoodPlanks
  314. Part4.BrickColor = BrickColor.new("Quill grey")
  315. Part4.Rotation = Vector3.new(-180, 89.9400024, -180)
  316. Part4.Anchored = true
  317. Part4.Size = Vector3.new(63.920002, 21.9999981, 2)
  318. Part4.CFrame = CFrame.new(1.42022896, 2310.03174, 52.2819328, -1.39090446e-08, 0, 0.999999523, 0, 1, 0, -0.999999523, 0, -1.39090446e-08)
  319. Part4.BottomSurface = Enum.SurfaceType.Smooth
  320. Part4.TopSurface = Enum.SurfaceType.Smooth
  321. Part4.Color = Color3.new(0.87451, 0.87451, 0.870588)
  322. Part4.Position = Vector3.new(1.42022896, 2310.03174, 52.2819328)
  323. Part4.Orientation = Vector3.new(0, 90, 0)
  324. Part4.Color = Color3.new(0.87451, 0.87451, 0.870588)
  325. Part5.Parent = Model0
  326. Part5.Material = Enum.Material.WoodPlanks
  327. Part5.BrickColor = BrickColor.new("Quill grey")
  328. Part5.Rotation = Vector3.new(0, 89.7799988, 0)
  329. Part5.Anchored = true
  330. Part5.Size = Vector3.new(6.77999783, 21.9999981, 2)
  331. Part5.CFrame = CFrame.new(-14.7662134, 2310.03174, 23.6031151, 4.17268282e-08, 0, 0.99999243, 0, 1, 0, -0.99999249, 0, 1.1924655e-08)
  332. Part5.BottomSurface = Enum.SurfaceType.Smooth
  333. Part5.TopSurface = Enum.SurfaceType.Smooth
  334. Part5.Color = Color3.new(0.87451, 0.87451, 0.870588)
  335. Part5.Position = Vector3.new(-14.7662134, 2310.03174, 23.6031151)
  336. Part5.Orientation = Vector3.new(0, 90, 0)
  337. Part5.Color = Color3.new(0.87451, 0.87451, 0.870588)
  338. Part6.Parent = Model0
  339. Part6.Material = Enum.Material.WoodPlanks
  340. Part6.BrickColor = BrickColor.new("Quill grey")
  341. Part6.Anchored = true
  342. Part6.Size = Vector3.new(16.7399979, 21.9999981, 2)
  343. Part6.CFrame = CFrame.new(-6.68758249, 2310.03174, 37.5174637, 0.999999046, 0, -5.96046164e-08, 0, 1, 0, 5.96046164e-08, 0, 0.999999046)
  344. Part6.BottomSurface = Enum.SurfaceType.Smooth
  345. Part6.TopSurface = Enum.SurfaceType.Smooth
  346. Part6.Color = Color3.new(0.87451, 0.87451, 0.870588)
  347. Part6.Position = Vector3.new(-6.68758249, 2310.03174, 37.5174637)
  348. Part6.Color = Color3.new(0.87451, 0.87451, 0.870588)
  349. Part7.Parent = Model0
  350. Part7.Material = Enum.Material.WoodPlanks
  351. Part7.BrickColor = BrickColor.new("Linen")
  352. Part7.Rotation = Vector3.new(0, 90, 0)
  353. Part7.Anchored = true
  354. Part7.Size = Vector3.new(65.1200027, 1, 42.2499962)
  355. Part7.CFrame = CFrame.new(-16.774992, 2313.22729, 51.7599945, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  356. Part7.BottomSurface = Enum.SurfaceType.Smooth
  357. Part7.TopSurface = Enum.SurfaceType.Smooth
  358. Part7.Color = Color3.new(0.686275, 0.580392, 0.513726)
  359. Part7.Position = Vector3.new(-16.774992, 2313.22729, 51.7599945)
  360. Part7.Orientation = Vector3.new(0, 90, 0)
  361. Part7.Color = Color3.new(0.686275, 0.580392, 0.513726)
  362. Part8.Parent = Model0
  363. Part8.Material = Enum.Material.Neon
  364. Part8.BrickColor = BrickColor.new("Institutional white")
  365. Part8.Anchored = true
  366. Part8.Size = Vector3.new(4, 0.820000052, 3.89000034)
  367. Part8.CFrame = CFrame.new(-2.98497725, 2312.31738, 28.7790813, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  368. Part8.BottomSurface = Enum.SurfaceType.Smooth
  369. Part8.TopSurface = Enum.SurfaceType.Smooth
  370. Part8.Color = Color3.new(0.972549, 0.972549, 0.972549)
  371. Part8.Position = Vector3.new(-2.98497725, 2312.31738, 28.7790813)
  372. Part8.Color = Color3.new(0.972549, 0.972549, 0.972549)
  373. PointLight9.Parent = Part8
  374. PointLight9.Brightness = 4
  375. PointLight9.Range = 3
  376. Part10.Parent = Model0
  377. Part10.BrickColor = BrickColor.new("Mint")
  378. Part10.Size = Vector3.new(4, 1, 2)
  379. Part10.CFrame = CFrame.new(-10.029994, 2299.53101, 35.5199966, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  380. Part10.BottomSurface = Enum.SurfaceType.Smooth
  381. Part10.TopSurface = Enum.SurfaceType.Smooth
  382. Part10.Color = Color3.new(0.694118, 0.898039, 0.65098)
  383. Part10.Position = Vector3.new(-10.029994, 2299.53101, 35.5199966)
  384. Part10.Color = Color3.new(0.694118, 0.898039, 0.65098)
  385. Part11.Parent = Model0
  386. Part11.BrickColor = BrickColor.new("New Yeller")
  387. Part11.Size = Vector3.new(4, 1, 2)
  388. Part11.CFrame = CFrame.new(-10.029994, 2300.50195, 35.5199966, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  389. Part11.BottomSurface = Enum.SurfaceType.Smooth
  390. Part11.TopSurface = Enum.SurfaceType.Smooth
  391. Part11.Color = Color3.new(1, 1, 0)
  392. Part11.Position = Vector3.new(-10.029994, 2300.50195, 35.5199966)
  393. Part11.Color = Color3.new(1, 1, 0)
  394. Part12.Parent = Model0
  395. Part12.BrickColor = BrickColor.new("Brown")
  396. Part12.Size = Vector3.new(4, 1, 2)
  397. Part12.CFrame = CFrame.new(-10.029994, 2301.50757, 35.5199966, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  398. Part12.BottomSurface = Enum.SurfaceType.Smooth
  399. Part12.TopSurface = Enum.SurfaceType.Smooth
  400. Part12.Color = Color3.new(0.486275, 0.360784, 0.27451)
  401. Part12.Position = Vector3.new(-10.029994, 2301.50757, 35.5199966)
  402. Part12.Color = Color3.new(0.486275, 0.360784, 0.27451)
  403. Part13.Parent = Model0
  404. Part13.BrickColor = BrickColor.new("Brown")
  405. Part13.Size = Vector3.new(4, 1, 2)
  406. Part13.CFrame = CFrame.new(-10.029994, 2304.46167, 35.5199966, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  407. Part13.BottomSurface = Enum.SurfaceType.Smooth
  408. Part13.TopSurface = Enum.SurfaceType.Smooth
  409. Part13.Color = Color3.new(0.486275, 0.360784, 0.27451)
  410. Part13.Position = Vector3.new(-10.029994, 2304.46167, 35.5199966)
  411. Part13.Color = Color3.new(0.486275, 0.360784, 0.27451)
  412. Part14.Parent = Model0
  413. Part14.BrickColor = BrickColor.new("Mint")
  414. Part14.Size = Vector3.new(4, 1, 2)
  415. Part14.CFrame = CFrame.new(-10.029994, 2302.48511, 35.5199966, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  416. Part14.BottomSurface = Enum.SurfaceType.Smooth
  417. Part14.TopSurface = Enum.SurfaceType.Smooth
  418. Part14.Color = Color3.new(0.694118, 0.898039, 0.65098)
  419. Part14.Position = Vector3.new(-10.029994, 2302.48511, 35.5199966)
  420. Part14.Color = Color3.new(0.694118, 0.898039, 0.65098)
  421. Part15.Parent = Model0
  422. Part15.BrickColor = BrickColor.new("New Yeller")
  423. Part15.Size = Vector3.new(4, 1, 2)
  424. Part15.CFrame = CFrame.new(-10.029994, 2303.45605, 35.5199966, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  425. Part15.BottomSurface = Enum.SurfaceType.Smooth
  426. Part15.TopSurface = Enum.SurfaceType.Smooth
  427. Part15.Color = Color3.new(1, 1, 0)
  428. Part15.Position = Vector3.new(-10.029994, 2303.45605, 35.5199966)
  429. Part15.Color = Color3.new(1, 1, 0)
  430. Part16.Parent = Model0
  431. Part16.BrickColor = BrickColor.new("Brown")
  432. Part16.Size = Vector3.new(4, 3.47999978, 3.98000002)
  433. Part16.CFrame = CFrame.new(-10.029994, 2300.80347, 23.8167744, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  434. Part16.BottomSurface = Enum.SurfaceType.Smooth
  435. Part16.TopSurface = Enum.SurfaceType.Smooth
  436. Part16.Color = Color3.new(0.486275, 0.360784, 0.27451)
  437. Part16.Position = Vector3.new(-10.029994, 2300.80347, 23.8167744)
  438. Part16.Color = Color3.new(0.486275, 0.360784, 0.27451)
  439. Part17.Parent = Model0
  440. Part17.BrickColor = BrickColor.new("Brown")
  441. Part17.Size = Vector3.new(4, 3.47999978, 3.98000002)
  442. Part17.CFrame = CFrame.new(-5.11809015, 2300.80347, 23.8167744, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  443. Part17.BottomSurface = Enum.SurfaceType.Smooth
  444. Part17.TopSurface = Enum.SurfaceType.Smooth
  445. Part17.Color = Color3.new(0.486275, 0.360784, 0.27451)
  446. Part17.Position = Vector3.new(-5.11809015, 2300.80347, 23.8167744)
  447. Part17.Color = Color3.new(0.486275, 0.360784, 0.27451)
  448. Part18.Parent = Model0
  449. Part18.BrickColor = BrickColor.new("Brown")
  450. Part18.Size = Vector3.new(4, 3.47999978, 3.98000002)
  451. Part18.CFrame = CFrame.new(-5.11809015, 2307.95923, 23.8167744, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  452. Part18.BottomSurface = Enum.SurfaceType.Smooth
  453. Part18.TopSurface = Enum.SurfaceType.Smooth
  454. Part18.Color = Color3.new(0.486275, 0.360784, 0.27451)
  455. Part18.Position = Vector3.new(-5.11809015, 2307.95923, 23.8167744)
  456. Part18.Color = Color3.new(0.486275, 0.360784, 0.27451)
  457. Part19.Parent = Model0
  458. Part19.BrickColor = BrickColor.new("Brown")
  459. Part19.Size = Vector3.new(4, 3.47999978, 3.98000002)
  460. Part19.CFrame = CFrame.new(-9.51021004, 2307.95923, 23.8167744, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  461. Part19.BottomSurface = Enum.SurfaceType.Smooth
  462. Part19.TopSurface = Enum.SurfaceType.Smooth
  463. Part19.Color = Color3.new(0.486275, 0.360784, 0.27451)
  464. Part19.Position = Vector3.new(-9.51021004, 2307.95923, 23.8167744)
  465. Part19.Color = Color3.new(0.486275, 0.360784, 0.27451)
  466. Part20.Parent = Model0
  467. Part20.Material = Enum.Material.Fabric
  468. Part20.BrickColor = BrickColor.new("Really black")
  469. Part20.Anchored = true
  470. Part20.Size = Vector3.new(1.7883414, 0.0500000007, 9.41999245)
  471. Part20.CFrame = CFrame.new(-8.99999809, 2302.53882, 43.2816048, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  472. Part20.BottomSurface = Enum.SurfaceType.Smooth
  473. Part20.TopSurface = Enum.SurfaceType.Smooth
  474. Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  475. Part20.Position = Vector3.new(-8.99999809, 2302.53882, 43.2816048)
  476. Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  477. Part21.Parent = Model0
  478. Part21.Material = Enum.Material.Wood
  479. Part21.BrickColor = BrickColor.new("Brown")
  480. Part21.Rotation = Vector3.new(-180, 89.9700012, -180)
  481. Part21.Anchored = true
  482. Part21.Size = Vector3.new(2.32000041, 3.47999978, 3.20999789)
  483. Part21.CFrame = CFrame.new(-6.46330547, 2300.80347, 48.9428444, -4.37113847e-08, 0, 0.999999881, 0, 1, 0, -0.999999881, 0, -4.37113847e-08)
  484. Part21.BottomSurface = Enum.SurfaceType.Smooth
  485. Part21.TopSurface = Enum.SurfaceType.Smooth
  486. Part21.Color = Color3.new(0.486275, 0.360784, 0.27451)
  487. Part21.Position = Vector3.new(-6.46330547, 2300.80347, 48.9428444)
  488. Part21.Orientation = Vector3.new(0, 90, 0)
  489. Part21.Color = Color3.new(0.486275, 0.360784, 0.27451)
  490. Part22.Parent = Model0
  491. Part22.Material = Enum.Material.Wood
  492. Part22.BrickColor = BrickColor.new("Brown")
  493. Part22.Anchored = true
  494. Part22.Size = Vector3.new(2.32000041, 3.47999978, 11.6999979)
  495. Part22.CFrame = CFrame.new(-0.0342102051, 2305.57959, 44.2962837, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  496. Part22.BottomSurface = Enum.SurfaceType.Smooth
  497. Part22.TopSurface = Enum.SurfaceType.Smooth
  498. Part22.Color = Color3.new(0.486275, 0.360784, 0.27451)
  499. Part22.Position = Vector3.new(-0.0342102051, 2305.57959, 44.2962837)
  500. Part22.Color = Color3.new(0.486275, 0.360784, 0.27451)
  501. Part23.Parent = Model0
  502. Part23.Material = Enum.Material.Wood
  503. Part23.BrickColor = BrickColor.new("Dark stone grey")
  504. Part23.Anchored = true
  505. Part23.Size = Vector3.new(0.0500000007, 0.889999807, 0.929999888)
  506. Part23.CFrame = CFrame.new(-1.21067953, 2305.34814, 39.9212723, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  507. Part23.BottomSurface = Enum.SurfaceType.Smooth
  508. Part23.TopSurface = Enum.SurfaceType.Smooth
  509. Part23.Color = Color3.new(0.388235, 0.372549, 0.384314)
  510. Part23.Position = Vector3.new(-1.21067953, 2305.34814, 39.9212723)
  511. Part23.Color = Color3.new(0.388235, 0.372549, 0.384314)
  512. ClickDetector24.Parent = Part23
  513. Part25.Parent = Model0
  514. Part25.Material = Enum.Material.Wood
  515. Part25.BrickColor = BrickColor.new("Brown")
  516. Part25.Anchored = true
  517. Part25.Size = Vector3.new(2.32000041, 2.50999975, 11.6999979)
  518. Part25.CFrame = CFrame.new(-0.0342102051, 2300.34473, 44.2962837, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  519. Part25.BottomSurface = Enum.SurfaceType.Smooth
  520. Part25.TopSurface = Enum.SurfaceType.Smooth
  521. Part25.Color = Color3.new(0.486275, 0.360784, 0.27451)
  522. Part25.Position = Vector3.new(-0.0342102051, 2300.34473, 44.2962837)
  523. Part25.Color = Color3.new(0.486275, 0.360784, 0.27451)
  524. Part26.Parent = Model0
  525. Part26.Material = Enum.Material.Wood
  526. Part26.BrickColor = BrickColor.new("Brown")
  527. Part26.Anchored = true
  528. Part26.Size = Vector3.new(2.32000041, 3.44999933, 11.6399975)
  529. Part26.CFrame = CFrame.new(-9.03819561, 2300.81494, 44.2662811, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  530. Part26.BottomSurface = Enum.SurfaceType.Smooth
  531. Part26.TopSurface = Enum.SurfaceType.Smooth
  532. Part26.Color = Color3.new(0.486275, 0.360784, 0.27451)
  533. Part26.Position = Vector3.new(-9.03819561, 2300.81494, 44.2662811)
  534. Part26.Color = Color3.new(0.486275, 0.360784, 0.27451)
  535. Part27.Parent = Model0
  536. Part27.Material = Enum.Material.Fabric
  537. Part27.BrickColor = BrickColor.new("Really black")
  538. Part27.Rotation = Vector3.new(-180, 89.9300003, -180)
  539. Part27.Anchored = true
  540. Part27.Size = Vector3.new(1.95834124, 0.0500000007, 5.0399971)
  541. Part27.CFrame = CFrame.new(-7.38447046, 2302.53882, 48.9286079, -7.35136751e-08, 0, 0.999999285, 0, 1, 0, -0.999999285, 0, -7.35136751e-08)
  542. Part27.BottomSurface = Enum.SurfaceType.Smooth
  543. Part27.TopSurface = Enum.SurfaceType.Smooth
  544. Part27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  545. Part27.Position = Vector3.new(-7.38447046, 2302.53882, 48.9286079)
  546. Part27.Orientation = Vector3.new(0, 90, 0)
  547. Part27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  548. Part28.Parent = Model0
  549. Part28.BrickColor = BrickColor.new("Brown")
  550. Part28.Size = Vector3.new(1.70000017, 1, 2)
  551. Part28.CFrame = CFrame.new(-0.326766789, 2307.97192, 44.7043152, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  552. Part28.BottomSurface = Enum.SurfaceType.Smooth
  553. Part28.TopSurface = Enum.SurfaceType.Smooth
  554. Part28.Color = Color3.new(0.486275, 0.360784, 0.27451)
  555. Part28.Position = Vector3.new(-0.326766789, 2307.97192, 44.7043152)
  556. Part28.Color = Color3.new(0.486275, 0.360784, 0.27451)
  557. Part29.Parent = Model0
  558. Part29.BrickColor = BrickColor.new("New Yeller")
  559. Part29.Size = Vector3.new(1.70000017, 2.53999925, 2)
  560. Part29.CFrame = CFrame.new(-0.326766789, 2308.74072, 48.1176872, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  561. Part29.BottomSurface = Enum.SurfaceType.Smooth
  562. Part29.TopSurface = Enum.SurfaceType.Smooth
  563. Part29.Color = Color3.new(1, 1, 0)
  564. Part29.Position = Vector3.new(-0.326766789, 2308.74072, 48.1176872)
  565. Part29.Color = Color3.new(1, 1, 0)
  566. Part30.Parent = Model0
  567. Part30.BrickColor = BrickColor.new("White")
  568. Part30.Size = Vector3.new(1.70000017, 2.53999925, 2)
  569. Part30.CFrame = CFrame.new(-0.326766789, 2308.74072, 40.9876175, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  570. Part30.BottomSurface = Enum.SurfaceType.Smooth
  571. Part30.TopSurface = Enum.SurfaceType.Smooth
  572. Part30.Color = Color3.new(0.94902, 0.952941, 0.952941)
  573. Part30.Position = Vector3.new(-0.326766789, 2308.74072, 40.9876175)
  574. Part30.Color = Color3.new(0.94902, 0.952941, 0.952941)
  575. Part31.Parent = Model0
  576. Part31.Material = Enum.Material.DiamondPlate
  577. Part31.BrickColor = BrickColor.new("Dark stone grey")
  578. Part31.Rotation = Vector3.new(90, 0, 0)
  579. Part31.Anchored = true
  580. Part31.Size = Vector3.new(2.32000041, 3.47999978, 6.6999979)
  581. Part31.CFrame = CFrame.new(-9.18999577, 2311.48657, 44.2626839, 1, 0, 0, 0, -1.39090446e-08, -0.999999523, 0, 0.999999523, -1.39090446e-08)
  582. Part31.BottomSurface = Enum.SurfaceType.Smooth
  583. Part31.TopSurface = Enum.SurfaceType.Smooth
  584. Part31.Color = Color3.new(0.388235, 0.372549, 0.384314)
  585. Part31.Position = Vector3.new(-9.18999577, 2311.48657, 44.2626839)
  586. Part31.Orientation = Vector3.new(89.9400024, 180, 180)
  587. Part31.Color = Color3.new(0.388235, 0.372549, 0.384314)
  588. Part32.Parent = Model0
  589. Part32.Material = Enum.Material.DiamondPlate
  590. Part32.BrickColor = BrickColor.new("Institutional white")
  591. Part32.Rotation = Vector3.new(90, 0, 0)
  592. Part32.Anchored = true
  593. Part32.Size = Vector3.new(2.6500001, 3.71999955, 0.669999957)
  594. Part32.CFrame = CFrame.new(-9.21499634, 2308.45117, 44.2626839, 1, 0, 0, 0, -1.39090446e-08, -0.999999523, 0, 0.999999523, -1.39090446e-08)
  595. Part32.BottomSurface = Enum.SurfaceType.Smooth
  596. Part32.TopSurface = Enum.SurfaceType.Smooth
  597. Part32.Color = Color3.new(0.972549, 0.972549, 0.972549)
  598. Part32.Position = Vector3.new(-9.21499634, 2308.45117, 44.2626839)
  599. Part32.Orientation = Vector3.new(89.9400024, 180, 180)
  600. Part32.Color = Color3.new(0.972549, 0.972549, 0.972549)
  601. Part33.Parent = Model0
  602. Part33.Material = Enum.Material.Fabric
  603. Part33.BrickColor = BrickColor.new("Deep orange")
  604. Part33.Rotation = Vector3.new(0, 89.9800034, 0)
  605. Part33.Anchored = true
  606. Part33.Size = Vector3.new(4, 0.0500000007, 2.98999929)
  607. Part33.CFrame = CFrame.new(-34.9949951, 2299.05591, 30.6899986, 0, 0, 0.99999994, 0, 0.999999881, 0, -0.99999994, 0, 0)
  608. Part33.BottomSurface = Enum.SurfaceType.Smooth
  609. Part33.TopSurface = Enum.SurfaceType.Smooth
  610. Part33.Color = Color3.new(1, 0.690196, 0)
  611. Part33.Position = Vector3.new(-34.9949951, 2299.05591, 30.6899986)
  612. Part33.Orientation = Vector3.new(0, 90, 0)
  613. Part33.Color = Color3.new(1, 0.690196, 0)
  614. Part34.Parent = Model0
  615. Part34.Material = Enum.Material.WoodPlanks
  616. Part34.BrickColor = BrickColor.new("Quill grey")
  617. Part34.Rotation = Vector3.new(-180, 89.9400024, -180)
  618. Part34.Anchored = true
  619. Part34.Size = Vector3.new(60.5400085, 21.9999981, 2)
  620. Part34.CFrame = CFrame.new(-38.4966965, 2310.03174, 50.5919495, -1.39090446e-08, 0, 0.999999523, 0, 1, 0, -0.999999523, 0, -1.39090446e-08)
  621. Part34.BottomSurface = Enum.SurfaceType.Smooth
  622. Part34.TopSurface = Enum.SurfaceType.Smooth
  623. Part34.Color = Color3.new(0.87451, 0.87451, 0.870588)
  624. Part34.Position = Vector3.new(-38.4966965, 2310.03174, 50.5919495)
  625. Part34.Orientation = Vector3.new(0, 90, 0)
  626. Part34.Color = Color3.new(0.87451, 0.87451, 0.870588)
  627. Part35.Parent = Model0
  628. Part35.Material = Enum.Material.Wood
  629. Part35.BrickColor = BrickColor.new("CGA brown")
  630. Part35.Rotation = Vector3.new(-90, 0, 90)
  631. Part35.Anchored = true
  632. Part35.Size = Vector3.new(4.92000055, 0.0500000007, 7.12999964)
  633. Part35.CFrame = CFrame.new(-37.3925171, 2302.36548, 30.5, 0, -0.999993622, -7.35133909e-08, 0, -4.37111076e-08, 0.999992728, -0.999995887, 0, 0)
  634. Part35.BottomSurface = Enum.SurfaceType.Smooth
  635. Part35.TopSurface = Enum.SurfaceType.Smooth
  636. Part35.Color = Color3.new(0.666667, 0.333333, 0)
  637. Part35.Position = Vector3.new(-37.3925171, 2302.36548, 30.5)
  638. Part35.Orientation = Vector3.new(-89.7799988, -90, 180)
  639. Part35.Color = Color3.new(0.666667, 0.333333, 0)
  640. Part36.Parent = Model0
  641. Part36.Material = Enum.Material.Wood
  642. Part36.BrickColor = BrickColor.new("Dark stone grey")
  643. Part36.Rotation = Vector3.new(-90, 0, 90)
  644. Part36.Anchored = true
  645. Part36.Size = Vector3.new(1.15999997, 0.0500000007, 0.579999983)
  646. Part36.CFrame = CFrame.new(-37.314167, 2302.09961, 29.2200069, 0, -0.999993622, -7.35133909e-08, 0, -4.37111076e-08, 0.999992728, -0.999995887, 0, 0)
  647. Part36.BottomSurface = Enum.SurfaceType.Smooth
  648. Part36.TopSurface = Enum.SurfaceType.Smooth
  649. Part36.Color = Color3.new(0.388235, 0.372549, 0.384314)
  650. Part36.Position = Vector3.new(-37.314167, 2302.09961, 29.2200069)
  651. Part36.Orientation = Vector3.new(-89.7799988, -90, 180)
  652. Part36.Color = Color3.new(0.388235, 0.372549, 0.384314)
  653. Part37.Parent = Model0
  654. Part37.Material = Enum.Material.Wood
  655. Part37.BrickColor = BrickColor.new("Dark stone grey")
  656. Part37.Anchored = true
  657. Part37.Size = Vector3.new(0.0500000007, 0.889999807, 0.929999888)
  658. Part37.CFrame = CFrame.new(-1.21067953, 2305.34814, 42.1083946, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  659. Part37.BottomSurface = Enum.SurfaceType.Smooth
  660. Part37.TopSurface = Enum.SurfaceType.Smooth
  661. Part37.Color = Color3.new(0.388235, 0.372549, 0.384314)
  662. Part37.Position = Vector3.new(-1.21067953, 2305.34814, 42.1083946)
  663. Part37.Color = Color3.new(0.388235, 0.372549, 0.384314)
  664. ClickDetector38.Parent = Part37
  665. Part39.Parent = Model0
  666. Part39.Material = Enum.Material.Wood
  667. Part39.BrickColor = BrickColor.new("Dark stone grey")
  668. Part39.Anchored = true
  669. Part39.Size = Vector3.new(0.0500000007, 0.889999807, 0.929999888)
  670. Part39.CFrame = CFrame.new(-1.21067953, 2305.34814, 44.2371025, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  671. Part39.BottomSurface = Enum.SurfaceType.Smooth
  672. Part39.TopSurface = Enum.SurfaceType.Smooth
  673. Part39.Color = Color3.new(0.388235, 0.372549, 0.384314)
  674. Part39.Position = Vector3.new(-1.21067953, 2305.34814, 44.2371025)
  675. Part39.Color = Color3.new(0.388235, 0.372549, 0.384314)
  676. ClickDetector40.Parent = Part39
  677. Part41.Parent = Model0
  678. Part41.Material = Enum.Material.Wood
  679. Part41.BrickColor = BrickColor.new("Dark stone grey")
  680. Part41.Anchored = true
  681. Part41.Size = Vector3.new(0.0500000007, 0.889999807, 0.929999888)
  682. Part41.CFrame = CFrame.new(-1.21067953, 2305.34814, 46.0303917, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  683. Part41.BottomSurface = Enum.SurfaceType.Smooth
  684. Part41.TopSurface = Enum.SurfaceType.Smooth
  685. Part41.Color = Color3.new(0.388235, 0.372549, 0.384314)
  686. Part41.Position = Vector3.new(-1.21067953, 2305.34814, 46.0303917)
  687. Part41.Color = Color3.new(0.388235, 0.372549, 0.384314)
  688. ClickDetector42.Parent = Part41
  689. Part43.Parent = Model0
  690. Part43.Material = Enum.Material.Wood
  691. Part43.BrickColor = BrickColor.new("Dark stone grey")
  692. Part43.Anchored = true
  693. Part43.Size = Vector3.new(0.0500000007, 0.889999807, 0.929999888)
  694. Part43.CFrame = CFrame.new(-1.21067953, 2305.34814, 47.8991241, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  695. Part43.BottomSurface = Enum.SurfaceType.Smooth
  696. Part43.TopSurface = Enum.SurfaceType.Smooth
  697. Part43.Color = Color3.new(0.388235, 0.372549, 0.384314)
  698. Part43.Position = Vector3.new(-1.21067953, 2305.34814, 47.8991241)
  699. Part43.Color = Color3.new(0.388235, 0.372549, 0.384314)
  700. ClickDetector44.Parent = Part43
  701. Part45.Parent = Model0
  702. Part45.Material = Enum.Material.Wood
  703. Part45.BrickColor = BrickColor.new("Dark stone grey")
  704. Part45.Anchored = true
  705. Part45.Size = Vector3.new(0.0500000007, 0.889999807, 0.929999888)
  706. Part45.CFrame = CFrame.new(-1.21067953, 2305.34814, 49.4969482, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  707. Part45.BottomSurface = Enum.SurfaceType.Smooth
  708. Part45.TopSurface = Enum.SurfaceType.Smooth
  709. Part45.Color = Color3.new(0.388235, 0.372549, 0.384314)
  710. Part45.Position = Vector3.new(-1.21067953, 2305.34814, 49.4969482)
  711. Part45.Color = Color3.new(0.388235, 0.372549, 0.384314)
  712. ClickDetector46.Parent = Part45
  713. Part47.Parent = Model0
  714. Part47.Material = Enum.Material.Wood
  715. Part47.BrickColor = BrickColor.new("Dark stone grey")
  716. Part47.Anchored = true
  717. Part47.Size = Vector3.new(0.0500000007, 0.889999807, 0.929999888)
  718. Part47.CFrame = CFrame.new(-1.21067953, 2300.31396, 39.9212723, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  719. Part47.BottomSurface = Enum.SurfaceType.Smooth
  720. Part47.TopSurface = Enum.SurfaceType.Smooth
  721. Part47.Color = Color3.new(0.388235, 0.372549, 0.384314)
  722. Part47.Position = Vector3.new(-1.21067953, 2300.31396, 39.9212723)
  723. Part47.Color = Color3.new(0.388235, 0.372549, 0.384314)
  724. ClickDetector48.Parent = Part47
  725. Part49.Parent = Model0
  726. Part49.Material = Enum.Material.Wood
  727. Part49.BrickColor = BrickColor.new("Dark stone grey")
  728. Part49.Anchored = true
  729. Part49.Size = Vector3.new(0.0500000007, 0.889999807, 0.929999888)
  730. Part49.CFrame = CFrame.new(-1.21067953, 2300.31396, 42.1083946, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  731. Part49.BottomSurface = Enum.SurfaceType.Smooth
  732. Part49.TopSurface = Enum.SurfaceType.Smooth
  733. Part49.Color = Color3.new(0.388235, 0.372549, 0.384314)
  734. Part49.Position = Vector3.new(-1.21067953, 2300.31396, 42.1083946)
  735. Part49.Color = Color3.new(0.388235, 0.372549, 0.384314)
  736. ClickDetector50.Parent = Part49
  737. Part51.Parent = Model0
  738. Part51.Material = Enum.Material.Wood
  739. Part51.BrickColor = BrickColor.new("Dark stone grey")
  740. Part51.Anchored = true
  741. Part51.Size = Vector3.new(0.0500000007, 0.889999807, 0.929999888)
  742. Part51.CFrame = CFrame.new(-1.21067953, 2300.31396, 49.4969482, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  743. Part51.BottomSurface = Enum.SurfaceType.Smooth
  744. Part51.TopSurface = Enum.SurfaceType.Smooth
  745. Part51.Color = Color3.new(0.388235, 0.372549, 0.384314)
  746. Part51.Position = Vector3.new(-1.21067953, 2300.31396, 49.4969482)
  747. Part51.Color = Color3.new(0.388235, 0.372549, 0.384314)
  748. ClickDetector52.Parent = Part51
  749. Part53.Parent = Model0
  750. Part53.Material = Enum.Material.Wood
  751. Part53.BrickColor = BrickColor.new("Dark stone grey")
  752. Part53.Anchored = true
  753. Part53.Size = Vector3.new(0.0500000007, 0.889999807, 0.929999888)
  754. Part53.CFrame = CFrame.new(-1.21067953, 2300.31396, 47.8991241, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  755. Part53.BottomSurface = Enum.SurfaceType.Smooth
  756. Part53.TopSurface = Enum.SurfaceType.Smooth
  757. Part53.Color = Color3.new(0.388235, 0.372549, 0.384314)
  758. Part53.Position = Vector3.new(-1.21067953, 2300.31396, 47.8991241)
  759. Part53.Color = Color3.new(0.388235, 0.372549, 0.384314)
  760. ClickDetector54.Parent = Part53
  761. Part55.Parent = Model0
  762. Part55.Material = Enum.Material.Wood
  763. Part55.BrickColor = BrickColor.new("Dark stone grey")
  764. Part55.Anchored = true
  765. Part55.Size = Vector3.new(0.0500000007, 0.889999807, 0.929999888)
  766. Part55.CFrame = CFrame.new(-1.21067953, 2300.31396, 46.0303917, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  767. Part55.BottomSurface = Enum.SurfaceType.Smooth
  768. Part55.TopSurface = Enum.SurfaceType.Smooth
  769. Part55.Color = Color3.new(0.388235, 0.372549, 0.384314)
  770. Part55.Position = Vector3.new(-1.21067953, 2300.31396, 46.0303917)
  771. Part55.Color = Color3.new(0.388235, 0.372549, 0.384314)
  772. ClickDetector56.Parent = Part55
  773. Part57.Parent = Model0
  774. Part57.Material = Enum.Material.Wood
  775. Part57.BrickColor = BrickColor.new("Dark stone grey")
  776. Part57.Anchored = true
  777. Part57.Size = Vector3.new(0.0500000007, 0.889999807, 0.929999888)
  778. Part57.CFrame = CFrame.new(-1.21067953, 2300.31396, 44.2371025, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  779. Part57.BottomSurface = Enum.SurfaceType.Smooth
  780. Part57.TopSurface = Enum.SurfaceType.Smooth
  781. Part57.Color = Color3.new(0.388235, 0.372549, 0.384314)
  782. Part57.Position = Vector3.new(-1.21067953, 2300.31396, 44.2371025)
  783. Part57.Color = Color3.new(0.388235, 0.372549, 0.384314)
  784. ClickDetector58.Parent = Part57
  785. Part59.Parent = Model0
  786. Part59.Material = Enum.Material.WoodPlanks
  787. Part59.BrickColor = BrickColor.new("Quill grey")
  788. Part59.Anchored = true
  789. Part59.Size = Vector3.new(16.6200027, 21.9999981, 2)
  790. Part59.CFrame = CFrame.new(-29.5599937, 2310.03174, 60.3235245, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  791. Part59.BottomSurface = Enum.SurfaceType.Smooth
  792. Part59.TopSurface = Enum.SurfaceType.Smooth
  793. Part59.Color = Color3.new(0.87451, 0.87451, 0.870588)
  794. Part59.Position = Vector3.new(-29.5599937, 2310.03174, 60.3235245)
  795. Part59.Color = Color3.new(0.87451, 0.87451, 0.870588)
  796. Part60.Parent = Model0
  797. Part60.Material = Enum.Material.WoodPlanks
  798. Part60.BrickColor = BrickColor.new("Quill grey")
  799. Part60.Anchored = true
  800. Part60.Size = Vector3.new(13.670002, 21.9999981, 2)
  801. Part60.CFrame = CFrame.new(-6.27980661, 2310.03174, 60.3235245, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  802. Part60.BottomSurface = Enum.SurfaceType.Smooth
  803. Part60.TopSurface = Enum.SurfaceType.Smooth
  804. Part60.Color = Color3.new(0.87451, 0.87451, 0.870588)
  805. Part60.Position = Vector3.new(-6.27980661, 2310.03174, 60.3235245)
  806. Part60.Color = Color3.new(0.87451, 0.87451, 0.870588)
  807. Part61.Parent = Model0
  808. Part61.Material = Enum.Material.WoodPlanks
  809. Part61.BrickColor = BrickColor.new("Quill grey")
  810. Part61.Anchored = true
  811. Part61.Size = Vector3.new(13.670002, 13.6699963, 2)
  812. Part61.CFrame = CFrame.new(-18.6376553, 2314.19653, 60.3235245, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  813. Part61.BottomSurface = Enum.SurfaceType.Smooth
  814. Part61.TopSurface = Enum.SurfaceType.Smooth
  815. Part61.Color = Color3.new(0.87451, 0.87451, 0.870588)
  816. Part61.Position = Vector3.new(-18.6376553, 2314.19653, 60.3235245)
  817. Part61.Color = Color3.new(0.87451, 0.87451, 0.870588)
  818. Part62.Parent = Model0
  819. Part62.Material = Enum.Material.WoodPlanks
  820. Part62.BrickColor = BrickColor.new("Quill grey")
  821. Part62.Anchored = true
  822. Part62.Size = Vector3.new(42.2400017, 21.9999981, 2)
  823. Part62.CFrame = CFrame.new(-16.7499943, 2310.03174, 80.4455185, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  824. Part62.BottomSurface = Enum.SurfaceType.Smooth
  825. Part62.TopSurface = Enum.SurfaceType.Smooth
  826. Part62.Color = Color3.new(0.87451, 0.87451, 0.870588)
  827. Part62.Position = Vector3.new(-16.7499943, 2310.03174, 80.4455185)
  828. Part62.Color = Color3.new(0.87451, 0.87451, 0.870588)
  829. Part63.Parent = Model0
  830. Part63.Material = Enum.Material.Fabric
  831. Part63.BrickColor = BrickColor.new("Quill grey")
  832. Part63.Anchored = true
  833. Part63.Size = Vector3.new(16.6200027, 2.48000002, 4.65999937)
  834. Part63.CFrame = CFrame.new(-29.5599937, 2300.27271, 63.4314995, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  835. Part63.BottomSurface = Enum.SurfaceType.Smooth
  836. Part63.TopSurface = Enum.SurfaceType.Smooth
  837. Part63.Color = Color3.new(0.87451, 0.87451, 0.870588)
  838. Part63.Position = Vector3.new(-29.5599937, 2300.27271, 63.4314995)
  839. Part63.Color = Color3.new(0.87451, 0.87451, 0.870588)
  840. Part64.Name = "Door1"
  841. Part64.Parent = Model0
  842. Part64.Material = Enum.Material.Fabric
  843. Part64.BrickColor = BrickColor.new("Quill grey")
  844. Part64.Rotation = Vector3.new(-22.5, 0, 0)
  845. Part64.Anchored = true
  846. Part64.Size = Vector3.new(16.6200027, 2.48000002, 4.65999937)
  847. Part64.CFrame = CFrame.new(-29.5599937, 2302.7749, 63.22509, 1, 0, 0, 0, 0.923880041, 0.382683754, 0, -0.382683754, 0.923880041)
  848. Part64.BottomSurface = Enum.SurfaceType.Smooth
  849. Part64.TopSurface = Enum.SurfaceType.Smooth
  850. Part64.Color = Color3.new(0.87451, 0.87451, 0.870588)
  851. Part64.Position = Vector3.new(-29.5599937, 2302.7749, 63.22509)
  852. Part64.Orientation = Vector3.new(-22.5, 0, 0)
  853. Part64.Color = Color3.new(0.87451, 0.87451, 0.870588)
  854. ClickDetector65.Parent = Part64
  855. Part66.Name = "Door2"
  856. Part66.Parent = Model0
  857. Part66.Material = Enum.Material.Fabric
  858. Part66.BrickColor = BrickColor.new("Quill grey")
  859. Part66.Transparency = 1
  860. Part66.Anchored = true
  861. Part66.CanCollide = false
  862. Part66.Size = Vector3.new(16.6200027, 2.48000002, 4.65999937)
  863. Part66.CFrame = CFrame.new(-29.5599937, 2300.27271, 68.121109, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  864. Part66.BottomSurface = Enum.SurfaceType.Smooth
  865. Part66.TopSurface = Enum.SurfaceType.Smooth
  866. Part66.Color = Color3.new(0.87451, 0.87451, 0.870588)
  867. Part66.Position = Vector3.new(-29.5599937, 2300.27271, 68.121109)
  868. Part66.Color = Color3.new(0.87451, 0.87451, 0.870588)
  869. ClickDetector67.Parent = Part66
  870. Part68.Name = "Handle1"
  871. Part68.Parent = Model0
  872. Part68.Material = Enum.Material.Metal
  873. Part68.BrickColor = BrickColor.new("Really red")
  874. Part68.Anchored = true
  875. Part68.Size = Vector3.new(1.8900001, 1.63000011, 0.0500000007)
  876. Part68.CFrame = CFrame.new(-11.7398081, 2302.79639, 61.3485222, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  877. Part68.BottomSurface = Enum.SurfaceType.Smooth
  878. Part68.TopSurface = Enum.SurfaceType.Smooth
  879. Part68.Color = Color3.new(1, 0, 0)
  880. Part68.Position = Vector3.new(-11.7398081, 2302.79639, 61.3485222)
  881. Part68.Color = Color3.new(1, 0, 0)
  882. ClickDetector69.Parent = Part68
  883. Script70.Name = "ClickDetectorScript"
  884. Script70.Parent = Model0
  885. table.insert(cors,sandbox(Script70,function()
  886. local isOn = true
  887.  
  888. function on()
  889. isOn = true
  890. script.Parent.Door1.CanCollide = true
  891. script.Parent.Door1.Transparency = 0
  892. script.Parent.Handle1.Transparency = 0
  893. script.Parent.Door2.CanCollide = false
  894. script.Parent.Door2.Transparency = 1
  895. script.Parent.Handle2.Transparency = 1
  896. end
  897.  
  898. function off()
  899. isOn = false
  900. script.Parent.Door1.CanCollide = false
  901. script.Parent.Door1.Transparency = 1
  902. script.Parent.Handle1.Transparency = 1
  903. script.Parent.Door2.CanCollide = true
  904. script.Parent.Door2.Transparency = 0
  905. script.Parent.Handle2.Transparency = 0
  906. end
  907.  
  908. function onClicked()
  909.  
  910. if isOn == true then off() else on() end
  911.  
  912. end
  913.  
  914. script.Parent.Handle1.ClickDetector.MouseClick:connect(onClicked)
  915. script.Parent.Handle2.ClickDetector.MouseClick:connect(onClicked)
  916.  
  917. on()
  918. end))
  919. Part71.Name = "Handle2"
  920. Part71.Parent = Model0
  921. Part71.Material = Enum.Material.Metal
  922. Part71.BrickColor = BrickColor.new("Really red")
  923. Part71.Transparency = 1
  924. Part71.Anchored = true
  925. Part71.Size = Vector3.new(1.8900001, 1.63000011, 0.0500000007)
  926. Part71.CFrame = CFrame.new(-11.7398081, 2302.79639, 61.3485222, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  927. Part71.BottomSurface = Enum.SurfaceType.Smooth
  928. Part71.TopSurface = Enum.SurfaceType.Smooth
  929. Part71.Color = Color3.new(1, 0, 0)
  930. Part71.Position = Vector3.new(-11.7398081, 2302.79639, 61.3485222)
  931. Part71.Color = Color3.new(1, 0, 0)
  932. ClickDetector72.Parent = Part71
  933. Seat73.Parent = Model0
  934. Seat73.Material = Enum.Material.Metal
  935. Seat73.BrickColor = BrickColor.new("Black")
  936. Seat73.Transparency = 1
  937. Seat73.Rotation = Vector3.new(0, 0, -22.5)
  938. Seat73.Anchored = true
  939. Seat73.Size = Vector3.new(4, 1, 2)
  940. Seat73.CFrame = CFrame.new(-27.159996, 2302.0127, 69.3311081, 0.923879504, 0.382683456, 0, -0.382683456, 0.923879504, 0, 0, 0, 1)
  941. Seat73.BottomSurface = Enum.SurfaceType.Smooth
  942. Seat73.TopSurface = Enum.SurfaceType.Smooth
  943. Seat73.Color = Color3.new(0.105882, 0.164706, 0.207843)
  944. Seat73.Position = Vector3.new(-27.159996, 2302.0127, 69.3311081)
  945. Seat73.Orientation = Vector3.new(0, 0, -22.5)
  946. Seat73.Color = Color3.new(0.105882, 0.164706, 0.207843)
  947. for i,v in pairs(mas:GetChildren()) do
  948. v.Parent = workspace
  949. pcall(function() v:MakeJoints() end)
  950. end
  951. mas:Destroy()
  952. for i,v in pairs(cors) do
  953. spawn(function()
  954. pcall(v)
  955. end)
  956. end
  957. sound = Instance.new("Sound",workspace)
  958. sound.SoundId = "rbxassetid://281136047"
  959. function sandbox(var,func)
  960. local env = getfenv(func)
  961. local newenv = setmetatable({},{
  962. __index = function(self,k)
  963. if k=="script" then
  964. return var
  965. else
  966. return env[k]
  967. end
  968. end,
  969. })
  970. setfenv(func,newenv)
  971. return func
  972. end
  973. cors = {}
  974. mas = Instance.new("Model",game:GetService("Lighting"))
  975. Tool0 = Instance.new("Tool")
  976. Part1 = Instance.new("Part")
  977. Sound2 = Instance.new("Sound")
  978. SpecialMesh3 = Instance.new("SpecialMesh")
  979. Part4 = Instance.new("Part")
  980. SpotLight5 = Instance.new("SpotLight")
  981. SpotLight6 = Instance.new("SpotLight")
  982. Motor7 = Instance.new("Motor")
  983. LocalScript8 = Instance.new("LocalScript")
  984. Tool0.Name = "Flashlight"
  985. Tool0.Parent = mas
  986. Tool0.TextureId = "http://www.roblox.com/asset/?id=115955232"
  987. Tool0.GripPos = Vector3.new(0.100000001, -0.400000006, 0)
  988. Part1.Name = "Handle"
  989. Part1.Parent = Tool0
  990. Part1.BrickColor = BrickColor.new("Bright yellow")
  991. Part1.Rotation = Vector3.new(-161.039993, 48.2900009, 177.740005)
  992. Part1.Locked = true
  993. Part1.FormFactor = Enum.FormFactor.Custom
  994. Part1.Size = Vector3.new(0.5, 0.5, 2)
  995. Part1.CFrame = CFrame.new(-41.1299973, 2310.08984, 53.5499992, -0.664780319, -0.0262656584, 0.74657613, 0.204992607, 0.954605877, 0.216119066, -0.718361795, 0.29671368, -0.629219353)
  996. Part1.BottomSurface = Enum.SurfaceType.Smooth
  997. Part1.TopSurface = Enum.SurfaceType.Smooth
  998. Part1.Color = Color3.new(0.960784, 0.803922, 0.188235)
  999. Part1.Position = Vector3.new(-41.1299973, 2310.08984, 53.5499992)
  1000. Part1.Orientation = Vector3.new(-12.4799995, 130.119995, 12.1199999)
  1001. Part1.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1002. Sound2.Parent = Part1
  1003. Sound2.SoundId = "http://www.roblox.com/asset/?id=115959318"
  1004. Sound2.Volume = 1
  1005. SpecialMesh3.Parent = Part1
  1006. SpecialMesh3.MeshId = "http://www.roblox.com/asset/?id=115955313"
  1007. SpecialMesh3.Scale = Vector3.new(0.699999988, 0.699999988, 0.699999988)
  1008. SpecialMesh3.TextureId = "http://www.roblox.com/asset?id=115955343"
  1009. SpecialMesh3.MeshType = Enum.MeshType.FileMesh
  1010. SpecialMesh3.Scale = Vector3.new(0.699999988, 0.699999988, 0.699999988)
  1011. Part4.Name = "LightPart"
  1012. Part4.Parent = Tool0
  1013. Part4.BrickColor = BrickColor.new("Mid gray")
  1014. Part4.Transparency = 1
  1015. Part4.Rotation = Vector3.new(-161.039993, 48.2900009, 177.740005)
  1016. Part4.CanCollide = false
  1017. Part4.Locked = true
  1018. Part4.FormFactor = Enum.FormFactor.Custom
  1019. Part4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1020. Part4.CFrame = CFrame.new(-41.1299973, 2310.08984, 53.5499992, -0.664780319, -0.0262656584, 0.74657613, 0.204992607, 0.954605877, 0.216119066, -0.718361795, 0.29671368, -0.629219353)
  1021. Part4.BottomSurface = Enum.SurfaceType.Smooth
  1022. Part4.TopSurface = Enum.SurfaceType.Smooth
  1023. Part4.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1024. Part4.Position = Vector3.new(-41.1299973, 2310.08984, 53.5499992)
  1025. Part4.Orientation = Vector3.new(-12.4799995, 130.119995, 12.1199999)
  1026. Part4.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1027. SpotLight5.Parent = Part4
  1028. SpotLight5.Color = Color3.new(0.956863, 1, 0.913726)
  1029. SpotLight5.Enabled = false
  1030. SpotLight5.Range = 32
  1031. SpotLight5.Angle = 70
  1032. SpotLight5.Color = Color3.new(0.956863, 1, 0.913726)
  1033. SpotLight6.Name = "SpotLight2"
  1034. SpotLight6.Parent = Part4
  1035. SpotLight6.Color = Color3.new(0.956863, 1, 0.913726)
  1036. SpotLight6.Enabled = false
  1037. SpotLight6.Brightness = 0.75
  1038. SpotLight6.Range = 60
  1039. SpotLight6.Angle = 70
  1040. SpotLight6.Color = Color3.new(0.956863, 1, 0.913726)
  1041. Motor7.Parent = Tool0
  1042. Motor7.Part0 = Part1
  1043. Motor7.Part1 = Part4
  1044. LocalScript8.Parent = Tool0
  1045. table.insert(cors,sandbox(LocalScript8,function()
  1046. --Stickmasterluke
  1047.  
  1048.  
  1049. sp=script.Parent
  1050.  
  1051.  
  1052. cooldown=.35
  1053.  
  1054. lightontexture=115984370
  1055. lightofftexture=115955343
  1056.  
  1057. local weld=sp:WaitForChild("Motor")
  1058. local lp=sp:WaitForChild("LightPart")
  1059. local handle=sp:WaitForChild("Handle")
  1060. local spotlight=lp:WaitForChild("SpotLight")
  1061. local spotlight2=lp:WaitForChild("SpotLight2")
  1062. local mesh=handle:WaitForChild("Mesh")
  1063. local sound=handle:WaitForChild("Sound")
  1064. lastclick=0
  1065.  
  1066.  
  1067.  
  1068.  
  1069. sp.Equipped:connect(function(mouse)
  1070. equipped=true
  1071. if mouse~=nil then
  1072. themouse=mouse
  1073. mouse.Button1Down:connect(function()
  1074. if lastclick+cooldown<tick() then
  1075. spotlight.Enabled=not spotlight.Enabled
  1076. spotlight2.Enabled=spotlight.Enabled
  1077. mesh.TextureId="http://www.roblox.com/asset?id="..tostring((spotlight.Enabled and lightontexture) or lightofftexture)
  1078. sound:Play()
  1079. lastclick=tick()
  1080. end
  1081. end)
  1082. end
  1083. if weld~=nil then
  1084. weld.Parent=sp
  1085. end
  1086. while equipped and sp.Parent~=nil do
  1087. local head=sp.Parent:FindFirstChild("Head")
  1088. if spotlight.Enabled and themouse and handle and weld and head then
  1089. local vec=themouse.Hit.p-head.Position
  1090. local pos=(handle.CFrame*CFrame.new(0,0,-1)).p
  1091. local cf=CFrame.new(pos,pos+vec)
  1092. --lp.CFrame=cf
  1093. weld.C0=handle.CFrame:toObjectSpace(cf)
  1094. end
  1095. wait()
  1096. end
  1097. end)
  1098.  
  1099. sp.Unequipped:connect(function()
  1100. if weld~=nil then
  1101. weld.Parent=sp
  1102. end
  1103. equipped=false
  1104. end)
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123. end))
  1124. for i,v in pairs(mas:GetChildren()) do
  1125. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  1126. pcall(function() v:MakeJoints() end)
  1127. end
  1128. mas:Destroy()
  1129. for i,v in pairs(cors) do
  1130. spawn(function()
  1131. pcall(v)
  1132. end)
  1133. end
  1134. function sandbox(var,func)
  1135. local env = getfenv(func)
  1136. local newenv = setmetatable({},{
  1137. __index = function(self,k)
  1138. if k=="script" then
  1139. return var
  1140. else
  1141. return env[k]
  1142. end
  1143. end,
  1144. })
  1145. setfenv(func,newenv)
  1146. return func
  1147. end
  1148. cors = {}
  1149. mas = Instance.new("Model",game:GetService("Lighting"))
  1150. ScreenGui0 = Instance.new("ScreenGui")
  1151. TextButton1 = Instance.new("TextButton")
  1152. LocalScript2 = Instance.new("LocalScript")
  1153. ScreenGui0.Name = "Teleport Gui"
  1154. ScreenGui0.Parent = mas
  1155. TextButton1.Parent = ScreenGui0
  1156. TextButton1.Size = UDim2.new(0, 200, 0, 50)
  1157. TextButton1.Text = "Teleport"
  1158. TextButton1.Position = UDim2.new(0.679113209, 0, 0.842639565, 0)
  1159. TextButton1.BackgroundColor3 = Color3.new(1, 0.2, 0.2)
  1160. TextButton1.BorderSizePixel = 0
  1161. TextButton1.Font = Enum.Font.SourceSans
  1162. TextButton1.FontSize = Enum.FontSize.Size60
  1163. LocalScript2.Parent = TextButton1
  1164. table.insert(cors,sandbox(LocalScript2,function()
  1165. local db = true
  1166. local player = game.Players.LocalPlayer
  1167. local target = game.Workspace.TeleportPart
  1168. local delay = 3
  1169. script.Parent.MouseButton1Click:connect(function()
  1170. if db == true then
  1171. db = false
  1172. player.Character.HumanoidRootPart.CFrame = target.CFrame * CFrame.new(0, 3, 0)
  1173. for i = delay, 1, -1 do
  1174. script.Parent.Text = i
  1175. wait(1)
  1176. end
  1177. script.Parent.Text = "Teleport"
  1178. db = true
  1179. end
  1180. end)
  1181. end))
  1182. for i,v in pairs(mas:GetChildren()) do
  1183. v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  1184. pcall(function() v:MakeJoints() end)
  1185. end
  1186. mas:Destroy()
  1187. for i,v in pairs(cors) do
  1188. spawn(function()
  1189. pcall(v)
  1190. end)
  1191. end
  1192. function sandbox(var,func)
  1193. local env = getfenv(func)
  1194. local newenv = setmetatable({},{
  1195. __index = function(self,k)
  1196. if k=="script" then
  1197. return var
  1198. else
  1199. return env[k]
  1200. end
  1201. end,
  1202. })
  1203. setfenv(func,newenv)
  1204. return func
  1205. end
  1206. cors = {}
  1207. mas = Instance.new("Model",game:GetService("Lighting"))
  1208. Part0 = Instance.new("Part")
  1209. Part0.Name = "TeleportPart"
  1210. Part0.Parent = mas
  1211. Part0.BrickColor = BrickColor.new("Bright red")
  1212. Part0.Transparency = 1
  1213. Part0.Anchored = true
  1214. Part0.CanCollide = false
  1215. Part0.Size = Vector3.new(4, 1, 4)
  1216. Part0.CFrame = CFrame.new(-34.374485, 2300.44336, 30.760004, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1217. Part0.Color = Color3.new(0.768627, 0.156863, 0.109804)
  1218. Part0.Position = Vector3.new(-34.374485, 2300.44336, 30.760004)
  1219. Part0.Color = Color3.new(0.768627, 0.156863, 0.109804)
  1220. for i,v in pairs(mas:GetChildren()) do
  1221. v.Parent = workspace
  1222. pcall(function() v:MakeJoints() end)
  1223. end
  1224. mas:Destroy()
  1225. for i,v in pairs(cors) do
  1226. spawn(function()
  1227. pcall(v)
  1228. end)
  1229. end
Advertisement
Add Comment
Please, Sign In to add comment