Advertisement
Animescapetower

Buildings

Mar 19th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.06 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Script0 = Instance.new("Script")
  20. Model1 = Instance.new("Model")
  21. Model2 = Instance.new("Model")
  22. Part3 = Instance.new("Part")
  23. Part4 = Instance.new("Part")
  24. Model5 = Instance.new("Model")
  25. Part6 = Instance.new("Part")
  26. Part7 = Instance.new("Part")
  27. Part8 = Instance.new("Part")
  28. Part9 = Instance.new("Part")
  29. Part10 = Instance.new("Part")
  30. Part11 = Instance.new("Part")
  31. Part12 = Instance.new("Part")
  32. Part13 = Instance.new("Part")
  33. Part14 = Instance.new("Part")
  34. Part15 = Instance.new("Part")
  35. Part16 = Instance.new("Part")
  36. Part17 = Instance.new("Part")
  37. Part18 = Instance.new("Part")
  38. Part19 = Instance.new("Part")
  39. Part20 = Instance.new("Part")
  40. Part21 = Instance.new("Part")
  41. Part22 = Instance.new("Part")
  42. Part23 = Instance.new("Part")
  43. Part24 = Instance.new("Part")
  44. Part25 = Instance.new("Part")
  45. Part26 = Instance.new("Part")
  46. Part27 = Instance.new("Part")
  47. Part28 = Instance.new("Part")
  48. Part29 = Instance.new("Part")
  49. Part30 = Instance.new("Part")
  50. ManualWeld31 = Instance.new("ManualWeld")
  51. Part32 = Instance.new("Part")
  52. ManualWeld33 = Instance.new("ManualWeld")
  53. Part34 = Instance.new("Part")
  54. ManualWeld35 = Instance.new("ManualWeld")
  55. ManualWeld36 = Instance.new("ManualWeld")
  56. ManualWeld37 = Instance.new("ManualWeld")
  57. ManualWeld38 = Instance.new("ManualWeld")
  58. ManualWeld39 = Instance.new("ManualWeld")
  59. ManualWeld40 = Instance.new("ManualWeld")
  60. ManualWeld41 = Instance.new("ManualWeld")
  61. ManualWeld42 = Instance.new("ManualWeld")
  62. ManualWeld43 = Instance.new("ManualWeld")
  63. ManualWeld44 = Instance.new("ManualWeld")
  64. ManualWeld45 = Instance.new("ManualWeld")
  65. ManualWeld46 = Instance.new("ManualWeld")
  66. ManualWeld47 = Instance.new("ManualWeld")
  67. ManualWeld48 = Instance.new("ManualWeld")
  68. ManualWeld49 = Instance.new("ManualWeld")
  69. ManualWeld50 = Instance.new("ManualWeld")
  70. ManualWeld51 = Instance.new("ManualWeld")
  71. ManualWeld52 = Instance.new("ManualWeld")
  72. ManualWeld53 = Instance.new("ManualWeld")
  73. ManualWeld54 = Instance.new("ManualWeld")
  74. ManualWeld55 = Instance.new("ManualWeld")
  75. ManualWeld56 = Instance.new("ManualWeld")
  76. ManualWeld57 = Instance.new("ManualWeld")
  77. ManualWeld58 = Instance.new("ManualWeld")
  78. Part59 = Instance.new("Part")
  79. Script0.Parent = mas
  80. table.insert(cors,sandbox(Script0,function()
  81. t = {}
  82. for i = 0,20000 do
  83. table.insert(t,i,i)
  84. end
  85.  
  86. print(collectgarbage("count"))
  87. t = nil
  88. print(collectgarbage("count"))
  89. --Script one:
  90. _G.variable = "This a variable in _G."
  91.  
  92. --Script two:
  93. while _G.variable == nil do wait() end --make sure that script one sets the variable before this one tries to read it
  94. print(_G.variable)
  95.  
  96. print (gcinfo())
  97. a=collectgarbage("count")
  98.  
  99. print(a)
  100. var1 = 7
  101. var2 = 9
  102. getfenv()["var3"] = 11
  103. for i, v in pairs(getfenv()) do
  104. print(i, " = ", v)
  105. end
  106. -- Ran from a Script in workspace called "Script"
  107. local function a()
  108. print(debug.traceback())
  109. end
  110. function b()
  111. a()
  112. end
  113. local function c()
  114. b()
  115. end
  116. c()
  117. while true do
  118. debug.profilebegin("custom_label")
  119. t = {1,2,"a","d",c = 12, q = 20}
  120. for i,v in pairs(t) do
  121. print(i,v)
  122. end
  123. wait(1)
  124. debug.profileend()
  125. wait()
  126. end
  127. for k,v in pairs(t) do
  128. --body
  129. end
  130. t = {1,2,"a","d",c = 12, q = 20}
  131. for i,v in pairs(t) do
  132. print(i,v)
  133. end
  134.  
  135. t2 = {4,2,"2","Mean",c = 30, q = 20, var1,t}
  136. for i,v in pairs(t2) do
  137. print(i,v)
  138. end
  139.  
  140. t3 = {4,3,2,"2","a","d",a,t = 50,t2 = 20,b = 10,"r",a = 54,a = 43,a = 1,"a3","5"}
  141. for i,v in pairs(t3) do
  142. warn(i,v)
  143. end
  144.  
  145.  
  146.  
  147.  
  148. end))
  149. Model1.Name = "Building"
  150. Model1.Parent = mas
  151. Model2.Name = "Door"
  152. Model2.Parent = Model1
  153. Part3.Parent = Model2
  154. Part3.Material = Enum.Material.Wood
  155. Part3.BrickColor = BrickColor.new("Burnt Sienna")
  156. Part3.Transparency = 0.99000000953674
  157. Part3.Anchored = true
  158. Part3.Size = Vector3.new(1.73000002, 1.40999997, 0.379999995)
  159. Part3.CFrame = CFrame.new(-9.53875637, 7.7050128, -37.3599548, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  160. Part3.BottomSurface = Enum.SurfaceType.Smooth
  161. Part3.FrontSurface = Enum.SurfaceType.Motor
  162. Part3.TopSurface = Enum.SurfaceType.Smooth
  163. Part3.Color = Color3.new(0.411765, 0.219608, 0.0313726)
  164. Part3.Position = Vector3.new(-9.53875637, 7.7050128, -37.3599548)
  165. Part3.Color = Color3.new(0.411765, 0.219608, 0.0313726)
  166. Part4.Parent = Model2
  167. Part4.Material = Enum.Material.Wood
  168. Part4.BrickColor = BrickColor.new("Burnt Sienna")
  169. Part4.Anchored = true
  170. Part4.Size = Vector3.new(8.72999668, 13.409996, 0.350000203)
  171. Part4.CFrame = CFrame.new(-6.10418701, 7.7050128, -37.3449707, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  172. Part4.BottomSurface = Enum.SurfaceType.Smooth
  173. Part4.TopSurface = Enum.SurfaceType.Smooth
  174. Part4.Color = Color3.new(0.411765, 0.219608, 0.0313726)
  175. Part4.Position = Vector3.new(-6.10418701, 7.7050128, -37.3449707)
  176. Part4.Color = Color3.new(0.411765, 0.219608, 0.0313726)
  177. Model5.Name = "Windows"
  178. Model5.Parent = Model1
  179. Part6.Parent = Model5
  180. Part6.Material = Enum.Material.Ice
  181. Part6.BrickColor = BrickColor.new("Steel blue")
  182. Part6.Anchored = true
  183. Part6.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  184. Part6.CFrame = CFrame.new(-18.7554321, 72.3397064, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  185. Part6.BottomSurface = Enum.SurfaceType.Smooth
  186. Part6.TopSurface = Enum.SurfaceType.Smooth
  187. Part6.Color = Color3.new(0.321569, 0.486275, 0.682353)
  188. Part6.Position = Vector3.new(-18.7554321, 72.3397064, -37.0150146)
  189. Part6.Color = Color3.new(0.321569, 0.486275, 0.682353)
  190. Part7.Parent = Model5
  191. Part7.Material = Enum.Material.Ice
  192. Part7.BrickColor = BrickColor.new("Steel blue")
  193. Part7.Anchored = true
  194. Part7.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  195. Part7.CFrame = CFrame.new(-26.8001099, 72.3396683, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  196. Part7.BottomSurface = Enum.SurfaceType.Smooth
  197. Part7.TopSurface = Enum.SurfaceType.Smooth
  198. Part7.Color = Color3.new(0.321569, 0.486275, 0.682353)
  199. Part7.Position = Vector3.new(-26.8001099, 72.3396683, -37.0150146)
  200. Part7.Color = Color3.new(0.321569, 0.486275, 0.682353)
  201. Part8.Parent = Model5
  202. Part8.Material = Enum.Material.Ice
  203. Part8.BrickColor = BrickColor.new("Steel blue")
  204. Part8.Anchored = true
  205. Part8.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  206. Part8.CFrame = CFrame.new(-2.16455102, 72.3398056, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  207. Part8.BottomSurface = Enum.SurfaceType.Smooth
  208. Part8.TopSurface = Enum.SurfaceType.Smooth
  209. Part8.Color = Color3.new(0.321569, 0.486275, 0.682353)
  210. Part8.Position = Vector3.new(-2.16455102, 72.3398056, -37.0150146)
  211. Part8.Color = Color3.new(0.321569, 0.486275, 0.682353)
  212. Part9.Parent = Model5
  213. Part9.Material = Enum.Material.Ice
  214. Part9.BrickColor = BrickColor.new("Steel blue")
  215. Part9.Anchored = true
  216. Part9.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  217. Part9.CFrame = CFrame.new(6.01654005, 30.6691456, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  218. Part9.BottomSurface = Enum.SurfaceType.Smooth
  219. Part9.TopSurface = Enum.SurfaceType.Smooth
  220. Part9.Color = Color3.new(0.321569, 0.486275, 0.682353)
  221. Part9.Position = Vector3.new(6.01654005, 30.6691456, -37.0150146)
  222. Part9.Color = Color3.new(0.321569, 0.486275, 0.682353)
  223. Part10.Parent = Model5
  224. Part10.Material = Enum.Material.Ice
  225. Part10.BrickColor = BrickColor.new("Steel blue")
  226. Part10.Anchored = true
  227. Part10.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  228. Part10.CFrame = CFrame.new(-2.16455102, 30.6690865, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  229. Part10.BottomSurface = Enum.SurfaceType.Smooth
  230. Part10.TopSurface = Enum.SurfaceType.Smooth
  231. Part10.Color = Color3.new(0.321569, 0.486275, 0.682353)
  232. Part10.Position = Vector3.new(-2.16455102, 30.6690865, -37.0150146)
  233. Part10.Color = Color3.new(0.321569, 0.486275, 0.682353)
  234. Part11.Parent = Model5
  235. Part11.Material = Enum.Material.Ice
  236. Part11.BrickColor = BrickColor.new("Steel blue")
  237. Part11.Anchored = true
  238. Part11.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  239. Part11.CFrame = CFrame.new(-26.8001099, 44.8416672, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  240. Part11.BottomSurface = Enum.SurfaceType.Smooth
  241. Part11.TopSurface = Enum.SurfaceType.Smooth
  242. Part11.Color = Color3.new(0.321569, 0.486275, 0.682353)
  243. Part11.Position = Vector3.new(-26.8001099, 44.8416672, -37.0150146)
  244. Part11.Color = Color3.new(0.321569, 0.486275, 0.682353)
  245. Part12.Parent = Model5
  246. Part12.Material = Enum.Material.Ice
  247. Part12.BrickColor = BrickColor.new("Steel blue")
  248. Part12.Anchored = true
  249. Part12.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  250. Part12.CFrame = CFrame.new(15.0801382, 44.8419075, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  251. Part12.BottomSurface = Enum.SurfaceType.Smooth
  252. Part12.TopSurface = Enum.SurfaceType.Smooth
  253. Part12.Color = Color3.new(0.321569, 0.486275, 0.682353)
  254. Part12.Position = Vector3.new(15.0801382, 44.8419075, -37.0150146)
  255. Part12.Color = Color3.new(0.321569, 0.486275, 0.682353)
  256. Part13.Parent = Model5
  257. Part13.Material = Enum.Material.Ice
  258. Part13.BrickColor = BrickColor.new("Steel blue")
  259. Part13.Anchored = true
  260. Part13.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  261. Part13.CFrame = CFrame.new(-2.16455102, 44.8417931, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  262. Part13.BottomSurface = Enum.SurfaceType.Smooth
  263. Part13.TopSurface = Enum.SurfaceType.Smooth
  264. Part13.Color = Color3.new(0.321569, 0.486275, 0.682353)
  265. Part13.Position = Vector3.new(-2.16455102, 44.8417931, -37.0150146)
  266. Part13.Color = Color3.new(0.321569, 0.486275, 0.682353)
  267. Part14.Parent = Model5
  268. Part14.Material = Enum.Material.Ice
  269. Part14.BrickColor = BrickColor.new("Steel blue")
  270. Part14.Anchored = true
  271. Part14.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  272. Part14.CFrame = CFrame.new(-10.1107779, 30.6690235, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  273. Part14.BottomSurface = Enum.SurfaceType.Smooth
  274. Part14.TopSurface = Enum.SurfaceType.Smooth
  275. Part14.Color = Color3.new(0.321569, 0.486275, 0.682353)
  276. Part14.Position = Vector3.new(-10.1107779, 30.6690235, -37.0150146)
  277. Part14.Color = Color3.new(0.321569, 0.486275, 0.682353)
  278. Part15.Parent = Model5
  279. Part15.Material = Enum.Material.Ice
  280. Part15.BrickColor = BrickColor.new("Steel blue")
  281. Part15.Anchored = true
  282. Part15.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  283. Part15.CFrame = CFrame.new(-26.8001099, 30.6689606, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  284. Part15.BottomSurface = Enum.SurfaceType.Smooth
  285. Part15.TopSurface = Enum.SurfaceType.Smooth
  286. Part15.Color = Color3.new(0.321569, 0.486275, 0.682353)
  287. Part15.Position = Vector3.new(-26.8001099, 30.6689606, -37.0150146)
  288. Part15.Color = Color3.new(0.321569, 0.486275, 0.682353)
  289. Part16.Parent = Model5
  290. Part16.Material = Enum.Material.Ice
  291. Part16.BrickColor = BrickColor.new("Steel blue")
  292. Part16.Anchored = true
  293. Part16.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  294. Part16.CFrame = CFrame.new(-18.7554321, 44.8416977, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  295. Part16.BottomSurface = Enum.SurfaceType.Smooth
  296. Part16.TopSurface = Enum.SurfaceType.Smooth
  297. Part16.Color = Color3.new(0.321569, 0.486275, 0.682353)
  298. Part16.Position = Vector3.new(-18.7554321, 44.8416977, -37.0150146)
  299. Part16.Color = Color3.new(0.321569, 0.486275, 0.682353)
  300. Part17.Parent = Model5
  301. Part17.Material = Enum.Material.Ice
  302. Part17.BrickColor = BrickColor.new("Steel blue")
  303. Part17.Anchored = true
  304. Part17.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  305. Part17.CFrame = CFrame.new(15.0801382, 30.6692066, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  306. Part17.BottomSurface = Enum.SurfaceType.Smooth
  307. Part17.TopSurface = Enum.SurfaceType.Smooth
  308. Part17.Color = Color3.new(0.321569, 0.486275, 0.682353)
  309. Part17.Position = Vector3.new(15.0801382, 30.6692066, -37.0150146)
  310. Part17.Color = Color3.new(0.321569, 0.486275, 0.682353)
  311. Part18.Parent = Model5
  312. Part18.Material = Enum.Material.Ice
  313. Part18.BrickColor = BrickColor.new("Steel blue")
  314. Part18.Anchored = true
  315. Part18.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  316. Part18.CFrame = CFrame.new(-18.7554321, 30.6689911, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  317. Part18.BottomSurface = Enum.SurfaceType.Smooth
  318. Part18.TopSurface = Enum.SurfaceType.Smooth
  319. Part18.Color = Color3.new(0.321569, 0.486275, 0.682353)
  320. Part18.Position = Vector3.new(-18.7554321, 30.6689911, -37.0150146)
  321. Part18.Color = Color3.new(0.321569, 0.486275, 0.682353)
  322. Part19.Parent = Model5
  323. Part19.Material = Enum.Material.Ice
  324. Part19.BrickColor = BrickColor.new("Steel blue")
  325. Part19.Anchored = true
  326. Part19.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  327. Part19.CFrame = CFrame.new(6.01654005, 44.8418541, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  328. Part19.BottomSurface = Enum.SurfaceType.Smooth
  329. Part19.TopSurface = Enum.SurfaceType.Smooth
  330. Part19.Color = Color3.new(0.321569, 0.486275, 0.682353)
  331. Part19.Position = Vector3.new(6.01654005, 44.8418541, -37.0150146)
  332. Part19.Color = Color3.new(0.321569, 0.486275, 0.682353)
  333. Part20.Parent = Model5
  334. Part20.Material = Enum.Material.Ice
  335. Part20.BrickColor = BrickColor.new("Steel blue")
  336. Part20.Anchored = true
  337. Part20.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  338. Part20.CFrame = CFrame.new(-10.1107779, 44.8417244, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  339. Part20.BottomSurface = Enum.SurfaceType.Smooth
  340. Part20.TopSurface = Enum.SurfaceType.Smooth
  341. Part20.Color = Color3.new(0.321569, 0.486275, 0.682353)
  342. Part20.Position = Vector3.new(-10.1107779, 44.8417244, -37.0150146)
  343. Part20.Color = Color3.new(0.321569, 0.486275, 0.682353)
  344. Part21.Parent = Model5
  345. Part21.Material = Enum.Material.Ice
  346. Part21.BrickColor = BrickColor.new("Steel blue")
  347. Part21.Anchored = true
  348. Part21.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  349. Part21.CFrame = CFrame.new(15.0801382, 72.33992, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  350. Part21.BottomSurface = Enum.SurfaceType.Smooth
  351. Part21.TopSurface = Enum.SurfaceType.Smooth
  352. Part21.Color = Color3.new(0.321569, 0.486275, 0.682353)
  353. Part21.Position = Vector3.new(15.0801382, 72.33992, -37.0150146)
  354. Part21.Color = Color3.new(0.321569, 0.486275, 0.682353)
  355. Part22.Parent = Model5
  356. Part22.Material = Enum.Material.Ice
  357. Part22.BrickColor = BrickColor.new("Steel blue")
  358. Part22.Anchored = true
  359. Part22.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  360. Part22.CFrame = CFrame.new(-10.1107779, 72.3397369, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  361. Part22.BottomSurface = Enum.SurfaceType.Smooth
  362. Part22.TopSurface = Enum.SurfaceType.Smooth
  363. Part22.Color = Color3.new(0.321569, 0.486275, 0.682353)
  364. Part22.Position = Vector3.new(-10.1107779, 72.3397369, -37.0150146)
  365. Part22.Color = Color3.new(0.321569, 0.486275, 0.682353)
  366. Part23.Parent = Model5
  367. Part23.Material = Enum.Material.Ice
  368. Part23.BrickColor = BrickColor.new("Steel blue")
  369. Part23.Anchored = true
  370. Part23.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  371. Part23.CFrame = CFrame.new(-2.16455102, 60.1316795, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  372. Part23.BottomSurface = Enum.SurfaceType.Smooth
  373. Part23.TopSurface = Enum.SurfaceType.Smooth
  374. Part23.Color = Color3.new(0.321569, 0.486275, 0.682353)
  375. Part23.Position = Vector3.new(-2.16455102, 60.1316795, -37.0150146)
  376. Part23.Color = Color3.new(0.321569, 0.486275, 0.682353)
  377. Part24.Parent = Model5
  378. Part24.Material = Enum.Material.Ice
  379. Part24.BrickColor = BrickColor.new("Steel blue")
  380. Part24.Anchored = true
  381. Part24.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  382. Part24.CFrame = CFrame.new(-10.1107779, 60.1316147, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  383. Part24.BottomSurface = Enum.SurfaceType.Smooth
  384. Part24.TopSurface = Enum.SurfaceType.Smooth
  385. Part24.Color = Color3.new(0.321569, 0.486275, 0.682353)
  386. Part24.Position = Vector3.new(-10.1107779, 60.1316147, -37.0150146)
  387. Part24.Color = Color3.new(0.321569, 0.486275, 0.682353)
  388. Part25.Parent = Model5
  389. Part25.Material = Enum.Material.Ice
  390. Part25.BrickColor = BrickColor.new("Steel blue")
  391. Part25.Anchored = true
  392. Part25.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  393. Part25.CFrame = CFrame.new(6.01654005, 60.1317368, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  394. Part25.BottomSurface = Enum.SurfaceType.Smooth
  395. Part25.TopSurface = Enum.SurfaceType.Smooth
  396. Part25.Color = Color3.new(0.321569, 0.486275, 0.682353)
  397. Part25.Position = Vector3.new(6.01654005, 60.1317368, -37.0150146)
  398. Part25.Color = Color3.new(0.321569, 0.486275, 0.682353)
  399. Part26.Parent = Model5
  400. Part26.Material = Enum.Material.Ice
  401. Part26.BrickColor = BrickColor.new("Steel blue")
  402. Part26.Anchored = true
  403. Part26.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  404. Part26.CFrame = CFrame.new(15.0801382, 60.1317978, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  405. Part26.BottomSurface = Enum.SurfaceType.Smooth
  406. Part26.TopSurface = Enum.SurfaceType.Smooth
  407. Part26.Color = Color3.new(0.321569, 0.486275, 0.682353)
  408. Part26.Position = Vector3.new(15.0801382, 60.1317978, -37.0150146)
  409. Part26.Color = Color3.new(0.321569, 0.486275, 0.682353)
  410. Part27.Parent = Model5
  411. Part27.Material = Enum.Material.Ice
  412. Part27.BrickColor = BrickColor.new("Steel blue")
  413. Part27.Anchored = true
  414. Part27.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  415. Part27.CFrame = CFrame.new(-18.7554321, 60.1315804, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  416. Part27.BottomSurface = Enum.SurfaceType.Smooth
  417. Part27.TopSurface = Enum.SurfaceType.Smooth
  418. Part27.Color = Color3.new(0.321569, 0.486275, 0.682353)
  419. Part27.Position = Vector3.new(-18.7554321, 60.1315804, -37.0150146)
  420. Part27.Color = Color3.new(0.321569, 0.486275, 0.682353)
  421. Part28.Parent = Model5
  422. Part28.Material = Enum.Material.Ice
  423. Part28.BrickColor = BrickColor.new("Steel blue")
  424. Part28.Anchored = true
  425. Part28.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  426. Part28.CFrame = CFrame.new(-26.8001099, 60.1315498, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  427. Part28.BottomSurface = Enum.SurfaceType.Smooth
  428. Part28.TopSurface = Enum.SurfaceType.Smooth
  429. Part28.Color = Color3.new(0.321569, 0.486275, 0.682353)
  430. Part28.Position = Vector3.new(-26.8001099, 60.1315498, -37.0150146)
  431. Part28.Color = Color3.new(0.321569, 0.486275, 0.682353)
  432. Part29.Parent = Model5
  433. Part29.Material = Enum.Material.Ice
  434. Part29.BrickColor = BrickColor.new("Steel blue")
  435. Part29.Anchored = true
  436. Part29.Size = Vector3.new(4, 7.86000013, 0.0500000007)
  437. Part29.CFrame = CFrame.new(6.01654005, 72.339859, -37.0150146, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  438. Part29.BottomSurface = Enum.SurfaceType.Smooth
  439. Part29.TopSurface = Enum.SurfaceType.Smooth
  440. Part29.Color = Color3.new(0.321569, 0.486275, 0.682353)
  441. Part29.Position = Vector3.new(6.01654005, 72.339859, -37.0150146)
  442. Part29.Color = Color3.new(0.321569, 0.486275, 0.682353)
  443. Part30.Name = "MainCeiling"
  444. Part30.Parent = Model1
  445. Part30.Material = Enum.Material.Brick
  446. Part30.BrickColor = BrickColor.new("Dark orange")
  447. Part30.Anchored = true
  448. Part30.Size = Vector3.new(54.4599953, 3.56999993, 53.0999985)
  449. Part30.CFrame = CFrame.new(-6.13983107, 79.6950302, -11.4400616, 0.999999881, 0, 0, 0, 0.999999881, 0, 0, 0, 1)
  450. Part30.BottomSurface = Enum.SurfaceType.Smooth
  451. Part30.TopSurface = Enum.SurfaceType.Smooth
  452. Part30.Color = Color3.new(0.627451, 0.368627, 0.203922)
  453. Part30.Position = Vector3.new(-6.13983107, 79.6950302, -11.4400616)
  454. Part30.Color = Color3.new(0.627451, 0.368627, 0.203922)
  455. ManualWeld31.Name = "Part-to-Part Strong Joint"
  456. ManualWeld31.Parent = Part30
  457. ManualWeld31.C0 = CFrame.new(-27.2299976, 1.78499997, 26.5499992, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  458. ManualWeld31.C1 = CFrame.new(-27.2299805, -0.370002747, 26.5499878, -0.999999762, 0, 0, 0, 0, 0.999999762, 0, 1, 0)
  459. ManualWeld31.Part0 = Part30
  460. ManualWeld31.Part1 = Part59
  461. Part32.Name = "MainFloor"
  462. Part32.Parent = Model1
  463. Part32.Material = Enum.Material.Brick
  464. Part32.BrickColor = BrickColor.new("Dark orange")
  465. Part32.Anchored = true
  466. Part32.Size = Vector3.new(54.4599953, 1, 53.0999985)
  467. Part32.CFrame = CFrame.new(-6.13983107, 0.500019014, -11.4400616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  468. Part32.BottomSurface = Enum.SurfaceType.Smooth
  469. Part32.TopSurface = Enum.SurfaceType.Smooth
  470. Part32.Color = Color3.new(0.627451, 0.368627, 0.203922)
  471. Part32.Position = Vector3.new(-6.13983107, 0.500019014, -11.4400616)
  472. Part32.Color = Color3.new(0.627451, 0.368627, 0.203922)
  473. ManualWeld33.Name = "Part-to-Part Strong Joint"
  474. ManualWeld33.Parent = Part32
  475. ManualWeld33.C0 = CFrame.new(-27.2299976, 0.5, 26.5499992, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  476. ManualWeld33.C1 = CFrame.new(-27.265625, -6.7050004, 52.454895, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  477. ManualWeld33.Part0 = Part32
  478. ManualWeld33.Part1 = Part4
  479. Part34.Name = "MainBuilding"
  480. Part34.Parent = Model1
  481. Part34.Material = Enum.Material.Brick
  482. Part34.BrickColor = BrickColor.new("Dark orange")
  483. Part34.Anchored = true
  484. Part34.Size = Vector3.new(51.4599991, 76.9000015, 51.0999985)
  485. Part34.CFrame = CFrame.new(-6.13983107, 39.4500198, -11.4400616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  486. Part34.BottomSurface = Enum.SurfaceType.Smooth
  487. Part34.TopSurface = Enum.SurfaceType.Smooth
  488. Part34.Color = Color3.new(0.627451, 0.368627, 0.203922)
  489. Part34.Position = Vector3.new(-6.13983107, 39.4500198, -11.4400616)
  490. Part34.Color = Color3.new(0.627451, 0.368627, 0.203922)
  491. ManualWeld35.Name = "Part-to-Part Strong Joint"
  492. ManualWeld35.Parent = Part34
  493. ManualWeld35.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  494. ManualWeld35.C1 = CFrame.new(4.51000977, -71.3399277, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  495. ManualWeld35.Part0 = Part34
  496. ManualWeld35.Part1 = Part21
  497. ManualWeld36.Name = "Part-to-Part Strong Joint"
  498. ManualWeld36.Parent = Part34
  499. ManualWeld36.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  500. ManualWeld36.C1 = CFrame.new(13.5736084, -71.3398666, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  501. ManualWeld36.Part0 = Part34
  502. ManualWeld36.Part1 = Part29
  503. ManualWeld37.Name = "Part-to-Part Strong Joint"
  504. ManualWeld37.Parent = Part34
  505. ManualWeld37.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  506. ManualWeld37.C1 = CFrame.new(21.7546997, -71.3398056, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  507. ManualWeld37.Part0 = Part34
  508. ManualWeld37.Part1 = Part8
  509. ManualWeld38.Name = "Part-to-Part Strong Joint"
  510. ManualWeld38.Parent = Part34
  511. ManualWeld38.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  512. ManualWeld38.C1 = CFrame.new(29.7009277, -71.3397446, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  513. ManualWeld38.Part0 = Part34
  514. ManualWeld38.Part1 = Part22
  515. ManualWeld39.Name = "Part-to-Part Strong Joint"
  516. ManualWeld39.Parent = Part34
  517. ManualWeld39.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  518. ManualWeld39.C1 = CFrame.new(38.3455811, -71.3397141, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  519. ManualWeld39.Part0 = Part34
  520. ManualWeld39.Part1 = Part6
  521. ManualWeld40.Name = "Part-to-Part Strong Joint"
  522. ManualWeld40.Parent = Part34
  523. ManualWeld40.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  524. ManualWeld40.C1 = CFrame.new(46.3903198, -71.3396835, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  525. ManualWeld40.Part0 = Part34
  526. ManualWeld40.Part1 = Part7
  527. ManualWeld41.Name = "Part-to-Part Strong Joint"
  528. ManualWeld41.Parent = Part34
  529. ManualWeld41.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  530. ManualWeld41.C1 = CFrame.new(21.7546997, -59.1316681, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  531. ManualWeld41.Part0 = Part34
  532. ManualWeld41.Part1 = Part23
  533. ManualWeld42.Name = "Part-to-Part Strong Joint"
  534. ManualWeld42.Parent = Part34
  535. ManualWeld42.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  536. ManualWeld42.C1 = CFrame.new(29.7009277, -59.1316071, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  537. ManualWeld42.Part0 = Part34
  538. ManualWeld42.Part1 = Part24
  539. ManualWeld43.Name = "Part-to-Part Strong Joint"
  540. ManualWeld43.Parent = Part34
  541. ManualWeld43.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  542. ManualWeld43.C1 = CFrame.new(13.5736084, -59.1317291, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  543. ManualWeld43.Part0 = Part34
  544. ManualWeld43.Part1 = Part25
  545. ManualWeld44.Name = "Part-to-Part Strong Joint"
  546. ManualWeld44.Parent = Part34
  547. ManualWeld44.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  548. ManualWeld44.C1 = CFrame.new(4.51000977, -59.1317902, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  549. ManualWeld44.Part0 = Part34
  550. ManualWeld44.Part1 = Part26
  551. ManualWeld45.Name = "Part-to-Part Strong Joint"
  552. ManualWeld45.Parent = Part34
  553. ManualWeld45.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  554. ManualWeld45.C1 = CFrame.new(38.3455811, -59.1315765, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  555. ManualWeld45.Part0 = Part34
  556. ManualWeld45.Part1 = Part27
  557. ManualWeld46.Name = "Part-to-Part Strong Joint"
  558. ManualWeld46.Parent = Part34
  559. ManualWeld46.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  560. ManualWeld46.C1 = CFrame.new(46.3902588, -59.131546, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  561. ManualWeld46.Part0 = Part34
  562. ManualWeld46.Part1 = Part28
  563. ManualWeld47.Name = "Part-to-Part Strong Joint"
  564. ManualWeld47.Parent = Part34
  565. ManualWeld47.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  566. ManualWeld47.C1 = CFrame.new(46.3902588, -43.8416557, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  567. ManualWeld47.Part0 = Part34
  568. ManualWeld47.Part1 = Part11
  569. ManualWeld48.Name = "Part-to-Part Strong Joint"
  570. ManualWeld48.Parent = Part34
  571. ManualWeld48.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  572. ManualWeld48.C1 = CFrame.new(4.51000977, -43.8418999, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  573. ManualWeld48.Part0 = Part34
  574. ManualWeld48.Part1 = Part12
  575. ManualWeld49.Name = "Part-to-Part Strong Joint"
  576. ManualWeld49.Parent = Part34
  577. ManualWeld49.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  578. ManualWeld49.C1 = CFrame.new(21.7546997, -43.8417778, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  579. ManualWeld49.Part0 = Part34
  580. ManualWeld49.Part1 = Part13
  581. ManualWeld50.Name = "Part-to-Part Strong Joint"
  582. ManualWeld50.Parent = Part34
  583. ManualWeld50.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  584. ManualWeld50.C1 = CFrame.new(38.3455811, -43.8416862, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  585. ManualWeld50.Part0 = Part34
  586. ManualWeld50.Part1 = Part16
  587. ManualWeld51.Name = "Part-to-Part Strong Joint"
  588. ManualWeld51.Parent = Part34
  589. ManualWeld51.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  590. ManualWeld51.C1 = CFrame.new(13.5736084, -43.8418388, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  591. ManualWeld51.Part0 = Part34
  592. ManualWeld51.Part1 = Part19
  593. ManualWeld52.Name = "Part-to-Part Strong Joint"
  594. ManualWeld52.Parent = Part34
  595. ManualWeld52.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  596. ManualWeld52.C1 = CFrame.new(29.7009277, -43.8417168, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  597. ManualWeld52.Part0 = Part34
  598. ManualWeld52.Part1 = Part20
  599. ManualWeld53.Name = "Part-to-Part Strong Joint"
  600. ManualWeld53.Parent = Part34
  601. ManualWeld53.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  602. ManualWeld53.C1 = CFrame.new(13.5736084, -29.6691303, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  603. ManualWeld53.Part0 = Part34
  604. ManualWeld53.Part1 = Part9
  605. ManualWeld54.Name = "Part-to-Part Strong Joint"
  606. ManualWeld54.Parent = Part34
  607. ManualWeld54.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  608. ManualWeld54.C1 = CFrame.new(21.7546997, -29.6690693, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  609. ManualWeld54.Part0 = Part34
  610. ManualWeld54.Part1 = Part10
  611. ManualWeld55.Name = "Part-to-Part Strong Joint"
  612. ManualWeld55.Parent = Part34
  613. ManualWeld55.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  614. ManualWeld55.C1 = CFrame.new(29.7009277, -29.6690083, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  615. ManualWeld55.Part0 = Part34
  616. ManualWeld55.Part1 = Part14
  617. ManualWeld56.Name = "Part-to-Part Strong Joint"
  618. ManualWeld56.Parent = Part34
  619. ManualWeld56.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  620. ManualWeld56.C1 = CFrame.new(46.3902588, -29.6689472, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  621. ManualWeld56.Part0 = Part34
  622. ManualWeld56.Part1 = Part15
  623. ManualWeld57.Name = "Part-to-Part Strong Joint"
  624. ManualWeld57.Parent = Part34
  625. ManualWeld57.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  626. ManualWeld57.C1 = CFrame.new(4.51000977, -29.6691914, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  627. ManualWeld57.Part0 = Part34
  628. ManualWeld57.Part1 = Part17
  629. ManualWeld58.Name = "Part-to-Part Strong Joint"
  630. ManualWeld58.Parent = Part34
  631. ManualWeld58.C0 = CFrame.new(25.7299995, -38.4500008, -25.5499992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  632. ManualWeld58.C1 = CFrame.new(38.3455811, -29.6689777, 0.0249633789, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
  633. ManualWeld58.Part0 = Part34
  634. ManualWeld58.Part1 = Part18
  635. Part59.Name = "SecondaryCeiling"
  636. Part59.Parent = Model1
  637. Part59.Material = Enum.Material.Brick
  638. Part59.BrickColor = BrickColor.new("Dark orange")
  639. Part59.Anchored = true
  640. Part59.Size = Vector3.new(58.7313805, 0.740000904, 57.2647171)
  641. Part59.CFrame = CFrame.new(-6.13983107, 81.8500214, -11.4400616, 0.999999881, 0, 0, 0, 0.999999881, 0, 0, 0, 1)
  642. Part59.BottomSurface = Enum.SurfaceType.Smooth
  643. Part59.TopSurface = Enum.SurfaceType.Smooth
  644. Part59.Color = Color3.new(0.627451, 0.368627, 0.203922)
  645. Part59.Position = Vector3.new(-6.13983107, 81.8500214, -11.4400616)
  646. Part59.Color = Color3.new(0.627451, 0.368627, 0.203922)
  647. for i,v in pairs(mas:GetChildren()) do
  648. v.Parent = workspace
  649. pcall(function() v:MakeJoints() end)
  650. end
  651. mas:Destroy()
  652. for i,v in pairs(cors) do
  653. spawn(function()
  654. pcall(v)
  655. end)
  656. end
  657. --how to make buildings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement