Advertisement
Aaronremmers14

Untitled

Jun 4th, 2016
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.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. ["PrimaryPart"] = o4,
  39. })
  40. o2 = Create("Model",{
  41. ["Name"] = "Model2",
  42. ["Parent"] = o1,
  43. ["PrimaryPart"] = o4,
  44. })
  45. o3 = Create("Model",{
  46. ["Parent"] = o2,
  47. ["PrimaryPart"] = o4,
  48. })
  49. o4 = Create("Part",{
  50. ["Name"] = "Smooth Block Model",
  51. ["Parent"] = o3,
  52. ["BrickColor"] = BrickColor.new("Light stone grey"),
  53. ["Transparency"] = 0.60000002384186,
  54. ["Position"] = Vector3.new(72.4999847, 163.499634, -178.999985),
  55. ["Rotation"] = Vector3.new(-180, 0, -90),
  56. ["Anchored"] = true,
  57. ["CFrame"] = CFrame.new(72.4999847, 163.499634, -178.999985, 0, 1, 0, 1, 0, 0, 0, 0, -1),
  58. ["FormFactor"] = Enum.FormFactor.Plate,
  59. ["Size"] = Vector3.new(1, 9.19999981, 6),
  60. ["LeftSurface"] = Enum.SurfaceType.Glue,
  61. ["Color"] = Color3.new(0.898039, 0.894118, 0.87451),
  62. })
  63. o5 = Create("Part",{
  64. ["Name"] = "Smooth Block Model",
  65. ["Parent"] = o3,
  66. ["BrickColor"] = BrickColor.new("Earth green"),
  67. ["Position"] = Vector3.new(77.6999664, 160.000046, -178.999985),
  68. ["Rotation"] = Vector3.new(90, 3.01703714e-012, 90),
  69. ["Anchored"] = true,
  70. ["CFrame"] = CFrame.new(77.6999664, 160.000046, -178.999985, 1.25426926e-012, -1, 5.2657233e-014, 2.73652021e-012, 5.2657233e-014, -1, 1, -1.25426926e-012, -2.73652021e-012),
  71. ["Size"] = Vector3.new(10, 1.20000005, 10),
  72. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  73. ["TopSurface"] = Enum.SurfaceType.Weld,
  74. ["Color"] = Color3.new(0.152941, 0.27451, 0.176471),
  75. })
  76. o6 = Create("SpecialMesh",{
  77. ["Parent"] = o5,
  78. })
  79. o7 = Create("Part",{
  80. ["Name"] = "Smooth Block Model",
  81. ["Parent"] = o3,
  82. ["BrickColor"] = BrickColor.new("Earth green"),
  83. ["Position"] = Vector3.new(67.299942, 159.999969, -178.999985),
  84. ["Rotation"] = Vector3.new(-90, -2.7427611e-012, -90),
  85. ["Anchored"] = true,
  86. ["CFrame"] = CFrame.new(67.299942, 159.999969, -178.999985, 1.1402448e-012, 1, -4.78702093e-014, 2.48774569e-012, -4.78702093e-014, 1, 1, 1.1402448e-012, 2.48774569e-012),
  87. ["Size"] = Vector3.new(10, 1.20000005, 10),
  88. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  89. ["TopSurface"] = Enum.SurfaceType.Weld,
  90. ["Color"] = Color3.new(0.152941, 0.27451, 0.176471),
  91. })
  92. o8 = Create("SpecialMesh",{
  93. ["Parent"] = o7,
  94. })
  95. o9 = Create("Part",{
  96. ["Name"] = "Smooth Block Model",
  97. ["Parent"] = o3,
  98. ["BrickColor"] = BrickColor.new("Light stone grey"),
  99. ["Transparency"] = 0.60000002384186,
  100. ["Position"] = Vector3.new(72.4999847, 159.999664, -182.499985),
  101. ["Rotation"] = Vector3.new(90, 0, -90),
  102. ["Anchored"] = true,
  103. ["CFrame"] = CFrame.new(72.4999847, 159.999664, -182.499985, 0, 1, 0, 0, 0, -1, -1, 0, 0),
  104. ["FormFactor"] = Enum.FormFactor.Plate,
  105. ["Size"] = Vector3.new(1, 9.19999981, 6),
  106. ["LeftSurface"] = Enum.SurfaceType.Glue,
  107. ["Color"] = Color3.new(0.898039, 0.894118, 0.87451),
  108. })
  109. o10 = Create("Part",{
  110. ["Name"] = "Smooth Block Model",
  111. ["Parent"] = o3,
  112. ["BrickColor"] = BrickColor.new("White"),
  113. ["Transparency"] = 0.60000002384186,
  114. ["Position"] = Vector3.new(72.4999847, 159.999664, -175.499985),
  115. ["Rotation"] = Vector3.new(-90, 0, -90),
  116. ["Anchored"] = true,
  117. ["CFrame"] = CFrame.new(72.4999847, 159.999664, -175.499985, 0, 1, 0, 0, 0, 1, 1, 0, 0),
  118. ["FormFactor"] = Enum.FormFactor.Plate,
  119. ["Size"] = Vector3.new(1, 9.19999981, 6),
  120. ["LeftSurface"] = Enum.SurfaceType.Glue,
  121. ["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
  122. })
  123. o11 = Create("Part",{
  124. ["Name"] = "Smooth Block Model",
  125. ["Parent"] = o3,
  126. ["BrickColor"] = BrickColor.new("Light stone grey"),
  127. ["Transparency"] = 0.60000002384186,
  128. ["Position"] = Vector3.new(72.4999847, 156.49968, -178.999985),
  129. ["Rotation"] = Vector3.new(-0, 0, -90),
  130. ["Anchored"] = true,
  131. ["CFrame"] = CFrame.new(72.4999847, 156.49968, -178.999985, 0, 1, 0, -1, 0, 0, 0, 0, 1),
  132. ["FormFactor"] = Enum.FormFactor.Plate,
  133. ["Size"] = Vector3.new(1, 9.19999981, 6),
  134. ["LeftSurface"] = Enum.SurfaceType.Glue,
  135. ["Color"] = Color3.new(0.898039, 0.894118, 0.87451),
  136. })
  137. o12 = Create("Model",{
  138. ["Name"] = "100",
  139. ["Parent"] = o2,
  140. ["PrimaryPart"] = o33,
  141. })
  142. o13 = Create("Model",{
  143. ["Parent"] = o12,
  144. ["PrimaryPart"] = o33,
  145. })
  146. o14 = Create("Model",{
  147. ["Name"] = "R.B.O.",
  148. ["Parent"] = o13,
  149. ["PrimaryPart"] = o33,
  150. })
  151. o15 = Create("Part",{
  152. ["Name"] = "Smooth Block Model",
  153. ["Parent"] = o14,
  154. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  155. ["Position"] = Vector3.new(82.4999466, 160.000046, -175.999985),
  156. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  157. ["Anchored"] = true,
  158. ["CFrame"] = CFrame.new(82.4999466, 160.000046, -175.999985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  159. ["CanCollide"] = false,
  160. ["FormFactor"] = Enum.FormFactor.Plate,
  161. ["Size"] = Vector3.new(2, 0.400000006, 2),
  162. ["TopSurface"] = Enum.SurfaceType.Smooth,
  163. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  164. })
  165. o16 = Create("Part",{
  166. ["Name"] = "Smooth Block Model",
  167. ["Parent"] = o14,
  168. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  169. ["Position"] = Vector3.new(82.4999466, 159.40004, -176.499985),
  170. ["Rotation"] = Vector3.new(-1.0452738e-010, -90, 0),
  171. ["Anchored"] = true,
  172. ["CFrame"] = CFrame.new(82.4999466, 159.40004, -176.499985, 8.36179541e-013, -3.51048197e-014, -1, 1.82434688e-012, 1, 3.51048197e-014, 1, 1.82434688e-012, -8.36179541e-013),
  173. ["CanCollide"] = false,
  174. ["FormFactor"] = Enum.FormFactor.Plate,
  175. ["Size"] = Vector3.new(1, 0.800000012, 2),
  176. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  177. })
  178. o17 = Create("Part",{
  179. ["Name"] = "Smooth Block Model",
  180. ["Parent"] = o14,
  181. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  182. ["Position"] = Vector3.new(81.4999466, 159.40004, -175.499985),
  183. ["Rotation"] = Vector3.new(-1.0452738e-010, -90, 0),
  184. ["Anchored"] = true,
  185. ["CFrame"] = CFrame.new(81.4999466, 159.40004, -175.499985, 8.36179541e-013, -3.51048197e-014, -1, 1.82434688e-012, 1, 3.51048197e-014, 1, 1.82434688e-012, -8.36179541e-013),
  186. ["CanCollide"] = false,
  187. ["FormFactor"] = Enum.FormFactor.Plate,
  188. ["Size"] = Vector3.new(1, 0.800000012, 4),
  189. ["BackSurface"] = Enum.SurfaceType.Weld,
  190. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  191. })
  192. o18 = Create("Part",{
  193. ["Name"] = "Smooth Block Model",
  194. ["Parent"] = o14,
  195. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  196. ["Position"] = Vector3.new(82.4999466, 158.800049, -175.999985),
  197. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  198. ["Anchored"] = true,
  199. ["CFrame"] = CFrame.new(82.4999466, 158.800049, -175.999985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  200. ["CanCollide"] = false,
  201. ["FormFactor"] = Enum.FormFactor.Plate,
  202. ["Size"] = Vector3.new(2, 0.400000006, 2),
  203. ["BackSurface"] = Enum.SurfaceType.Weld,
  204. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  205. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  206. })
  207. o19 = Create("Part",{
  208. ["Name"] = "Smooth Block Model",
  209. ["Parent"] = o14,
  210. ["BrickColor"] = BrickColor.new("Bright green"),
  211. ["Position"] = Vector3.new(81.9999466, 157.600098, -178.499985),
  212. ["Rotation"] = Vector3.new(180, -7.40420433e-011, 180),
  213. ["Anchored"] = true,
  214. ["CFrame"] = CFrame.new(81.9999466, 157.600098, -178.499985, -1, -5.42529041e-014, -1.29227748e-012, 5.42529041e-014, 1, -2.8194452e-012, -1.29227748e-012, 2.8194452e-012, -1),
  215. ["CanCollide"] = false,
  216. ["FormFactor"] = Enum.FormFactor.Plate,
  217. ["Size"] = Vector3.new(1, 0.400000006, 1),
  218. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  219. })
  220. o20 = Create("Part",{
  221. ["Name"] = "Smooth Block Model",
  222. ["Parent"] = o14,
  223. ["BrickColor"] = BrickColor.new("Bright green"),
  224. ["Position"] = Vector3.new(81.9999466, 158, -178.499985),
  225. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  226. ["Anchored"] = true,
  227. ["CFrame"] = CFrame.new(81.9999466, 158, -178.499985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  228. ["CanCollide"] = false,
  229. ["FormFactor"] = Enum.FormFactor.Plate,
  230. ["Size"] = Vector3.new(1, 0.400000006, 1),
  231. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  232. })
  233. o21 = Create("Part",{
  234. ["Name"] = "Smooth Block Model",
  235. ["Parent"] = o14,
  236. ["BrickColor"] = BrickColor.new("Bright green"),
  237. ["Position"] = Vector3.new(81.9999466, 158.399994, -178.499985),
  238. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  239. ["Anchored"] = true,
  240. ["CFrame"] = CFrame.new(81.9999466, 158.399994, -178.499985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  241. ["CanCollide"] = false,
  242. ["FormFactor"] = Enum.FormFactor.Plate,
  243. ["Size"] = Vector3.new(1, 0.400000006, 1),
  244. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  245. })
  246. o22 = Create("Part",{
  247. ["Name"] = "Smooth Block Model",
  248. ["Parent"] = o14,
  249. ["BrickColor"] = BrickColor.new("Bright green"),
  250. ["Position"] = Vector3.new(81.9999466, 159.200043, -178.499985),
  251. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  252. ["Anchored"] = true,
  253. ["CFrame"] = CFrame.new(81.9999466, 159.200043, -178.499985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  254. ["CanCollide"] = false,
  255. ["Size"] = Vector3.new(3, 1.20000005, 3),
  256. ["BackSurface"] = Enum.SurfaceType.Weld,
  257. ["FrontSurface"] = Enum.SurfaceType.Weld,
  258. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  259. })
  260. o23 = Create("Decal",{
  261. ["Parent"] = o22,
  262. ["Texture"] = "http://www.roblox.com/asset/?id=2015837",
  263. ["Face"] = Enum.NormalId.Right,
  264. })
  265. o24 = Create("Part",{
  266. ["Name"] = "Smooth Block Model",
  267. ["Parent"] = o14,
  268. ["BrickColor"] = BrickColor.new("Bright green"),
  269. ["Position"] = Vector3.new(81.9999466, 160.000046, -178.499985),
  270. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  271. ["Anchored"] = true,
  272. ["CFrame"] = CFrame.new(81.9999466, 160.000046, -178.499985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  273. ["CanCollide"] = false,
  274. ["FormFactor"] = Enum.FormFactor.Plate,
  275. ["Size"] = Vector3.new(1, 0.400000006, 1),
  276. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  277. })
  278. o25 = Create("Part",{
  279. ["Name"] = "Smooth Block Model",
  280. ["Parent"] = o14,
  281. ["BrickColor"] = BrickColor.new("Bright green"),
  282. ["Position"] = Vector3.new(81.9999466, 160.400085, -178.499985),
  283. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  284. ["Anchored"] = true,
  285. ["CFrame"] = CFrame.new(81.9999466, 160.400085, -178.499985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  286. ["CanCollide"] = false,
  287. ["FormFactor"] = Enum.FormFactor.Plate,
  288. ["Size"] = Vector3.new(1, 0.400000006, 1),
  289. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  290. })
  291. o26 = Create("Part",{
  292. ["Name"] = "Torso",
  293. ["Parent"] = o14,
  294. ["BrickColor"] = BrickColor.new("Bright green"),
  295. ["Position"] = Vector3.new(81.9999466, 160.800079, -178.499985),
  296. ["Rotation"] = Vector3.new(-1.0452738e-010, 90, 0),
  297. ["Anchored"] = true,
  298. ["CFrame"] = CFrame.new(81.9999466, 160.800079, -178.499985, -8.36179541e-013, -3.51048197e-014, 1, -1.82434688e-012, 1, -3.51048197e-014, -1, 1.82434688e-012, 8.36179541e-013),
  299. ["FormFactor"] = Enum.FormFactor.Plate,
  300. ["Size"] = Vector3.new(1, 0.400000006, 1),
  301. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  302. })
  303. o27 = Create("Part",{
  304. ["Name"] = "Smooth Block Model",
  305. ["Parent"] = o14,
  306. ["BrickColor"] = BrickColor.new("Bright red"),
  307. ["Position"] = Vector3.new(79.9999466, 161.500046, -177.499985),
  308. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  309. ["Anchored"] = true,
  310. ["CFrame"] = CFrame.new(79.9999466, 161.500046, -177.499985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  311. ["CanCollide"] = false,
  312. ["FormFactor"] = Enum.FormFactor.Symmetric,
  313. ["Shape"] = Enum.PartType.Cylinder,
  314. ["Size"] = Vector3.new(1, 1, 1),
  315. ["LeftSurface"] = Enum.SurfaceType.Inlet,
  316. ["TopSurface"] = Enum.SurfaceType.Smooth,
  317. ["Color"] = Color3.new(0.768628, 0.156863, 0.109804),
  318. })
  319. o28 = Create("Part",{
  320. ["Name"] = "Smooth Block Model",
  321. ["Parent"] = o14,
  322. ["BrickColor"] = BrickColor.new("Dark green"),
  323. ["Position"] = Vector3.new(81.9999466, 157.200119, -178.499985),
  324. ["Rotation"] = Vector3.new(180, -7.40420433e-011, 180),
  325. ["Anchored"] = true,
  326. ["CFrame"] = CFrame.new(81.9999466, 157.200119, -178.499985, -1, -5.42529041e-014, -1.29227748e-012, 5.42529041e-014, 1, -2.8194452e-012, -1.29227748e-012, 2.8194452e-012, -1),
  327. ["CanCollide"] = false,
  328. ["FormFactor"] = Enum.FormFactor.Plate,
  329. ["Size"] = Vector3.new(1, 0.400000006, 1),
  330. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  331. })
  332. o29 = Create("Part",{
  333. ["Name"] = "Smooth Block Model",
  334. ["Parent"] = o14,
  335. ["BrickColor"] = BrickColor.new("Dark green"),
  336. ["Position"] = Vector3.new(81.9999466, 156.800201, -178.499985),
  337. ["Rotation"] = Vector3.new(180, -7.40420433e-011, 180),
  338. ["Anchored"] = true,
  339. ["CFrame"] = CFrame.new(81.9999466, 156.800201, -178.499985, -1, -5.42529041e-014, -1.29227748e-012, 5.42529041e-014, 1, -2.8194452e-012, -1.29227748e-012, 2.8194452e-012, -1),
  340. ["CanCollide"] = false,
  341. ["FormFactor"] = Enum.FormFactor.Plate,
  342. ["Size"] = Vector3.new(1, 0.400000006, 1),
  343. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  344. })
  345. o30 = Create("Part",{
  346. ["Name"] = "Smooth Block Model",
  347. ["Parent"] = o14,
  348. ["BrickColor"] = BrickColor.new("Dark green"),
  349. ["Position"] = Vector3.new(81.9999466, 156.400223, -178.499985),
  350. ["Rotation"] = Vector3.new(180, -7.40420433e-011, 180),
  351. ["Anchored"] = true,
  352. ["CFrame"] = CFrame.new(81.9999466, 156.400223, -178.499985, -1, -5.42529041e-014, -1.29227748e-012, 5.42529041e-014, 1, -2.8194452e-012, -1.29227748e-012, 2.8194452e-012, -1),
  353. ["CanCollide"] = false,
  354. ["FormFactor"] = Enum.FormFactor.Plate,
  355. ["Size"] = Vector3.new(1, 0.400000006, 1),
  356. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  357. })
  358. o31 = Create("Part",{
  359. ["Name"] = "Smooth Block Model",
  360. ["Parent"] = o14,
  361. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  362. ["Position"] = Vector3.new(78.9999466, 159.40004, -175.999985),
  363. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  364. ["Anchored"] = true,
  365. ["CFrame"] = CFrame.new(78.9999466, 159.40004, -175.999985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  366. ["CanCollide"] = false,
  367. ["FormFactor"] = Enum.FormFactor.Plate,
  368. ["Size"] = Vector3.new(1, 0.800000012, 2),
  369. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  370. ["RightSurface"] = Enum.SurfaceType.Weld,
  371. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  372. })
  373. o32 = Create("Part",{
  374. ["Name"] = "Smooth Block Model",
  375. ["Parent"] = o14,
  376. ["BrickColor"] = BrickColor.new("Dark green"),
  377. ["Position"] = Vector3.new(81.9999466, 156.000137, -178.499985),
  378. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  379. ["Anchored"] = true,
  380. ["CFrame"] = CFrame.new(81.9999466, 156.000137, -178.499985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  381. ["CanCollide"] = false,
  382. ["FormFactor"] = Enum.FormFactor.Plate,
  383. ["Size"] = Vector3.new(3, 0.400000006, 3),
  384. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  385. })
  386. o33 = Create("Part",{
  387. ["Name"] = "Smooth Block Model",
  388. ["Parent"] = o14,
  389. ["BrickColor"] = BrickColor.new("Dark green"),
  390. ["Position"] = Vector3.new(81.9999466, 155.600159, -178.499985),
  391. ["Rotation"] = Vector3.new(180, -7.40420433e-011, 180),
  392. ["Anchored"] = true,
  393. ["CFrame"] = CFrame.new(81.9999466, 155.600159, -178.499985, -1, -5.42529041e-014, -1.29227748e-012, 5.42529041e-014, 1, -2.8194452e-012, -1.29227748e-012, 2.8194452e-012, -1),
  394. ["CanCollide"] = false,
  395. ["FormFactor"] = Enum.FormFactor.Plate,
  396. ["Size"] = Vector3.new(5, 0.400000006, 5),
  397. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  398. })
  399. o34 = Create("Part",{
  400. ["Name"] = "Smooth Block Model",
  401. ["Parent"] = o14,
  402. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  403. ["Position"] = Vector3.new(82.4999466, 159.40004, -180.499985),
  404. ["Rotation"] = Vector3.new(-1.0452738e-010, -90, 0),
  405. ["Anchored"] = true,
  406. ["CFrame"] = CFrame.new(82.4999466, 159.40004, -180.499985, 8.36179541e-013, -3.51048197e-014, -1, 1.82434688e-012, 1, 3.51048197e-014, 1, 1.82434688e-012, -8.36179541e-013),
  407. ["CanCollide"] = false,
  408. ["FormFactor"] = Enum.FormFactor.Plate,
  409. ["Size"] = Vector3.new(1, 0.800000012, 2),
  410. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  411. })
  412. o35 = Create("Part",{
  413. ["Name"] = "Smooth Block Model",
  414. ["Parent"] = o14,
  415. ["BrickColor"] = BrickColor.new("Black"),
  416. ["Position"] = Vector3.new(79.9999466, 161.500046, -179.499985),
  417. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  418. ["Anchored"] = true,
  419. ["CFrame"] = CFrame.new(79.9999466, 161.500046, -179.499985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  420. ["CanCollide"] = false,
  421. ["FormFactor"] = Enum.FormFactor.Symmetric,
  422. ["Shape"] = Enum.PartType.Cylinder,
  423. ["Size"] = Vector3.new(1, 1, 1),
  424. ["LeftSurface"] = Enum.SurfaceType.Inlet,
  425. ["TopSurface"] = Enum.SurfaceType.Smooth,
  426. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  427. })
  428. o36 = Create("Part",{
  429. ["Name"] = "Smooth Block Model",
  430. ["Parent"] = o14,
  431. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  432. ["Position"] = Vector3.new(82.4999466, 158.800049, -180.999985),
  433. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  434. ["Anchored"] = true,
  435. ["CFrame"] = CFrame.new(82.4999466, 158.800049, -180.999985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  436. ["CanCollide"] = false,
  437. ["FormFactor"] = Enum.FormFactor.Plate,
  438. ["Size"] = Vector3.new(2, 0.400000006, 2),
  439. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  440. ["FrontSurface"] = Enum.SurfaceType.Weld,
  441. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  442. })
  443. o37 = Create("Part",{
  444. ["Name"] = "Smooth Block Model",
  445. ["Parent"] = o14,
  446. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  447. ["Position"] = Vector3.new(82.4999466, 160.000046, -180.999985),
  448. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  449. ["Anchored"] = true,
  450. ["CFrame"] = CFrame.new(82.4999466, 160.000046, -180.999985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  451. ["CanCollide"] = false,
  452. ["FormFactor"] = Enum.FormFactor.Plate,
  453. ["Size"] = Vector3.new(2, 0.400000006, 2),
  454. ["TopSurface"] = Enum.SurfaceType.Smooth,
  455. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  456. })
  457. o38 = Create("Part",{
  458. ["Name"] = "Smooth Block Model",
  459. ["Parent"] = o14,
  460. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  461. ["Position"] = Vector3.new(81.4999466, 159.40004, -181.499985),
  462. ["Rotation"] = Vector3.new(-1.0452738e-010, -90, 0),
  463. ["Anchored"] = true,
  464. ["CFrame"] = CFrame.new(81.4999466, 159.40004, -181.499985, 8.36179541e-013, -3.51048197e-014, -1, 1.82434688e-012, 1, 3.51048197e-014, 1, 1.82434688e-012, -8.36179541e-013),
  465. ["CanCollide"] = false,
  466. ["FormFactor"] = Enum.FormFactor.Plate,
  467. ["Size"] = Vector3.new(1, 0.800000012, 4),
  468. ["BackSurface"] = Enum.SurfaceType.Weld,
  469. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  470. })
  471. o39 = Create("Part",{
  472. ["Name"] = "Smooth Block Model",
  473. ["Parent"] = o14,
  474. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  475. ["Position"] = Vector3.new(78.9999466, 159.40004, -180.999985),
  476. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  477. ["Anchored"] = true,
  478. ["CFrame"] = CFrame.new(78.9999466, 159.40004, -180.999985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  479. ["CanCollide"] = false,
  480. ["FormFactor"] = Enum.FormFactor.Plate,
  481. ["Size"] = Vector3.new(1, 0.800000012, 2),
  482. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  483. ["RightSurface"] = Enum.SurfaceType.Weld,
  484. ["TopSurface"] = Enum.SurfaceType.Smooth,
  485. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  486. })
  487. o40 = Create("Humanoid",{
  488. ["Parent"] = o14,
  489. ["Torso"] = o26,
  490. ["Health"] = 0,
  491. ["MaxHealth"] = 0,
  492. })
  493. o41 = Create("ObjectValue",{
  494. ["Name"] = "IsaDalek",
  495. ["Parent"] = o14,
  496. })
  497. o42 = Create("Part",{
  498. ["Name"] = "Head",
  499. ["Parent"] = o14,
  500. ["BrickColor"] = BrickColor.new("Bright red"),
  501. ["Position"] = Vector3.new(81.4999466, 161.600037, -178.499985),
  502. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  503. ["Anchored"] = true,
  504. ["CFrame"] = CFrame.new(81.4999466, 161.600037, -178.499985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  505. ["FormFactor"] = Enum.FormFactor.Plate,
  506. ["Size"] = Vector3.new(2, 1.20000005, 3),
  507. ["LeftSurface"] = Enum.SurfaceType.Studs,
  508. ["TopSurface"] = Enum.SurfaceType.Smooth,
  509. ["Color"] = Color3.new(0.768628, 0.156863, 0.109804),
  510. })
  511. o43 = Create("Part",{
  512. ["Name"] = "Smooth Block Model",
  513. ["Parent"] = o14,
  514. ["BrickColor"] = BrickColor.new("Dark green"),
  515. ["Position"] = Vector3.new(81.9999466, 155.20015, -178.499985),
  516. ["Rotation"] = Vector3.new(180, -7.40420433e-011, 180),
  517. ["Anchored"] = true,
  518. ["CFrame"] = CFrame.new(81.9999466, 155.20015, -178.499985, -1, -5.42529041e-014, -1.29227748e-012, 5.42529041e-014, 1, -2.8194452e-012, -1.29227748e-012, 2.8194452e-012, -1),
  519. ["CanCollide"] = false,
  520. ["FormFactor"] = Enum.FormFactor.Plate,
  521. ["Size"] = Vector3.new(5, 0.400000006, 5),
  522. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  523. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  524. })
  525. o44 = Create("Model",{
  526. ["Parent"] = o12,
  527. ["PrimaryPart"] = o64,
  528. })
  529. o45 = Create("Model",{
  530. ["Name"] = "R.B.O.",
  531. ["Parent"] = o44,
  532. ["PrimaryPart"] = o64,
  533. })
  534. o46 = Create("Part",{
  535. ["Name"] = "Smooth Block Model",
  536. ["Parent"] = o45,
  537. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  538. ["Position"] = Vector3.new(62.4999504, 160.000046, -180.999985),
  539. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  540. ["Anchored"] = true,
  541. ["CFrame"] = CFrame.new(62.4999504, 160.000046, -180.999985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  542. ["CanCollide"] = false,
  543. ["FormFactor"] = Enum.FormFactor.Plate,
  544. ["Size"] = Vector3.new(2, 0.400000006, 2),
  545. ["TopSurface"] = Enum.SurfaceType.Smooth,
  546. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  547. })
  548. o47 = Create("Part",{
  549. ["Name"] = "Smooth Block Model",
  550. ["Parent"] = o45,
  551. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  552. ["Position"] = Vector3.new(62.4999504, 159.40004, -180.499985),
  553. ["Rotation"] = Vector3.new(-1.0452738e-010, 90, 0),
  554. ["Anchored"] = true,
  555. ["CFrame"] = CFrame.new(62.4999504, 159.40004, -180.499985, -8.36179541e-013, -3.51048197e-014, 1, -1.82434688e-012, 1, -3.51048197e-014, -1, 1.82434688e-012, 8.36179541e-013),
  556. ["CanCollide"] = false,
  557. ["FormFactor"] = Enum.FormFactor.Plate,
  558. ["Size"] = Vector3.new(1, 0.800000012, 2),
  559. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  560. })
  561. o48 = Create("Part",{
  562. ["Name"] = "Smooth Block Model",
  563. ["Parent"] = o45,
  564. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  565. ["Position"] = Vector3.new(63.4999542, 159.40004, -181.499985),
  566. ["Rotation"] = Vector3.new(-1.0452738e-010, 90, 0),
  567. ["Anchored"] = true,
  568. ["CFrame"] = CFrame.new(63.4999542, 159.40004, -181.499985, -8.36179541e-013, -3.51048197e-014, 1, -1.82434688e-012, 1, -3.51048197e-014, -1, 1.82434688e-012, 8.36179541e-013),
  569. ["CanCollide"] = false,
  570. ["FormFactor"] = Enum.FormFactor.Plate,
  571. ["Size"] = Vector3.new(1, 0.800000012, 4),
  572. ["BackSurface"] = Enum.SurfaceType.Weld,
  573. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  574. })
  575. o49 = Create("Part",{
  576. ["Name"] = "Smooth Block Model",
  577. ["Parent"] = o45,
  578. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  579. ["Position"] = Vector3.new(62.4999504, 158.800049, -180.999985),
  580. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  581. ["Anchored"] = true,
  582. ["CFrame"] = CFrame.new(62.4999504, 158.800049, -180.999985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  583. ["CanCollide"] = false,
  584. ["FormFactor"] = Enum.FormFactor.Plate,
  585. ["Size"] = Vector3.new(2, 0.400000006, 2),
  586. ["BackSurface"] = Enum.SurfaceType.Weld,
  587. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  588. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  589. })
  590. o50 = Create("Part",{
  591. ["Name"] = "Smooth Block Model",
  592. ["Parent"] = o45,
  593. ["BrickColor"] = BrickColor.new("Bright green"),
  594. ["Position"] = Vector3.new(62.9999542, 157.600098, -178.499985),
  595. ["Rotation"] = Vector3.new(-1.61542307e-010, 7.40420433e-011, 3.10846249e-012),
  596. ["Anchored"] = true,
  597. ["CFrame"] = CFrame.new(62.9999542, 157.600098, -178.499985, 1, -5.42529041e-014, 1.29227748e-012, -5.42529041e-014, 1, 2.8194452e-012, 1.29227748e-012, 2.8194452e-012, 1),
  598. ["CanCollide"] = false,
  599. ["FormFactor"] = Enum.FormFactor.Plate,
  600. ["Size"] = Vector3.new(1, 0.400000006, 1),
  601. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  602. })
  603. o51 = Create("Part",{
  604. ["Name"] = "Smooth Block Model",
  605. ["Parent"] = o45,
  606. ["BrickColor"] = BrickColor.new("Bright green"),
  607. ["Position"] = Vector3.new(62.9999542, 158, -178.499985),
  608. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  609. ["Anchored"] = true,
  610. ["CFrame"] = CFrame.new(62.9999542, 158, -178.499985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  611. ["CanCollide"] = false,
  612. ["FormFactor"] = Enum.FormFactor.Plate,
  613. ["Size"] = Vector3.new(1, 0.400000006, 1),
  614. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  615. })
  616. o52 = Create("Part",{
  617. ["Name"] = "Smooth Block Model",
  618. ["Parent"] = o45,
  619. ["BrickColor"] = BrickColor.new("Bright green"),
  620. ["Position"] = Vector3.new(62.9999542, 158.399994, -178.499985),
  621. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  622. ["Anchored"] = true,
  623. ["CFrame"] = CFrame.new(62.9999542, 158.399994, -178.499985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  624. ["CanCollide"] = false,
  625. ["FormFactor"] = Enum.FormFactor.Plate,
  626. ["Size"] = Vector3.new(1, 0.400000006, 1),
  627. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  628. })
  629. o53 = Create("Part",{
  630. ["Name"] = "Smooth Block Model",
  631. ["Parent"] = o45,
  632. ["BrickColor"] = BrickColor.new("Bright green"),
  633. ["Position"] = Vector3.new(62.9999542, 159.200043, -178.499985),
  634. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  635. ["Anchored"] = true,
  636. ["CFrame"] = CFrame.new(62.9999542, 159.200043, -178.499985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  637. ["CanCollide"] = false,
  638. ["Size"] = Vector3.new(3, 1.20000005, 3),
  639. ["BackSurface"] = Enum.SurfaceType.Weld,
  640. ["FrontSurface"] = Enum.SurfaceType.Weld,
  641. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  642. })
  643. o54 = Create("Decal",{
  644. ["Parent"] = o53,
  645. ["Texture"] = "http://www.roblox.com/asset/?id=2015837",
  646. ["Face"] = Enum.NormalId.Right,
  647. })
  648. o55 = Create("Part",{
  649. ["Name"] = "Smooth Block Model",
  650. ["Parent"] = o45,
  651. ["BrickColor"] = BrickColor.new("Bright green"),
  652. ["Position"] = Vector3.new(62.9999542, 160.000046, -178.499985),
  653. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  654. ["Anchored"] = true,
  655. ["CFrame"] = CFrame.new(62.9999542, 160.000046, -178.499985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  656. ["CanCollide"] = false,
  657. ["FormFactor"] = Enum.FormFactor.Plate,
  658. ["Size"] = Vector3.new(1, 0.400000006, 1),
  659. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  660. })
  661. o56 = Create("Part",{
  662. ["Name"] = "Smooth Block Model",
  663. ["Parent"] = o45,
  664. ["BrickColor"] = BrickColor.new("Bright green"),
  665. ["Position"] = Vector3.new(62.9999542, 160.400085, -178.499985),
  666. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  667. ["Anchored"] = true,
  668. ["CFrame"] = CFrame.new(62.9999542, 160.400085, -178.499985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  669. ["CanCollide"] = false,
  670. ["FormFactor"] = Enum.FormFactor.Plate,
  671. ["Size"] = Vector3.new(1, 0.400000006, 1),
  672. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  673. })
  674. o57 = Create("Part",{
  675. ["Name"] = "Torso",
  676. ["Parent"] = o45,
  677. ["BrickColor"] = BrickColor.new("Bright green"),
  678. ["Position"] = Vector3.new(62.9999542, 160.800079, -178.499985),
  679. ["Rotation"] = Vector3.new(-1.0452738e-010, -90, 0),
  680. ["Anchored"] = true,
  681. ["CFrame"] = CFrame.new(62.9999542, 160.800079, -178.499985, 8.36179541e-013, -3.51048197e-014, -1, 1.82434688e-012, 1, 3.51048197e-014, 1, 1.82434688e-012, -8.36179541e-013),
  682. ["FormFactor"] = Enum.FormFactor.Plate,
  683. ["Size"] = Vector3.new(1, 0.400000006, 1),
  684. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  685. })
  686. o58 = Create("Part",{
  687. ["Name"] = "Smooth Block Model",
  688. ["Parent"] = o45,
  689. ["BrickColor"] = BrickColor.new("Black"),
  690. ["Position"] = Vector3.new(64.9999542, 161.500046, -179.499985),
  691. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  692. ["Anchored"] = true,
  693. ["CFrame"] = CFrame.new(64.9999542, 161.500046, -179.499985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  694. ["CanCollide"] = false,
  695. ["FormFactor"] = Enum.FormFactor.Symmetric,
  696. ["Shape"] = Enum.PartType.Cylinder,
  697. ["Size"] = Vector3.new(1, 1, 1),
  698. ["LeftSurface"] = Enum.SurfaceType.Inlet,
  699. ["TopSurface"] = Enum.SurfaceType.Smooth,
  700. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  701. })
  702. o59 = Create("Part",{
  703. ["Name"] = "Smooth Block Model",
  704. ["Parent"] = o45,
  705. ["BrickColor"] = BrickColor.new("Dark green"),
  706. ["Position"] = Vector3.new(62.9999542, 157.200119, -178.499985),
  707. ["Rotation"] = Vector3.new(-1.61542307e-010, 7.40420433e-011, 3.10846249e-012),
  708. ["Anchored"] = true,
  709. ["CFrame"] = CFrame.new(62.9999542, 157.200119, -178.499985, 1, -5.42529041e-014, 1.29227748e-012, -5.42529041e-014, 1, 2.8194452e-012, 1.29227748e-012, 2.8194452e-012, 1),
  710. ["CanCollide"] = false,
  711. ["FormFactor"] = Enum.FormFactor.Plate,
  712. ["Size"] = Vector3.new(1, 0.400000006, 1),
  713. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  714. })
  715. o60 = Create("Part",{
  716. ["Name"] = "Smooth Block Model",
  717. ["Parent"] = o45,
  718. ["BrickColor"] = BrickColor.new("Dark green"),
  719. ["Position"] = Vector3.new(62.9999542, 156.800201, -178.499985),
  720. ["Rotation"] = Vector3.new(-1.61542307e-010, 7.40420433e-011, 3.10846249e-012),
  721. ["Anchored"] = true,
  722. ["CFrame"] = CFrame.new(62.9999542, 156.800201, -178.499985, 1, -5.42529041e-014, 1.29227748e-012, -5.42529041e-014, 1, 2.8194452e-012, 1.29227748e-012, 2.8194452e-012, 1),
  723. ["CanCollide"] = false,
  724. ["FormFactor"] = Enum.FormFactor.Plate,
  725. ["Size"] = Vector3.new(1, 0.400000006, 1),
  726. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  727. })
  728. o61 = Create("Part",{
  729. ["Name"] = "Smooth Block Model",
  730. ["Parent"] = o45,
  731. ["BrickColor"] = BrickColor.new("Dark green"),
  732. ["Position"] = Vector3.new(62.9999542, 156.400223, -178.499985),
  733. ["Rotation"] = Vector3.new(-1.61542307e-010, 7.40420433e-011, 3.10846249e-012),
  734. ["Anchored"] = true,
  735. ["CFrame"] = CFrame.new(62.9999542, 156.400223, -178.499985, 1, -5.42529041e-014, 1.29227748e-012, -5.42529041e-014, 1, 2.8194452e-012, 1.29227748e-012, 2.8194452e-012, 1),
  736. ["CanCollide"] = false,
  737. ["FormFactor"] = Enum.FormFactor.Plate,
  738. ["Size"] = Vector3.new(1, 0.400000006, 1),
  739. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  740. })
  741. o62 = Create("Part",{
  742. ["Name"] = "Smooth Block Model",
  743. ["Parent"] = o45,
  744. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  745. ["Position"] = Vector3.new(65.9999542, 159.40004, -180.999985),
  746. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  747. ["Anchored"] = true,
  748. ["CFrame"] = CFrame.new(65.9999542, 159.40004, -180.999985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  749. ["CanCollide"] = false,
  750. ["FormFactor"] = Enum.FormFactor.Plate,
  751. ["Size"] = Vector3.new(1, 0.800000012, 2),
  752. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  753. ["RightSurface"] = Enum.SurfaceType.Weld,
  754. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  755. })
  756. o63 = Create("Part",{
  757. ["Name"] = "Smooth Block Model",
  758. ["Parent"] = o45,
  759. ["BrickColor"] = BrickColor.new("Dark green"),
  760. ["Position"] = Vector3.new(62.9999542, 156.000137, -178.499985),
  761. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  762. ["Anchored"] = true,
  763. ["CFrame"] = CFrame.new(62.9999542, 156.000137, -178.499985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  764. ["CanCollide"] = false,
  765. ["FormFactor"] = Enum.FormFactor.Plate,
  766. ["Size"] = Vector3.new(3, 0.400000006, 3),
  767. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  768. })
  769. o64 = Create("Part",{
  770. ["Name"] = "Smooth Block Model",
  771. ["Parent"] = o45,
  772. ["BrickColor"] = BrickColor.new("Dark green"),
  773. ["Position"] = Vector3.new(62.9999542, 155.600159, -178.499985),
  774. ["Rotation"] = Vector3.new(-1.61542307e-010, 7.40420433e-011, 3.10846249e-012),
  775. ["Anchored"] = true,
  776. ["CFrame"] = CFrame.new(62.9999542, 155.600159, -178.499985, 1, -5.42529041e-014, 1.29227748e-012, -5.42529041e-014, 1, 2.8194452e-012, 1.29227748e-012, 2.8194452e-012, 1),
  777. ["CanCollide"] = false,
  778. ["FormFactor"] = Enum.FormFactor.Plate,
  779. ["Size"] = Vector3.new(5, 0.400000006, 5),
  780. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  781. })
  782. o65 = Create("Part",{
  783. ["Name"] = "Smooth Block Model",
  784. ["Parent"] = o45,
  785. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  786. ["Position"] = Vector3.new(62.4999504, 159.40004, -176.499985),
  787. ["Rotation"] = Vector3.new(-1.0452738e-010, 90, 0),
  788. ["Anchored"] = true,
  789. ["CFrame"] = CFrame.new(62.4999504, 159.40004, -176.499985, -8.36179541e-013, -3.51048197e-014, 1, -1.82434688e-012, 1, -3.51048197e-014, -1, 1.82434688e-012, 8.36179541e-013),
  790. ["CanCollide"] = false,
  791. ["FormFactor"] = Enum.FormFactor.Plate,
  792. ["Size"] = Vector3.new(1, 0.800000012, 2),
  793. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  794. })
  795. o66 = Create("Part",{
  796. ["Name"] = "Smooth Block Model",
  797. ["Parent"] = o45,
  798. ["BrickColor"] = BrickColor.new("Bright red"),
  799. ["Position"] = Vector3.new(64.9999542, 161.500046, -177.499985),
  800. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  801. ["Anchored"] = true,
  802. ["CFrame"] = CFrame.new(64.9999542, 161.500046, -177.499985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  803. ["CanCollide"] = false,
  804. ["FormFactor"] = Enum.FormFactor.Symmetric,
  805. ["Shape"] = Enum.PartType.Cylinder,
  806. ["Size"] = Vector3.new(1, 1, 1),
  807. ["LeftSurface"] = Enum.SurfaceType.Inlet,
  808. ["TopSurface"] = Enum.SurfaceType.Smooth,
  809. ["Color"] = Color3.new(0.768628, 0.156863, 0.109804),
  810. })
  811. o67 = Create("Part",{
  812. ["Name"] = "Smooth Block Model",
  813. ["Parent"] = o45,
  814. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  815. ["Position"] = Vector3.new(62.4999504, 158.800049, -175.999985),
  816. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  817. ["Anchored"] = true,
  818. ["CFrame"] = CFrame.new(62.4999504, 158.800049, -175.999985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  819. ["CanCollide"] = false,
  820. ["FormFactor"] = Enum.FormFactor.Plate,
  821. ["Size"] = Vector3.new(2, 0.400000006, 2),
  822. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  823. ["FrontSurface"] = Enum.SurfaceType.Weld,
  824. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  825. })
  826. o68 = Create("Part",{
  827. ["Name"] = "Smooth Block Model",
  828. ["Parent"] = o45,
  829. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  830. ["Position"] = Vector3.new(62.4999504, 160.000046, -175.999985),
  831. ["Rotation"] = Vector3.new(-1.0452738e-010, 4.79095583e-011, 2.01135809e-012),
  832. ["Anchored"] = true,
  833. ["CFrame"] = CFrame.new(62.4999504, 160.000046, -175.999985, 1, -3.51048197e-014, 8.36179541e-013, -3.51048197e-014, 1, 1.82434688e-012, 8.36179541e-013, 1.82434688e-012, 1),
  834. ["CanCollide"] = false,
  835. ["FormFactor"] = Enum.FormFactor.Plate,
  836. ["Size"] = Vector3.new(2, 0.400000006, 2),
  837. ["TopSurface"] = Enum.SurfaceType.Smooth,
  838. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  839. })
  840. o69 = Create("Part",{
  841. ["Name"] = "Smooth Block Model",
  842. ["Parent"] = o45,
  843. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  844. ["Position"] = Vector3.new(63.4999542, 159.40004, -175.499985),
  845. ["Rotation"] = Vector3.new(-1.0452738e-010, 90, 0),
  846. ["Anchored"] = true,
  847. ["CFrame"] = CFrame.new(63.4999542, 159.40004, -175.499985, -8.36179541e-013, -3.51048197e-014, 1, -1.82434688e-012, 1, -3.51048197e-014, -1, 1.82434688e-012, 8.36179541e-013),
  848. ["CanCollide"] = false,
  849. ["FormFactor"] = Enum.FormFactor.Plate,
  850. ["Size"] = Vector3.new(1, 0.800000012, 4),
  851. ["BackSurface"] = Enum.SurfaceType.Weld,
  852. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  853. })
  854. o70 = Create("Part",{
  855. ["Name"] = "Smooth Block Model",
  856. ["Parent"] = o45,
  857. ["BrickColor"] = BrickColor.new("Br. yellowish green"),
  858. ["Position"] = Vector3.new(65.9999542, 159.40004, -175.999985),
  859. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  860. ["Anchored"] = true,
  861. ["CFrame"] = CFrame.new(65.9999542, 159.40004, -175.999985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  862. ["CanCollide"] = false,
  863. ["FormFactor"] = Enum.FormFactor.Plate,
  864. ["Size"] = Vector3.new(1, 0.800000012, 2),
  865. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  866. ["RightSurface"] = Enum.SurfaceType.Weld,
  867. ["TopSurface"] = Enum.SurfaceType.Smooth,
  868. ["Color"] = Color3.new(0.643137, 0.741176, 0.278431),
  869. })
  870. o71 = Create("Humanoid",{
  871. ["Parent"] = o45,
  872. ["Torso"] = o57,
  873. ["Health"] = 0,
  874. ["MaxHealth"] = 0,
  875. })
  876. o72 = Create("ObjectValue",{
  877. ["Name"] = "IsaDalek",
  878. ["Parent"] = o45,
  879. })
  880. o73 = Create("Part",{
  881. ["Name"] = "Head",
  882. ["Parent"] = o45,
  883. ["BrickColor"] = BrickColor.new("Bright red"),
  884. ["Position"] = Vector3.new(63.4999542, 161.600037, -178.499985),
  885. ["Rotation"] = Vector3.new(180, -4.79095583e-011, 180),
  886. ["Anchored"] = true,
  887. ["CFrame"] = CFrame.new(63.4999542, 161.600037, -178.499985, -1, -3.51048197e-014, -8.36179541e-013, 3.51048197e-014, 1, -1.82434688e-012, -8.36179541e-013, 1.82434688e-012, -1),
  888. ["FormFactor"] = Enum.FormFactor.Plate,
  889. ["Size"] = Vector3.new(2, 1.20000005, 3),
  890. ["LeftSurface"] = Enum.SurfaceType.Studs,
  891. ["TopSurface"] = Enum.SurfaceType.Smooth,
  892. ["Color"] = Color3.new(0.768628, 0.156863, 0.109804),
  893. })
  894. o74 = Create("Part",{
  895. ["Name"] = "Smooth Block Model",
  896. ["Parent"] = o45,
  897. ["BrickColor"] = BrickColor.new("Dark green"),
  898. ["Position"] = Vector3.new(62.9999542, 155.20015, -178.499985),
  899. ["Rotation"] = Vector3.new(-1.61542307e-010, 7.40420433e-011, 3.10846249e-012),
  900. ["Anchored"] = true,
  901. ["CFrame"] = CFrame.new(62.9999542, 155.20015, -178.499985, 1, -5.42529041e-014, 1.29227748e-012, -5.42529041e-014, 1, 2.8194452e-012, 1.29227748e-012, 2.8194452e-012, 1),
  902. ["CanCollide"] = false,
  903. ["FormFactor"] = Enum.FormFactor.Plate,
  904. ["Size"] = Vector3.new(5, 0.400000006, 5),
  905. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  906. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  907. })
  908. o75 = Create("Part",{
  909. ["Name"] = "Smooth Block Model",
  910. ["Parent"] = o2,
  911. ["BrickColor"] = BrickColor.new("White"),
  912. ["Transparency"] = 10,
  913. ["Position"] = Vector3.new(72.4999466, 157.60025, -178.999985),
  914. ["Rotation"] = Vector3.new(179.999954, 0.000296382903, 179.999329),
  915. ["RotVelocity"] = Vector3.new(-0.0214122962, -0.00526458817, -0.00122236332),
  916. ["Velocity"] = Vector3.new(0.000450807158, 0.21191588, -0.0508902259),
  917. ["CFrame"] = CFrame.new(72.4999466, 157.60025, -178.999985, -1, -1.17681302e-005, 5.17285753e-006, -1.17681357e-005, 1, -9.84221515e-007, -5.17284661e-006, -9.84279723e-007, -1),
  918. ["Size"] = Vector3.new(2, 1.20000005, 4),
  919. ["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
  920. })
  921. o76 = Create("Model",{
  922. ["Parent"] = o1,
  923. ["PrimaryPart"] = o92,
  924. })
  925. o77 = Create("Model",{
  926. ["Name"] = "10",
  927. ["Parent"] = o76,
  928. ["PrimaryPart"] = o78,
  929. })
  930. o78 = Create("Part",{
  931. ["Name"] = "Head",
  932. ["Parent"] = o77,
  933. ["BrickColor"] = BrickColor.new("Dark grey"),
  934. ["Transparency"] = 0.89999997615814,
  935. ["Position"] = Vector3.new(72.3999634, 156.399689, -182.499985),
  936. ["Anchored"] = true,
  937. ["CFrame"] = CFrame.new(72.3999634, 156.399689, -182.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  938. ["Size"] = Vector3.new(1, 1.20000005, 1),
  939. ["BackSurface"] = Enum.SurfaceType.Weld,
  940. ["FrontSurface"] = Enum.SurfaceType.Weld,
  941. ["LeftSurface"] = Enum.SurfaceType.Weld,
  942. ["RightSurface"] = Enum.SurfaceType.Weld,
  943. ["Color"] = Color3.new(0.427451, 0.431373, 0.423529),
  944. })
  945. o79 = Create("Humanoid",{
  946. ["Parent"] = o77,
  947. ["Health"] = 0,
  948. ["MaxHealth"] = 0,
  949. })
  950. o80 = Create("Part",{
  951. ["Name"] = "up",
  952. ["Parent"] = o77,
  953. ["BrickColor"] = BrickColor.new("Dark grey"),
  954. ["Position"] = Vector3.new(74.3999634, 156.399689, -182.499985),
  955. ["Anchored"] = true,
  956. ["CFrame"] = CFrame.new(74.3999634, 156.399689, -182.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  957. ["Size"] = Vector3.new(1, 1.20000005, 1),
  958. ["BackSurface"] = Enum.SurfaceType.Inlet,
  959. ["TopSurface"] = Enum.SurfaceType.Smooth,
  960. ["Color"] = Color3.new(0.427451, 0.431373, 0.423529),
  961. })
  962. o81 = Create("ClickDetector",{
  963. ["Parent"] = o80,
  964. })
  965. o82 = Create("Decal",{
  966. ["Parent"] = o80,
  967. })
  968. o83 = Create("Part",{
  969. ["Name"] = "down",
  970. ["Parent"] = o77,
  971. ["BrickColor"] = BrickColor.new("Dark grey"),
  972. ["Position"] = Vector3.new(73.3999634, 156.399689, -182.499985),
  973. ["Rotation"] = Vector3.new(-0, 0, -180),
  974. ["Anchored"] = true,
  975. ["CFrame"] = CFrame.new(73.3999634, 156.399689, -182.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1),
  976. ["Size"] = Vector3.new(1, 1.20000005, 1),
  977. ["BackSurface"] = Enum.SurfaceType.Inlet,
  978. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  979. ["TopSurface"] = Enum.SurfaceType.Inlet,
  980. ["Color"] = Color3.new(0.427451, 0.431373, 0.423529),
  981. })
  982. o84 = Create("Decal",{
  983. ["Parent"] = o83,
  984. })
  985. o85 = Create("ClickDetector",{
  986. ["Parent"] = o83,
  987. })
  988. o86 = Create("Part",{
  989. ["Name"] = "stop",
  990. ["Parent"] = o77,
  991. ["BrickColor"] = BrickColor.new("Bright red"),
  992. ["Position"] = Vector3.new(70.3999634, 156.399689, -182.499985),
  993. ["Rotation"] = Vector3.new(0, 90, 0),
  994. ["Anchored"] = true,
  995. ["CFrame"] = CFrame.new(70.3999634, 156.399689, -182.499985, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  996. ["Size"] = Vector3.new(1, 1.20000005, 1),
  997. ["TopSurface"] = Enum.SurfaceType.Smooth,
  998. ["Color"] = Color3.new(0.768628, 0.156863, 0.109804),
  999. })
  1000. o87 = Create("ClickDetector",{
  1001. ["Parent"] = o86,
  1002. })
  1003. o88 = Create("Part",{
  1004. ["Name"] = "start",
  1005. ["Parent"] = o77,
  1006. ["BrickColor"] = BrickColor.new("Dark green"),
  1007. ["Position"] = Vector3.new(71.3999634, 156.399689, -182.499985),
  1008. ["Rotation"] = Vector3.new(0, 90, 0),
  1009. ["Anchored"] = true,
  1010. ["CFrame"] = CFrame.new(71.3999634, 156.399689, -182.499985, 0, 0, 1, 0, 1, 0, -1, 0, 0),
  1011. ["Size"] = Vector3.new(1, 1.20000005, 1),
  1012. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1013. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  1014. })
  1015. o89 = Create("ClickDetector",{
  1016. ["Parent"] = o88,
  1017. })
  1018. o90 = Create("Script",{
  1019. ["Parent"] = o77,
  1020. })
  1021. table.insert(cors,coroutine.create(function()
  1022. wait()
  1023. runDummyScript(function()
  1024. bin = script.Parent
  1025. local time = 10
  1026.  
  1027. function update()
  1028. bin.Name = tostring(time)
  1029. end
  1030.  
  1031. function explode()
  1032. script.Parent.Parent.con.con2.BlackHole.Disabled= false
  1033. local a = script.Parent.Parent.con.con2:clone()
  1034. local deb = false
  1035. if deb == true then return end
  1036. deb = true
  1037. local new = a:clone()
  1038. new.Parent = script.Parent.Parent.delete
  1039. wait()
  1040. deb = false
  1041. end
  1042.  
  1043. local running = false
  1044.  
  1045. function activated()
  1046.  
  1047. running = true
  1048.  
  1049. while (time > 0) do
  1050. wait(1)
  1051. if (running == false) then return end
  1052. time = time - 1
  1053. update()
  1054. end
  1055.  
  1056. explode()
  1057.  
  1058. end
  1059.  
  1060. function deactivated()
  1061. running = false
  1062. end
  1063.  
  1064. function up()
  1065. if (running == true) then return end
  1066. time = time + 10
  1067. update()
  1068. end
  1069.  
  1070. function down()
  1071. if (running == true) then return end
  1072. time = time - 10
  1073. update()
  1074. end
  1075.  
  1076.  
  1077. bin.start.ClickDetector.MouseClick:connect(activated)
  1078. bin.stop.ClickDetector.MouseClick:connect(deactivated)
  1079. bin.up.ClickDetector.MouseClick:connect(up)
  1080. bin.down.ClickDetector.MouseClick:connect(down)
  1081.  
  1082. end,o90)
  1083. end))
  1084. o91 = Create("Model",{
  1085. ["Name"] = "con",
  1086. ["Parent"] = o76,
  1087. ["PrimaryPart"] = o92,
  1088. })
  1089. o92 = Create("Part",{
  1090. ["Name"] = "con2",
  1091. ["Parent"] = o91,
  1092. ["BrickColor"] = BrickColor.new("Black"),
  1093. ["Position"] = Vector3.new(72.6999359, 159.999969, -178.999985),
  1094. ["Rotation"] = Vector3.new(90, 2.7427611e-012, 90),
  1095. ["Anchored"] = true,
  1096. ["CFrame"] = CFrame.new(72.6999359, 159.999969, -178.999985, 1.1402448e-012, -1, 4.78702093e-014, 2.48774569e-012, 4.78702093e-014, -1, 1, -1.1402448e-012, -2.48774569e-012),
  1097. ["CanCollide"] = false,
  1098. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1099. ["Shape"] = Enum.PartType.Ball,
  1100. ["Size"] = Vector3.new(2, 2, 2),
  1101. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1102. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1103. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1104. })
  1105. o93 = Create("Script",{
  1106. ["Name"] = "BlackHole",
  1107. ["Parent"] = o92,
  1108. ["Disabled"] = true,
  1109. })
  1110. table.insert(cors,coroutine.create(function()
  1111. wait()
  1112. runDummyScript(function()
  1113. function onTouched(part)
  1114.  
  1115. local h = part.Parent:findFirstChild("Humanoid")
  1116.  
  1117. if h~=nil then
  1118.  
  1119. wait(0.001)
  1120. h.Health = 0
  1121. children = h.Parent:children()
  1122.  
  1123. for i=1,#children do
  1124.  
  1125. if(children[i].className == "Part" and children[i].Name ~= "Torso") then stick(children[i], h.Parent.Torso) end
  1126.  
  1127. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.Torso) end
  1128.  
  1129. end
  1130.  
  1131. h.Parent.Head.Velocity = h.Parent.Head.Velocity + Vector3.new(5,0,0)
  1132.  
  1133. end
  1134.  
  1135. end
  1136.  
  1137.  
  1138.  
  1139. script.Parent.Touched:connect(onTouched)local hole = script.Parent
  1140.  
  1141. local childList = {}
  1142.  
  1143. local childSize = {}
  1144.  
  1145.  
  1146.  
  1147. local massConstant = 1
  1148.  
  1149.  
  1150.  
  1151. local mass = 500000 * massConstant
  1152.  
  1153.  
  1154.  
  1155. function checkObject(obj)
  1156.  
  1157. if (obj ~= hole) and (obj.className == "Part") then
  1158.  
  1159. if (obj.Anchored == false) then
  1160.  
  1161. table.insert(childList, 1, obj)
  1162.  
  1163. table.insert(childSize, 1, obj.Size)
  1164.  
  1165. end
  1166.  
  1167. else
  1168.  
  1169. if (obj.className == "Model") or (obj == workspace) then
  1170.  
  1171. local child = obj:GetChildren()
  1172.  
  1173. for x = 1, #child do
  1174.  
  1175. if (child[x] ~= hole) and (child[x].className == "Part") and (child[x].Anchored == false) then
  1176.  
  1177. table.insert(childList, 1, child[x])
  1178.  
  1179. table.insert(childSize, 1, child[x].Size)
  1180.  
  1181. end
  1182.  
  1183. if child[x].className == "Model" then
  1184.  
  1185. checkObject(child[x])
  1186.  
  1187. end
  1188.  
  1189. end
  1190.  
  1191. obj.ChildAdded:connect(checkObject)
  1192.  
  1193. end
  1194.  
  1195. end
  1196.  
  1197. end
  1198.  
  1199.  
  1200.  
  1201. checkObject(workspace)
  1202.  
  1203.  
  1204.  
  1205. function cross(v1, v2)
  1206.  
  1207. return Vector3.new(v1.y * v2.z - v2.y * v1.z, v1.z * v2.x - v1.x * v2.z, v1.x * v2.y - v2.x * v1.y)
  1208.  
  1209. end
  1210.  
  1211.  
  1212.  
  1213. print("Black Hole script loaded.")
  1214.  
  1215. script.Parent.Mesh.Scale=(Vector3.new(1,1,1))
  1216.  
  1217. wait(0.1)
  1218.  
  1219. script.Parent.Mesh.Scale=(Vector3.new(2,2,2))
  1220.  
  1221. wait(0.1)
  1222.  
  1223. script.Parent.Mesh.Scale=(Vector3.new(3,3,3))
  1224.  
  1225. wait(0.1)
  1226.  
  1227. script.Parent.Mesh.Scale=(Vector3.new(4,4,4))
  1228.  
  1229. wait(0.1)
  1230.  
  1231. script.Parent.Mesh.Scale=(Vector3.new(5,5,5))
  1232.  
  1233. wait(0.1)
  1234.  
  1235. script.Parent.Mesh.Scale=(Vector3.new(6,6,6))
  1236.  
  1237. wait(0.1)
  1238.  
  1239. script.Parent.Mesh.Scale=(Vector3.new(7,7,7))
  1240.  
  1241. wait(0.1)
  1242.  
  1243. script.Parent.Mesh.Scale=(Vector3.new(8,8,8))
  1244.  
  1245. wait(0.1)
  1246.  
  1247. script.Parent.Mesh.Scale=(Vector3.new(9,9,9))
  1248.  
  1249. wait(0.1)
  1250.  
  1251. script.Parent.Mesh.Scale=(Vector3.new(10,10,10))
  1252.  
  1253. wait(0.1)
  1254.  
  1255. script.Parent.Mesh.Scale=(Vector3.new(11,11,11))
  1256.  
  1257. wait(0.1)
  1258.  
  1259. script.Parent.Mesh.Scale=(Vector3.new(12,12,12))
  1260.  
  1261. wait(0.1)
  1262.  
  1263. script.Parent.Mesh.Scale=(Vector3.new(13,13,13))
  1264.  
  1265. wait(0.1)
  1266.  
  1267. script.Parent.Mesh.Scale=(Vector3.new(14,14,14))
  1268.  
  1269. wait(0.1)
  1270.  
  1271. script.Parent.Mesh.Scale=(Vector3.new(15,15,15))
  1272.  
  1273. wait(0.1)
  1274.  
  1275. script.Parent.Mesh.Scale=(Vector3.new(16,16,16))
  1276.  
  1277. wait(0.1)
  1278.  
  1279. script.Parent.Mesh.Scale=(Vector3.new(17,17,17))
  1280.  
  1281. wait(0.1)
  1282.  
  1283. script.Parent.Mesh.Scale=(Vector3.new(18,18,18))
  1284.  
  1285. wait(0.1)
  1286.  
  1287. script.Parent.Mesh.Scale=(Vector3.new(19,19,19))
  1288.  
  1289. wait(0.1)
  1290.  
  1291. script.Parent.Mesh.Scale=(Vector3.new(20,20,20))
  1292.  
  1293. wait(0.1)
  1294.  
  1295. script.Parent.Mesh.Scale=(Vector3.new(21,21,21))
  1296.  
  1297. wait(0.1)
  1298.  
  1299. script.Parent.Mesh.Scale=(Vector3.new(22,22,22))
  1300.  
  1301. wait(0.1)
  1302.  
  1303. script.Parent.Mesh.Scale=(Vector3.new(23,23,23))
  1304.  
  1305. wait(0.1)
  1306.  
  1307. script.Parent.Mesh.Scale=(Vector3.new(24,24,24))
  1308.  
  1309. wait(0.1)
  1310.  
  1311. script.Parent.Mesh.Scale=(Vector3.new(25,25,25))
  1312.  
  1313. wait(0.1)
  1314.  
  1315. script.Parent.Mesh.Scale=(Vector3.new(26,26,26))
  1316.  
  1317. wait(0.1)
  1318.  
  1319. script.Parent.Mesh.Scale=(Vector3.new(27,27,27))
  1320.  
  1321. wait(0.1)
  1322.  
  1323. script.Parent.Mesh.Scale=(Vector3.new(28,28,28))
  1324.  
  1325. wait(0.1)
  1326.  
  1327. script.Parent.Mesh.Scale=(Vector3.new(29,29,29))
  1328.  
  1329. wait(0.1)
  1330.  
  1331. script.Parent.Mesh.Scale=(Vector3.new(30,30,30))
  1332.  
  1333. wait(0.1)
  1334.  
  1335. script.Parent.Mesh.Scale=(Vector3.new(31,31,31))
  1336.  
  1337. wait(0.1)
  1338.  
  1339. script.Parent.Mesh.Scale=(Vector3.new(32,32,32))
  1340.  
  1341. wait(0.1)
  1342.  
  1343. script.Parent.Mesh.Scale=(Vector3.new(33,33,33))
  1344.  
  1345. wait(0.1)
  1346.  
  1347. script.Parent.Mesh.Scale=(Vector3.new(34,34,34))
  1348.  
  1349. wait(0.1)
  1350.  
  1351. script.Parent.Mesh.Scale=(Vector3.new(35,35,35))
  1352.  
  1353. wait(0.1)
  1354.  
  1355. script.Parent.Mesh.Scale=(Vector3.new(36,36,36))
  1356.  
  1357. wait(0.1)
  1358.  
  1359. script.Parent.Mesh.Scale=(Vector3.new(37,37,37))
  1360.  
  1361. wait(0.1)
  1362.  
  1363. script.Parent.Mesh.Scale=(Vector3.new(38,38,38))
  1364.  
  1365. wait(0.1)
  1366.  
  1367. script.Parent.Mesh.Scale=(Vector3.new(39,39,39))
  1368.  
  1369. wait(0.1)
  1370.  
  1371. script.Parent.Mesh.Scale=(Vector3.new(40,40,40))
  1372.  
  1373. wait(0.1)
  1374.  
  1375. script.Parent.Mesh.Scale=(Vector3.new(41,41,41))
  1376.  
  1377. wait(0.1)
  1378.  
  1379. script.Parent.Mesh.Scale=(Vector3.new(42,42,42))
  1380.  
  1381. wait(0.1)
  1382.  
  1383. script.Parent.Mesh.Scale=(Vector3.new(43,43,43))
  1384.  
  1385. wait(0.1)
  1386.  
  1387. script.Parent.Mesh.Scale=(Vector3.new(44,44,44))
  1388.  
  1389. wait(0.1)
  1390.  
  1391. script.Parent.Mesh.Scale=(Vector3.new(45,45,45))
  1392.  
  1393. wait(0.1)
  1394.  
  1395. script.Parent.Mesh.Scale=(Vector3.new(46,46,46))
  1396.  
  1397. wait(0.1)
  1398.  
  1399. script.Parent.Mesh.Scale=(Vector3.new(47,47,47))
  1400.  
  1401. wait(0.1)
  1402.  
  1403. script.Parent.Mesh.Scale=(Vector3.new(48,48,48))
  1404.  
  1405. wait(0.1)
  1406.  
  1407. script.Parent.Mesh.Scale=(Vector3.new(49,49,49))
  1408.  
  1409. wait(0.1)
  1410.  
  1411. script.Parent.Mesh.Scale=(Vector3.new(50,50,50))
  1412.  
  1413. wait(0.1)
  1414.  
  1415. script.Parent.Mesh.Scale=(Vector3.new(51,51,51))
  1416.  
  1417. wait(0.1)
  1418.  
  1419. script.Parent.Mesh.Scale=(Vector3.new(52,52,52))
  1420.  
  1421. wait(0.1)
  1422.  
  1423. script.Parent.Mesh.Scale=(Vector3.new(53,53,53))
  1424.  
  1425. wait(0.1)
  1426.  
  1427. script.Parent.Mesh.Scale=(Vector3.new(54,54,54))
  1428.  
  1429. wait(0.1)
  1430.  
  1431. script.Parent.Mesh.Scale=(Vector3.new(55,55,55))
  1432.  
  1433. wait(0.1)
  1434.  
  1435. script.Parent.Mesh.Scale=(Vector3.new(56,56,56))
  1436.  
  1437. wait(0.1)
  1438.  
  1439. script.Parent.Mesh.Scale=(Vector3.new(57,57,57))
  1440.  
  1441. wait(0.1)
  1442.  
  1443. script.Parent.Mesh.Scale=(Vector3.new(58,58,58))
  1444.  
  1445. wait(0.1)
  1446.  
  1447. script.Parent.Mesh.Scale=(Vector3.new(59,59,59))
  1448.  
  1449. wait(0.1)
  1450.  
  1451. script.Parent.Mesh.Scale=(Vector3.new(60,60,60))
  1452.  
  1453. wait(0.1)
  1454.  
  1455. script.Parent.Mesh.Scale=(Vector3.new(61,61,61))
  1456.  
  1457. wait(0.1)
  1458.  
  1459. script.Parent.Mesh.Scale=(Vector3.new(62,62,62))
  1460.  
  1461. wait(0.1)
  1462.  
  1463. script.Parent.Mesh.Scale=(Vector3.new(63,63,63))
  1464.  
  1465. wait(0.1)
  1466.  
  1467. script.Parent.Mesh.Scale=(Vector3.new(64,64,64))
  1468.  
  1469. wait(0.1)
  1470.  
  1471. script.Parent.Mesh.Scale=(Vector3.new(65,65,65))
  1472.  
  1473. wait(0.1)
  1474.  
  1475. script.Parent.Mesh.Scale=(Vector3.new(66,66,66))
  1476.  
  1477. wait(0.1)
  1478.  
  1479. script.Parent.Mesh.Scale=(Vector3.new(67,67,67))
  1480.  
  1481. wait(0.1)
  1482.  
  1483. script.Parent.Mesh.Scale=(Vector3.new(68,68,68))
  1484.  
  1485. wait(0.1)
  1486.  
  1487. script.Parent.Mesh.Scale=(Vector3.new(69,69,69))
  1488.  
  1489. wait(0.1)
  1490.  
  1491. script.Parent.Mesh.Scale=(Vector3.new(70,70,70))
  1492.  
  1493. wait(0.1)
  1494.  
  1495. script.Parent.Mesh.Scale=(Vector3.new(71,71,71))
  1496.  
  1497. wait(0.1)
  1498.  
  1499. script.Parent.Mesh.Scale=(Vector3.new(72,72,72))
  1500.  
  1501. wait(0.1)
  1502.  
  1503. script.Parent.Mesh.Scale=(Vector3.new(73,73,73))
  1504.  
  1505. wait(0.1)
  1506.  
  1507. script.Parent.Mesh.Scale=(Vector3.new(74,74,74))
  1508.  
  1509. wait(0.1)
  1510.  
  1511. script.Parent.Mesh.Scale=(Vector3.new(75,75,75))
  1512.  
  1513. wait(0.1)
  1514.  
  1515. script.Parent.Mesh.Scale=(Vector3.new(76,76,76))
  1516.  
  1517. wait(0.1)
  1518.  
  1519. script.Parent.Mesh.Scale=(Vector3.new(77,77,77))
  1520.  
  1521. wait(0.1)
  1522.  
  1523. script.Parent.Mesh.Scale=(Vector3.new(78,78,78))
  1524.  
  1525. wait(0.1)
  1526.  
  1527. script.Parent.Mesh.Scale=(Vector3.new(79,79,79))
  1528.  
  1529. wait(0.1)
  1530.  
  1531. script.Parent.Mesh.Scale=(Vector3.new(80,80,80))
  1532.  
  1533. wait(0.1)
  1534.  
  1535. script.Parent.Mesh.Scale=(Vector3.new(81,81,81))
  1536.  
  1537. wait(0.1)
  1538.  
  1539. script.Parent.Mesh.Scale=(Vector3.new(82,82,82))
  1540.  
  1541. wait(0.1)
  1542.  
  1543. script.Parent.Mesh.Scale=(Vector3.new(83,83,83))
  1544.  
  1545. wait(0.1)
  1546.  
  1547. script.Parent.Mesh.Scale=(Vector3.new(84,84,84))
  1548.  
  1549. wait(0.1)
  1550.  
  1551. script.Parent.Mesh.Scale=(Vector3.new(85,85,85))
  1552.  
  1553. wait(0.1)
  1554.  
  1555. script.Parent.Mesh.Scale=(Vector3.new(86,86,86))
  1556.  
  1557. wait(0.1)
  1558.  
  1559. script.Parent.Mesh.Scale=(Vector3.new(87,87,87))
  1560.  
  1561. wait(0.1)
  1562.  
  1563. script.Parent.Mesh.Scale=(Vector3.new(88,88,88))
  1564.  
  1565. wait(0.1)
  1566.  
  1567. script.Parent.Mesh.Scale=(Vector3.new(89,89,89))
  1568.  
  1569. wait(0.1)
  1570.  
  1571. script.Parent.Mesh.Scale=(Vector3.new(90,90,90))
  1572.  
  1573. wait(0.1)
  1574.  
  1575. script.Parent.Mesh.Scale=(Vector3.new(91,91,91))
  1576.  
  1577. wait(0.1)
  1578.  
  1579. script.Parent.Mesh.Scale=(Vector3.new(92,92,92))
  1580.  
  1581. wait(0.1)
  1582.  
  1583. script.Parent.Mesh.Scale=(Vector3.new(93,93,93))
  1584.  
  1585. wait(0.1)
  1586.  
  1587. script.Parent.Mesh.Scale=(Vector3.new(94,94,94))
  1588.  
  1589. wait(0.1)
  1590.  
  1591. script.Parent.Mesh.Scale=(Vector3.new(95,95,95))
  1592.  
  1593. wait(0.1)
  1594.  
  1595. script.Parent.Mesh.Scale=(Vector3.new(96,96,96))
  1596.  
  1597. wait(0.1)
  1598.  
  1599. script.Parent.Mesh.Scale=(Vector3.new(97,97,97))
  1600.  
  1601. wait(0.1)
  1602.  
  1603. script.Parent.Mesh.Scale=(Vector3.new(98,98,98))
  1604.  
  1605. wait(0.1)
  1606.  
  1607. script.Parent.Mesh.Scale=(Vector3.new(99,99,99))
  1608.  
  1609. wait(0.1)
  1610.  
  1611. script.Parent.Mesh.Scale=(Vector3.new(100,100,100))
  1612.  
  1613. wait(0.1)
  1614.  
  1615. script.Parent.Mesh.Scale=(Vector3.new(101,101,101))
  1616.  
  1617. wait(0.1)
  1618.  
  1619. script.Parent.Mesh.Scale=(Vector3.new(102,102,102))
  1620.  
  1621. wait(0.1)
  1622.  
  1623. script.Parent.Mesh.Scale=(Vector3.new(103,103,103))
  1624.  
  1625. wait(0.1)
  1626.  
  1627. script.Parent.Mesh.Scale=(Vector3.new(104,104,104))
  1628.  
  1629. wait(0.1)
  1630.  
  1631. script.Parent.Mesh.Scale=(Vector3.new(105,105,105))
  1632.  
  1633. wait(0.1)
  1634.  
  1635. script.Parent.Mesh.Scale=(Vector3.new(106,106,106))
  1636.  
  1637. wait(0.1)
  1638.  
  1639. script.Parent.Mesh.Scale=(Vector3.new(107,107,107))
  1640.  
  1641. wait(0.1)
  1642.  
  1643. script.Parent.Mesh.Scale=(Vector3.new(108,108,108))
  1644.  
  1645. wait(0.1)
  1646.  
  1647. script.Parent.Mesh.Scale=(Vector3.new(109,109,109))
  1648.  
  1649. wait(0.1)
  1650.  
  1651. script.Parent.Mesh.Scale=(Vector3.new(110,110,110))
  1652.  
  1653. wait(0.1)
  1654.  
  1655. script.Parent.Mesh.Scale=(Vector3.new(111,111,111))
  1656.  
  1657. wait(0.1)
  1658.  
  1659. script.Parent.Mesh.Scale=(Vector3.new(112,112,112))
  1660.  
  1661. wait(0.1)
  1662.  
  1663. script.Parent.Mesh.Scale=(Vector3.new(113,113,113))
  1664.  
  1665. wait(0.1)
  1666.  
  1667. script.Parent.Mesh.Scale=(Vector3.new(114,114,114))
  1668.  
  1669. wait(0.1)
  1670.  
  1671. script.Parent.Mesh.Scale=(Vector3.new(115,115,115))
  1672.  
  1673. wait(0.1)
  1674.  
  1675. script.Parent.Mesh.Scale=(Vector3.new(116,116,116))
  1676.  
  1677. wait(0.1)
  1678.  
  1679. script.Parent.Mesh.Scale=(Vector3.new(117,117,117))
  1680.  
  1681. wait(0.1)
  1682.  
  1683. script.Parent.Mesh.Scale=(Vector3.new(118,118,118))
  1684.  
  1685. wait(0.1)
  1686.  
  1687. script.Parent.Mesh.Scale=(Vector3.new(119,119,119))
  1688.  
  1689. wait(0.1)
  1690.  
  1691. script.Parent.Mesh.Scale=(Vector3.new(120,120,120))
  1692.  
  1693. wait(0.1)
  1694.  
  1695. script.Parent.Mesh.Scale=(Vector3.new(121,121,121))
  1696.  
  1697. wait(0.1)
  1698.  
  1699. script.Parent.Mesh.Scale=(Vector3.new(122,122,122))
  1700.  
  1701. wait(0.1)
  1702.  
  1703. script.Parent.Mesh.Scale=(Vector3.new(123,123,123))
  1704.  
  1705. wait(0.1)
  1706.  
  1707. script.Parent.Mesh.Scale=(Vector3.new(124,124,124))
  1708.  
  1709. wait(0.1)
  1710.  
  1711. script.Parent.Mesh.Scale=(Vector3.new(125,125,125))
  1712.  
  1713. wait(0.1)
  1714.  
  1715. script.Parent.Mesh.Scale=(Vector3.new(126,126,126))
  1716.  
  1717. wait(0.1)
  1718.  
  1719. script.Parent.Mesh.Scale=(Vector3.new(127,127,127))
  1720.  
  1721. wait(0.1)
  1722.  
  1723. script.Parent.Mesh.Scale=(Vector3.new(128,128,128))
  1724.  
  1725. wait(0.1)
  1726.  
  1727. script.Parent.Mesh.Scale=(Vector3.new(129,129,129))
  1728.  
  1729. wait(0.1)
  1730.  
  1731. script.Parent.Mesh.Scale=(Vector3.new(130,130,130))
  1732.  
  1733. wait(0.1)
  1734.  
  1735. script.Parent.Mesh.Scale=(Vector3.new(131,131,131))
  1736.  
  1737. wait(0.1)
  1738.  
  1739. script.Parent.Mesh.Scale=(Vector3.new(132,132,132))
  1740.  
  1741. wait(0.1)
  1742.  
  1743. script.Parent.Mesh.Scale=(Vector3.new(133,133,133))
  1744.  
  1745. wait(0.1)
  1746.  
  1747. script.Parent.Mesh.Scale=(Vector3.new(134,134,134))
  1748.  
  1749. wait(0.1)
  1750.  
  1751. script.Parent.Mesh.Scale=(Vector3.new(135,135,135))
  1752.  
  1753. wait(0.1)
  1754.  
  1755. script.Parent.Mesh.Scale=(Vector3.new(136,136,136))
  1756.  
  1757. wait(0.1)
  1758.  
  1759. script.Parent.Mesh.Scale=(Vector3.new(137,137,137))
  1760.  
  1761. wait(0.1)
  1762.  
  1763. script.Parent.Mesh.Scale=(Vector3.new(138,138,138))
  1764.  
  1765. wait(0.1)
  1766.  
  1767. script.Parent.Mesh.Scale=(Vector3.new(139,139,139))
  1768.  
  1769. wait(0.1)
  1770.  
  1771. script.Parent.Mesh.Scale=(Vector3.new(140,140,140))
  1772.  
  1773. wait(0.1)
  1774.  
  1775. script.Parent.Mesh.Scale=(Vector3.new(141,141,141))
  1776.  
  1777. wait(0.1)
  1778.  
  1779. script.Parent.Mesh.Scale=(Vector3.new(142,142,142))
  1780.  
  1781. wait(0.1)
  1782.  
  1783. script.Parent.Mesh.Scale=(Vector3.new(143,143,143))
  1784.  
  1785. wait(0.1)
  1786.  
  1787. script.Parent.Mesh.Scale=(Vector3.new(144,144,144))
  1788.  
  1789. wait(0.1)
  1790.  
  1791. script.Parent.Mesh.Scale=(Vector3.new(145,145,145))
  1792.  
  1793. wait(0.1)
  1794.  
  1795. script.Parent.Mesh.Scale=(Vector3.new(146,146,146))
  1796.  
  1797. wait(0.1)
  1798.  
  1799. script.Parent.Mesh.Scale=(Vector3.new(147,147,147))
  1800.  
  1801. wait(0.1)
  1802.  
  1803. script.Parent.Mesh.Scale=(Vector3.new(148,148,148))
  1804.  
  1805. wait(0.1)
  1806.  
  1807. script.Parent.Mesh.Scale=(Vector3.new(149,149,149))
  1808.  
  1809. wait(0.1)
  1810.  
  1811. script.Parent.Mesh.Scale=(Vector3.new(150,150,150))
  1812.  
  1813. wait(0.1)
  1814.  
  1815. script.Parent.Mesh.Scale=(Vector3.new(151,151,151))
  1816.  
  1817. wait(0.1)
  1818.  
  1819. script.Parent.Mesh.Scale=(Vector3.new(152,152,152))
  1820.  
  1821. wait(0.1)
  1822.  
  1823. script.Parent.Mesh.Scale=(Vector3.new(153,153,153))
  1824.  
  1825. wait(0.1)
  1826.  
  1827. script.Parent.Mesh.Scale=(Vector3.new(154,154,154))
  1828.  
  1829. wait(0.1)
  1830.  
  1831. script.Parent.Mesh.Scale=(Vector3.new(155,155,155))
  1832.  
  1833. wait(0.1)
  1834.  
  1835. script.Parent.Mesh.Scale=(Vector3.new(156,156,156))
  1836.  
  1837. wait(0.1)
  1838.  
  1839. script.Parent.Mesh.Scale=(Vector3.new(157,157,157))
  1840.  
  1841. wait(0.1)
  1842.  
  1843. script.Parent.Mesh.Scale=(Vector3.new(158,158,158))
  1844.  
  1845. wait(0.1)
  1846.  
  1847. script.Parent.Mesh.Scale=(Vector3.new(159,159,159))
  1848.  
  1849. wait(0.1)
  1850.  
  1851. script.Parent.Mesh.Scale=(Vector3.new(160,160,160))
  1852.  
  1853. wait(0.1)
  1854.  
  1855. script.Parent.Mesh.Scale=(Vector3.new(161,161,161))
  1856.  
  1857. wait(0.1)
  1858.  
  1859. script.Parent.Mesh.Scale=(Vector3.new(162,162,162))
  1860.  
  1861. wait(0.1)
  1862.  
  1863. script.Parent.Mesh.Scale=(Vector3.new(163,163,163))
  1864.  
  1865. wait(0.1)
  1866.  
  1867. script.Parent.Mesh.Scale=(Vector3.new(164,164,164))
  1868.  
  1869. wait(0.1)
  1870.  
  1871. script.Parent.Mesh.Scale=(Vector3.new(165,165,165))
  1872.  
  1873. wait(0.1)
  1874.  
  1875. script.Parent.Mesh.Scale=(Vector3.new(166,166,166))
  1876.  
  1877. wait(0.1)
  1878.  
  1879. script.Parent.Mesh.Scale=(Vector3.new(167,167,167))
  1880.  
  1881. wait(0.1)
  1882.  
  1883. script.Parent.Mesh.Scale=(Vector3.new(168,168,168))
  1884.  
  1885. wait(0.1)
  1886.  
  1887. script.Parent.Mesh.Scale=(Vector3.new(169,169,169))
  1888.  
  1889. wait(0.1)
  1890.  
  1891. script.Parent.Mesh.Scale=(Vector3.new(170,170,170))
  1892.  
  1893. wait(0.1)
  1894.  
  1895. script.Parent.Mesh.Scale=(Vector3.new(171,171,171))
  1896.  
  1897. wait(0.1)
  1898.  
  1899. script.Parent.Mesh.Scale=(Vector3.new(172,172,172))
  1900.  
  1901. wait(0.1)
  1902.  
  1903. script.Parent.Mesh.Scale=(Vector3.new(173,173,173))
  1904.  
  1905. wait(0.1)
  1906.  
  1907. script.Parent.Mesh.Scale=(Vector3.new(174,174,174))
  1908.  
  1909. wait(0.1)
  1910.  
  1911. script.Parent.Mesh.Scale=(Vector3.new(175,175,175))
  1912.  
  1913. wait(0.1)
  1914.  
  1915. script.Parent.Mesh.Scale=(Vector3.new(176,176,176))
  1916.  
  1917. wait(0.1)
  1918.  
  1919. script.Parent.Mesh.Scale=(Vector3.new(177,177,177))
  1920.  
  1921. wait(0.1)
  1922.  
  1923. script.Parent.Mesh.Scale=(Vector3.new(178,178,178))
  1924.  
  1925. wait(0.1)
  1926.  
  1927. script.Parent.Mesh.Scale=(Vector3.new(179,179,179))
  1928.  
  1929. wait(0.1)
  1930.  
  1931. script.Parent.Mesh.Scale=(Vector3.new(180,180,180))
  1932.  
  1933. wait(0.1)
  1934.  
  1935. script.Parent.Mesh.Scale=(Vector3.new(181,181,181))
  1936.  
  1937. wait(0.1)
  1938.  
  1939. script.Parent.Mesh.Scale=(Vector3.new(182,182,182))
  1940.  
  1941. wait(0.1)
  1942.  
  1943. script.Parent.Mesh.Scale=(Vector3.new(183,183,183))
  1944.  
  1945. wait(0.1)
  1946.  
  1947. script.Parent.Mesh.Scale=(Vector3.new(184,184,184))
  1948.  
  1949. wait(0.1)
  1950.  
  1951. script.Parent.Mesh.Scale=(Vector3.new(185,185,185))
  1952.  
  1953. wait(0.1)
  1954.  
  1955. script.Parent.Mesh.Scale=(Vector3.new(186,186,186))
  1956.  
  1957. wait(0.1)
  1958.  
  1959. script.Parent.Mesh.Scale=(Vector3.new(187,187,187))
  1960.  
  1961. wait(0.1)
  1962.  
  1963. script.Parent.Mesh.Scale=(Vector3.new(188,188,188))
  1964.  
  1965. wait(0.1)
  1966.  
  1967. script.Parent.Mesh.Scale=(Vector3.new(189,189,189))
  1968.  
  1969. wait(0.1)
  1970.  
  1971. script.Parent.Mesh.Scale=(Vector3.new(190,190,190))
  1972.  
  1973. wait(0.1)
  1974.  
  1975. script.Parent.Mesh.Scale=(Vector3.new(191,191,191))
  1976.  
  1977. wait(0.1)
  1978.  
  1979. script.Parent.Mesh.Scale=(Vector3.new(192,192,192))
  1980.  
  1981. wait(0.1)
  1982.  
  1983. script.Parent.Mesh.Scale=(Vector3.new(193,193,193))
  1984.  
  1985. wait(0.1)
  1986.  
  1987. script.Parent.Mesh.Scale=(Vector3.new(194,194,194))
  1988.  
  1989. wait(0.1)
  1990.  
  1991. script.Parent.Mesh.Scale=(Vector3.new(195,195,195))
  1992.  
  1993. wait(0.1)
  1994.  
  1995. script.Parent.Mesh.Scale=(Vector3.new(196,196,196))
  1996.  
  1997. wait(0.1)
  1998.  
  1999. script.Parent.Mesh.Scale=(Vector3.new(197,197,197))
  2000.  
  2001. wait(0.1)
  2002.  
  2003. script.Parent.Mesh.Scale=(Vector3.new(198,198,198))
  2004.  
  2005. wait(0.1)
  2006.  
  2007. script.Parent.Mesh.Scale=(Vector3.new(199,199,199))
  2008.  
  2009. wait(0.1)
  2010.  
  2011. script.Parent.Mesh.Scale=(Vector3.new(200,200,200))
  2012.  
  2013. local min = 0
  2014.  
  2015. local max = 10
  2016.  
  2017. while true do
  2018.  
  2019. wait()
  2020.  
  2021. local n = 0
  2022.  
  2023. while n < #childList do
  2024.  
  2025. if n % 800 == 0 then
  2026.  
  2027. wait()
  2028.  
  2029. end
  2030.  
  2031. n = n + 1
  2032.  
  2033. local child = childList[n]
  2034.  
  2035. if (child ~= hole) and (child.className == "Part") and (child.Anchored == false) then
  2036.  
  2037. local relPos = hole.Position - child.Position
  2038.  
  2039. if relPos.magnitude * 240 * massConstant < mass then
  2040.  
  2041. child.RotVelocity = cross(child.CFrame.lookVector, relPos) * 20 / relPos.magnitude
  2042.  
  2043. local canContinue = true
  2044.  
  2045. if relPos.magnitude * 320 * massConstant < mass then
  2046.  
  2047. local length = mass / (320 * relPos.magnitude * massConstant)
  2048.  
  2049. if childSize[n].z * length > relPos.magnitude * 2 then
  2050.  
  2051. mass = mass + child:GetMass()
  2052.  
  2053. child:Remove()
  2054.  
  2055. table.remove(childList, n)
  2056.  
  2057. table.remove(childSize, n)
  2058.  
  2059. canContinue = false
  2060.  
  2061. n = n - 1
  2062.  
  2063. else
  2064.  
  2065. child.CanCollide = false
  2066.  
  2067. end
  2068.  
  2069. end
  2070.  
  2071. if canContinue then
  2072.  
  2073. local motivator = child:FindFirstChild("BlackHole Influence")
  2074.  
  2075. if motivator == nil then
  2076.  
  2077. motivator = Instance.new("BodyPosition")
  2078.  
  2079. motivator.Parent = child
  2080.  
  2081. motivator.Name = "BlackHole Influence"
  2082.  
  2083. end
  2084.  
  2085. motivator.position = hole.Position
  2086.  
  2087. motivator.maxForce = Vector3.new(1, 1, 1) * mass * child:GetMass() / (relPos.magnitude * massConstant)
  2088.  
  2089. end
  2090.  
  2091. else
  2092.  
  2093. local motivator = child:FindFirstChild("BlackHole Influence")
  2094.  
  2095. if motivator ~= nil then
  2096.  
  2097. motivator:Remove()
  2098.  
  2099. end
  2100.  
  2101. end
  2102.  
  2103. end
  2104.  
  2105. end
  2106.  
  2107. end
  2108.  
  2109.  
  2110. end,o93)
  2111. end))
  2112. o94 = Create("SpecialMesh",{
  2113. ["Parent"] = o92,
  2114. ["MeshId"] = "http://www.roblox.com/asset/?id=1527559",
  2115. ["TextureId"] = "http://www.roblox.com/asset/?id=1530169",
  2116. ["MeshType"] = Enum.MeshType.FileMesh,
  2117. })
  2118. o95 = Create("Model",{
  2119. ["Name"] = "delete",
  2120. ["Parent"] = o76,
  2121. })
  2122. o96 = Create("Model",{
  2123. ["Name"] = "delete",
  2124. ["Parent"] = o76,
  2125. })
  2126. o97 = Create("Model",{
  2127. ["Name"] = "delete",
  2128. ["Parent"] = o76,
  2129. })
  2130. o98 = Create("Model",{
  2131. ["Name"] = "delete",
  2132. ["Parent"] = o76,
  2133. })
  2134. o99 = Create("Model",{
  2135. ["Name"] = "delete",
  2136. ["Parent"] = o76,
  2137. })
  2138. o100 = Create("Model",{
  2139. ["Name"] = "delete",
  2140. ["Parent"] = o76,
  2141. })
  2142. o101 = Create("Model",{
  2143. ["Name"] = "delete",
  2144. ["Parent"] = o76,
  2145. })
  2146. o102 = Create("Model",{
  2147. ["Name"] = "delete",
  2148. ["Parent"] = o76,
  2149. })
  2150. o103 = Create("Model",{
  2151. ["Name"] = "delete",
  2152. ["Parent"] = o76,
  2153. })
  2154. o104 = Create("Model",{
  2155. ["Name"] = "delete",
  2156. ["Parent"] = o76,
  2157. })
  2158. mas.Parent = workspace
  2159. mas:MakeJoints()
  2160. local mas1 = mas:GetChildren()
  2161. for i=1,#mas1 do
  2162. mas1[i].Parent = script
  2163. ypcall(function() mas1[i]:MakeJoints() end)
  2164. end
  2165. mas:Destroy()
  2166. for i=1,#cors do
  2167. coroutine.resume(cors[i])
  2168. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement