Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.52 KB | None | 0 0
  1. --Created with ttyyuu12345's compiler
  2. --ttyyuu12345 is not responsible for damages caused to your game
  3. --This plugin does not remove things
  4. --ttyyuu12345 cannot be held resonsible for manual deletion for the purpose of testing
  5. --Keep in mind, any items that cause errors in compilation will be skipped and documented within the last line of the disclaimer comments
  6. --Thank you for using my plugin and enjoy :)
  7. --It is free to use, however I do accept donations
  8. --Errors:
  9. Create = function(itemClass,tabl)
  10. local item = Instance.new(itemClass)
  11. for i,v in pairs(tabl) do
  12. local a,b = ypcall(function() return item[i] end)
  13. if a then
  14. item[i] = tabl[i]
  15. end
  16. end
  17. return item
  18. end
  19. function runDummyScript(f,scri)
  20. local oldenv = getfenv(f)
  21. local newenv = setmetatable({}, {
  22. __index = function(_, k)
  23. if k:lower() == 'script' then
  24. return scri
  25. else
  26. return oldenv[k]
  27. end
  28. end
  29. })
  30. setfenv(f, newenv)
  31. ypcall(function() f() end)
  32. end
  33. cors = {}
  34. mas = Instance.new("Model",game:GetService("Lighting"))
  35. mas.Name = "CompiledModel"
  36. o1 = Create("Model",{
  37. ["Parent"] = mas,
  38. })
  39. o2 = Create("Part",{
  40. ["Parent"] = o1,
  41. ["BrickColor"] = BrickColor.new("Institutional white"),
  42. ["Position"] = Vector3.new(-44.5000076, 51.8100204, -59.2999878),
  43. ["Rotation"] = Vector3.new(0, 90, 0),
  44. ["CFrame"] = CFrame.new(-44.5000076, 51.8100204, -59.2999878, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  45. ["Size"] = Vector3.new(43, 30.0000019, 1),
  46. ["BackSurface"] = Enum.SurfaceType.Weld,
  47. ["BottomSurface"] = Enum.SurfaceType.Weld,
  48. ["FrontSurface"] = Enum.SurfaceType.Weld,
  49. ["LeftSurface"] = Enum.SurfaceType.Weld,
  50. ["RightSurface"] = Enum.SurfaceType.Weld,
  51. ["TopSurface"] = Enum.SurfaceType.Weld,
  52. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  53. })
  54. o3 = Create("Decal",{
  55. ["Parent"] = o2,
  56. ["Texture"] = "http://www.roblox.com/asset/?id=2164464",
  57. ["Face"] = Enum.NormalId.Back,
  58. })
  59. o4 = Create("Part",{
  60. ["Parent"] = o1,
  61. ["BrickColor"] = BrickColor.new("Reddish brown"),
  62. ["Position"] = Vector3.new(-45.5000076, 43.0100174, -59.2999878),
  63. ["Rotation"] = Vector3.new(0, 90, 0),
  64. ["CFrame"] = CFrame.new(-45.5000076, 43.0100174, -59.2999878, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  65. ["Size"] = Vector3.new(3, 50.4000015, 1),
  66. ["BackSurface"] = Enum.SurfaceType.Weld,
  67. ["BottomSurface"] = Enum.SurfaceType.Weld,
  68. ["FrontSurface"] = Enum.SurfaceType.Weld,
  69. ["LeftSurface"] = Enum.SurfaceType.Weld,
  70. ["RightSurface"] = Enum.SurfaceType.Weld,
  71. ["TopSurface"] = Enum.SurfaceType.Weld,
  72. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  73. })
  74. o5 = Create("Part",{
  75. ["Parent"] = o1,
  76. ["BrickColor"] = BrickColor.new("Reddish brown"),
  77. ["Position"] = Vector3.new(-15.0000114, 16.6100216, -56.7999878),
  78. ["CFrame"] = CFrame.new(-15.0000114, 16.6100216, -56.7999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  79. ["Size"] = Vector3.new(12, 2.4000001, 4),
  80. ["BackSurface"] = Enum.SurfaceType.Weld,
  81. ["BottomSurface"] = Enum.SurfaceType.Weld,
  82. ["FrontSurface"] = Enum.SurfaceType.Weld,
  83. ["LeftSurface"] = Enum.SurfaceType.Weld,
  84. ["RightSurface"] = Enum.SurfaceType.Weld,
  85. ["TopSurface"] = Enum.SurfaceType.Weld,
  86. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  87. })
  88. o6 = Create("Part",{
  89. ["Parent"] = o1,
  90. ["BrickColor"] = BrickColor.new("Reddish brown"),
  91. ["Position"] = Vector3.new(-26.5000114, 12.4100208, -57.2999878),
  92. ["CFrame"] = CFrame.new(-26.5000114, 12.4100208, -57.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  93. ["Size"] = Vector3.new(1, 10.8000002, 9),
  94. ["BackSurface"] = Enum.SurfaceType.Weld,
  95. ["BottomSurface"] = Enum.SurfaceType.Weld,
  96. ["FrontSurface"] = Enum.SurfaceType.Weld,
  97. ["LeftSurface"] = Enum.SurfaceType.Weld,
  98. ["RightSurface"] = Enum.SurfaceType.Weld,
  99. ["TopSurface"] = Enum.SurfaceType.Weld,
  100. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  101. })
  102. o7 = Create("Part",{
  103. ["Parent"] = o1,
  104. ["BrickColor"] = BrickColor.new("Reddish brown"),
  105. ["Position"] = Vector3.new(-25.5000114, 13.0100193, -57.2999878),
  106. ["CFrame"] = CFrame.new(-25.5000114, 13.0100193, -57.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  107. ["Size"] = Vector3.new(1, 9.60000038, 9),
  108. ["BackSurface"] = Enum.SurfaceType.Weld,
  109. ["BottomSurface"] = Enum.SurfaceType.Weld,
  110. ["FrontSurface"] = Enum.SurfaceType.Weld,
  111. ["LeftSurface"] = Enum.SurfaceType.Weld,
  112. ["RightSurface"] = Enum.SurfaceType.Weld,
  113. ["TopSurface"] = Enum.SurfaceType.Weld,
  114. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  115. })
  116. o8 = Create("Part",{
  117. ["Parent"] = o1,
  118. ["BrickColor"] = BrickColor.new("Reddish brown"),
  119. ["Position"] = Vector3.new(-24.5000114, 13.6100216, -57.2999878),
  120. ["CFrame"] = CFrame.new(-24.5000114, 13.6100216, -57.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  121. ["Size"] = Vector3.new(1, 8.40000057, 9),
  122. ["BackSurface"] = Enum.SurfaceType.Weld,
  123. ["BottomSurface"] = Enum.SurfaceType.Weld,
  124. ["FrontSurface"] = Enum.SurfaceType.Weld,
  125. ["LeftSurface"] = Enum.SurfaceType.Weld,
  126. ["RightSurface"] = Enum.SurfaceType.Weld,
  127. ["TopSurface"] = Enum.SurfaceType.Weld,
  128. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  129. })
  130. o9 = Create("Part",{
  131. ["Parent"] = o1,
  132. ["BrickColor"] = BrickColor.new("Reddish brown"),
  133. ["Position"] = Vector3.new(-23.0000114, 14.2100201, -57.2999878),
  134. ["CFrame"] = CFrame.new(-23.0000114, 14.2100201, -57.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  135. ["Size"] = Vector3.new(2, 7.20000029, 9),
  136. ["BackSurface"] = Enum.SurfaceType.Weld,
  137. ["BottomSurface"] = Enum.SurfaceType.Weld,
  138. ["FrontSurface"] = Enum.SurfaceType.Weld,
  139. ["LeftSurface"] = Enum.SurfaceType.Weld,
  140. ["RightSurface"] = Enum.SurfaceType.Weld,
  141. ["TopSurface"] = Enum.SurfaceType.Weld,
  142. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  143. })
  144. o10 = Create("Part",{
  145. ["Parent"] = o1,
  146. ["BrickColor"] = BrickColor.new("Reddish brown"),
  147. ["Position"] = Vector3.new(-21.5000114, 15.4100208, -57.2999878),
  148. ["CFrame"] = CFrame.new(-21.5000114, 15.4100208, -57.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  149. ["Size"] = Vector3.new(1, 4.80000019, 9),
  150. ["BackSurface"] = Enum.SurfaceType.Weld,
  151. ["BottomSurface"] = Enum.SurfaceType.Weld,
  152. ["FrontSurface"] = Enum.SurfaceType.Weld,
  153. ["LeftSurface"] = Enum.SurfaceType.Weld,
  154. ["RightSurface"] = Enum.SurfaceType.Weld,
  155. ["TopSurface"] = Enum.SurfaceType.Weld,
  156. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  157. })
  158. o11 = Create("Part",{
  159. ["Parent"] = o1,
  160. ["BrickColor"] = BrickColor.new("Reddish brown"),
  161. ["Position"] = Vector3.new(-27.5000114, 19.0100193, -58.2999878),
  162. ["CFrame"] = CFrame.new(-27.5000114, 19.0100193, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  163. ["Size"] = Vector3.new(1, 2.4000001, 31),
  164. ["BackSurface"] = Enum.SurfaceType.Weld,
  165. ["BottomSurface"] = Enum.SurfaceType.Weld,
  166. ["FrontSurface"] = Enum.SurfaceType.Weld,
  167. ["LeftSurface"] = Enum.SurfaceType.Weld,
  168. ["RightSurface"] = Enum.SurfaceType.Weld,
  169. ["TopSurface"] = Enum.SurfaceType.Weld,
  170. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  171. })
  172. o12 = Create("Part",{
  173. ["Parent"] = o1,
  174. ["BrickColor"] = BrickColor.new("Reddish brown"),
  175. ["Position"] = Vector3.new(-43.5000076, 19.0100193, -43.2999878),
  176. ["Rotation"] = Vector3.new(0, 90, 0),
  177. ["CFrame"] = CFrame.new(-43.5000076, 19.0100193, -43.2999878, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  178. ["Size"] = Vector3.new(1, 2.4000001, 31),
  179. ["BackSurface"] = Enum.SurfaceType.Weld,
  180. ["BottomSurface"] = Enum.SurfaceType.Weld,
  181. ["FrontSurface"] = Enum.SurfaceType.Weld,
  182. ["LeftSurface"] = Enum.SurfaceType.Weld,
  183. ["RightSurface"] = Enum.SurfaceType.Weld,
  184. ["TopSurface"] = Enum.SurfaceType.Weld,
  185. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  186. })
  187. o13 = Create("Part",{
  188. ["Parent"] = o1,
  189. ["BrickColor"] = BrickColor.new("Reddish brown"),
  190. ["Position"] = Vector3.new(-43.5000076, 19.0100193, -73.2999878),
  191. ["Rotation"] = Vector3.new(0, 90, 0),
  192. ["CFrame"] = CFrame.new(-43.5000076, 19.0100193, -73.2999878, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  193. ["Size"] = Vector3.new(1, 2.4000001, 31),
  194. ["BackSurface"] = Enum.SurfaceType.Weld,
  195. ["BottomSurface"] = Enum.SurfaceType.Weld,
  196. ["FrontSurface"] = Enum.SurfaceType.Weld,
  197. ["LeftSurface"] = Enum.SurfaceType.Weld,
  198. ["RightSurface"] = Enum.SurfaceType.Weld,
  199. ["TopSurface"] = Enum.SurfaceType.Weld,
  200. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  201. })
  202. o14 = Create("Part",{
  203. ["Parent"] = o1,
  204. ["BrickColor"] = BrickColor.new("Reddish brown"),
  205. ["Position"] = Vector3.new(-59.5000076, 31.0100269, -58.2999878),
  206. ["Rotation"] = Vector3.new(-180, 0, -180),
  207. ["CFrame"] = CFrame.new(-59.5000076, 31.0100269, -58.2999878, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  208. ["Size"] = Vector3.new(1, 4.80000019, 13),
  209. ["BackSurface"] = Enum.SurfaceType.Weld,
  210. ["BottomSurface"] = Enum.SurfaceType.Weld,
  211. ["FrontSurface"] = Enum.SurfaceType.Weld,
  212. ["LeftSurface"] = Enum.SurfaceType.Weld,
  213. ["RightSurface"] = Enum.SurfaceType.Weld,
  214. ["TopSurface"] = Enum.SurfaceType.Weld,
  215. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  216. })
  217. o15 = Create("TrussPart",{
  218. ["Parent"] = o1,
  219. ["BrickColor"] = BrickColor.new("Reddish brown"),
  220. ["Position"] = Vector3.new(-58.0000076, 25.8100281, -47.7999878),
  221. ["CFrame"] = CFrame.new(-58.0000076, 25.8100281, -47.7999878, 1, 0, 0, 0, 1, 0, -0, 0, 1),
  222. ["Size"] = Vector3.new(2, 16, 2),
  223. ["BackSurface"] = Enum.SurfaceType.Weld,
  224. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  225. ["FrontSurface"] = Enum.SurfaceType.Weld,
  226. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  227. ["RightSurface"] = Enum.SurfaceType.Weld,
  228. ["TopSurface"] = Enum.SurfaceType.Weld,
  229. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  230. })
  231. o16 = Create("Part",{
  232. ["Parent"] = o1,
  233. ["BrickColor"] = BrickColor.new("Reddish brown"),
  234. ["Position"] = Vector3.new(-59.5000076, 25.6100197, -47.7999878),
  235. ["Rotation"] = Vector3.new(-180, 0, -180),
  236. ["CFrame"] = CFrame.new(-59.5000076, 25.6100197, -47.7999878, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  237. ["Size"] = Vector3.new(1, 15.6000004, 8),
  238. ["BackSurface"] = Enum.SurfaceType.Weld,
  239. ["BottomSurface"] = Enum.SurfaceType.Weld,
  240. ["FrontSurface"] = Enum.SurfaceType.Weld,
  241. ["LeftSurface"] = Enum.SurfaceType.Weld,
  242. ["RightSurface"] = Enum.SurfaceType.Weld,
  243. ["TopSurface"] = Enum.SurfaceType.Weld,
  244. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  245. })
  246. o17 = Create("TrussPart",{
  247. ["Parent"] = o1,
  248. ["BrickColor"] = BrickColor.new("Reddish brown"),
  249. ["Position"] = Vector3.new(-58.0000076, 25.8100281, -69.7999878),
  250. ["CFrame"] = CFrame.new(-58.0000076, 25.8100281, -69.7999878, 1, 0, 0, 0, 1, 0, -0, 0, 1),
  251. ["Size"] = Vector3.new(2, 16, 2),
  252. ["BackSurface"] = Enum.SurfaceType.Weld,
  253. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  254. ["FrontSurface"] = Enum.SurfaceType.Weld,
  255. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  256. ["RightSurface"] = Enum.SurfaceType.Weld,
  257. ["TopSurface"] = Enum.SurfaceType.Weld,
  258. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  259. })
  260. o18 = Create("Part",{
  261. ["Parent"] = o1,
  262. ["BrickColor"] = BrickColor.new("Reddish brown"),
  263. ["Position"] = Vector3.new(-71.5000076, 35.8100281, -43.2999878),
  264. ["Rotation"] = Vector3.new(0, 90, 0),
  265. ["CFrame"] = CFrame.new(-71.5000076, 35.8100281, -43.2999878, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  266. ["Size"] = Vector3.new(1, 2.4000001, 25),
  267. ["BackSurface"] = Enum.SurfaceType.Weld,
  268. ["BottomSurface"] = Enum.SurfaceType.Weld,
  269. ["FrontSurface"] = Enum.SurfaceType.Weld,
  270. ["LeftSurface"] = Enum.SurfaceType.Weld,
  271. ["RightSurface"] = Enum.SurfaceType.Weld,
  272. ["TopSurface"] = Enum.SurfaceType.Weld,
  273. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  274. })
  275. o19 = Create("Part",{
  276. ["Name"] = "Wheel",
  277. ["Parent"] = o1,
  278. ["BrickColor"] = BrickColor.new("Sand red"),
  279. ["Transparency"] = 1,
  280. ["Position"] = Vector3.new(-33.5000076, 1.71003294, -45.2999878),
  281. ["Rotation"] = Vector3.new(-0, -90, 0),
  282. ["CFrame"] = CFrame.new(-33.5000076, 1.71003294, -45.2999878, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  283. ["FormFactor"] = Enum.FormFactor.Symmetric,
  284. ["Friction"] = 1,
  285. ["Shape"] = Enum.PartType.Cylinder,
  286. ["Size"] = Vector3.new(3, 3, 3),
  287. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  288. ["LeftSurface"] = Enum.SurfaceType.Hinge,
  289. ["TopSurface"] = Enum.SurfaceType.Smooth,
  290. ["Color"] = Color3.new(0.584314, 0.47451, 0.466667),
  291. })
  292. o20 = Create("Part",{
  293. ["Name"] = "Wheel",
  294. ["Parent"] = o1,
  295. ["BrickColor"] = BrickColor.new("Sand red"),
  296. ["Transparency"] = 1,
  297. ["Position"] = Vector3.new(-33.5000076, 1.51003194, -71.2999802),
  298. ["Rotation"] = Vector3.new(-0, 90, 0),
  299. ["CFrame"] = CFrame.new(-33.5000076, 1.51003194, -71.2999802, -0, 0, 1, -0, 1, 0, -1, 0, 0),
  300. ["FormFactor"] = Enum.FormFactor.Symmetric,
  301. ["Friction"] = 1,
  302. ["Shape"] = Enum.PartType.Cylinder,
  303. ["Size"] = Vector3.new(3, 3, 3),
  304. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  305. ["LeftSurface"] = Enum.SurfaceType.Hinge,
  306. ["TopSurface"] = Enum.SurfaceType.Smooth,
  307. ["Color"] = Color3.new(0.584314, 0.47451, 0.466667),
  308. })
  309. o21 = Create("VehicleSeat",{
  310. ["Parent"] = o1,
  311. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  312. ["Position"] = Vector3.new(-71.0000076, 35.1100235, -57.7999878),
  313. ["Rotation"] = Vector3.new(-0, -90, 0),
  314. ["CFrame"] = CFrame.new(-71.0000076, 35.1100235, -57.7999878, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  315. ["Size"] = Vector3.new(2, 1, 2),
  316. ["TopSurface"] = Enum.SurfaceType.Universal,
  317. ["Steer"] = 1,
  318. ["MaxSpeed"] = 300,
  319. ["Torque"] = 300,
  320. ["TurnSpeed"] = 300,
  321. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  322. })
  323. o22 = Create("Part",{
  324. ["Parent"] = o1,
  325. ["BrickColor"] = BrickColor.new("Reddish brown"),
  326. ["Position"] = Vector3.new(-55.5000076, 16.0100193, -58.2999878),
  327. ["CFrame"] = CFrame.new(-55.5000076, 16.0100193, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  328. ["Size"] = Vector3.new(57, 1.20000005, 31),
  329. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  330. })
  331. o23 = Create("Part",{
  332. ["Parent"] = o1,
  333. ["BrickColor"] = BrickColor.new("Reddish brown"),
  334. ["Position"] = Vector3.new(-55.5000076, 17.2100201, -58.2999878),
  335. ["CFrame"] = CFrame.new(-55.5000076, 17.2100201, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  336. ["Size"] = Vector3.new(57, 1.20000005, 31),
  337. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  338. })
  339. o24 = Create("Part",{
  340. ["Parent"] = o1,
  341. ["BrickColor"] = BrickColor.new("Reddish brown"),
  342. ["Position"] = Vector3.new(-59.5000076, 25.6100197, -68.7999878),
  343. ["Rotation"] = Vector3.new(-180, 0, -180),
  344. ["CFrame"] = CFrame.new(-59.5000076, 25.6100197, -68.7999878, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  345. ["Size"] = Vector3.new(1, 15.6000004, 8),
  346. ["BackSurface"] = Enum.SurfaceType.Weld,
  347. ["BottomSurface"] = Enum.SurfaceType.Weld,
  348. ["FrontSurface"] = Enum.SurfaceType.Weld,
  349. ["LeftSurface"] = Enum.SurfaceType.Weld,
  350. ["RightSurface"] = Enum.SurfaceType.Weld,
  351. ["TopSurface"] = Enum.SurfaceType.Weld,
  352. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  353. })
  354. o25 = Create("Part",{
  355. ["Parent"] = o1,
  356. ["BrickColor"] = BrickColor.new("Reddish brown"),
  357. ["Position"] = Vector3.new(-71.5000076, 34.010025, -58.2999878),
  358. ["Rotation"] = Vector3.new(-180, 0, -180),
  359. ["CFrame"] = CFrame.new(-71.5000076, 34.010025, -58.2999878, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  360. ["Size"] = Vector3.new(25, 1.20000005, 31),
  361. ["BackSurface"] = Enum.SurfaceType.Weld,
  362. ["BottomSurface"] = Enum.SurfaceType.Weld,
  363. ["FrontSurface"] = Enum.SurfaceType.Weld,
  364. ["LeftSurface"] = Enum.SurfaceType.Weld,
  365. ["RightSurface"] = Enum.SurfaceType.Weld,
  366. ["TopSurface"] = Enum.SurfaceType.Weld,
  367. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  368. })
  369. o26 = Create("Part",{
  370. ["Parent"] = o1,
  371. ["BrickColor"] = BrickColor.new("Reddish brown"),
  372. ["Position"] = Vector3.new(-71.5000076, 35.8100281, -73.2999878),
  373. ["Rotation"] = Vector3.new(0, 90, 0),
  374. ["CFrame"] = CFrame.new(-71.5000076, 35.8100281, -73.2999878, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  375. ["Size"] = Vector3.new(1, 2.4000001, 25),
  376. ["BackSurface"] = Enum.SurfaceType.Weld,
  377. ["BottomSurface"] = Enum.SurfaceType.Weld,
  378. ["FrontSurface"] = Enum.SurfaceType.Weld,
  379. ["LeftSurface"] = Enum.SurfaceType.Weld,
  380. ["RightSurface"] = Enum.SurfaceType.Weld,
  381. ["TopSurface"] = Enum.SurfaceType.Weld,
  382. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  383. })
  384. o27 = Create("Part",{
  385. ["Parent"] = o1,
  386. ["BrickColor"] = BrickColor.new("Reddish brown"),
  387. ["Position"] = Vector3.new(-55.5000076, 14.8100224, -58.2999878),
  388. ["CFrame"] = CFrame.new(-55.5000076, 14.8100224, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  389. ["Size"] = Vector3.new(57, 1.20000005, 31),
  390. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  391. })
  392. o28 = Create("Part",{
  393. ["Parent"] = o1,
  394. ["BrickColor"] = BrickColor.new("Reddish brown"),
  395. ["Position"] = Vector3.new(-71.5000076, 25.6100197, -43.2999878),
  396. ["Rotation"] = Vector3.new(0, 90, 0),
  397. ["CFrame"] = CFrame.new(-71.5000076, 25.6100197, -43.2999878, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  398. ["Size"] = Vector3.new(1, 15.6000004, 25),
  399. ["BackSurface"] = Enum.SurfaceType.Weld,
  400. ["BottomSurface"] = Enum.SurfaceType.Weld,
  401. ["FrontSurface"] = Enum.SurfaceType.Weld,
  402. ["LeftSurface"] = Enum.SurfaceType.Weld,
  403. ["RightSurface"] = Enum.SurfaceType.Weld,
  404. ["TopSurface"] = Enum.SurfaceType.Weld,
  405. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  406. })
  407. o29 = Create("Part",{
  408. ["Parent"] = o1,
  409. ["BrickColor"] = BrickColor.new("Reddish brown"),
  410. ["Position"] = Vector3.new(-55.5000076, 7.61001778, -58.2999878),
  411. ["CFrame"] = CFrame.new(-55.5000076, 7.61001778, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  412. ["Size"] = Vector3.new(57, 1.20000005, 31),
  413. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  414. })
  415. o30 = Create("Part",{
  416. ["Parent"] = o1,
  417. ["BrickColor"] = BrickColor.new("Reddish brown"),
  418. ["Position"] = Vector3.new(-55.5000076, 8.81001854, -58.2999878),
  419. ["CFrame"] = CFrame.new(-55.5000076, 8.81001854, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  420. ["Size"] = Vector3.new(57, 1.20000005, 31),
  421. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  422. })
  423. o31 = Create("Part",{
  424. ["Parent"] = o1,
  425. ["BrickColor"] = BrickColor.new("Reddish brown"),
  426. ["Position"] = Vector3.new(-55.5000076, 10.0100193, -58.2999878),
  427. ["CFrame"] = CFrame.new(-55.5000076, 10.0100193, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  428. ["Size"] = Vector3.new(57, 1.20000005, 31),
  429. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  430. })
  431. o32 = Create("Part",{
  432. ["Parent"] = o1,
  433. ["BrickColor"] = BrickColor.new("Reddish brown"),
  434. ["Position"] = Vector3.new(-55.5000076, 11.2100201, -58.2999878),
  435. ["CFrame"] = CFrame.new(-55.5000076, 11.2100201, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  436. ["Size"] = Vector3.new(57, 1.20000005, 31),
  437. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  438. })
  439. o33 = Create("Part",{
  440. ["Parent"] = o1,
  441. ["BrickColor"] = BrickColor.new("Reddish brown"),
  442. ["Position"] = Vector3.new(-55.5000076, 12.4100208, -58.2999878),
  443. ["CFrame"] = CFrame.new(-55.5000076, 12.4100208, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  444. ["Size"] = Vector3.new(57, 1.20000005, 31),
  445. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  446. })
  447. o34 = Create("Part",{
  448. ["Parent"] = o1,
  449. ["BrickColor"] = BrickColor.new("Reddish brown"),
  450. ["Position"] = Vector3.new(-55.5000076, 13.6100178, -58.2999878),
  451. ["CFrame"] = CFrame.new(-55.5000076, 13.6100178, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  452. ["Size"] = Vector3.new(57, 1.20000005, 31),
  453. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  454. })
  455. o35 = Create("Part",{
  456. ["Parent"] = o1,
  457. ["BrickColor"] = BrickColor.new("Reddish brown"),
  458. ["Position"] = Vector3.new(-55.5000076, 1.61001813, -58.2999878),
  459. ["CFrame"] = CFrame.new(-55.5000076, 1.61001813, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  460. ["Size"] = Vector3.new(47, 1.20000005, 23),
  461. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  462. })
  463. o36 = Create("Part",{
  464. ["Parent"] = o1,
  465. ["BrickColor"] = BrickColor.new("Reddish brown"),
  466. ["Position"] = Vector3.new(-55.5000076, 2.81001854, -58.2999878),
  467. ["CFrame"] = CFrame.new(-55.5000076, 2.81001854, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  468. ["Size"] = Vector3.new(49, 1.20000005, 23),
  469. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  470. })
  471. o37 = Create("Part",{
  472. ["Parent"] = o1,
  473. ["BrickColor"] = BrickColor.new("Reddish brown"),
  474. ["Position"] = Vector3.new(-55.5000076, 4.01001692, -58.2999878),
  475. ["CFrame"] = CFrame.new(-55.5000076, 4.01001692, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  476. ["Size"] = Vector3.new(51, 1.20000005, 25),
  477. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  478. })
  479. o38 = Create("Part",{
  480. ["Parent"] = o1,
  481. ["BrickColor"] = BrickColor.new("Reddish brown"),
  482. ["Position"] = Vector3.new(-55.5000076, 5.2100172, -58.2999878),
  483. ["CFrame"] = CFrame.new(-55.5000076, 5.2100172, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  484. ["Size"] = Vector3.new(53, 1.20000005, 27),
  485. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  486. })
  487. o39 = Create("Part",{
  488. ["Parent"] = o1,
  489. ["BrickColor"] = BrickColor.new("Reddish brown"),
  490. ["Position"] = Vector3.new(-55.5000076, 6.4100194, -58.2999878),
  491. ["CFrame"] = CFrame.new(-55.5000076, 6.4100194, -58.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  492. ["Size"] = Vector3.new(55, 1.20000005, 29),
  493. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  494. })
  495. o40 = Create("Part",{
  496. ["Parent"] = o1,
  497. ["BrickColor"] = BrickColor.new("Reddish brown"),
  498. ["Position"] = Vector3.new(-71.5000076, 25.6100197, -73.2999878),
  499. ["Rotation"] = Vector3.new(0, 90, 0),
  500. ["CFrame"] = CFrame.new(-71.5000076, 25.6100197, -73.2999878, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  501. ["Size"] = Vector3.new(1, 15.6000004, 25),
  502. ["BackSurface"] = Enum.SurfaceType.Weld,
  503. ["BottomSurface"] = Enum.SurfaceType.Weld,
  504. ["FrontSurface"] = Enum.SurfaceType.Weld,
  505. ["LeftSurface"] = Enum.SurfaceType.Weld,
  506. ["RightSurface"] = Enum.SurfaceType.Weld,
  507. ["TopSurface"] = Enum.SurfaceType.Weld,
  508. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  509. })
  510. o41 = Create("Part",{
  511. ["Parent"] = o1,
  512. ["BrickColor"] = BrickColor.new("Reddish brown"),
  513. ["Position"] = Vector3.new(-83.5000076, 35.8100281, -58.2999878),
  514. ["Rotation"] = Vector3.new(-180, 0, -180),
  515. ["CFrame"] = CFrame.new(-83.5000076, 35.8100281, -58.2999878, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  516. ["Size"] = Vector3.new(1, 2.4000001, 29),
  517. ["BackSurface"] = Enum.SurfaceType.Weld,
  518. ["BottomSurface"] = Enum.SurfaceType.Weld,
  519. ["FrontSurface"] = Enum.SurfaceType.Weld,
  520. ["LeftSurface"] = Enum.SurfaceType.Weld,
  521. ["RightSurface"] = Enum.SurfaceType.Weld,
  522. ["TopSurface"] = Enum.SurfaceType.Weld,
  523. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  524. })
  525. o42 = Create("Part",{
  526. ["Parent"] = o1,
  527. ["BrickColor"] = BrickColor.new("Reddish brown"),
  528. ["Position"] = Vector3.new(-83.5000076, 25.6100197, -58.2999878),
  529. ["Rotation"] = Vector3.new(-180, 0, -180),
  530. ["CFrame"] = CFrame.new(-83.5000076, 25.6100197, -58.2999878, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  531. ["Size"] = Vector3.new(1, 15.6000004, 29),
  532. ["BackSurface"] = Enum.SurfaceType.Weld,
  533. ["BottomSurface"] = Enum.SurfaceType.Weld,
  534. ["FrontSurface"] = Enum.SurfaceType.Weld,
  535. ["LeftSurface"] = Enum.SurfaceType.Weld,
  536. ["RightSurface"] = Enum.SurfaceType.Weld,
  537. ["TopSurface"] = Enum.SurfaceType.Weld,
  538. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  539. })
  540. o43 = Create("Part",{
  541. ["Name"] = "Wheel",
  542. ["Parent"] = o1,
  543. ["BrickColor"] = BrickColor.new("Sand red"),
  544. ["Transparency"] = 1,
  545. ["Position"] = Vector3.new(-77.5000076, 1.51003194, -45.2999878),
  546. ["Rotation"] = Vector3.new(-0, -90, 0),
  547. ["CFrame"] = CFrame.new(-77.5000076, 1.51003194, -45.2999878, 0, 0, -1, 0, 1, -0, 1, 0, -0),
  548. ["FormFactor"] = Enum.FormFactor.Symmetric,
  549. ["Friction"] = 1,
  550. ["Shape"] = Enum.PartType.Cylinder,
  551. ["Size"] = Vector3.new(3, 3, 3),
  552. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  553. ["LeftSurface"] = Enum.SurfaceType.Hinge,
  554. ["TopSurface"] = Enum.SurfaceType.Smooth,
  555. ["Color"] = Color3.new(0.584314, 0.47451, 0.466667),
  556. })
  557. o44 = Create("Part",{
  558. ["Name"] = "Wheel",
  559. ["Parent"] = o1,
  560. ["BrickColor"] = BrickColor.new("Sand red"),
  561. ["Transparency"] = 1,
  562. ["Position"] = Vector3.new(-77.5000076, 1.51003194, -71.2999802),
  563. ["Rotation"] = Vector3.new(-0, 90, 0),
  564. ["CFrame"] = CFrame.new(-77.5000076, 1.51003194, -71.2999802, -0, 0, 1, -0, 1, 0, -1, 0, 0),
  565. ["FormFactor"] = Enum.FormFactor.Symmetric,
  566. ["Friction"] = 1,
  567. ["Shape"] = Enum.PartType.Cylinder,
  568. ["Size"] = Vector3.new(3, 3, 3),
  569. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  570. ["LeftSurface"] = Enum.SurfaceType.Hinge,
  571. ["TopSurface"] = Enum.SurfaceType.Smooth,
  572. ["Color"] = Color3.new(0.584314, 0.47451, 0.466667),
  573. })
  574. mas.Parent = workspace
  575. mas:MakeJoints()
  576. local mas1 = mas:GetChildren()
  577. for i=1,#mas1 do
  578. mas1[i].Parent = script
  579. ypcall(function() mas1[i]:MakeJoints() end)
  580. end
  581. mas:Destroy()
  582. for i=1,#cors do
  583. coroutine.resume(cors[i])
  584. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement