Advertisement
Zach_rookie_editor3

S island 3

Feb 25th, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 178.28 KB | None | 0 0
  1. print("Island made by zachrogamehard133447")
  2. print("thanks to Ietahuoy for helping me out")
  3.  
  4. if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
  5. print("FE Compatibility: by WaverlyCole & Mokiros")
  6. InternalData = {}
  7. do
  8. script.Parent = owner.Character
  9. local Event = Instance.new("RemoteEvent")
  10. Event.Name = "UserInput"
  11. local function NewFakeEvent()
  12. local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
  13. return Fake
  14. end
  15. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  16. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  17. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  18. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  19. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  20. local function TriggerEvent(self,Event,...)
  21. local Trigger = Mouse[Event]
  22. if Trigger and Trigger.fakeEvent and Trigger.Function then
  23. Trigger.Function(...)
  24. end
  25. end
  26. Mouse.TrigEvent = TriggerEvent
  27. UserInputService.TrigEvent = TriggerEvent
  28. Event.OnServerEvent:Connect(function(FiredBy,Input)
  29. if FiredBy.Name ~= owner.Name then end
  30. if Input.MouseEvent then
  31. Mouse.Target = Input.Target
  32. Mouse.Hit = Input.Hit
  33. else
  34. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  35. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  36. return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
  37. end
  38. for _,Action in pairs(ContextActionService.Actions) do
  39. for _,Key in pairs(Action.Keys) do
  40. if Key==Input.KeyCode then
  41. Action.Function(Action.Name,Input.UserInputState,Input)
  42. end
  43. end
  44. end
  45. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  46. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  47. end
  48. end)
  49. InternalData["Mouse"] = Mouse
  50. InternalData["ContextActionService"] = ContextActionService
  51. InternalData["UserInputService"] = UserInputService
  52. Event.Parent = NLS([[
  53. local Player = owner
  54. local Event = script:WaitForChild("UserInput")
  55. local UserInputService = game:GetService("UserInputService")
  56. local Mouse = Player:GetMouse()
  57. local Input = function(Input,gameProcessedEvent)
  58. if gameProcessedEvent then return end
  59. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  60. end
  61. UserInputService.InputBegan:Connect(Input)
  62. UserInputService.InputEnded:Connect(Input)
  63. local Hit,Target
  64. while wait(1/30) do
  65. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  66. Hit,Target = Mouse.Hit,Mouse.Target
  67. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  68. end
  69. end
  70. ]],owner.Character)
  71. end
  72. RealGame = game;game = setmetatable({},{
  73. __index = function (self,Index)
  74. local Sandbox = function (Thing)
  75. if Thing:IsA("Player") then
  76. local RealPlayer = Thing
  77. return setmetatable({},{
  78. __index = function (self,Index)
  79. local Type = type(RealPlayer[Index])
  80. if Type == "function" then
  81. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  82. return function (self)
  83. return InternalData["Mouse"]
  84. end
  85. end
  86. return function (self,...)
  87. return RealPlayer[Index](RealPlayer,...)
  88. end
  89. else
  90. return RealPlayer[Index]
  91. end
  92. end;
  93. __tostring = function(self)
  94. return RealPlayer.Name
  95. end
  96. })
  97. end
  98. end
  99. if RealGame[Index] then
  100. local Type = type(RealGame[Index])
  101. if Type == "function" then
  102. if Index:lower() == "getservice" or Index:lower() == "service" then
  103. return function (self,Service)
  104. if Service:lower() == "players" then
  105. return setmetatable({},{
  106. __index = function (self2,Index2)
  107. local RealService = RealGame:GetService(Service)
  108. local Type2 = type(Index2)
  109. if Type2 == "function" then
  110. return function (self,...)
  111. return RealService[Index2](RealService,...)
  112. end
  113. else
  114. if Index2:lower() == "localplayer" then
  115. return Sandbox(owner)
  116. end
  117. return RealService[Index2]
  118. end
  119. end;
  120. __tostring = function(self)
  121. return RealGame:GetService(Service).Name
  122. end
  123. })
  124. elseif Service:lower() == "contextactionservice" then
  125. return InternalData["ContextActionService"]
  126. elseif Service:lower() == "contextactionservice" then
  127. return InternalData["UserInputService"]
  128. elseif Service:lower() == "runservice" then
  129. return setmetatable({},{
  130. __index = function(self2,Index2)
  131. local RealService = RealGame:GetService(Service)
  132. local Type2 = type(Index2)
  133. if Type2 == "function" then
  134. return function (self,...)
  135. return RealService[Index2](RealService,...)
  136. end
  137. else
  138. if Index2:lower() == "bindtorenderstep" then
  139. return function (self,Name,Priority,Function)
  140. return RealGame:GetService("RunService").Stepped:Connect(Function)
  141. end
  142. end
  143. if Index2:lower() == "renderstepped" then
  144. return RealService["Stepped"]
  145. end
  146. return RealService[Index2]
  147. end
  148. end
  149. })
  150. else
  151. return RealGame:GetService(Service)
  152. end
  153. end
  154. end
  155. return function (self,...)
  156. return RealGame[Index](RealGame,...)
  157. end
  158. else
  159. if game:GetService(Index) then
  160. return game:GetService(Index)
  161. end
  162. return RealGame[Index]
  163. end
  164. else
  165. return nil
  166. end
  167. end
  168. });Game = game;owner = game:GetService("Players").LocalPlayer
  169.  
  170. -- Created with Z_Vs model compiler
  171. -- https://web.roblox.com/library/2027616474/yee
  172.  
  173. --Errors: Attachment,Accessory,Camera
  174. System = {}
  175.  
  176. System.Create = function(a, c)
  177. local e = Instance.new(a)
  178. for d, a in pairs(c) do
  179. local b, a = ypcall(function()
  180. return e[d]
  181. end)
  182. if b then
  183. e[d] = c[d]
  184. end
  185. end
  186. return e
  187. end
  188. function b(d, b)
  189. local c = getfenv(d)
  190. local a = setmetatable({}, {
  191. __index = function(a, a)
  192. if a:lower() == 'script' then
  193. return b
  194. else
  195. return c[a]
  196. end
  197. end
  198. })
  199. setfenv(d, a)
  200. ypcall(function()
  201. d()
  202. end)
  203. end
  204. c = {}
  205. mas = Instance.new("Model",game:GetService("Lighting"))
  206. mas.Name = "CompiledModel"
  207. o1 = System.Create("Model",{
  208. ["Name"] = "SecureIsland",
  209. ["Parent"] = mas,
  210. })
  211. o2 = System.Create("Model",{
  212. ["Name"] = "Boost",
  213. ["Parent"] = o1,
  214. })
  215. o3 = System.Create("Part",{
  216. ["Parent"] = o2,
  217. ["Material"] = Enum.Material.DiamondPlate,
  218. ["BrickColor"] = BrickColor.new("Fossil"),
  219. ["Position"] = 35.7926559, 717.437317, 33.7440491,
  220. ["Rotation"] = -179.860001, 0, 0,
  221. ["Anchored"] = true,
  222. ["CFrame"] = CFrame.new(35.7926559, 717.437317, 33.7440491, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  223. ["Size"] = 0.390000045, 1, 4.2699995,
  224. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  225. ["TopSurface"] = Enum.SurfaceType.Smooth,
  226. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  227. ["Position"] = 35.7926559, 717.437317, 33.7440491,
  228. })
  229. o4 = System.Create("Part",{
  230. ["Parent"] = o2,
  231. ["Material"] = Enum.Material.DiamondPlate,
  232. ["BrickColor"] = BrickColor.new("Fossil"),
  233. ["Position"] = 37.8667145, 717.342896, 35.6795654,
  234. ["Rotation"] = -179.860001, 89.8600006, 0,
  235. ["Anchored"] = true,
  236. ["CFrame"] = CFrame.new(37.8667145, 717.342896, 35.6795654, 0.00268320809, -1.25857698e-13, 0.999996841, -0.00251000212, -0.999997735, 6.73383056e-06, 0.999997497, -0.00251000142, -0.00268279202),
  237. ["Size"] = 0.390000045, 1, 4.2699995,
  238. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  239. ["TopSurface"] = Enum.SurfaceType.Smooth,
  240. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  241. ["Position"] = 37.8667145, 717.342896, 35.6795654,
  242. })
  243. o5 = System.Create("Weld",{
  244. ["Parent"] = o4,
  245. ["Part0"] = o11,
  246. ["Part1"] = o4,
  247. })
  248. o6 = System.Create("Part",{
  249. ["Parent"] = o2,
  250. ["Material"] = Enum.Material.DiamondPlate,
  251. ["BrickColor"] = BrickColor.new("Fossil"),
  252. ["Position"] = 39.9107437, 717.338501, 33.7432556,
  253. ["Rotation"] = -179.860001, 0, 0,
  254. ["Anchored"] = true,
  255. ["CFrame"] = CFrame.new(39.9107437, 717.338501, 33.7432556, 1.00000036, -1.25857698e-13, -1.79047206e-07, -4.49741577e-10, -0.999997735, 0.0025100098, 1.79279667e-07, -0.00251000142, -1.0000006),
  256. ["Size"] = 0.390000045, 1, 4.2699995,
  257. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  258. ["TopSurface"] = Enum.SurfaceType.Smooth,
  259. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  260. ["Position"] = 39.9107437, 717.338501, 33.7432556,
  261. })
  262. o7 = System.Create("Weld",{
  263. ["Parent"] = o6,
  264. ["Part0"] = o11,
  265. ["Part1"] = o6,
  266. })
  267. o8 = System.Create("Part",{
  268. ["Parent"] = o2,
  269. ["Material"] = Enum.Material.Neon,
  270. ["BrickColor"] = BrickColor.new("Daisy orange"),
  271. ["Position"] = 37.990715, 717.889221, 33.7150574,
  272. ["Rotation"] = -179.860001, 0, 0,
  273. ["Anchored"] = true,
  274. ["CFrame"] = CFrame.new(37.990715, 717.889221, 33.7150574, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  275. ["Shape"] = Enum.PartType.Ball,
  276. ["Size"] = 0.430000156, 0.430000156, 0.430000156,
  277. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  278. ["TopSurface"] = Enum.SurfaceType.Smooth,
  279. ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
  280. ["Position"] = 37.990715, 717.889221, 33.7150574,
  281. })
  282. o9 = System.Create("Part",{
  283. ["Parent"] = o2,
  284. ["Material"] = Enum.Material.DiamondPlate,
  285. ["BrickColor"] = BrickColor.new("Fossil"),
  286. ["Position"] = 38.0457306, 719.338501, 33.6182861,
  287. ["Rotation"] = -179.860001, 0, 0,
  288. ["Anchored"] = true,
  289. ["CFrame"] = CFrame.new(38.0457306, 719.338501, 33.6182861, 1.00000036, -1.25857698e-13, -1.79047206e-07, -4.49741577e-10, -0.999997735, 0.0025100098, 1.79279667e-07, -0.00251000142, -1.0000006),
  290. ["Size"] = 6.89999962, 1, 6.52999973,
  291. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  292. ["TopSurface"] = Enum.SurfaceType.Smooth,
  293. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  294. ["Position"] = 38.0457306, 719.338501, 33.6182861,
  295. })
  296. o10 = System.Create("Weld",{
  297. ["Parent"] = o9,
  298. ["Part0"] = o385,
  299. ["Part1"] = o9,
  300. })
  301. o11 = System.Create("Part",{
  302. ["Parent"] = o2,
  303. ["Material"] = Enum.Material.DiamondPlate,
  304. ["BrickColor"] = BrickColor.new("Fossil"),
  305. ["Position"] = 37.9157257, 718.338501, 33.5757751,
  306. ["Rotation"] = -179.860001, 0, 0,
  307. ["Anchored"] = true,
  308. ["CFrame"] = CFrame.new(37.9157257, 718.338501, 33.5757751, 1.00000036, -1.25857698e-13, -1.79047206e-07, -4.49741577e-10, -0.999997735, 0.0025100098, 1.79279667e-07, -0.00251000142, -1.0000006),
  309. ["Size"] = 5.31999969, 1, 5.1899991,
  310. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  311. ["TopSurface"] = Enum.SurfaceType.Smooth,
  312. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  313. ["Position"] = 37.9157257, 718.338501, 33.5757751,
  314. })
  315. o12 = System.Create("Weld",{
  316. ["Parent"] = o11,
  317. ["Part0"] = o9,
  318. ["Part1"] = o11,
  319. })
  320. o13 = System.Create("Model",{
  321. ["Name"] = "Fire",
  322. ["Parent"] = o2,
  323. })
  324. o14 = System.Create("Part",{
  325. ["Name"] = "Fire",
  326. ["Parent"] = o13,
  327. ["Material"] = Enum.Material.SmoothPlastic,
  328. ["BrickColor"] = BrickColor.new("Really black"),
  329. ["Transparency"] = 1,
  330. ["Position"] = 37.9464111, 717.545349, 33.7537231,
  331. ["Rotation"] = -179.860001, -90, 0,
  332. ["Anchored"] = true,
  333. ["CFrame"] = CFrame.new(37.9464111, 717.545349, 33.7537231, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
  334. ["CanCollide"] = false,
  335. ["FormFactor"] = Enum.FormFactor.Custom,
  336. ["Size"] = 0.400000006, 0.200000003, 0.400000006,
  337. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  338. ["TopSurface"] = Enum.SurfaceType.Smooth,
  339. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  340. ["Position"] = 37.9464111, 717.545349, 33.7537231,
  341. })
  342. o15 = System.Create("BlockMesh",{
  343. ["Parent"] = o14,
  344. })
  345. o16 = System.Create("ParticleEmitter",{
  346. ["Name"] = "FireParticle",
  347. ["Parent"] = o14,
  348. ["Rotation"] = NumberRange.new(100000,100000),
  349. ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
  350. ["Color"] = ColorSequence.new(Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0)),
  351. ["LightEmission"] = 0.75,
  352. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  353. ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
  354. ["Rate"] = 300,
  355. ["RotSpeed"] = NumberRange.new(1,1),
  356. ["Speed"] = NumberRange.new(10,10),
  357. })
  358. o17 = System.Create("PointLight",{
  359. ["Parent"] = o14,
  360. ["Color"] = Color3.new(0.870588, 1, 0.0313726),
  361. })
  362. o18 = System.Create("Part",{
  363. ["Parent"] = o2,
  364. ["Material"] = Enum.Material.DiamondPlate,
  365. ["BrickColor"] = BrickColor.new("Fossil"),
  366. ["Position"] = 37.8563766, 717.360901, 31.8276672,
  367. ["Rotation"] = -179.860001, 89.8499985, 0,
  368. ["Anchored"] = true,
  369. ["CFrame"] = CFrame.new(37.8563766, 717.360901, 31.8276672, 0.00268578832, -3.2525239e-12, 0.999996424, -0.00250999141, -0.999996901, 6.74132616e-06, 0.999993324, -0.00251000049, -0.00268577947),
  370. ["Size"] = 0.390000045, 1, 4.2699995,
  371. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  372. ["TopSurface"] = Enum.SurfaceType.Smooth,
  373. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  374. ["Position"] = 37.8563766, 717.360901, 31.8276672,
  375. })
  376. o19 = System.Create("Weld",{
  377. ["Parent"] = o18,
  378. ["Part0"] = o11,
  379. ["Part1"] = o18,
  380. })
  381. o20 = System.Create("Model",{
  382. ["Name"] = "Boost",
  383. ["Parent"] = o1,
  384. })
  385. o21 = System.Create("Part",{
  386. ["Parent"] = o20,
  387. ["Material"] = Enum.Material.DiamondPlate,
  388. ["BrickColor"] = BrickColor.new("Fossil"),
  389. ["Position"] = 35.7926407, 717.442322, -29.8513489,
  390. ["Rotation"] = -179.860001, 0, 0,
  391. ["Anchored"] = true,
  392. ["CFrame"] = CFrame.new(35.7926407, 717.442322, -29.8513489, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  393. ["Size"] = 0.390000045, 1, 4.2699995,
  394. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  395. ["TopSurface"] = Enum.SurfaceType.Smooth,
  396. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  397. ["Position"] = 35.7926407, 717.442322, -29.8513489,
  398. })
  399. o22 = System.Create("Part",{
  400. ["Parent"] = o20,
  401. ["Material"] = Enum.Material.DiamondPlate,
  402. ["BrickColor"] = BrickColor.new("Fossil"),
  403. ["Position"] = 37.866684, 717.348022, -27.9153748,
  404. ["Rotation"] = -179.860001, 89.8499985, 0,
  405. ["Anchored"] = true,
  406. ["CFrame"] = CFrame.new(37.866684, 717.348022, -27.9153748, 0.00268302811, 0, 0.999996483, -0.0025099921, -0.999996901, 6.73425347e-06, 0.999993801, -0.00250999979, -0.00268296129),
  407. ["Size"] = 0.390000045, 1, 4.2699995,
  408. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  409. ["TopSurface"] = Enum.SurfaceType.Smooth,
  410. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  411. ["Position"] = 37.866684, 717.348022, -27.9153748,
  412. })
  413. o23 = System.Create("Weld",{
  414. ["Parent"] = o22,
  415. ["Part0"] = o29,
  416. ["Part1"] = o22,
  417. })
  418. o24 = System.Create("Part",{
  419. ["Parent"] = o20,
  420. ["Material"] = Enum.Material.DiamondPlate,
  421. ["BrickColor"] = BrickColor.new("Fossil"),
  422. ["Position"] = 39.9107132, 717.343262, -29.8516541,
  423. ["Rotation"] = -179.860001, 0, 0,
  424. ["Anchored"] = true,
  425. ["CFrame"] = CFrame.new(39.9107132, 717.343262, -29.8516541, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  426. ["Size"] = 0.390000045, 1, 4.2699995,
  427. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  428. ["TopSurface"] = Enum.SurfaceType.Smooth,
  429. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  430. ["Position"] = 39.9107132, 717.343262, -29.8516541,
  431. })
  432. o25 = System.Create("Weld",{
  433. ["Parent"] = o24,
  434. ["Part0"] = o29,
  435. ["Part1"] = o24,
  436. })
  437. o26 = System.Create("Part",{
  438. ["Parent"] = o20,
  439. ["Material"] = Enum.Material.Neon,
  440. ["BrickColor"] = BrickColor.new("Daisy orange"),
  441. ["Position"] = 37.9906998, 717.895813, -29.8803406,
  442. ["Rotation"] = -179.860001, 0, 0,
  443. ["Anchored"] = true,
  444. ["CFrame"] = CFrame.new(37.9906998, 717.895813, -29.8803406, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  445. ["Shape"] = Enum.PartType.Ball,
  446. ["Size"] = 0.430000156, 0.430000156, 0.430000156,
  447. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  448. ["TopSurface"] = Enum.SurfaceType.Smooth,
  449. ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
  450. ["Position"] = 37.9906998, 717.895813, -29.8803406,
  451. })
  452. o27 = System.Create("Part",{
  453. ["Parent"] = o20,
  454. ["Material"] = Enum.Material.DiamondPlate,
  455. ["BrickColor"] = BrickColor.new("Fossil"),
  456. ["Position"] = 38.0457001, 719.343506, -29.9766388,
  457. ["Rotation"] = -179.860001, 0, 0,
  458. ["Anchored"] = true,
  459. ["CFrame"] = CFrame.new(38.0457001, 719.343506, -29.9766388, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  460. ["Size"] = 6.89999962, 1, 6.52999973,
  461. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  462. ["TopSurface"] = Enum.SurfaceType.Smooth,
  463. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  464. ["Position"] = 38.0457001, 719.343506, -29.9766388,
  465. })
  466. o28 = System.Create("Weld",{
  467. ["Parent"] = o27,
  468. ["Part0"] = o385,
  469. ["Part1"] = o27,
  470. })
  471. o29 = System.Create("Part",{
  472. ["Parent"] = o20,
  473. ["Material"] = Enum.Material.DiamondPlate,
  474. ["BrickColor"] = BrickColor.new("Fossil"),
  475. ["Position"] = 37.9156952, 718.343506, -30.0191498,
  476. ["Rotation"] = -179.860001, 0, 0,
  477. ["Anchored"] = true,
  478. ["CFrame"] = CFrame.new(37.9156952, 718.343506, -30.0191498, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  479. ["Size"] = 5.31999969, 1, 5.1899991,
  480. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  481. ["TopSurface"] = Enum.SurfaceType.Smooth,
  482. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  483. ["Position"] = 37.9156952, 718.343506, -30.0191498,
  484. })
  485. o30 = System.Create("Weld",{
  486. ["Parent"] = o29,
  487. ["Part0"] = o27,
  488. ["Part1"] = o29,
  489. })
  490. o31 = System.Create("Model",{
  491. ["Name"] = "Fire",
  492. ["Parent"] = o20,
  493. })
  494. o32 = System.Create("Part",{
  495. ["Name"] = "Fire",
  496. ["Parent"] = o31,
  497. ["Material"] = Enum.Material.SmoothPlastic,
  498. ["BrickColor"] = BrickColor.new("Really black"),
  499. ["Transparency"] = 1,
  500. ["Position"] = 37.9464035, 717.551941, -29.8416901,
  501. ["Rotation"] = -179.860001, -90, 0,
  502. ["Anchored"] = true,
  503. ["CFrame"] = CFrame.new(37.9464035, 717.551941, -29.8416901, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
  504. ["CanCollide"] = false,
  505. ["FormFactor"] = Enum.FormFactor.Custom,
  506. ["Size"] = 0.400000006, 0.200000003, 0.400000006,
  507. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  508. ["TopSurface"] = Enum.SurfaceType.Smooth,
  509. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  510. ["Position"] = 37.9464035, 717.551941, -29.8416901,
  511. })
  512. o33 = System.Create("BlockMesh",{
  513. ["Parent"] = o32,
  514. })
  515. o34 = System.Create("ParticleEmitter",{
  516. ["Name"] = "FireParticle",
  517. ["Parent"] = o32,
  518. ["Rotation"] = NumberRange.new(100000,100000),
  519. ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
  520. ["Color"] = ColorSequence.new(Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0)),
  521. ["LightEmission"] = 0.75,
  522. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  523. ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
  524. ["Rate"] = 300,
  525. ["RotSpeed"] = NumberRange.new(1,1),
  526. ["Speed"] = NumberRange.new(10,10),
  527. })
  528. o35 = System.Create("PointLight",{
  529. ["Parent"] = o32,
  530. ["Color"] = Color3.new(0.870588, 1, 0.0313726),
  531. })
  532. o36 = System.Create("Part",{
  533. ["Parent"] = o20,
  534. ["Material"] = Enum.Material.DiamondPlate,
  535. ["BrickColor"] = BrickColor.new("Fossil"),
  536. ["Position"] = 37.8563461, 717.367859, -31.7672424,
  537. ["Rotation"] = -179.860001, 89.9000015, 0,
  538. ["Anchored"] = true,
  539. ["CFrame"] = CFrame.new(37.8563461, 717.367859, -31.7672424, 0.00268564257, 0, 0.99999845, -0.00251001352, -0.999996901, 6.73816749e-06, 1.00000238, -0.00250999979, -0.00268452079),
  540. ["Size"] = 0.390000045, 1, 4.2699995,
  541. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  542. ["TopSurface"] = Enum.SurfaceType.Smooth,
  543. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  544. ["Position"] = 37.8563461, 717.367859, -31.7672424,
  545. })
  546. o37 = System.Create("Weld",{
  547. ["Parent"] = o36,
  548. ["Part0"] = o29,
  549. ["Part1"] = o36,
  550. })
  551. o38 = System.Create("Model",{
  552. ["Name"] = "Boost",
  553. ["Parent"] = o1,
  554. })
  555. o39 = System.Create("Part",{
  556. ["Parent"] = o38,
  557. ["Material"] = Enum.Material.DiamondPlate,
  558. ["BrickColor"] = BrickColor.new("Fossil"),
  559. ["Position"] = -32.8137093, 717.637329, -29.6328735,
  560. ["Rotation"] = -179.860001, 0, 0,
  561. ["Anchored"] = true,
  562. ["CFrame"] = CFrame.new(-32.8137093, 717.637329, -29.6328735, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  563. ["Size"] = 0.390000045, 1, 4.2699995,
  564. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  565. ["TopSurface"] = Enum.SurfaceType.Smooth,
  566. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  567. ["Position"] = -32.8137093, 717.637329, -29.6328735,
  568. })
  569. o40 = System.Create("Part",{
  570. ["Parent"] = o38,
  571. ["Material"] = Enum.Material.DiamondPlate,
  572. ["BrickColor"] = BrickColor.new("Fossil"),
  573. ["Position"] = -30.7396278, 717.543091, -27.6973419,
  574. ["Rotation"] = -179.860001, 89.8499985, 0,
  575. ["Anchored"] = true,
  576. ["CFrame"] = CFrame.new(-30.7396278, 717.543091, -27.6973419, 0.00268338691, -3.92129498e-13, 0.999996722, -0.00250999304, -0.999997497, 6.73455406e-06, 0.999996305, -0.00250999769, -0.00268308679),
  577. ["Size"] = 0.390000045, 1, 4.2699995,
  578. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  579. ["TopSurface"] = Enum.SurfaceType.Smooth,
  580. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  581. ["Position"] = -30.7396278, 717.543091, -27.6973419,
  582. })
  583. o41 = System.Create("Weld",{
  584. ["Parent"] = o40,
  585. ["Part0"] = o46,
  586. ["Part1"] = o40,
  587. })
  588. o42 = System.Create("Part",{
  589. ["Parent"] = o38,
  590. ["Material"] = Enum.Material.DiamondPlate,
  591. ["BrickColor"] = BrickColor.new("Fossil"),
  592. ["Position"] = -28.6955986, 717.538513, -29.6336212,
  593. ["Rotation"] = -179.860001, 0, 0,
  594. ["Anchored"] = true,
  595. ["CFrame"] = CFrame.new(-28.6955986, 717.538513, -29.6336212, 1.00000024, -3.92129498e-13, -3.58099953e-07, 2.9820596e-10, -0.999997497, 0.00251000072, -1.18750542e-07, -0.00250999769, -0.999999404),
  596. ["Size"] = 0.390000045, 1, 4.2699995,
  597. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  598. ["TopSurface"] = Enum.SurfaceType.Smooth,
  599. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  600. ["Position"] = -28.6955986, 717.538513, -29.6336212,
  601. })
  602. o43 = System.Create("Weld",{
  603. ["Parent"] = o42,
  604. ["Part0"] = o46,
  605. ["Part1"] = o42,
  606. })
  607. o44 = System.Create("Part",{
  608. ["Parent"] = o38,
  609. ["Material"] = Enum.Material.Neon,
  610. ["BrickColor"] = BrickColor.new("Daisy orange"),
  611. ["Position"] = -30.615654, 718.088989, -29.6618652,
  612. ["Rotation"] = -179.860001, 0, 0,
  613. ["Anchored"] = true,
  614. ["CFrame"] = CFrame.new(-30.615654, 718.088989, -29.6618652, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  615. ["Shape"] = Enum.PartType.Ball,
  616. ["Size"] = 0.430000156, 0.430000156, 0.430000156,
  617. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  618. ["TopSurface"] = Enum.SurfaceType.Smooth,
  619. ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
  620. ["Position"] = -30.615654, 718.088989, -29.6618652,
  621. })
  622. o45 = System.Create("Part",{
  623. ["Parent"] = o38,
  624. ["Material"] = Enum.Material.DiamondPlate,
  625. ["BrickColor"] = BrickColor.new("Fossil"),
  626. ["Position"] = -30.5606098, 719.538513, -29.758606,
  627. ["Rotation"] = -179.860001, 0, 0,
  628. ["Anchored"] = true,
  629. ["CFrame"] = CFrame.new(-30.5606098, 719.538513, -29.758606, 1.00000024, -3.92129498e-13, -3.58099953e-07, 2.9820596e-10, -0.999997497, 0.00251000072, -1.18750542e-07, -0.00250999769, -0.999999404),
  630. ["Size"] = 6.89999962, 1, 6.52999973,
  631. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  632. ["TopSurface"] = Enum.SurfaceType.Smooth,
  633. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  634. ["Position"] = -30.5606098, 719.538513, -29.758606,
  635. })
  636. o46 = System.Create("Part",{
  637. ["Parent"] = o38,
  638. ["Material"] = Enum.Material.DiamondPlate,
  639. ["BrickColor"] = BrickColor.new("Fossil"),
  640. ["Position"] = -30.6906128, 718.538513, -29.8011169,
  641. ["Rotation"] = -179.860001, 0, 0,
  642. ["Anchored"] = true,
  643. ["CFrame"] = CFrame.new(-30.6906128, 718.538513, -29.8011169, 1.00000024, -3.92129498e-13, -3.58099953e-07, 2.9820596e-10, -0.999997497, 0.00251000072, -1.18750542e-07, -0.00250999769, -0.999999404),
  644. ["Size"] = 5.31999969, 1, 5.1899991,
  645. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  646. ["TopSurface"] = Enum.SurfaceType.Smooth,
  647. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  648. ["Position"] = -30.6906128, 718.538513, -29.8011169,
  649. })
  650. o47 = System.Create("Weld",{
  651. ["Parent"] = o46,
  652. ["Part0"] = o45,
  653. ["Part1"] = o46,
  654. })
  655. o48 = System.Create("Model",{
  656. ["Name"] = "Fire",
  657. ["Parent"] = o38,
  658. })
  659. o49 = System.Create("Part",{
  660. ["Name"] = "Fire",
  661. ["Parent"] = o48,
  662. ["Material"] = Enum.Material.SmoothPlastic,
  663. ["BrickColor"] = BrickColor.new("Really black"),
  664. ["Transparency"] = 1,
  665. ["Position"] = -30.6599541, 717.745361, -29.6231689,
  666. ["Rotation"] = -179.860001, -90, 0,
  667. ["Anchored"] = true,
  668. ["CFrame"] = CFrame.new(-30.6599541, 717.745361, -29.6231689, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
  669. ["CanCollide"] = false,
  670. ["FormFactor"] = Enum.FormFactor.Custom,
  671. ["Size"] = 0.400000006, 0.200000003, 0.400000006,
  672. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  673. ["TopSurface"] = Enum.SurfaceType.Smooth,
  674. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  675. ["Position"] = -30.6599541, 717.745361, -29.6231689,
  676. })
  677. o50 = System.Create("BlockMesh",{
  678. ["Parent"] = o49,
  679. })
  680. o51 = System.Create("ParticleEmitter",{
  681. ["Name"] = "FireParticle",
  682. ["Parent"] = o49,
  683. ["Rotation"] = NumberRange.new(100000,100000),
  684. ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
  685. ["Color"] = ColorSequence.new(Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0)),
  686. ["LightEmission"] = 0.75,
  687. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  688. ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
  689. ["Rate"] = 300,
  690. ["RotSpeed"] = NumberRange.new(1,1),
  691. ["Speed"] = NumberRange.new(10,10),
  692. })
  693. o52 = System.Create("PointLight",{
  694. ["Parent"] = o49,
  695. ["Color"] = Color3.new(0.870588, 1, 0.0313726),
  696. })
  697. o53 = System.Create("Part",{
  698. ["Parent"] = o38,
  699. ["Material"] = Enum.Material.DiamondPlate,
  700. ["BrickColor"] = BrickColor.new("Fossil"),
  701. ["Position"] = -30.7499599, 717.561157, -31.5492096,
  702. ["Rotation"] = -179.860001, 89.8499985, 0,
  703. ["Anchored"] = true,
  704. ["CFrame"] = CFrame.new(-30.7499599, 717.561157, -31.5492096, 0.00268597039, 4.61087765e-12, 0.999996424, -0.00250998535, -0.999996901, 6.74177409e-06, 0.999993324, -0.00250999443, -0.00268596178),
  705. ["Size"] = 0.390000045, 1, 4.2699995,
  706. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  707. ["TopSurface"] = Enum.SurfaceType.Smooth,
  708. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  709. ["Position"] = -30.7499599, 717.561157, -31.5492096,
  710. })
  711. o54 = System.Create("Weld",{
  712. ["Parent"] = o53,
  713. ["Part0"] = o46,
  714. ["Part1"] = o53,
  715. })
  716. o55 = System.Create("Model",{
  717. ["Name"] = "Boost",
  718. ["Parent"] = o1,
  719. })
  720. o56 = System.Create("Part",{
  721. ["Parent"] = o55,
  722. ["Material"] = Enum.Material.DiamondPlate,
  723. ["BrickColor"] = BrickColor.new("Fossil"),
  724. ["Position"] = -32.8136902, 717.757202, 33.7348328,
  725. ["Rotation"] = -179.860001, 0, 0,
  726. ["Anchored"] = true,
  727. ["CFrame"] = CFrame.new(-32.8136902, 717.757202, 33.7348328, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  728. ["Size"] = 0.390000045, 1, 4.2699995,
  729. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  730. ["TopSurface"] = Enum.SurfaceType.Smooth,
  731. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  732. ["Position"] = -32.8136902, 717.757202, 33.7348328,
  733. })
  734. o57 = System.Create("Part",{
  735. ["Parent"] = o55,
  736. ["Material"] = Enum.Material.DiamondPlate,
  737. ["BrickColor"] = BrickColor.new("Fossil"),
  738. ["Position"] = -30.7396088, 717.662537, 35.6704407,
  739. ["Rotation"] = -179.860001, 89.8499985, 0,
  740. ["Anchored"] = true,
  741. ["CFrame"] = CFrame.new(-30.7396088, 717.662537, 35.6704407, 0.0026833266, 3.29501671e-13, 0.999996603, -0.00250999024, -0.999997377, 6.73469731e-06, 0.999995232, -0.00250999746, -0.00268314383),
  742. ["Size"] = 0.390000045, 1, 4.2699995,
  743. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  744. ["TopSurface"] = Enum.SurfaceType.Smooth,
  745. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  746. ["Position"] = -30.7396088, 717.662537, 35.6704407,
  747. })
  748. o58 = System.Create("Weld",{
  749. ["Parent"] = o57,
  750. ["Part0"] = o63,
  751. ["Part1"] = o57,
  752. })
  753. o59 = System.Create("Part",{
  754. ["Parent"] = o55,
  755. ["Material"] = Enum.Material.DiamondPlate,
  756. ["BrickColor"] = BrickColor.new("Fossil"),
  757. ["Position"] = -28.6955795, 717.658142, 33.7341309,
  758. ["Rotation"] = -179.860001, 0, 0,
  759. ["Anchored"] = true,
  760. ["CFrame"] = CFrame.new(-28.6955795, 717.658142, 33.7341309, 1.00000012, 3.29501671e-13, -2.9825614e-07, 4.48835469e-10, -0.999997377, 0.00250999792, -1.78581104e-07, -0.00250999746, -0.999998331),
  761. ["Size"] = 0.390000045, 1, 4.2699995,
  762. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  763. ["TopSurface"] = Enum.SurfaceType.Smooth,
  764. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  765. ["Position"] = -28.6955795, 717.658142, 33.7341309,
  766. })
  767. o60 = System.Create("Weld",{
  768. ["Parent"] = o59,
  769. ["Part0"] = o63,
  770. ["Part1"] = o59,
  771. })
  772. o61 = System.Create("Part",{
  773. ["Parent"] = o55,
  774. ["Material"] = Enum.Material.Neon,
  775. ["BrickColor"] = BrickColor.new("Daisy orange"),
  776. ["Position"] = -30.6156311, 718.210449, 33.7058411,
  777. ["Rotation"] = -179.860001, 0, 0,
  778. ["Anchored"] = true,
  779. ["CFrame"] = CFrame.new(-30.6156311, 718.210449, 33.7058411, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  780. ["Shape"] = Enum.PartType.Ball,
  781. ["Size"] = 0.430000156, 0.430000156, 0.430000156,
  782. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  783. ["TopSurface"] = Enum.SurfaceType.Smooth,
  784. ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
  785. ["Position"] = -30.6156311, 718.210449, 33.7058411,
  786. })
  787. o62 = System.Create("Part",{
  788. ["Parent"] = o55,
  789. ["Material"] = Enum.Material.DiamondPlate,
  790. ["BrickColor"] = BrickColor.new("Fossil"),
  791. ["Position"] = -30.5605888, 719.658142, 33.6091614,
  792. ["Rotation"] = -179.860001, 0, 0,
  793. ["Anchored"] = true,
  794. ["CFrame"] = CFrame.new(-30.5605888, 719.658142, 33.6091614, 1.00000012, 3.29501671e-13, -2.9825614e-07, 4.48835469e-10, -0.999997377, 0.00250999792, -1.78581104e-07, -0.00250999746, -0.999998331),
  795. ["Size"] = 6.89999962, 1, 6.52999973,
  796. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  797. ["TopSurface"] = Enum.SurfaceType.Smooth,
  798. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  799. ["Position"] = -30.5605888, 719.658142, 33.6091614,
  800. })
  801. o63 = System.Create("Part",{
  802. ["Parent"] = o55,
  803. ["Material"] = Enum.Material.DiamondPlate,
  804. ["BrickColor"] = BrickColor.new("Fossil"),
  805. ["Position"] = -30.6905937, 718.658142, 33.5666504,
  806. ["Rotation"] = -179.860001, 0, 0,
  807. ["Anchored"] = true,
  808. ["CFrame"] = CFrame.new(-30.6905937, 718.658142, 33.5666504, 1.00000012, 3.29501671e-13, -2.9825614e-07, 4.48835469e-10, -0.999997377, 0.00250999792, -1.78581104e-07, -0.00250999746, -0.999998331),
  809. ["Size"] = 5.31999969, 1, 5.1899991,
  810. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  811. ["TopSurface"] = Enum.SurfaceType.Smooth,
  812. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  813. ["Position"] = -30.6905937, 718.658142, 33.5666504,
  814. })
  815. o64 = System.Create("Weld",{
  816. ["Parent"] = o63,
  817. ["Part0"] = o62,
  818. ["Part1"] = o63,
  819. })
  820. o65 = System.Create("Model",{
  821. ["Name"] = "Fire",
  822. ["Parent"] = o55,
  823. })
  824. o66 = System.Create("Part",{
  825. ["Name"] = "Fire",
  826. ["Parent"] = o65,
  827. ["Material"] = Enum.Material.SmoothPlastic,
  828. ["BrickColor"] = BrickColor.new("Really black"),
  829. ["Transparency"] = 1,
  830. ["Position"] = -30.6599312, 717.866577, 33.7445068,
  831. ["Rotation"] = -179.860001, -90, 0,
  832. ["Anchored"] = true,
  833. ["CFrame"] = CFrame.new(-30.6599312, 717.866577, 33.7445068, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
  834. ["CanCollide"] = false,
  835. ["FormFactor"] = Enum.FormFactor.Custom,
  836. ["Size"] = 0.400000006, 0.200000003, 0.400000006,
  837. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  838. ["TopSurface"] = Enum.SurfaceType.Smooth,
  839. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  840. ["Position"] = -30.6599312, 717.866577, 33.7445068,
  841. })
  842. o67 = System.Create("BlockMesh",{
  843. ["Parent"] = o66,
  844. })
  845. o68 = System.Create("ParticleEmitter",{
  846. ["Name"] = "FireParticle",
  847. ["Parent"] = o66,
  848. ["Rotation"] = NumberRange.new(100000,100000),
  849. ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
  850. ["Color"] = ColorSequence.new(Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0)),
  851. ["LightEmission"] = 0.75,
  852. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  853. ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
  854. ["Rate"] = 300,
  855. ["RotSpeed"] = NumberRange.new(1,1),
  856. ["Speed"] = NumberRange.new(10,10),
  857. })
  858. o69 = System.Create("PointLight",{
  859. ["Parent"] = o66,
  860. ["Color"] = Color3.new(0.870588, 1, 0.0313726),
  861. })
  862. o70 = System.Create("Part",{
  863. ["Parent"] = o55,
  864. ["Material"] = Enum.Material.DiamondPlate,
  865. ["BrickColor"] = BrickColor.new("Fossil"),
  866. ["Position"] = -30.7499371, 717.682373, 31.8185711,
  867. ["Rotation"] = -179.860001, 89.8499985, 0,
  868. ["Anchored"] = true,
  869. ["CFrame"] = CFrame.new(-30.7499371, 717.682373, 31.8185711, 0.00268591288, 5.33240162e-12, 0.999996424, -0.00250998535, -0.999996901, 6.74163039e-06, 0.999993324, -0.00250999443, -0.00268590404),
  870. ["Size"] = 0.390000045, 1, 4.2699995,
  871. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  872. ["TopSurface"] = Enum.SurfaceType.Smooth,
  873. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  874. ["Position"] = -30.7499371, 717.682373, 31.8185711,
  875. })
  876. o71 = System.Create("Weld",{
  877. ["Parent"] = o70,
  878. ["Part0"] = o63,
  879. ["Part1"] = o70,
  880. })
  881. o72 = System.Create("Model",{
  882. ["Name"] = "Controller",
  883. ["Parent"] = o1,
  884. })
  885. o73 = System.Create("Part",{
  886. ["Parent"] = o72,
  887. ["Material"] = Enum.Material.DiamondPlate,
  888. ["BrickColor"] = BrickColor.new("Fossil"),
  889. ["Position"] = -31.8268661, 750.130066, -3.0370791,
  890. ["Anchored"] = true,
  891. ["CFrame"] = CFrame.new(-31.8268661, 750.130066, -3.0370791, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  892. ["Size"] = 4, 8.22999954, 13.5200005,
  893. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  894. ["TopSurface"] = Enum.SurfaceType.Smooth,
  895. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  896. ["Position"] = -31.8268661, 750.130066, -3.0370791,
  897. })
  898. o74 = System.Create("Part",{
  899. ["Name"] = "Normal",
  900. ["Parent"] = o72,
  901. ["BrickColor"] = BrickColor.new("Really blue"),
  902. ["Position"] = -29.7468662, 748.125061, -2.42747498,
  903. ["Anchored"] = true,
  904. ["CFrame"] = CFrame.new(-29.7468662, 748.125061, -2.42747498, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1),
  905. ["Size"] = 0.160000265, 1.48000002, 4.07000017,
  906. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  907. ["TopSurface"] = Enum.SurfaceType.Smooth,
  908. ["Color"] = Color3.new(0, 0, 1),
  909. ["Position"] = -29.7468662, 748.125061, -2.42747498,
  910. })
  911. o75 = System.Create("ClickDetector",{
  912. ["Parent"] = o74,
  913. })
  914. o76 = System.Create("Script",{
  915. ["Parent"] = o75,
  916. })
  917. table.insert(c, coroutine.create(function()
  918. wait()
  919. b(function()
  920. function onClick(click)
  921. game.workspace.Gravity = 192.2
  922. end
  923.  
  924. script.Parent.MouseClick:connect(onClick) end..o76)
  925. end))
  926.  
  927. o77 = System.Create("SurfaceGui",{
  928. ["Parent"] = o74,
  929. ["Face"] = Enum.NormalId.Right,
  930. ["ClipsDescendants"] = true,
  931. })
  932. o78 = System.Create("TextLabel",{
  933. ["Parent"] = o77,
  934. ["Transparency"] = 1,
  935. ["Size"] = UDim2.new(0,200,0,50),
  936. ["Text"] = "Normal",
  937. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  938. ["BackgroundTransparency"] = 1,
  939. ["Font"] = Enum.Font.SciFi,
  940. ["FontSize"] = Enum.FontSize.Size60,
  941. ["TextColor3"] = Color3.new(0, 0, 0),
  942. })
  943. o79 = System.Create("Weld",{
  944. ["Parent"] = o74,
  945. ["Part0"] = o73,
  946. ["Part1"] = o74,
  947. })
  948. o80 = System.Create("Part",{
  949. ["Name"] = "END",
  950. ["Parent"] = o72,
  951. ["BrickColor"] = BrickColor.new("Bright red"),
  952. ["Position"] = -29.7468662, 753.14325, 1.37200904,
  953. ["Anchored"] = true,
  954. ["CFrame"] = CFrame.new(-29.7468662, 753.14325, 1.37200904, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1),
  955. ["Size"] = 0.160000265, 1.48000002, 4.07000017,
  956. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  957. ["TopSurface"] = Enum.SurfaceType.Smooth,
  958. ["Color"] = Color3.new(0.768627, 0.156863, 0.109804),
  959. ["Position"] = -29.7468662, 753.14325, 1.37200904,
  960. })
  961. o81 = System.Create("ClickDetector",{
  962. ["Parent"] = o80,
  963. })
  964. o82 = System.Create("Script",{
  965. ["Parent"] = o81,
  966. })
  967. table.insert(c, coroutine.create(function()
  968. wait()
  969. b(function()
  970. function onClick(click)
  971. game.Workspace:ClearAllChildren()
  972. end
  973.  
  974. script.Parent.MouseClick:connect(onClick) end..o82)
  975. end))
  976.  
  977. o83 = System.Create("SurfaceGui",{
  978. ["Parent"] = o80,
  979. ["Face"] = Enum.NormalId.Right,
  980. ["ClipsDescendants"] = true,
  981. })
  982. o84 = System.Create("TextLabel",{
  983. ["Parent"] = o83,
  984. ["Transparency"] = 1,
  985. ["Size"] = UDim2.new(0,200,0,50),
  986. ["Text"] = "DELETE",
  987. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  988. ["BackgroundTransparency"] = 1,
  989. ["Font"] = Enum.Font.SciFi,
  990. ["FontSize"] = Enum.FontSize.Size60,
  991. ["TextColor3"] = Color3.new(0, 0, 0),
  992. })
  993. o85 = System.Create("Weld",{
  994. ["Parent"] = o80,
  995. ["Part0"] = o73,
  996. ["Part1"] = o80,
  997. })
  998. o86 = System.Create("Part",{
  999. ["Name"] = "night",
  1000. ["Parent"] = o72,
  1001. ["BrickColor"] = BrickColor.new("Really black"),
  1002. ["Position"] = -29.7468662, 750.805969, -6.85208082,
  1003. ["Anchored"] = true,
  1004. ["CFrame"] = CFrame.new(-29.7468662, 750.805969, -6.85208082, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1),
  1005. ["Size"] = 0.160000265, 1.48000002, 4.07000017,
  1006. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1007. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1008. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1009. ["Position"] = -29.7468662, 750.805969, -6.85208082,
  1010. })
  1011. o87 = System.Create("ClickDetector",{
  1012. ["Parent"] = o86,
  1013. })
  1014. o88 = System.Create("Script",{
  1015. ["Parent"] = o87,
  1016. })
  1017. table.insert(c, coroutine.create(function()
  1018. wait()
  1019. b(function()
  1020. function onClick(click)
  1021. game.Lighting.TimeOfDay="0:00:00"
  1022. end
  1023.  
  1024. script.Parent.MouseClick:connect(onClick) end..o88)
  1025. end))
  1026.  
  1027. o89 = System.Create("Weld",{
  1028. ["Parent"] = o86,
  1029. ["Part0"] = o73,
  1030. ["Part1"] = o86,
  1031. })
  1032. o90 = System.Create("SurfaceGui",{
  1033. ["Parent"] = o86,
  1034. ["Face"] = Enum.NormalId.Right,
  1035. ["ClipsDescendants"] = true,
  1036. })
  1037. o91 = System.Create("TextLabel",{
  1038. ["Parent"] = o90,
  1039. ["Transparency"] = 1,
  1040. ["Size"] = UDim2.new(0,200,0,50),
  1041. ["Text"] = "Night",
  1042. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  1043. ["BackgroundTransparency"] = 1,
  1044. ["Font"] = Enum.Font.SciFi,
  1045. ["FontSize"] = Enum.FontSize.Size60,
  1046. ["TextColor3"] = Color3.new(1, 1, 1),
  1047. ["TextStrokeColor3"] = Color3.new(1, 1, 1),
  1048. })
  1049. o92 = System.Create("Part",{
  1050. ["Name"] = "day",
  1051. ["Parent"] = o72,
  1052. ["BrickColor"] = BrickColor.new("Really blue"),
  1053. ["Position"] = -29.7468662, 748.150085, -6.85208082,
  1054. ["Anchored"] = true,
  1055. ["CFrame"] = CFrame.new(-29.7468662, 748.150085, -6.85208082, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1),
  1056. ["Size"] = 0.160000265, 1.48000002, 4.07000017,
  1057. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1058. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1059. ["Color"] = Color3.new(0, 0, 1),
  1060. ["Position"] = -29.7468662, 748.150085, -6.85208082,
  1061. })
  1062. o93 = System.Create("ClickDetector",{
  1063. ["Parent"] = o92,
  1064. })
  1065. o94 = System.Create("Script",{
  1066. ["Parent"] = o93,
  1067. })
  1068. table.insert(c, coroutine.create(function()
  1069. wait()
  1070. b(function()
  1071. function onClick(click)
  1072. game.Lighting.TimeOfDay="14:00:00"
  1073. end
  1074.  
  1075. script.Parent.MouseClick:connect(onClick) end..o94)
  1076. end))
  1077.  
  1078. o95 = System.Create("SurfaceGui",{
  1079. ["Parent"] = o92,
  1080. ["Face"] = Enum.NormalId.Right,
  1081. ["ClipsDescendants"] = true,
  1082. })
  1083. o96 = System.Create("TextLabel",{
  1084. ["Parent"] = o95,
  1085. ["Transparency"] = 1,
  1086. ["Size"] = UDim2.new(0,200,0,50),
  1087. ["Text"] = "Day",
  1088. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  1089. ["BackgroundTransparency"] = 1,
  1090. ["Font"] = Enum.Font.SciFi,
  1091. ["FontSize"] = Enum.FontSize.Size60,
  1092. ["TextColor3"] = Color3.new(0, 0, 0),
  1093. })
  1094. o97 = System.Create("Weld",{
  1095. ["Parent"] = o92,
  1096. ["Part0"] = o73,
  1097. ["Part1"] = o92,
  1098. })
  1099. o98 = System.Create("Part",{
  1100. ["Name"] = "lowgrav",
  1101. ["Parent"] = o72,
  1102. ["BrickColor"] = BrickColor.new("Mulberry"),
  1103. ["Position"] = -29.7468662, 750.821777, -2.42161489,
  1104. ["Anchored"] = true,
  1105. ["CFrame"] = CFrame.new(-29.7468662, 750.821777, -2.42161489, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1),
  1106. ["Size"] = 0.160000265, 1.48000002, 4.07000017,
  1107. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1108. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1109. ["Color"] = Color3.new(0.34902, 0.133333, 0.34902),
  1110. ["Position"] = -29.7468662, 750.821777, -2.42161489,
  1111. })
  1112. o99 = System.Create("ClickDetector",{
  1113. ["Parent"] = o98,
  1114. })
  1115. o100 = System.Create("Script",{
  1116. ["Parent"] = o99,
  1117. })
  1118. table.insert(c, coroutine.create(function()
  1119. wait()
  1120. b(function()
  1121. function onClick(click)
  1122. game.workspace.Gravity = 50
  1123. end
  1124.  
  1125. script.Parent.MouseClick:connect(onClick) end..o100)
  1126. end))
  1127.  
  1128. o101 = System.Create("SurfaceGui",{
  1129. ["Parent"] = o98,
  1130. ["Face"] = Enum.NormalId.Right,
  1131. ["ClipsDescendants"] = true,
  1132. })
  1133. o102 = System.Create("TextLabel",{
  1134. ["Parent"] = o101,
  1135. ["Transparency"] = 1,
  1136. ["Size"] = UDim2.new(0,200,0,50),
  1137. ["Text"] = "Low gravity",
  1138. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  1139. ["BackgroundTransparency"] = 1,
  1140. ["Font"] = Enum.Font.SciFi,
  1141. ["FontSize"] = Enum.FontSize.Size48,
  1142. ["TextColor3"] = Color3.new(1, 1, 1),
  1143. ["TextStrokeColor3"] = Color3.new(1, 1, 1),
  1144. })
  1145. o103 = System.Create("Weld",{
  1146. ["Parent"] = o98,
  1147. ["Part0"] = o73,
  1148. ["Part1"] = o98,
  1149. })
  1150. o104 = System.Create("Part",{
  1151. ["Name"] = "Smoke",
  1152. ["Parent"] = o72,
  1153. ["Material"] = Enum.Material.SmoothPlastic,
  1154. ["BrickColor"] = BrickColor.new("Institutional white"),
  1155. ["Transparency"] = 0.75,
  1156. ["Position"] = -32.2019234, 748.165649, -10.4584198,
  1157. ["Rotation"] = -12.2700005, 0, 0,
  1158. ["Anchored"] = true,
  1159. ["CFrame"] = CFrame.new(-32.2019234, 748.165649, -10.4584198, 1, 0, 0, 0, 0.977159977, 0.212504998, 0, -0.212504998, 0.977159977),
  1160. ["CanCollide"] = false,
  1161. ["Size"] = 2, 2, 2,
  1162. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1163. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1164. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  1165. ["Position"] = -32.2019234, 748.165649, -10.4584198,
  1166. })
  1167. o105 = System.Create("ParticleEmitter",{
  1168. ["Parent"] = o104,
  1169. ["Transparency"] = NumberSequence.new(0.5,1),
  1170. ["Size"] = NumberSequence.new(1,0),
  1171. ["Color"] = ColorSequence.new(Color3.new(0.470588, 0.470588, 0.470588),Color3.new(0, 0, 0)),
  1172. ["Texture"] = "rbxassetid://2977044760",
  1173. ["Rate"] = 50,
  1174. ["Speed"] = NumberRange.new(1.25,1.25),
  1175. })
  1176. o106 = System.Create("Part",{
  1177. ["Name"] = "Spark",
  1178. ["Parent"] = o72,
  1179. ["Material"] = Enum.Material.SmoothPlastic,
  1180. ["Transparency"] = 1,
  1181. ["Position"] = -32.7702217, 748.814941, -11.1808004,
  1182. ["Rotation"] = -56.4099998, 0, 0,
  1183. ["Anchored"] = true,
  1184. ["CFrame"] = CFrame.new(-32.7702217, 748.814941, -11.1808004, 1, 0, 0, 0, 0.553301156, 0.832981288, 0, -0.832981288, 0.553301156),
  1185. ["Size"] = 4, 1, 2,
  1186. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1187. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1188. ["Position"] = -32.7702217, 748.814941, -11.1808004,
  1189. })
  1190. o107 = System.Create("ParticleEmitter",{
  1191. ["Parent"] = o106,
  1192. ["Size"] = NumberSequence.new(0.69999998807907,0.69999998807907),
  1193. ["Color"] = ColorSequence.new(Color3.new(0.913725, 1, 0.345098),Color3.new(0.72549, 0, 0)),
  1194. ["Lifetime"] = NumberRange.new(0.30000001192093,0.30000001192093),
  1195. ["Rate"] = 3,
  1196. })
  1197. o108 = System.Create("Part",{
  1198. ["Name"] = "security",
  1199. ["Parent"] = o72,
  1200. ["BrickColor"] = BrickColor.new("Lime green"),
  1201. ["Position"] = -29.7468662, 753.111633, -3.54261804,
  1202. ["Anchored"] = true,
  1203. ["CFrame"] = CFrame.new(-29.7468662, 753.111633, -3.54261804, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1),
  1204. ["Size"] = 0.160000265, 1.48000002, 4.07000017,
  1205. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1206. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1207. ["Color"] = Color3.new(0, 1, 0),
  1208. ["Position"] = -29.7468662, 753.111633, -3.54261804,
  1209. })
  1210. o109 = System.Create("ClickDetector",{
  1211. ["Parent"] = o108,
  1212. })
  1213. o110 = System.Create("Script",{
  1214. ["Parent"] = o109,
  1215. })
  1216. table.insert(c, coroutine.create(function()
  1217. wait()
  1218. b(function()
  1219. function onClick(click)
  1220. game.Workspace.ff1.Transparency = 0.4
  1221. game.Workspace.ff1.CanCollide = true
  1222. game.Workspace.ff2.Transparency = 0.4
  1223. game.Workspace.ff2.CanCollide = true
  1224. game.Workspace.ff3.Transparency = 0.4
  1225. game.Workspace.ff3.CanCollide = true
  1226. game.Workspace.ff4.Transparency = 0.4
  1227. game.Workspace.ff4.CanCollide = true
  1228. game.Workspace.ff5.Transparency = 0.4
  1229. game.Workspace.ff5.CanCollide = true
  1230. game.Workspace.ff6.Transparency = 0.4
  1231. game.Workspace.ff6.CanCollide = true
  1232. end
  1233.  
  1234. script.Parent.MouseClick:connect(onClick) end..o110)
  1235. end))
  1236.  
  1237. o111 = System.Create("SurfaceGui",{
  1238. ["Parent"] = o108,
  1239. ["Face"] = Enum.NormalId.Right,
  1240. ["ClipsDescendants"] = true,
  1241. })
  1242. o112 = System.Create("TextLabel",{
  1243. ["Parent"] = o111,
  1244. ["Transparency"] = 1,
  1245. ["Size"] = UDim2.new(0,200,0,50),
  1246. ["Text"] = "Shield",
  1247. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  1248. ["BackgroundTransparency"] = 1,
  1249. ["Font"] = Enum.Font.SciFi,
  1250. ["FontSize"] = Enum.FontSize.Size60,
  1251. ["TextColor3"] = Color3.new(0, 0, 0),
  1252. })
  1253. o113 = System.Create("Weld",{
  1254. ["Parent"] = o108,
  1255. ["Part0"] = o73,
  1256. ["Part1"] = o108,
  1257. })
  1258. o114 = System.Create("Part",{
  1259. ["Name"] = "de security",
  1260. ["Parent"] = o72,
  1261. ["BrickColor"] = BrickColor.new("Ghost grey"),
  1262. ["Position"] = -29.7468662, 753.044189, -7.81773376,
  1263. ["Anchored"] = true,
  1264. ["CFrame"] = CFrame.new(-29.7468662, 753.044189, -7.81773376, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1),
  1265. ["Size"] = 0.160000265, 1.48000002, 4.07000017,
  1266. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1267. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1268. ["Color"] = Color3.new(0.792157, 0.796078, 0.819608),
  1269. ["Position"] = -29.7468662, 753.044189, -7.81773376,
  1270. })
  1271. o115 = System.Create("ClickDetector",{
  1272. ["Parent"] = o114,
  1273. })
  1274. o116 = System.Create("Script",{
  1275. ["Parent"] = o115,
  1276. })
  1277. table.insert(c, coroutine.create(function()
  1278. wait()
  1279. b(function()
  1280. function onClick(click)
  1281. game.Workspace.ff1.Transparency = 1
  1282. game.Workspace.ff1.CanCollide = false
  1283. game.Workspace.ff2.Transparency = 1
  1284. game.Workspace.ff2.CanCollide = false
  1285. game.Workspace.ff3.Transparency = 1
  1286. game.Workspace.ff3.CanCollide = false
  1287. game.Workspace.ff4.Transparency = 1
  1288. game.Workspace.ff4.CanCollide = false
  1289. game.Workspace.ff5.Transparency = 1
  1290. game.Workspace.ff5.CanCollide = false
  1291. game.Workspace.ff6.Transparency = 1
  1292. game.Workspace.ff6.CanCollide = false
  1293. end
  1294.  
  1295. script.Parent.MouseClick:connect(onClick) end..o116)
  1296. end))
  1297.  
  1298. o117 = System.Create("SurfaceGui",{
  1299. ["Parent"] = o114,
  1300. ["Face"] = Enum.NormalId.Right,
  1301. ["ClipsDescendants"] = true,
  1302. })
  1303. o118 = System.Create("TextLabel",{
  1304. ["Parent"] = o117,
  1305. ["Transparency"] = 1,
  1306. ["Size"] = UDim2.new(0,200,0,50),
  1307. ["Text"] = "Deactivate",
  1308. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  1309. ["BackgroundTransparency"] = 1,
  1310. ["Font"] = Enum.Font.SciFi,
  1311. ["FontSize"] = Enum.FontSize.Size48,
  1312. ["TextColor3"] = Color3.new(0, 0, 0),
  1313. })
  1314. o119 = System.Create("Weld",{
  1315. ["Parent"] = o114,
  1316. ["Part0"] = o73,
  1317. ["Part1"] = o114,
  1318. })
  1319. o120 = System.Create("Part",{
  1320. ["Parent"] = o72,
  1321. ["Material"] = Enum.Material.DiamondPlate,
  1322. ["Position"] = -30.2870903, 748.42627, -10.4298096,
  1323. ["Rotation"] = -11.75, 0, 0,
  1324. ["Anchored"] = true,
  1325. ["CFrame"] = CFrame.new(-30.2870903, 748.42627, -10.4298096, 0.999999464, 0, 0, 0, 0.979034901, 0.203696504, 0, -0.203696638, 0.979034364),
  1326. ["Size"] = 0.389999926, 2.78999925, 2,
  1327. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1328. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1329. ["Position"] = -30.2870903, 748.42627, -10.4298096,
  1330. })
  1331. o121 = System.Create("Weld",{
  1332. ["Parent"] = o120,
  1333. ["Part0"] = o122,
  1334. ["Part1"] = o120,
  1335. })
  1336. o122 = System.Create("Part",{
  1337. ["Parent"] = o72,
  1338. ["Material"] = Enum.Material.DiamondPlate,
  1339. ["Position"] = -31.6855392, 746.895813, -10.3468924,
  1340. ["Rotation"] = -11.75, 0, 0,
  1341. ["Anchored"] = true,
  1342. ["CFrame"] = CFrame.new(-31.6855392, 746.895813, -10.3468924, 0.999999464, 0, 0, 0, 0.979034901, 0.203696564, 0, -0.203696698, 0.979034364),
  1343. ["Size"] = 3.08999968, 0.239999965, 2.03999972,
  1344. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1345. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1346. ["Position"] = -31.6855392, 746.895813, -10.3468924,
  1347. })
  1348. o123 = System.Create("Part",{
  1349. ["Name"] = "Prop Jetpack",
  1350. ["Parent"] = o72,
  1351. ["Material"] = Enum.Material.DiamondPlate,
  1352. ["Position"] = -29.8370361, 747.129456, 4.33050489,
  1353. ["Rotation"] = -49.6300011, 42.3400002, 38.3800011,
  1354. ["Anchored"] = true,
  1355. ["CFrame"] = CFrame.new(-29.8370361, 747.129456, 4.33050489, 0.579434097, -0.458998263, 0.673481107, 0, 0.826337695, 0.563174903, -0.81501919, -0.326322675, 0.478808284),
  1356. ["Size"] = 4, 1, 2,
  1357. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1358. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1359. ["Position"] = -29.8370361, 747.129456, 4.33050489,
  1360. })
  1361. o124 = System.Create("SpecialMesh",{
  1362. ["Parent"] = o123,
  1363. ["MeshId"] = "http://www.roblox.com/asset/?id=30643517",
  1364. ["TextureId"] = "http://www.roblox.com/asset/?id=30643565",
  1365. ["MeshType"] = Enum.MeshType.FileMesh,
  1366. })
  1367. o125 = System.Create("Part",{
  1368. ["Parent"] = o72,
  1369. ["Material"] = Enum.Material.DiamondPlate,
  1370. ["Position"] = -33.0442696, 748.311646, -10.6714163,
  1371. ["Rotation"] = -11.75, 0, 0,
  1372. ["Anchored"] = true,
  1373. ["CFrame"] = CFrame.new(-33.0442696, 748.311646, -10.6714163, 0.999999642, 0, 0, 0, 0.979036033, 0.203690901, 0, -0.203690991, 0.979035676),
  1374. ["Size"] = 0.389999926, 3.09999895, 2,
  1375. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1376. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1377. ["Position"] = -33.0442696, 748.311646, -10.6714163,
  1378. })
  1379. o126 = System.Create("Part",{
  1380. ["Parent"] = o72,
  1381. ["Material"] = Enum.Material.SmoothPlastic,
  1382. ["BrickColor"] = BrickColor.new("Really black"),
  1383. ["Position"] = -31.6704922, 748.271057, -9.31045437,
  1384. ["Anchored"] = true,
  1385. ["CFrame"] = CFrame.new(-31.6704922, 748.271057, -9.31045437, 0.999999881, 0, 0, 0, 1.00000024, 2.07126141e-06, 0, -2.11596489e-06, 1.00000012),
  1386. ["Size"] = 2.3599999, 3.10999942, 1.03000033,
  1387. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1388. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1389. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1390. ["Position"] = -31.6704922, 748.271057, -9.31045437,
  1391. })
  1392. o127 = System.Create("Weld",{
  1393. ["Parent"] = o126,
  1394. ["Part0"] = o125,
  1395. ["Part1"] = o126,
  1396. })
  1397. o128 = System.Create("Weld",{
  1398. ["Parent"] = o126,
  1399. ["Part0"] = o120,
  1400. ["Part1"] = o126,
  1401. })
  1402. o129 = System.Create("Part",{
  1403. ["Parent"] = o72,
  1404. ["Material"] = Enum.Material.DiamondPlate,
  1405. ["Position"] = -31.6622353, 749.905029, -10.7375183,
  1406. ["Rotation"] = -14.04, 0, 0,
  1407. ["Anchored"] = true,
  1408. ["CFrame"] = CFrame.new(-31.6622353, 749.905029, -10.7375183, 1, 0, 0, 0, 0.970142901, 0.242533967, 0, -0.242533967, 0.970142901),
  1409. ["Size"] = 3.08999968, 0.239999965, 2.31999946,
  1410. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1411. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1412. ["Position"] = -31.6622353, 749.905029, -10.7375183,
  1413. })
  1414. o130 = System.Create("Model",{
  1415. ["Name"] = "Ietahuoy",
  1416. ["Parent"] = o72,
  1417. ["PrimaryPart"] = o145,
  1418. })
  1419. o131 = System.Create("Part",{
  1420. ["Name"] = "Head",
  1421. ["Parent"] = o130,
  1422. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1423. ["Position"] = -31.2631836, 749.410461, -13.2323904,
  1424. ["Rotation"] = -149.539993, 5.15999985, 176.970001,
  1425. ["Anchored"] = true,
  1426. ["CFrame"] = CFrame.new(-31.2631836, 749.410461, -13.2323904, -0.994565129, -0.0525620058, 0.0898753926, 0, 0.863215327, 0.504835904, -0.104117014, 0.502092183, -0.858523786),
  1427. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1428. ["Size"] = 2, 1, 1,
  1429. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1430. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1431. ["Position"] = -31.2631836, 749.410461, -13.2323904,
  1432. })
  1433. o136 = System.Create("SpecialMesh",{
  1434. ["Parent"] = o131,
  1435. ["MeshId"] = "rbxasset://avatar/heads/headP.mesh",
  1436. ["MeshType"] = Enum.MeshType.FileMesh,
  1437. })
  1438. o137 = System.Create("StringValue",{
  1439. ["Name"] = "AvatarPartScaleType",
  1440. ["Parent"] = o136,
  1441. ["Value"] = "Classic",
  1442. })
  1443. o138 = System.Create("Vector3Value",{
  1444. ["Name"] = "FaceCenterAttachment",
  1445. ["Parent"] = o136,
  1446. })
  1447. o139 = System.Create("Vector3Value",{
  1448. ["Name"] = "FaceFrontAttachment",
  1449. ["Parent"] = o136,
  1450. ["Value"] = 0, 0, -0.589999974,
  1451. })
  1452. o140 = System.Create("Vector3Value",{
  1453. ["Name"] = "HairAttachment",
  1454. ["Parent"] = o136,
  1455. ["Value"] = 0, 0.589999974, -0,
  1456. })
  1457. o141 = System.Create("Vector3Value",{
  1458. ["Name"] = "HatAttachment",
  1459. ["Parent"] = o136,
  1460. ["Value"] = 0, 0.589999974, -0,
  1461. })
  1462. o142 = System.Create("Vector3Value",{
  1463. ["Name"] = "NeckRigAttachment",
  1464. ["Parent"] = o136,
  1465. ["Value"] = 0, -0.490999997, -0,
  1466. })
  1467. o143 = System.Create("Decal",{
  1468. ["Name"] = "faces-25",
  1469. ["Parent"] = o131,
  1470. ["Texture"] = "http://www.roblox.com/asset/?id=3092649878",
  1471. })
  1472. o144 = System.Create("Decal",{
  1473. ["Name"] = "faces-7",
  1474. ["Parent"] = o131,
  1475. ["Texture"] = "http://www.roblox.com/asset/?id=3090334536",
  1476. })
  1477. o145 = System.Create("Part",{
  1478. ["Name"] = "HumanoidRootPart",
  1479. ["Parent"] = o130,
  1480. ["Transparency"] = 1,
  1481. ["Position"] = -31.0471478, 749.210449, -15.2960663,
  1482. ["Rotation"] = -180, 5.98000002, -180,
  1483. ["Anchored"] = true,
  1484. ["CFrame"] = CFrame.new(-31.0471478, 749.210449, -15.2960663, -0.994565129, 0, 0.104117021, 0, 1, 0, -0.104117014, 0, -0.994565129),
  1485. ["CanCollide"] = false,
  1486. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1487. ["Size"] = 2, 2, 1,
  1488. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1489. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1490. ["Position"] = -31.0471478, 749.210449, -15.2960663,
  1491. })
  1492. o146 = System.Create("Part",{
  1493. ["Name"] = "Left Arm",
  1494. ["Parent"] = o130,
  1495. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1496. ["Position"] = -29.8187923, 748.80835, -12.6229095,
  1497. ["Rotation"] = 82.5800018, -0.769999981, -174.070007,
  1498. ["Anchored"] = true,
  1499. ["CFrame"] = CFrame.new(-29.8187923, 748.80835, -12.6229095, -0.994565129, 0.103234738, -0.0135255298, 0, -0.129907042, -0.991526246, -0.104117014, -0.98613739, 0.12920098),
  1500. ["CanCollide"] = false,
  1501. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1502. ["Size"] = 1, 2, 1,
  1503. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1504. ["Position"] = -29.8187923, 748.80835, -12.6229095,
  1505. })
  1506. o148 = System.Create("Part",{
  1507. ["Name"] = "Left Leg",
  1508. ["Parent"] = o130,
  1509. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1510. ["Position"] = -30.5498657, 747.210449, -15.2440023,
  1511. ["Rotation"] = -114.129997, 2.45000005, 174.550003,
  1512. ["Anchored"] = true,
  1513. ["CFrame"] = CFrame.new(-30.5498657, 747.210449, -15.2440023, -0.994564772, -0.0949361995, 0.0427561589, 0, 0.41064316, 0.911796212, -0.104119979, 0.906840324, -0.408411235),
  1514. ["CanCollide"] = false,
  1515. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1516. ["Size"] = 1, 2, 1,
  1517. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1518. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1519. ["Position"] = -30.5498657, 747.210449, -15.2440023,
  1520. })
  1521. o149 = System.Create("Part",{
  1522. ["Name"] = "Right Arm",
  1523. ["Parent"] = o130,
  1524. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1525. ["Position"] = -32.7418709, 748.376709, -13.5143118,
  1526. ["Rotation"] = 162.949997, 5.71999979, -178.25,
  1527. ["Anchored"] = true,
  1528. ["CFrame"] = CFrame.new(-32.7418709, 748.376709, -13.5143118, -0.994565129, 0.0303802956, 0.0995860845, 0, 0.95648247, -0.291789949, -0.104117014, -0.290204108, -0.951283991),
  1529. ["CanCollide"] = false,
  1530. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1531. ["Size"] = 1, 2, 1,
  1532. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1533. ["Position"] = -32.7418709, 748.376709, -13.5143118,
  1534. })
  1535. o151 = System.Create("Part",{
  1536. ["Name"] = "Right Leg",
  1537. ["Parent"] = o130,
  1538. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1539. ["Position"] = -31.5452557, 746.610352, -15.3402395,
  1540. ["Rotation"] = -90.75, 0.0799999982, 174.020004,
  1541. ["Anchored"] = true,
  1542. ["CFrame"] = CFrame.new(-31.5452557, 746.610352, -15.3402395, -0.99456501, -0.104108877, 0.0013776893, 0, 0.0132319983, 0.9999125, -0.104117997, 0.994477868, -0.0131600825),
  1543. ["CanCollide"] = false,
  1544. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1545. ["Size"] = 1, 2, 1,
  1546. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1547. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1548. ["Position"] = -31.5452557, 746.610352, -15.3402395,
  1549. })
  1550. o152 = System.Create("Part",{
  1551. ["Name"] = "Torso",
  1552. ["Parent"] = o130,
  1553. ["BrickColor"] = BrickColor.new("Black"),
  1554. ["Position"] = -31.1876755, 748.172241, -13.9536896,
  1555. ["Rotation"] = -161.130005, 5.65999985, 178.070007,
  1556. ["Anchored"] = true,
  1557. ["CFrame"] = CFrame.new(-31.1876755, 748.172241, -13.9536896, -0.994565129, -0.0335131101, 0.098575972, 0, 0.946780741, 0.321879327, -0.104117014, 0.320129901, -0.941635072),
  1558. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1559. ["Size"] = 2, 2, 1,
  1560. ["LeftSurface"] = Enum.SurfaceType.Weld,
  1561. ["RightSurface"] = Enum.SurfaceType.Weld,
  1562. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1563. ["Position"] = -31.1876755, 748.172241, -13.9536896,
  1564. })
  1565. o153 = System.Create("Decal",{
  1566. ["Name"] = "roblox",
  1567. ["Parent"] = o152,
  1568. })
  1569. o162 = System.Create("Humanoid",{
  1570. ["Parent"] = o130,
  1571. ["RightLeg"] = o151,
  1572. ["LeftLeg"] = o148,
  1573. ["Torso"] = o145,
  1574. })
  1575. o163 = System.Create("BodyColors",{
  1576. ["Parent"] = o130,
  1577. ["HeadColor"] = BrickColor.new("Dark stone grey"),
  1578. ["LeftArmColor"] = BrickColor.new("Dark stone grey"),
  1579. ["LeftLegColor"] = BrickColor.new("Dark stone grey"),
  1580. ["RightArmColor"] = BrickColor.new("Dark stone grey"),
  1581. ["RightLegColor"] = BrickColor.new("Dark stone grey"),
  1582. ["TorsoColor"] = BrickColor.new("Black"),
  1583. })
  1584. o164 = System.Create("Part",{
  1585. ["Name"] = "builder",
  1586. ["Parent"] = o130,
  1587. ["Position"] = -31.1962299, 750.181213, -12.7131205,
  1588. ["Rotation"] = -153.229996, -7.86999989, -176.050003,
  1589. ["Anchored"] = true,
  1590. ["CFrame"] = CFrame.new(-31.1962299, 750.181213, -12.7131205, -0.988239229, 0.0682264268, -0.136851996, 0, 0.894948721, 0.446169198, 0.152916029, 0.440921932, -0.884423316),
  1591. ["Size"] = 3.29999971, 1, 2.21999979,
  1592. ["Position"] = -31.1962299, 750.181213, -12.7131205,
  1593. })
  1594. o165 = System.Create("SpecialMesh",{
  1595. ["Parent"] = o164,
  1596. ["MeshId"] = "rbxassetid://1073659",
  1597. ["TextureId"] = "rbxassetid://112346870",
  1598. ["MeshType"] = Enum.MeshType.FileMesh,
  1599. })
  1600. o166 = System.Create("Model",{
  1601. ["Name"] = "Wrench",
  1602. ["Parent"] = o130,
  1603. })
  1604. o167 = System.Create("WedgePart",{
  1605. ["Name"] = "WedgePart",
  1606. ["Parent"] = o166,
  1607. ["Material"] = Enum.Material.Metal,
  1608. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1609. ["Position"] = -32.8483963, 747.765381, -12.2414398,
  1610. ["Rotation"] = -121.739998, -2.47000003, 3.98000002,
  1611. ["Anchored"] = true,
  1612. ["CFrame"] = CFrame.new(-32.8483963, 747.765381, -12.2414398, 0.996666372, -0.0693188682, -0.0430252887, 0, -0.527360916, 0.849641323, -0.0815860331, -0.84680891, -0.525602877),
  1613. ["CanCollide"] = false,
  1614. ["FormFactor"] = Enum.FormFactor.Custom,
  1615. ["Size"] = 0.141821235, 0.283643305, 0.0500000007,
  1616. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1617. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1618. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1619. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1620. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1621. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1622. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1623. ["Position"] = -32.8483963, 747.765381, -12.2414398,
  1624. })
  1625. o168 = System.Create("SpecialMesh",{
  1626. ["Parent"] = o167,
  1627. ["Scale"] = 1, 1, 0.945473671,
  1628. ["MeshType"] = Enum.MeshType.Wedge,
  1629. })
  1630. o169 = System.Create("Part",{
  1631. ["Parent"] = o166,
  1632. ["Material"] = Enum.Material.Metal,
  1633. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1634. ["Position"] = -32.8464661, 748.085266, -12.2179556,
  1635. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  1636. ["Anchored"] = true,
  1637. ["CFrame"] = CFrame.new(-32.8464661, 748.085266, -12.2179556, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  1638. ["FormFactor"] = Enum.FormFactor.Custom,
  1639. ["Size"] = 0.472737432, 0.189095542, 0.165457889,
  1640. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1641. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1642. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1643. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1644. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1645. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1646. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1647. ["Position"] = -32.8464661, 748.085266, -12.2179556,
  1648. })
  1649. o170 = System.Create("BlockMesh",{
  1650. ["Parent"] = o169,
  1651. })
  1652. o171 = System.Create("WedgePart",{
  1653. ["Name"] = "WedgePart",
  1654. ["Parent"] = o166,
  1655. ["Material"] = Enum.Material.Metal,
  1656. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1657. ["Position"] = -32.9190826, 747.43512, -13.1048117,
  1658. ["Rotation"] = -121.739998, -2.47000003, 3.98000002,
  1659. ["Anchored"] = true,
  1660. ["CFrame"] = CFrame.new(-32.9190826, 747.43512, -13.1048117, 0.996666372, -0.0693188682, -0.0430252887, 0, -0.527360916, 0.849641323, -0.0815860331, -0.84680891, -0.525602877),
  1661. ["CanCollide"] = false,
  1662. ["FormFactor"] = Enum.FormFactor.Custom,
  1663. ["Size"] = 0.141821235, 0.0500000007, 0.0500000007,
  1664. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1665. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1666. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1667. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1668. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1669. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1670. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1671. ["Position"] = -32.9190826, 747.43512, -13.1048117,
  1672. })
  1673. o172 = System.Create("SpecialMesh",{
  1674. ["Parent"] = o171,
  1675. ["Scale"] = 1, 0.472738862, 0.472736865,
  1676. ["MeshType"] = Enum.MeshType.Wedge,
  1677. })
  1678. o173 = System.Create("WedgePart",{
  1679. ["Name"] = "WedgePart",
  1680. ["Parent"] = o166,
  1681. ["Material"] = Enum.Material.Metal,
  1682. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1683. ["Position"] = -32.7885361, 748.039795, -11.5097342,
  1684. ["Rotation"] = 148.089996, -3.97000003, -2.47000003,
  1685. ["Anchored"] = true,
  1686. ["CFrame"] = CFrame.new(-32.7885361, 748.039795, -11.5097342, 0.996666372, 0.0430257134, -0.0693186074, 0, -0.849638164, -0.527366221, -0.0815860331, 0.525608122, -0.846805692),
  1687. ["FormFactor"] = Enum.FormFactor.Custom,
  1688. ["Size"] = 0.165458098, 0.260006368, 0.118184231,
  1689. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1690. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1691. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1692. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1693. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1694. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1695. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1696. ["Position"] = -32.7885361, 748.039795, -11.5097342,
  1697. })
  1698. o174 = System.Create("Part",{
  1699. ["Name"] = "Cylinder",
  1700. ["Parent"] = o166,
  1701. ["Material"] = Enum.Material.Metal,
  1702. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1703. ["Position"] = -32.8901329, 747.558899, -12.7515097,
  1704. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  1705. ["Anchored"] = true,
  1706. ["CFrame"] = CFrame.new(-32.8901329, 747.558899, -12.7515097, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  1707. ["FormFactor"] = Enum.FormFactor.Custom,
  1708. ["Size"] = 0.141821235, 0.425464958, 0.141821057,
  1709. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1710. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1711. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1712. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1713. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1714. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1715. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1716. ["Position"] = -32.8901329, 747.558899, -12.7515097,
  1717. })
  1718. o175 = System.Create("CylinderMesh",{
  1719. ["Parent"] = o174,
  1720. })
  1721. o176 = System.Create("Part",{
  1722. ["Parent"] = o166,
  1723. ["Material"] = Enum.Material.Metal,
  1724. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1725. ["Position"] = -32.809082, 748.356445, -11.7612925,
  1726. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  1727. ["Anchored"] = true,
  1728. ["CFrame"] = CFrame.new(-32.809082, 748.356445, -11.7612925, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  1729. ["FormFactor"] = Enum.FormFactor.Custom,
  1730. ["Size"] = 0.543648005, 0.212732479, 0.165457889,
  1731. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1732. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1733. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1734. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1735. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1736. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1737. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1738. ["Position"] = -32.809082, 748.356445, -11.7612925,
  1739. })
  1740. o177 = System.Create("BlockMesh",{
  1741. ["Parent"] = o176,
  1742. })
  1743. o178 = System.Create("Part",{
  1744. ["Name"] = "Sphere",
  1745. ["Parent"] = o166,
  1746. ["Material"] = Enum.Material.Wood,
  1747. ["BrickColor"] = BrickColor.new("Dirt brown"),
  1748. ["Position"] = -32.9809837, 747.201477, -13.8610678,
  1749. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  1750. ["Anchored"] = true,
  1751. ["CFrame"] = CFrame.new(-32.9809837, 747.201477, -13.8610678, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  1752. ["FormFactor"] = Enum.FormFactor.Custom,
  1753. ["Size"] = 0.189094961, 0.189095542, 0.189094737,
  1754. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1755. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1756. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1757. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1758. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1759. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1760. ["Color"] = Color3.new(0.337255, 0.258824, 0.211765),
  1761. ["Position"] = -32.9809837, 747.201477, -13.8610678,
  1762. })
  1763. o179 = System.Create("SpecialMesh",{
  1764. ["Parent"] = o178,
  1765. ["MeshType"] = Enum.MeshType.Sphere,
  1766. })
  1767. o180 = System.Create("Part",{
  1768. ["Name"] = "Cylinder",
  1769. ["Parent"] = o166,
  1770. ["Material"] = Enum.Material.DiamondPlate,
  1771. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1772. ["Position"] = -32.9081955, 747.421875, -12.9720917,
  1773. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  1774. ["Anchored"] = true,
  1775. ["CFrame"] = CFrame.new(-32.9081955, 747.421875, -12.9720917, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  1776. ["FormFactor"] = Enum.FormFactor.Custom,
  1777. ["Size"] = 0.189094961, 0.0945477709, 0.189094737,
  1778. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1779. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1780. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1781. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1782. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1783. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1784. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1785. ["Position"] = -32.9081955, 747.421875, -12.9720917,
  1786. })
  1787. o181 = System.Create("CylinderMesh",{
  1788. ["Parent"] = o180,
  1789. })
  1790. o182 = System.Create("Part",{
  1791. ["Name"] = "Cylinder",
  1792. ["Parent"] = o166,
  1793. ["Material"] = Enum.Material.Metal,
  1794. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1795. ["Position"] = -32.8721313, 747.695923, -12.5315857,
  1796. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  1797. ["Anchored"] = true,
  1798. ["CFrame"] = CFrame.new(-32.8721313, 747.695923, -12.5315857, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  1799. ["FormFactor"] = Enum.FormFactor.Custom,
  1800. ["Size"] = 0.189094961, 0.0945477709, 0.189094737,
  1801. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1802. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1803. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1804. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1805. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1806. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1807. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1808. ["Position"] = -32.8721313, 747.695923, -12.5315857,
  1809. })
  1810. o183 = System.Create("CylinderMesh",{
  1811. ["Parent"] = o182,
  1812. })
  1813. o184 = System.Create("Part",{
  1814. ["Parent"] = o166,
  1815. ["Material"] = Enum.Material.Metal,
  1816. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1817. ["Position"] = -32.8721619, 747.875549, -12.5320282,
  1818. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  1819. ["Anchored"] = true,
  1820. ["CFrame"] = CFrame.new(-32.8721619, 747.875549, -12.5320282, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  1821. ["FormFactor"] = Enum.FormFactor.Custom,
  1822. ["Size"] = 0.543648005, 0.0945477709, 0.2127316,
  1823. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1824. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1825. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1826. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1827. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1828. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1829. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1830. ["Position"] = -32.8721619, 747.875549, -12.5320282,
  1831. })
  1832. o185 = System.Create("BlockMesh",{
  1833. ["Parent"] = o184,
  1834. })
  1835. o186 = System.Create("Part",{
  1836. ["Parent"] = o166,
  1837. ["Material"] = Enum.Material.Metal,
  1838. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1839. ["Position"] = -32.8550949, 747.853149, -12.3231659,
  1840. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  1841. ["Anchored"] = true,
  1842. ["CFrame"] = CFrame.new(-32.8550949, 747.853149, -12.3231659, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  1843. ["FormFactor"] = Enum.FormFactor.Custom,
  1844. ["Size"] = 0.189094961, 0.236369416, 0.141821057,
  1845. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1846. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1847. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1848. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1849. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1850. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1851. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1852. ["Position"] = -32.8550949, 747.853149, -12.3231659,
  1853. })
  1854. o187 = System.Create("BlockMesh",{
  1855. ["Parent"] = o186,
  1856. })
  1857. o188 = System.Create("WedgePart",{
  1858. ["Name"] = "WedgePart",
  1859. ["Parent"] = o166,
  1860. ["Material"] = Enum.Material.Metal,
  1861. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1862. ["Position"] = -32.8439369, 747.734558, -12.0419159,
  1863. ["Rotation"] = -31.9099998, 3.97000003, -177.529999,
  1864. ["Anchored"] = true,
  1865. ["CFrame"] = CFrame.new(-32.8439369, 747.734558, -12.0419159, -0.996666372, 0.0430257134, 0.0693186074, 0, -0.849638164, 0.527366221, 0.0815860331, 0.525608122, 0.846805692),
  1866. ["FormFactor"] = Enum.FormFactor.Custom,
  1867. ["Size"] = 0.141821235, 0.307280242, 0.118184231,
  1868. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1869. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1870. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1871. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1872. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1873. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1874. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1875. ["Position"] = -32.8439369, 747.734558, -12.0419159,
  1876. })
  1877. o189 = System.Create("Part",{
  1878. ["Parent"] = o166,
  1879. ["Material"] = Enum.Material.Metal,
  1880. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1881. ["Position"] = -32.8256721, 747.785583, -11.9637604,
  1882. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  1883. ["Anchored"] = true,
  1884. ["CFrame"] = CFrame.new(-32.8256721, 747.785583, -11.9637604, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  1885. ["FormFactor"] = Enum.FormFactor.Custom,
  1886. ["Size"] = 0.307279348, 0.0709108263, 0.165457889,
  1887. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1888. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1889. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1890. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1891. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1892. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1893. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1894. ["Position"] = -32.8256721, 747.785583, -11.9637604,
  1895. })
  1896. o190 = System.Create("BlockMesh",{
  1897. ["Parent"] = o189,
  1898. })
  1899. o191 = System.Create("Part",{
  1900. ["Parent"] = o166,
  1901. ["Material"] = Enum.Material.Metal,
  1902. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1903. ["Position"] = -32.7959671, 747.98175, -11.6005239,
  1904. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  1905. ["Anchored"] = true,
  1906. ["CFrame"] = CFrame.new(-32.7959671, 747.98175, -11.6005239, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  1907. ["FormFactor"] = Enum.FormFactor.Custom,
  1908. ["Size"] = 0.260005563, 0.0945477709, 0.165457889,
  1909. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1910. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1911. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1912. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1913. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1914. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1915. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1916. ["Position"] = -32.7959671, 747.98175, -11.6005239,
  1917. })
  1918. o192 = System.Create("BlockMesh",{
  1919. ["Parent"] = o191,
  1920. })
  1921. o193 = System.Create("Part",{
  1922. ["Name"] = "Cylinder",
  1923. ["Parent"] = o166,
  1924. ["Material"] = Enum.Material.Wood,
  1925. ["BrickColor"] = BrickColor.new("Dirt brown"),
  1926. ["Position"] = -32.9547729, 747.401489, -13.5407858,
  1927. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  1928. ["Anchored"] = true,
  1929. ["CFrame"] = CFrame.new(-32.9547729, 747.401489, -13.5407858, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  1930. ["FormFactor"] = Enum.FormFactor.Custom,
  1931. ["Size"] = 0.189094961, 0.756382167, 0.189094737,
  1932. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1933. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1934. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1935. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1936. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1937. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1938. ["Color"] = Color3.new(0.337255, 0.258824, 0.211765),
  1939. ["Position"] = -32.9547729, 747.401489, -13.5407858,
  1940. })
  1941. o194 = System.Create("CylinderMesh",{
  1942. ["Parent"] = o193,
  1943. })
  1944. o195 = System.Create("Part",{
  1945. ["Name"] = "Cylinder",
  1946. ["Parent"] = o166,
  1947. ["Material"] = Enum.Material.Metal,
  1948. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1949. ["Position"] = -32.9131355, 747.383667, -13.0323324,
  1950. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  1951. ["Anchored"] = true,
  1952. ["CFrame"] = CFrame.new(-32.9131355, 747.383667, -13.0323324, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  1953. ["CanCollide"] = false,
  1954. ["FormFactor"] = Enum.FormFactor.Custom,
  1955. ["Size"] = 0.141821235, 0.0500000007, 0.141821057,
  1956. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1957. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1958. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1959. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1960. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1961. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1962. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1963. ["Position"] = -32.9131355, 747.383667, -13.0323324,
  1964. })
  1965. o196 = System.Create("CylinderMesh",{
  1966. ["Parent"] = o195,
  1967. ["Scale"] = 1, 0.945477724, 1,
  1968. })
  1969. o197 = System.Create("Part",{
  1970. ["Parent"] = o166,
  1971. ["Material"] = Enum.Material.Metal,
  1972. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1973. ["Position"] = -32.9183998, 747.621765, -13.0958996,
  1974. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  1975. ["Anchored"] = true,
  1976. ["CFrame"] = CFrame.new(-32.9183998, 747.621765, -13.0958996, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  1977. ["FormFactor"] = Enum.FormFactor.Custom,
  1978. ["Size"] = 0.236368716, 0.0945477709, 0.141821057,
  1979. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1980. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1981. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1982. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1983. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1984. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1985. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  1986. ["Position"] = -32.9183998, 747.621765, -13.0958996,
  1987. })
  1988. o198 = System.Create("BlockMesh",{
  1989. ["Parent"] = o197,
  1990. })
  1991. o199 = System.Create("Part",{
  1992. ["Parent"] = o166,
  1993. ["Material"] = Enum.Material.Metal,
  1994. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  1995. ["Position"] = -32.923542, 747.568298, -13.1595917,
  1996. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  1997. ["Anchored"] = true,
  1998. ["CFrame"] = CFrame.new(-32.923542, 747.568298, -13.1595917, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  1999. ["FormFactor"] = Enum.FormFactor.Custom,
  2000. ["Size"] = 0.260005563, 0.0709108263, 0.141821057,
  2001. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2002. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2003. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2004. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2005. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2006. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2007. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  2008. ["Position"] = -32.923542, 747.568298, -13.1595917,
  2009. })
  2010. o200 = System.Create("BlockMesh",{
  2011. ["Parent"] = o199,
  2012. })
  2013. o201 = System.Create("Part",{
  2014. ["Parent"] = o166,
  2015. ["Material"] = Enum.Material.Metal,
  2016. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  2017. ["Position"] = -32.86763, 748.008179, -12.4756622,
  2018. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  2019. ["Anchored"] = true,
  2020. ["CFrame"] = CFrame.new(-32.86763, 748.008179, -12.4756622, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  2021. ["FormFactor"] = Enum.FormFactor.Custom,
  2022. ["Size"] = 0.236368716, 1.37094259, 0.118184231,
  2023. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2024. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2025. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2026. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2027. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2028. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2029. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  2030. ["Position"] = -32.86763, 748.008179, -12.4756622,
  2031. })
  2032. o202 = System.Create("BlockMesh",{
  2033. ["Parent"] = o201,
  2034. })
  2035. o203 = System.Create("Part",{
  2036. ["Name"] = "Cylinder",
  2037. ["Parent"] = o166,
  2038. ["Material"] = Enum.Material.Wood,
  2039. ["BrickColor"] = BrickColor.new("Dirt brown"),
  2040. ["Position"] = -32.9790154, 747.161011, -13.8363638,
  2041. ["Rotation"] = -0.0199999996, -85.3199997, 31.8099995,
  2042. ["Anchored"] = true,
  2043. ["CFrame"] = CFrame.new(-32.9790154, 747.161011, -13.8363638, 0.0693220124, -0.0429979376, -0.996667266, 0.527360141, 0.84964186, 2.48957713e-05, 0.846809208, -0.525604308, 0.0815742686),
  2044. ["FormFactor"] = Enum.FormFactor.Custom,
  2045. ["Size"] = 0.189094961, 0.0945477709, 0.189094737,
  2046. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2047. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2048. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2049. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2050. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2051. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2052. ["Color"] = Color3.new(0.337255, 0.258824, 0.211765),
  2053. ["Position"] = -32.9790154, 747.161011, -13.8363638,
  2054. })
  2055. o204 = System.Create("CylinderMesh",{
  2056. ["Parent"] = o203,
  2057. })
  2058. o205 = System.Create("Part",{
  2059. ["Name"] = "Cylinder",
  2060. ["Parent"] = o166,
  2061. ["Material"] = Enum.Material.Wood,
  2062. ["BrickColor"] = BrickColor.new("Dirt brown"),
  2063. ["Position"] = -32.950676, 747.320496, -13.4908743,
  2064. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  2065. ["Anchored"] = true,
  2066. ["CFrame"] = CFrame.new(-32.950676, 747.320496, -13.4908743, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  2067. ["FormFactor"] = Enum.FormFactor.Custom,
  2068. ["Size"] = 0.189094961, 0.756382167, 0.189094737,
  2069. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2070. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2071. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2072. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2073. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2074. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2075. ["Color"] = Color3.new(0.337255, 0.258824, 0.211765),
  2076. ["Position"] = -32.950676, 747.320496, -13.4908743,
  2077. })
  2078. o206 = System.Create("CylinderMesh",{
  2079. ["Parent"] = o205,
  2080. })
  2081. o207 = System.Create("Part",{
  2082. ["Parent"] = o166,
  2083. ["Material"] = Enum.Material.Wood,
  2084. ["BrickColor"] = BrickColor.new("Dirt brown"),
  2085. ["Position"] = -32.9527893, 747.360901, -13.515914,
  2086. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  2087. ["Anchored"] = true,
  2088. ["CFrame"] = CFrame.new(-32.9527893, 747.360901, -13.515914, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  2089. ["FormFactor"] = Enum.FormFactor.Custom,
  2090. ["Size"] = 0.0945474803, 0.756382167, 0.189094737,
  2091. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2092. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2093. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2094. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2095. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2096. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2097. ["Color"] = Color3.new(0.337255, 0.258824, 0.211765),
  2098. ["Position"] = -32.9527893, 747.360901, -13.515914,
  2099. })
  2100. o208 = System.Create("BlockMesh",{
  2101. ["Parent"] = o207,
  2102. })
  2103. o209 = System.Create("Part",{
  2104. ["Name"] = "Sphere",
  2105. ["Parent"] = o166,
  2106. ["Material"] = Enum.Material.Wood,
  2107. ["BrickColor"] = BrickColor.new("Dirt brown"),
  2108. ["Position"] = -32.9769363, 747.12085, -13.8115845,
  2109. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  2110. ["Anchored"] = true,
  2111. ["CFrame"] = CFrame.new(-32.9769363, 747.12085, -13.8115845, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  2112. ["FormFactor"] = Enum.FormFactor.Custom,
  2113. ["Size"] = 0.189094961, 0.189095542, 0.189094737,
  2114. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2115. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2116. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2117. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2118. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2119. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2120. ["Color"] = Color3.new(0.337255, 0.258824, 0.211765),
  2121. ["Position"] = -32.9769363, 747.12085, -13.8115845,
  2122. })
  2123. o210 = System.Create("SpecialMesh",{
  2124. ["Parent"] = o209,
  2125. ["MeshType"] = Enum.MeshType.Sphere,
  2126. })
  2127. o211 = System.Create("Part",{
  2128. ["Parent"] = o166,
  2129. ["Material"] = Enum.Material.Metal,
  2130. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  2131. ["Position"] = -32.915184, 747.423889, -13.0569143,
  2132. ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
  2133. ["Anchored"] = true,
  2134. ["CFrame"] = CFrame.new(-32.915184, 747.423889, -13.0569143, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
  2135. ["CanCollide"] = false,
  2136. ["FormFactor"] = Enum.FormFactor.Custom,
  2137. ["Size"] = 0.0945474803, 0.0500000007, 0.141821057,
  2138. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2139. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2140. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2141. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2142. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2143. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2144. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  2145. ["Position"] = -32.915184, 747.423889, -13.0569143,
  2146. })
  2147. o212 = System.Create("BlockMesh",{
  2148. ["Parent"] = o211,
  2149. ["Scale"] = 1, 0.945477724, 1,
  2150. })
  2151. o213 = System.Create("Model",{
  2152. ["Name"] = "Fat cage",
  2153. ["Parent"] = o1,
  2154. })
  2155. o214 = System.Create("Part",{
  2156. ["Parent"] = o213,
  2157. ["Position"] = 34.482872, 733.223877, 16.3497295,
  2158. ["Anchored"] = true,
  2159. ["CFrame"] = CFrame.new(34.482872, 733.223877, 16.3497295, 1.00000942, 0, 0, 0, 0.999999881, 0, 0, 0, 1.00000966),
  2160. ["Size"] = 11.6799994, 1, 12.1300001,
  2161. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2162. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2163. ["Position"] = 34.482872, 733.223877, 16.3497295,
  2164. })
  2165. o215 = System.Create("Part",{
  2166. ["Parent"] = o213,
  2167. ["Material"] = Enum.Material.Glass,
  2168. ["BrickColor"] = BrickColor.new("Cyan"),
  2169. ["Transparency"] = 0.5,
  2170. ["Position"] = 34.3648453, 727.257629, 10.6807861,
  2171. ["Rotation"] = 0, 89.7300034, 0,
  2172. ["Anchored"] = true,
  2173. ["CFrame"] = CFrame.new(34.3648453, 727.257629, 10.6807861, 0.00470699323, 0, 0.999988914, 0, 1, 0, -0.999988914, 0, 0.00470699323),
  2174. ["Size"] = 0.819999039, 10.8999987, 11.4300003,
  2175. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2176. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2177. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  2178. ["Position"] = 34.3648453, 727.257629, 10.6807861,
  2179. })
  2180. o216 = System.Create("Weld",{
  2181. ["Parent"] = o215,
  2182. ["Part0"] = o214,
  2183. ["Part1"] = o215,
  2184. })
  2185. o217 = System.Create("Part",{
  2186. ["Name"] = "Front",
  2187. ["Parent"] = o213,
  2188. ["Material"] = Enum.Material.Glass,
  2189. ["BrickColor"] = BrickColor.new("Cyan"),
  2190. ["Transparency"] = 0.5,
  2191. ["Position"] = 28.9758987, 727.313843, 16.3496056,
  2192. ["Anchored"] = true,
  2193. ["CFrame"] = CFrame.new(28.9758987, 727.313843, 16.3496056, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2194. ["Size"] = 0.819999039, 10.8999987, 12.1300001,
  2195. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2196. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2197. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  2198. ["Position"] = 28.9758987, 727.313843, 16.3496056,
  2199. })
  2200. o218 = System.Create("Sound",{
  2201. ["Parent"] = o217,
  2202. ["SoundId"] = "rbxassetid://513919776",
  2203. ["Volume"] = 1,
  2204. })
  2205. o219 = System.Create("Script",{
  2206. ["Parent"] = o217,
  2207. })
  2208. table.insert(c, coroutine.create(function()
  2209. wait()
  2210. b(function()
  2211. p = script.Parent.Sound
  2212. clicker = script.Parent.ClickDetector
  2213. function onClicked(mouse)
  2214. clicker.MaxActivationDistance = 0 --Only delete if you delete the same thing below
  2215. p:play()
  2216. wait(.5)
  2217. clicker.MaxActivationDistance = 32 --Only delete if you delete the same thing that is above
  2218. end
  2219. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2220. end))
  2221.  
  2222. o220 = System.Create("ClickDetector",{
  2223. ["Parent"] = o217,
  2224. })
  2225. o221 = System.Create("Part",{
  2226. ["Parent"] = o213,
  2227. ["Material"] = Enum.Material.Glass,
  2228. ["BrickColor"] = BrickColor.new("Cyan"),
  2229. ["Transparency"] = 0.5,
  2230. ["Position"] = 34.3114929, 727.264465, 22.0121765,
  2231. ["Rotation"] = 0, 89.7300034, 0,
  2232. ["Anchored"] = true,
  2233. ["CFrame"] = CFrame.new(34.3114929, 727.264465, 22.0121765, 0.00470698392, 0, 0.999988914, 0, 1, 0, -0.999988914, 0, 0.00470698392),
  2234. ["Size"] = 0.819999039, 10.8999987, 11.4300003,
  2235. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2236. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2237. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  2238. ["Position"] = 34.3114929, 727.264465, 22.0121765,
  2239. })
  2240. o222 = System.Create("Weld",{
  2241. ["Parent"] = o221,
  2242. ["Part0"] = o214,
  2243. ["Part1"] = o221,
  2244. })
  2245. o223 = System.Create("Part",{
  2246. ["Parent"] = o213,
  2247. ["Material"] = Enum.Material.Glass,
  2248. ["BrickColor"] = BrickColor.new("Cyan"),
  2249. ["Transparency"] = 0.5,
  2250. ["Position"] = 40.0011368, 727.323059, 16.3491516,
  2251. ["Anchored"] = true,
  2252. ["CFrame"] = CFrame.new(40.0011368, 727.323059, 16.3491516, 1.00000942, 0, 0, 0, 0.999999881, 0, 0, 0, 1.00000966),
  2253. ["Size"] = 0.819999039, 10.7699995, 12.1300001,
  2254. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2255. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2256. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  2257. ["Position"] = 40.0011368, 727.323059, 16.3491516,
  2258. })
  2259. o224 = System.Create("Weld",{
  2260. ["Parent"] = o223,
  2261. ["Part0"] = o214,
  2262. ["Part1"] = o223,
  2263. })
  2264. o225 = System.Create("Part",{
  2265. ["Parent"] = o213,
  2266. ["Position"] = 34.4830322, 721.408081, 16.3493042,
  2267. ["Anchored"] = true,
  2268. ["CFrame"] = CFrame.new(34.4830322, 721.408081, 16.3493042, 1.00000215, 0, 0, 0, 1, 0, 0, 0, 1.00000215),
  2269. ["Size"] = 11.6799994, 1, 12.1300001,
  2270. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2271. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2272. ["Position"] = 34.4830322, 721.408081, 16.3493042,
  2273. })
  2274. o226 = System.Create("Model",{
  2275. ["Name"] = "Ion plate",
  2276. ["Parent"] = o1,
  2277. })
  2278. o227 = System.Create("Part",{
  2279. ["Name"] = "Ion Plate",
  2280. ["Parent"] = o226,
  2281. ["Material"] = Enum.Material.DiamondPlate,
  2282. ["Position"] = 47.5077515, 738.250671, 21.7371521,
  2283. ["Anchored"] = true,
  2284. ["CFrame"] = CFrame.new(47.5077515, 738.250671, 21.7371521, 1.00000024, -2.99223757e-10, 1.1944212e-07, -2.98769065e-10, 1.00000048, -4.88944352e-09, 1.19442134e-07, -5.58793545e-09, 1.00000238),
  2285. ["Size"] = 7.86999941, 1, 6.90999937,
  2286. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2287. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2288. ["Position"] = 47.5077515, 738.250671, 21.7371521,
  2289. })
  2290. o228 = System.Create("Model",{
  2291. ["Name"] = "Boost",
  2292. ["Parent"] = o227,
  2293. })
  2294. o229 = System.Create("Part",{
  2295. ["Parent"] = o228,
  2296. ["Material"] = Enum.Material.DiamondPlate,
  2297. ["BrickColor"] = BrickColor.new("Fossil"),
  2298. ["Position"] = 45.3486176, 735.799133, 21.8385315,
  2299. ["Rotation"] = -179.860001, 0, 0,
  2300. ["Anchored"] = true,
  2301. ["CFrame"] = CFrame.new(45.3486176, 735.799133, 21.8385315, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2302. ["Size"] = 0.390000045, 1, 4.2699995,
  2303. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2304. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2305. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2306. ["Position"] = 45.3486176, 735.799133, 21.8385315,
  2307. })
  2308. o230 = System.Create("Part",{
  2309. ["Parent"] = o228,
  2310. ["Material"] = Enum.Material.DiamondPlate,
  2311. ["BrickColor"] = BrickColor.new("Fossil"),
  2312. ["Position"] = 47.4226532, 735.704773, 23.7744751,
  2313. ["Rotation"] = -179.860001, 89.8499985, 0,
  2314. ["Anchored"] = true,
  2315. ["CFrame"] = CFrame.new(47.4226532, 735.704773, 23.7744751, 0.00268302811, 0, 0.999996483, -0.0025099921, -0.999996901, 6.73425347e-06, 0.999993801, -0.00250999979, -0.00268296129),
  2316. ["Size"] = 0.390000045, 1, 4.2699995,
  2317. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2318. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2319. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2320. ["Position"] = 47.4226532, 735.704773, 23.7744751,
  2321. })
  2322. o231 = System.Create("Weld",{
  2323. ["Parent"] = o230,
  2324. ["Part0"] = o236,
  2325. ["Part1"] = o230,
  2326. })
  2327. o232 = System.Create("Part",{
  2328. ["Parent"] = o228,
  2329. ["Material"] = Enum.Material.DiamondPlate,
  2330. ["BrickColor"] = BrickColor.new("Fossil"),
  2331. ["Position"] = 49.4666824, 735.700317, 21.8381958,
  2332. ["Rotation"] = -179.860001, 0, 0,
  2333. ["Anchored"] = true,
  2334. ["CFrame"] = CFrame.new(49.4666824, 735.700317, 21.8381958, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2335. ["Size"] = 0.390000045, 1, 4.2699995,
  2336. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2337. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2338. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2339. ["Position"] = 49.4666824, 735.700317, 21.8381958,
  2340. })
  2341. o233 = System.Create("Weld",{
  2342. ["Parent"] = o232,
  2343. ["Part0"] = o236,
  2344. ["Part1"] = o232,
  2345. })
  2346. o234 = System.Create("Part",{
  2347. ["Parent"] = o228,
  2348. ["Material"] = Enum.Material.Neon,
  2349. ["BrickColor"] = BrickColor.new("Daisy orange"),
  2350. ["Position"] = 47.5466766, 736.250671, 21.8095398,
  2351. ["Rotation"] = -179.860001, 0, 0,
  2352. ["Anchored"] = true,
  2353. ["CFrame"] = CFrame.new(47.5466766, 736.250671, 21.8095398, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2354. ["Shape"] = Enum.PartType.Ball,
  2355. ["Size"] = 0.430000156, 0.430000156, 0.430000156,
  2356. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2357. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2358. ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
  2359. ["Position"] = 47.5466766, 736.250671, 21.8095398,
  2360. })
  2361. o235 = System.Create("Part",{
  2362. ["Parent"] = o228,
  2363. ["Material"] = Enum.Material.DiamondPlate,
  2364. ["BrickColor"] = BrickColor.new("Fossil"),
  2365. ["Position"] = 47.6016693, 737.700317, 21.7132263,
  2366. ["Rotation"] = -179.860001, 0, 0,
  2367. ["Anchored"] = true,
  2368. ["CFrame"] = CFrame.new(47.6016693, 737.700317, 21.7132263, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2369. ["Size"] = 6.89999962, 1, 6.52999973,
  2370. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2371. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2372. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2373. ["Position"] = 47.6016693, 737.700317, 21.7132263,
  2374. })
  2375. o236 = System.Create("Part",{
  2376. ["Parent"] = o228,
  2377. ["Material"] = Enum.Material.DiamondPlate,
  2378. ["BrickColor"] = BrickColor.new("Fossil"),
  2379. ["Position"] = 47.4716644, 736.700317, 21.6707153,
  2380. ["Rotation"] = -179.860001, 0, 0,
  2381. ["Anchored"] = true,
  2382. ["CFrame"] = CFrame.new(47.4716644, 736.700317, 21.6707153, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2383. ["Size"] = 5.31999969, 1, 5.1899991,
  2384. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2385. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2386. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2387. ["Position"] = 47.4716644, 736.700317, 21.6707153,
  2388. })
  2389. o237 = System.Create("Weld",{
  2390. ["Parent"] = o236,
  2391. ["Part0"] = o235,
  2392. ["Part1"] = o236,
  2393. })
  2394. o238 = System.Create("Model",{
  2395. ["Name"] = "Fire",
  2396. ["Parent"] = o228,
  2397. })
  2398. o239 = System.Create("Part",{
  2399. ["Name"] = "Fire",
  2400. ["Parent"] = o238,
  2401. ["Material"] = Enum.Material.SmoothPlastic,
  2402. ["BrickColor"] = BrickColor.new("Really black"),
  2403. ["Transparency"] = 1,
  2404. ["Position"] = 47.5023651, 735.907166, 21.848175,
  2405. ["Rotation"] = -179.860001, -90, 0,
  2406. ["Anchored"] = true,
  2407. ["CFrame"] = CFrame.new(47.5023651, 735.907166, 21.848175, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
  2408. ["CanCollide"] = false,
  2409. ["FormFactor"] = Enum.FormFactor.Custom,
  2410. ["Size"] = 0.400000006, 0.200000003, 0.400000006,
  2411. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2412. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2413. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2414. ["Position"] = 47.5023651, 735.907166, 21.848175,
  2415. })
  2416. o240 = System.Create("BlockMesh",{
  2417. ["Parent"] = o239,
  2418. })
  2419. o241 = System.Create("ParticleEmitter",{
  2420. ["Name"] = "FireParticle",
  2421. ["Parent"] = o239,
  2422. ["Rotation"] = NumberRange.new(100000,100000),
  2423. ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
  2424. ["Color"] = ColorSequence.new(Color3.new(0.0235294, 1, 1),Color3.new(0.937255, 0.905882, 0),Color3.new(0.988235, 0.988235, 0.988235),Color3.new(1, 1, 1),Color3.new(1, 1, 1)),
  2425. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2426. ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
  2427. ["Rate"] = 300,
  2428. ["RotSpeed"] = NumberRange.new(1,1),
  2429. ["Speed"] = NumberRange.new(10,10),
  2430. })
  2431. o242 = System.Create("PointLight",{
  2432. ["Parent"] = o239,
  2433. ["Color"] = Color3.new(0.870588, 1, 0.0313726),
  2434. })
  2435. o243 = System.Create("Part",{
  2436. ["Parent"] = o228,
  2437. ["Material"] = Enum.Material.DiamondPlate,
  2438. ["BrickColor"] = BrickColor.new("Fossil"),
  2439. ["Position"] = 47.4123154, 735.722717, 19.9226379,
  2440. ["Rotation"] = -179.860001, 89.9000015, 0,
  2441. ["Anchored"] = true,
  2442. ["CFrame"] = CFrame.new(47.4123154, 735.722717, 19.9226379, 0.00268564257, 0, 0.99999845, -0.00251001352, -0.999996901, 6.73816749e-06, 1.00000238, -0.00250999979, -0.00268452079),
  2443. ["Size"] = 0.390000045, 1, 4.2699995,
  2444. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2445. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2446. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2447. ["Position"] = 47.4123154, 735.722717, 19.9226379,
  2448. })
  2449. o244 = System.Create("Weld",{
  2450. ["Parent"] = o243,
  2451. ["Part0"] = o236,
  2452. ["Part1"] = o243,
  2453. })
  2454. o245 = System.Create("Model",{
  2455. ["Name"] = "Ion plate",
  2456. ["Parent"] = o1,
  2457. })
  2458. o246 = System.Create("Part",{
  2459. ["Name"] = "Ion Plate",
  2460. ["Parent"] = o245,
  2461. ["Material"] = Enum.Material.DiamondPlate,
  2462. ["Position"] = 47.5077438, 741.807983, 30.4944763,
  2463. ["Anchored"] = true,
  2464. ["CFrame"] = CFrame.new(47.5077438, 741.807983, 30.4944763, 1.00000012, -1.49611878e-10, 5.98374754e-08, -1.49611906e-10, 1.00000024, -2.32830644e-09, 5.98374825e-08, -2.56113708e-09, 1.00000119),
  2465. ["Size"] = 7.86999941, 1, 6.90999937,
  2466. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2467. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2468. ["Position"] = 47.5077438, 741.807983, 30.4944763,
  2469. })
  2470. o247 = System.Create("Model",{
  2471. ["Name"] = "Boost",
  2472. ["Parent"] = o246,
  2473. })
  2474. o248 = System.Create("Part",{
  2475. ["Parent"] = o247,
  2476. ["Material"] = Enum.Material.DiamondPlate,
  2477. ["BrickColor"] = BrickColor.new("Fossil"),
  2478. ["Position"] = 45.3486176, 739.356445, 30.5958557,
  2479. ["Rotation"] = -179.860001, 0, 0,
  2480. ["Anchored"] = true,
  2481. ["CFrame"] = CFrame.new(45.3486176, 739.356445, 30.5958557, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2482. ["Size"] = 0.390000045, 1, 4.2699995,
  2483. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2484. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2485. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2486. ["Position"] = 45.3486176, 739.356445, 30.5958557,
  2487. })
  2488. o249 = System.Create("Part",{
  2489. ["Parent"] = o247,
  2490. ["Material"] = Enum.Material.DiamondPlate,
  2491. ["BrickColor"] = BrickColor.new("Fossil"),
  2492. ["Position"] = 47.4226532, 739.262085, 32.5317993,
  2493. ["Rotation"] = -179.860001, 89.8499985, 0,
  2494. ["Anchored"] = true,
  2495. ["CFrame"] = CFrame.new(47.4226532, 739.262085, 32.5317993, 0.00268302811, 0, 0.999996483, -0.0025099921, -0.999996901, 6.73425347e-06, 0.999993801, -0.00250999979, -0.00268296129),
  2496. ["Size"] = 0.390000045, 1, 4.2699995,
  2497. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2498. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2499. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2500. ["Position"] = 47.4226532, 739.262085, 32.5317993,
  2501. })
  2502. o250 = System.Create("Weld",{
  2503. ["Parent"] = o249,
  2504. ["Part0"] = o255,
  2505. ["Part1"] = o249,
  2506. })
  2507. o251 = System.Create("Part",{
  2508. ["Parent"] = o247,
  2509. ["Material"] = Enum.Material.DiamondPlate,
  2510. ["BrickColor"] = BrickColor.new("Fossil"),
  2511. ["Position"] = 49.4666824, 739.255798, 30.59552,
  2512. ["Rotation"] = -179.860001, 0, 0,
  2513. ["Anchored"] = true,
  2514. ["CFrame"] = CFrame.new(49.4666824, 739.255798, 30.59552, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2515. ["Size"] = 0.390000045, 1, 4.2699995,
  2516. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2517. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2518. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2519. ["Position"] = 49.4666824, 739.255798, 30.59552,
  2520. })
  2521. o252 = System.Create("Weld",{
  2522. ["Parent"] = o251,
  2523. ["Part0"] = o255,
  2524. ["Part1"] = o251,
  2525. })
  2526. o253 = System.Create("Part",{
  2527. ["Parent"] = o247,
  2528. ["Material"] = Enum.Material.Neon,
  2529. ["BrickColor"] = BrickColor.new("Daisy orange"),
  2530. ["Position"] = 47.5466766, 739.807983, 30.566864,
  2531. ["Rotation"] = -179.860001, 0, 0,
  2532. ["Anchored"] = true,
  2533. ["CFrame"] = CFrame.new(47.5466766, 739.807983, 30.566864, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2534. ["Shape"] = Enum.PartType.Ball,
  2535. ["Size"] = 0.430000156, 0.430000156, 0.430000156,
  2536. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2537. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2538. ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
  2539. ["Position"] = 47.5466766, 739.807983, 30.566864,
  2540. })
  2541. o254 = System.Create("Part",{
  2542. ["Parent"] = o247,
  2543. ["Material"] = Enum.Material.DiamondPlate,
  2544. ["BrickColor"] = BrickColor.new("Fossil"),
  2545. ["Position"] = 47.6016693, 741.25592, 30.4705505,
  2546. ["Rotation"] = -179.860001, 0, 0,
  2547. ["Anchored"] = true,
  2548. ["CFrame"] = CFrame.new(47.6016693, 741.25592, 30.4705505, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2549. ["Size"] = 6.89999962, 1, 6.52999973,
  2550. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2551. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2552. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2553. ["Position"] = 47.6016693, 741.25592, 30.4705505,
  2554. })
  2555. o255 = System.Create("Part",{
  2556. ["Parent"] = o247,
  2557. ["Material"] = Enum.Material.DiamondPlate,
  2558. ["BrickColor"] = BrickColor.new("Fossil"),
  2559. ["Position"] = 47.4716644, 740.257629, 30.4280396,
  2560. ["Rotation"] = -179.860001, 0, 0,
  2561. ["Anchored"] = true,
  2562. ["CFrame"] = CFrame.new(47.4716644, 740.257629, 30.4280396, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2563. ["Size"] = 5.31999969, 1, 5.1899991,
  2564. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2565. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2566. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2567. ["Position"] = 47.4716644, 740.257629, 30.4280396,
  2568. })
  2569. o256 = System.Create("Weld",{
  2570. ["Parent"] = o255,
  2571. ["Part0"] = o254,
  2572. ["Part1"] = o255,
  2573. })
  2574. o257 = System.Create("Model",{
  2575. ["Name"] = "Fire",
  2576. ["Parent"] = o247,
  2577. })
  2578. o258 = System.Create("Part",{
  2579. ["Name"] = "Fire",
  2580. ["Parent"] = o257,
  2581. ["Material"] = Enum.Material.SmoothPlastic,
  2582. ["BrickColor"] = BrickColor.new("Really black"),
  2583. ["Transparency"] = 1,
  2584. ["Position"] = 47.5023651, 739.464478, 30.6054993,
  2585. ["Rotation"] = -179.860001, -90, 0,
  2586. ["Anchored"] = true,
  2587. ["CFrame"] = CFrame.new(47.5023651, 739.464478, 30.6054993, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
  2588. ["CanCollide"] = false,
  2589. ["FormFactor"] = Enum.FormFactor.Custom,
  2590. ["Size"] = 0.400000006, 0.200000003, 0.400000006,
  2591. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2592. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2593. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2594. ["Position"] = 47.5023651, 739.464478, 30.6054993,
  2595. })
  2596. o259 = System.Create("BlockMesh",{
  2597. ["Parent"] = o258,
  2598. })
  2599. o260 = System.Create("ParticleEmitter",{
  2600. ["Name"] = "FireParticle",
  2601. ["Parent"] = o258,
  2602. ["Rotation"] = NumberRange.new(100000,100000),
  2603. ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
  2604. ["Color"] = ColorSequence.new(Color3.new(0.0235294, 1, 1),Color3.new(0.937255, 0.905882, 0),Color3.new(0.988235, 0.988235, 0.988235),Color3.new(1, 1, 1),Color3.new(1, 1, 1)),
  2605. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2606. ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
  2607. ["Rate"] = 300,
  2608. ["RotSpeed"] = NumberRange.new(1,1),
  2609. ["Speed"] = NumberRange.new(10,10),
  2610. })
  2611. o261 = System.Create("PointLight",{
  2612. ["Parent"] = o258,
  2613. ["Color"] = Color3.new(0.870588, 1, 0.0313726),
  2614. })
  2615. o262 = System.Create("Part",{
  2616. ["Parent"] = o247,
  2617. ["Material"] = Enum.Material.DiamondPlate,
  2618. ["BrickColor"] = BrickColor.new("Fossil"),
  2619. ["Position"] = 47.4123154, 739.280029, 28.6799622,
  2620. ["Rotation"] = -179.860001, 89.9000015, 0,
  2621. ["Anchored"] = true,
  2622. ["CFrame"] = CFrame.new(47.4123154, 739.280029, 28.6799622, 0.00268564257, 0, 0.99999845, -0.00251001352, -0.999996901, 6.73816749e-06, 1.00000238, -0.00250999979, -0.00268452079),
  2623. ["Size"] = 0.390000045, 1, 4.2699995,
  2624. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2625. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2626. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2627. ["Position"] = 47.4123154, 739.280029, 28.6799622,
  2628. })
  2629. o263 = System.Create("Weld",{
  2630. ["Parent"] = o262,
  2631. ["Part0"] = o255,
  2632. ["Part1"] = o262,
  2633. })
  2634. o264 = System.Create("Model",{
  2635. ["Name"] = "Ion plate",
  2636. ["Parent"] = o1,
  2637. })
  2638. o265 = System.Create("Part",{
  2639. ["Name"] = "Ion Plate",
  2640. ["Parent"] = o264,
  2641. ["Material"] = Enum.Material.DiamondPlate,
  2642. ["Position"] = 47.5077438, 734.693726, 12.5512075,
  2643. ["Anchored"] = true,
  2644. ["CFrame"] = CFrame.new(47.5077438, 734.693726, 12.5512075, 1.00000024, -2.99223757e-10, 1.1944212e-07, -2.98769065e-10, 1.00000048, -4.88944352e-09, 1.19442134e-07, -5.58793545e-09, 1.00000238),
  2645. ["Size"] = 7.86999941, 1, 6.90999937,
  2646. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2647. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2648. ["Position"] = 47.5077438, 734.693726, 12.5512075,
  2649. })
  2650. o266 = System.Create("Model",{
  2651. ["Name"] = "Boost",
  2652. ["Parent"] = o265,
  2653. })
  2654. o267 = System.Create("Part",{
  2655. ["Parent"] = o266,
  2656. ["Material"] = Enum.Material.DiamondPlate,
  2657. ["BrickColor"] = BrickColor.new("Fossil"),
  2658. ["Position"] = 45.3486176, 732.241821, 12.6525564,
  2659. ["Rotation"] = -179.860001, 0, 0,
  2660. ["Anchored"] = true,
  2661. ["CFrame"] = CFrame.new(45.3486176, 732.241821, 12.6525564, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2662. ["Size"] = 0.390000045, 1, 4.2699995,
  2663. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2664. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2665. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2666. ["Position"] = 45.3486176, 732.241821, 12.6525564,
  2667. })
  2668. o268 = System.Create("Part",{
  2669. ["Parent"] = o266,
  2670. ["Material"] = Enum.Material.DiamondPlate,
  2671. ["BrickColor"] = BrickColor.new("Fossil"),
  2672. ["Position"] = 47.4226532, 732.147461, 14.5885,
  2673. ["Rotation"] = -179.860001, 89.8499985, 0,
  2674. ["Anchored"] = true,
  2675. ["CFrame"] = CFrame.new(47.4226532, 732.147461, 14.5885, 0.00268302811, 0, 0.999996483, -0.0025099921, -0.999996901, 6.73425347e-06, 0.999993801, -0.00250999979, -0.00268296129),
  2676. ["Size"] = 0.390000045, 1, 4.2699995,
  2677. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2678. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2679. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2680. ["Position"] = 47.4226532, 732.147461, 14.5885,
  2681. })
  2682. o269 = System.Create("Weld",{
  2683. ["Parent"] = o268,
  2684. ["Part0"] = o274,
  2685. ["Part1"] = o268,
  2686. })
  2687. o270 = System.Create("Part",{
  2688. ["Parent"] = o266,
  2689. ["Material"] = Enum.Material.DiamondPlate,
  2690. ["BrickColor"] = BrickColor.new("Fossil"),
  2691. ["Position"] = 49.4666824, 732.143005, 12.6522217,
  2692. ["Rotation"] = -179.860001, 0, 0,
  2693. ["Anchored"] = true,
  2694. ["CFrame"] = CFrame.new(49.4666824, 732.143005, 12.6522217, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2695. ["Size"] = 0.390000045, 1, 4.2699995,
  2696. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2697. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2698. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2699. ["Position"] = 49.4666824, 732.143005, 12.6522217,
  2700. })
  2701. o271 = System.Create("Weld",{
  2702. ["Parent"] = o270,
  2703. ["Part0"] = o274,
  2704. ["Part1"] = o270,
  2705. })
  2706. o272 = System.Create("Part",{
  2707. ["Parent"] = o266,
  2708. ["Material"] = Enum.Material.Neon,
  2709. ["BrickColor"] = BrickColor.new("Daisy orange"),
  2710. ["Position"] = 47.5466766, 732.69397, 12.6235657,
  2711. ["Rotation"] = -179.860001, 0, 0,
  2712. ["Anchored"] = true,
  2713. ["CFrame"] = CFrame.new(47.5466766, 732.69397, 12.6235657, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2714. ["Shape"] = Enum.PartType.Ball,
  2715. ["Size"] = 0.430000156, 0.430000156, 0.430000156,
  2716. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2717. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2718. ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
  2719. ["Position"] = 47.5466766, 732.69397, 12.6235657,
  2720. })
  2721. o273 = System.Create("Part",{
  2722. ["Parent"] = o266,
  2723. ["Material"] = Enum.Material.DiamondPlate,
  2724. ["BrickColor"] = BrickColor.new("Fossil"),
  2725. ["Position"] = 47.6016693, 734.143005, 12.5272522,
  2726. ["Rotation"] = -179.860001, 0, 0,
  2727. ["Anchored"] = true,
  2728. ["CFrame"] = CFrame.new(47.6016693, 734.143005, 12.5272522, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2729. ["Size"] = 6.89999962, 1, 6.52999973,
  2730. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2731. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2732. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2733. ["Position"] = 47.6016693, 734.143005, 12.5272522,
  2734. })
  2735. o274 = System.Create("Part",{
  2736. ["Parent"] = o266,
  2737. ["Material"] = Enum.Material.DiamondPlate,
  2738. ["BrickColor"] = BrickColor.new("Fossil"),
  2739. ["Position"] = 47.4716644, 733.143005, 12.4847403,
  2740. ["Rotation"] = -179.860001, 0, 0,
  2741. ["Anchored"] = true,
  2742. ["CFrame"] = CFrame.new(47.4716644, 733.143005, 12.4847403, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2743. ["Size"] = 5.31999969, 1, 5.1899991,
  2744. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2745. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2746. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2747. ["Position"] = 47.4716644, 733.143005, 12.4847403,
  2748. })
  2749. o275 = System.Create("Weld",{
  2750. ["Parent"] = o274,
  2751. ["Part0"] = o273,
  2752. ["Part1"] = o274,
  2753. })
  2754. o276 = System.Create("Model",{
  2755. ["Name"] = "Fire",
  2756. ["Parent"] = o266,
  2757. })
  2758. o277 = System.Create("Part",{
  2759. ["Name"] = "Fire",
  2760. ["Parent"] = o276,
  2761. ["Material"] = Enum.Material.SmoothPlastic,
  2762. ["BrickColor"] = BrickColor.new("Really black"),
  2763. ["Transparency"] = 1,
  2764. ["Position"] = 47.5023651, 732.349854, 12.6622,
  2765. ["Rotation"] = -179.860001, -90, 0,
  2766. ["Anchored"] = true,
  2767. ["CFrame"] = CFrame.new(47.5023651, 732.349854, 12.6622, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
  2768. ["CanCollide"] = false,
  2769. ["FormFactor"] = Enum.FormFactor.Custom,
  2770. ["Size"] = 0.400000006, 0.200000003, 0.400000006,
  2771. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2772. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2773. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2774. ["Position"] = 47.5023651, 732.349854, 12.6622,
  2775. })
  2776. o278 = System.Create("BlockMesh",{
  2777. ["Parent"] = o277,
  2778. })
  2779. o279 = System.Create("ParticleEmitter",{
  2780. ["Name"] = "FireParticle",
  2781. ["Parent"] = o277,
  2782. ["Rotation"] = NumberRange.new(100000,100000),
  2783. ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
  2784. ["Color"] = ColorSequence.new(Color3.new(0.0235294, 1, 1),Color3.new(0.937255, 0.905882, 0),Color3.new(0.988235, 0.988235, 0.988235),Color3.new(1, 1, 1),Color3.new(1, 1, 1)),
  2785. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2786. ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
  2787. ["Rate"] = 300,
  2788. ["RotSpeed"] = NumberRange.new(1,1),
  2789. ["Speed"] = NumberRange.new(10,10),
  2790. })
  2791. o280 = System.Create("PointLight",{
  2792. ["Parent"] = o277,
  2793. ["Color"] = Color3.new(0.870588, 1, 0.0313726),
  2794. })
  2795. o281 = System.Create("Part",{
  2796. ["Parent"] = o266,
  2797. ["Material"] = Enum.Material.DiamondPlate,
  2798. ["BrickColor"] = BrickColor.new("Fossil"),
  2799. ["Position"] = 47.4123154, 732.165649, 10.7366638,
  2800. ["Rotation"] = -179.860001, 89.9000015, 0,
  2801. ["Anchored"] = true,
  2802. ["CFrame"] = CFrame.new(47.4123154, 732.165649, 10.7366638, 0.00268564257, 0, 0.99999845, -0.00251001352, -0.999996901, 6.73816749e-06, 1.00000238, -0.00250999979, -0.00268452079),
  2803. ["Size"] = 0.390000045, 1, 4.2699995,
  2804. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2805. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2806. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2807. ["Position"] = 47.4123154, 732.165649, 10.7366638,
  2808. })
  2809. o282 = System.Create("Weld",{
  2810. ["Parent"] = o281,
  2811. ["Part0"] = o274,
  2812. ["Part1"] = o281,
  2813. })
  2814. o283 = System.Create("Model",{
  2815. ["Name"] = "Ion plate",
  2816. ["Parent"] = o1,
  2817. })
  2818. o284 = System.Create("Part",{
  2819. ["Name"] = "Ion Plate",
  2820. ["Parent"] = o283,
  2821. ["Material"] = Enum.Material.DiamondPlate,
  2822. ["Position"] = 47.3283157, 724.491882, -7.12927198,
  2823. ["Anchored"] = true,
  2824. ["CFrame"] = CFrame.new(47.3283157, 724.491882, -7.12927198, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2825. ["Size"] = 7.86999941, 1, 6.90999937,
  2826. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2827. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2828. ["Position"] = 47.3283157, 724.491882, -7.12927198,
  2829. })
  2830. o285 = System.Create("Model",{
  2831. ["Name"] = "Boost",
  2832. ["Parent"] = o284,
  2833. })
  2834. o286 = System.Create("Part",{
  2835. ["Parent"] = o285,
  2836. ["Material"] = Enum.Material.DiamondPlate,
  2837. ["BrickColor"] = BrickColor.new("Fossil"),
  2838. ["Position"] = 45.1691971, 722.040222, -7.0279541,
  2839. ["Rotation"] = -179.860001, 0, 0,
  2840. ["Anchored"] = true,
  2841. ["CFrame"] = CFrame.new(45.1691971, 722.040222, -7.0279541, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2842. ["Size"] = 0.390000045, 1, 4.2699995,
  2843. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2844. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2845. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2846. ["Position"] = 45.1691971, 722.040222, -7.0279541,
  2847. })
  2848. o287 = System.Create("Part",{
  2849. ["Parent"] = o285,
  2850. ["Material"] = Enum.Material.DiamondPlate,
  2851. ["BrickColor"] = BrickColor.new("Fossil"),
  2852. ["Position"] = 47.2432327, 721.945801, -5.09199476,
  2853. ["Rotation"] = -179.860001, 89.8499985, 0,
  2854. ["Anchored"] = true,
  2855. ["CFrame"] = CFrame.new(47.2432327, 721.945801, -5.09199476, 0.00268302811, 0, 0.999996483, -0.0025099921, -0.999996901, 6.73425347e-06, 0.999993801, -0.00250999979, -0.00268296129),
  2856. ["Size"] = 0.390000045, 1, 4.2699995,
  2857. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2858. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2859. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2860. ["Position"] = 47.2432327, 721.945801, -5.09199476,
  2861. })
  2862. o288 = System.Create("Weld",{
  2863. ["Parent"] = o287,
  2864. ["Part0"] = o293,
  2865. ["Part1"] = o287,
  2866. })
  2867. o289 = System.Create("Part",{
  2868. ["Parent"] = o285,
  2869. ["Material"] = Enum.Material.DiamondPlate,
  2870. ["BrickColor"] = BrickColor.new("Fossil"),
  2871. ["Position"] = 49.2872543, 721.940979, -7.02827406,
  2872. ["Rotation"] = -179.860001, 0, 0,
  2873. ["Anchored"] = true,
  2874. ["CFrame"] = CFrame.new(49.2872543, 721.940979, -7.02827406, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2875. ["Size"] = 0.390000045, 1, 4.2699995,
  2876. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2877. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2878. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2879. ["Position"] = 49.2872543, 721.940979, -7.02827406,
  2880. })
  2881. o290 = System.Create("Weld",{
  2882. ["Parent"] = o289,
  2883. ["Part0"] = o293,
  2884. ["Part1"] = o289,
  2885. })
  2886. o291 = System.Create("Part",{
  2887. ["Parent"] = o285,
  2888. ["Material"] = Enum.Material.Neon,
  2889. ["BrickColor"] = BrickColor.new("Daisy orange"),
  2890. ["Position"] = 47.3672562, 722.493469, -7.0569458,
  2891. ["Rotation"] = -179.860001, 0, 0,
  2892. ["Anchored"] = true,
  2893. ["CFrame"] = CFrame.new(47.3672562, 722.493469, -7.0569458, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2894. ["Shape"] = Enum.PartType.Ball,
  2895. ["Size"] = 0.430000156, 0.430000156, 0.430000156,
  2896. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2897. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2898. ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
  2899. ["Position"] = 47.3672562, 722.493469, -7.0569458,
  2900. })
  2901. o292 = System.Create("Part",{
  2902. ["Parent"] = o285,
  2903. ["Material"] = Enum.Material.DiamondPlate,
  2904. ["BrickColor"] = BrickColor.new("Fossil"),
  2905. ["Position"] = 47.4222488, 723.94104, -7.1532588,
  2906. ["Rotation"] = -179.860001, 0, 0,
  2907. ["Anchored"] = true,
  2908. ["CFrame"] = CFrame.new(47.4222488, 723.94104, -7.1532588, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2909. ["Size"] = 6.89999962, 1, 6.52999973,
  2910. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2911. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2912. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2913. ["Position"] = 47.4222488, 723.94104, -7.1532588,
  2914. })
  2915. o293 = System.Create("Part",{
  2916. ["Parent"] = o285,
  2917. ["Material"] = Enum.Material.DiamondPlate,
  2918. ["BrickColor"] = BrickColor.new("Fossil"),
  2919. ["Position"] = 47.292244, 722.94104, -7.19576979,
  2920. ["Rotation"] = -179.860001, 0, 0,
  2921. ["Anchored"] = true,
  2922. ["CFrame"] = CFrame.new(47.292244, 722.94104, -7.19576979, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  2923. ["Size"] = 5.31999969, 1, 5.1899991,
  2924. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2925. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2926. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2927. ["Position"] = 47.292244, 722.94104, -7.19576979,
  2928. })
  2929. o294 = System.Create("Weld",{
  2930. ["Parent"] = o293,
  2931. ["Part0"] = o292,
  2932. ["Part1"] = o293,
  2933. })
  2934. o295 = System.Create("Model",{
  2935. ["Name"] = "Fire",
  2936. ["Parent"] = o285,
  2937. })
  2938. o296 = System.Create("Part",{
  2939. ["Name"] = "Fire",
  2940. ["Parent"] = o295,
  2941. ["Material"] = Enum.Material.SmoothPlastic,
  2942. ["BrickColor"] = BrickColor.new("Really black"),
  2943. ["Transparency"] = 1,
  2944. ["Position"] = 47.3229446, 722.14801, -7.01831007,
  2945. ["Rotation"] = -179.860001, -90, 0,
  2946. ["Anchored"] = true,
  2947. ["CFrame"] = CFrame.new(47.3229446, 722.14801, -7.01831007, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
  2948. ["CanCollide"] = false,
  2949. ["FormFactor"] = Enum.FormFactor.Custom,
  2950. ["Size"] = 0.400000006, 0.200000003, 0.400000006,
  2951. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2952. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2953. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2954. ["Position"] = 47.3229446, 722.14801, -7.01831007,
  2955. })
  2956. o297 = System.Create("BlockMesh",{
  2957. ["Parent"] = o296,
  2958. })
  2959. o298 = System.Create("ParticleEmitter",{
  2960. ["Name"] = "FireParticle",
  2961. ["Parent"] = o296,
  2962. ["Rotation"] = NumberRange.new(100000,100000),
  2963. ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
  2964. ["Color"] = ColorSequence.new(Color3.new(0.0235294, 1, 1),Color3.new(0.937255, 0.905882, 0),Color3.new(0.988235, 0.988235, 0.988235),Color3.new(1, 1, 1),Color3.new(1, 1, 1)),
  2965. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2966. ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
  2967. ["Rate"] = 300,
  2968. ["RotSpeed"] = NumberRange.new(1,1),
  2969. ["Speed"] = NumberRange.new(10,10),
  2970. })
  2971. o299 = System.Create("PointLight",{
  2972. ["Parent"] = o296,
  2973. ["Color"] = Color3.new(0.870588, 1, 0.0313726),
  2974. })
  2975. o300 = System.Create("Part",{
  2976. ["Parent"] = o285,
  2977. ["Material"] = Enum.Material.DiamondPlate,
  2978. ["BrickColor"] = BrickColor.new("Fossil"),
  2979. ["Position"] = 47.2328949, 721.963806, -8.94386196,
  2980. ["Rotation"] = -179.860001, 89.9000015, 0,
  2981. ["Anchored"] = true,
  2982. ["CFrame"] = CFrame.new(47.2328949, 721.963806, -8.94386196, 0.00268564257, 0, 0.99999845, -0.00251001352, -0.999996901, 6.73816749e-06, 1.00000238, -0.00250999979, -0.00268452079),
  2983. ["Size"] = 0.390000045, 1, 4.2699995,
  2984. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2985. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2986. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  2987. ["Position"] = 47.2328949, 721.963806, -8.94386196,
  2988. })
  2989. o301 = System.Create("Weld",{
  2990. ["Parent"] = o300,
  2991. ["Part0"] = o293,
  2992. ["Part1"] = o300,
  2993. })
  2994. o302 = System.Create("Model",{
  2995. ["Name"] = "Ion plate",
  2996. ["Parent"] = o1,
  2997. })
  2998. o303 = System.Create("Part",{
  2999. ["Name"] = "Ion Plate",
  3000. ["Parent"] = o302,
  3001. ["Material"] = Enum.Material.DiamondPlate,
  3002. ["Position"] = 47.5077591, 731.136841, 1.42550695,
  3003. ["Anchored"] = true,
  3004. ["CFrame"] = CFrame.new(47.5077591, 731.136841, 1.42550695, 1.00000024, -2.99223757e-10, 1.1944212e-07, -2.98769065e-10, 1.00000048, -4.88944352e-09, 1.19442134e-07, -5.58793545e-09, 1.00000238),
  3005. ["Size"] = 7.86999941, 1, 6.90999937,
  3006. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3007. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3008. ["Position"] = 47.5077591, 731.136841, 1.42550695,
  3009. })
  3010. o304 = System.Create("Model",{
  3011. ["Name"] = "Boost",
  3012. ["Parent"] = o303,
  3013. })
  3014. o305 = System.Create("Part",{
  3015. ["Parent"] = o304,
  3016. ["Material"] = Enum.Material.DiamondPlate,
  3017. ["BrickColor"] = BrickColor.new("Fossil"),
  3018. ["Position"] = 45.3486176, 728.684753, 1.52688599,
  3019. ["Rotation"] = -179.860001, 0, 0,
  3020. ["Anchored"] = true,
  3021. ["CFrame"] = CFrame.new(45.3486176, 728.684753, 1.52688599, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  3022. ["Size"] = 0.390000045, 1, 4.2699995,
  3023. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3024. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3025. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  3026. ["Position"] = 45.3486176, 728.684753, 1.52688599,
  3027. })
  3028. o306 = System.Create("Part",{
  3029. ["Parent"] = o304,
  3030. ["Material"] = Enum.Material.DiamondPlate,
  3031. ["BrickColor"] = BrickColor.new("Fossil"),
  3032. ["Position"] = 47.4226532, 728.590149, 3.46282911,
  3033. ["Rotation"] = -179.860001, 89.8499985, 0,
  3034. ["Anchored"] = true,
  3035. ["CFrame"] = CFrame.new(47.4226532, 728.590149, 3.46282911, 0.00268302811, 0, 0.999996483, -0.0025099921, -0.999996901, 6.73425347e-06, 0.999993801, -0.00250999979, -0.00268296129),
  3036. ["Size"] = 0.390000045, 1, 4.2699995,
  3037. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3038. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3039. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  3040. ["Position"] = 47.4226532, 728.590149, 3.46282911,
  3041. })
  3042. o307 = System.Create("Weld",{
  3043. ["Parent"] = o306,
  3044. ["Part0"] = o312,
  3045. ["Part1"] = o306,
  3046. })
  3047. o308 = System.Create("Part",{
  3048. ["Parent"] = o304,
  3049. ["Material"] = Enum.Material.DiamondPlate,
  3050. ["BrickColor"] = BrickColor.new("Fossil"),
  3051. ["Position"] = 49.4666824, 728.585693, 1.52655005,
  3052. ["Rotation"] = -179.860001, 0, 0,
  3053. ["Anchored"] = true,
  3054. ["CFrame"] = CFrame.new(49.4666824, 728.585693, 1.52655005, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  3055. ["Size"] = 0.390000045, 1, 4.2699995,
  3056. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3057. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3058. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  3059. ["Position"] = 49.4666824, 728.585693, 1.52655005,
  3060. })
  3061. o309 = System.Create("Weld",{
  3062. ["Parent"] = o308,
  3063. ["Part0"] = o312,
  3064. ["Part1"] = o308,
  3065. })
  3066. o310 = System.Create("Part",{
  3067. ["Parent"] = o304,
  3068. ["Material"] = Enum.Material.Neon,
  3069. ["BrickColor"] = BrickColor.new("Daisy orange"),
  3070. ["Position"] = 47.5466766, 729.138611, 1.49789405,
  3071. ["Rotation"] = -179.860001, 0, 0,
  3072. ["Anchored"] = true,
  3073. ["CFrame"] = CFrame.new(47.5466766, 729.138611, 1.49789405, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  3074. ["Shape"] = Enum.PartType.Ball,
  3075. ["Size"] = 0.430000156, 0.430000156, 0.430000156,
  3076. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3077. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3078. ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
  3079. ["Position"] = 47.5466766, 729.138611, 1.49789405,
  3080. })
  3081. o311 = System.Create("Part",{
  3082. ["Parent"] = o304,
  3083. ["Material"] = Enum.Material.DiamondPlate,
  3084. ["BrickColor"] = BrickColor.new("Fossil"),
  3085. ["Position"] = 47.6016693, 730.585938, 1.40158105,
  3086. ["Rotation"] = -179.860001, 0, 0,
  3087. ["Anchored"] = true,
  3088. ["CFrame"] = CFrame.new(47.6016693, 730.585938, 1.40158105, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  3089. ["Size"] = 6.89999962, 1, 6.52999973,
  3090. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3091. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3092. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  3093. ["Position"] = 47.6016693, 730.585938, 1.40158105,
  3094. })
  3095. o312 = System.Create("Part",{
  3096. ["Parent"] = o304,
  3097. ["Material"] = Enum.Material.DiamondPlate,
  3098. ["BrickColor"] = BrickColor.new("Fossil"),
  3099. ["Position"] = 47.4716644, 729.585938, 1.35906994,
  3100. ["Rotation"] = -179.860001, 0, 0,
  3101. ["Anchored"] = true,
  3102. ["CFrame"] = CFrame.new(47.4716644, 729.585938, 1.35906994, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
  3103. ["Size"] = 5.31999969, 1, 5.1899991,
  3104. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3105. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3106. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  3107. ["Position"] = 47.4716644, 729.585938, 1.35906994,
  3108. })
  3109. o313 = System.Create("Weld",{
  3110. ["Parent"] = o312,
  3111. ["Part0"] = o311,
  3112. ["Part1"] = o312,
  3113. })
  3114. o314 = System.Create("Model",{
  3115. ["Name"] = "Fire",
  3116. ["Parent"] = o304,
  3117. })
  3118. o315 = System.Create("Part",{
  3119. ["Name"] = "Fire",
  3120. ["Parent"] = o314,
  3121. ["Material"] = Enum.Material.SmoothPlastic,
  3122. ["BrickColor"] = BrickColor.new("Really black"),
  3123. ["Transparency"] = 1,
  3124. ["Position"] = 47.5023651, 728.794739, 1.53652894,
  3125. ["Rotation"] = -179.860001, -90, 0,
  3126. ["Anchored"] = true,
  3127. ["CFrame"] = CFrame.new(47.5023651, 728.794739, 1.53652894, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
  3128. ["CanCollide"] = false,
  3129. ["FormFactor"] = Enum.FormFactor.Custom,
  3130. ["Size"] = 0.400000006, 0.200000003, 0.400000006,
  3131. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3132. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3133. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3134. ["Position"] = 47.5023651, 728.794739, 1.53652894,
  3135. })
  3136. o316 = System.Create("BlockMesh",{
  3137. ["Parent"] = o315,
  3138. })
  3139. o317 = System.Create("ParticleEmitter",{
  3140. ["Name"] = "FireParticle",
  3141. ["Parent"] = o315,
  3142. ["Rotation"] = NumberRange.new(100000,100000),
  3143. ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
  3144. ["Color"] = ColorSequence.new(Color3.new(0.0235294, 1, 1),Color3.new(0.937255, 0.905882, 0),Color3.new(0.988235, 0.988235, 0.988235),Color3.new(1, 1, 1),Color3.new(1, 1, 1)),
  3145. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3146. ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
  3147. ["Rate"] = 300,
  3148. ["RotSpeed"] = NumberRange.new(1,1),
  3149. ["Speed"] = NumberRange.new(10,10),
  3150. })
  3151. o318 = System.Create("PointLight",{
  3152. ["Parent"] = o315,
  3153. ["Color"] = Color3.new(0.870588, 1, 0.0313726),
  3154. })
  3155. o319 = System.Create("Part",{
  3156. ["Parent"] = o304,
  3157. ["Material"] = Enum.Material.DiamondPlate,
  3158. ["BrickColor"] = BrickColor.new("Fossil"),
  3159. ["Position"] = 47.4123154, 728.608582, -0.389023006,
  3160. ["Rotation"] = -179.860001, 89.9000015, 0,
  3161. ["Anchored"] = true,
  3162. ["CFrame"] = CFrame.new(47.4123154, 728.608582, -0.389023006, 0.00268564257, 0, 0.99999845, -0.00251001352, -0.999996901, 6.73816749e-06, 1.00000238, -0.00250999979, -0.00268452079),
  3163. ["Size"] = 0.390000045, 1, 4.2699995,
  3164. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3165. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3166. ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
  3167. ["Position"] = 47.4123154, 728.608582, -0.389023006,
  3168. })
  3169. o320 = System.Create("Weld",{
  3170. ["Parent"] = o319,
  3171. ["Part0"] = o312,
  3172. ["Part1"] = o319,
  3173. })
  3174. o321 = System.Create("Model",{
  3175. ["Name"] = "NomSodsutart",
  3176. ["Parent"] = o1,
  3177. ["PrimaryPart"] = o329,
  3178. })
  3179. o322 = System.Create("Part",{
  3180. ["Name"] = "Head",
  3181. ["Parent"] = o321,
  3182. ["BrickColor"] = BrickColor.new("Institutional white"),
  3183. ["Position"] = -17.0416622, 750.473328, 22.4839172,
  3184. ["Rotation"] = -180, 0, -180,
  3185. ["Anchored"] = true,
  3186. ["CFrame"] = CFrame.new(-17.0416622, 750.473328, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  3187. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3188. ["Size"] = 2, 1, 1,
  3189. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3190. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  3191. ["Position"] = -17.0416622, 750.473328, 22.4839172,
  3192. })
  3193. o323 = System.Create("SpecialMesh",{
  3194. ["Parent"] = o322,
  3195. ["Scale"] = 1.25, 1.25, 1.25,
  3196. })
  3197. o328 = System.Create("Decal",{
  3198. ["Name"] = "faces-23",
  3199. ["Parent"] = o322,
  3200. ["Texture"] = "http://www.roblox.com/asset/?id=3092649554",
  3201. })
  3202. o329 = System.Create("Part",{
  3203. ["Name"] = "HumanoidRootPart",
  3204. ["Parent"] = o321,
  3205. ["Transparency"] = 1,
  3206. ["Position"] = -17.0416622, 748.972229, 22.4839172,
  3207. ["Rotation"] = -180, 0, -180,
  3208. ["Anchored"] = true,
  3209. ["CFrame"] = CFrame.new(-17.0416622, 748.972229, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  3210. ["CanCollide"] = false,
  3211. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3212. ["Size"] = 2, 2, 1,
  3213. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3214. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3215. ["Position"] = -17.0416622, 748.972229, 22.4839172,
  3216. })
  3217. o330 = System.Create("Motor6D",{
  3218. ["Name"] = "RootJoint",
  3219. ["Parent"] = o329,
  3220. ["Part0"] = o329,
  3221. ["Part1"] = o337,
  3222. ["MaxVelocity"] = 0.10000000149012,
  3223. })
  3224. o331 = System.Create("Part",{
  3225. ["Name"] = "Left Arm",
  3226. ["Parent"] = o321,
  3227. ["BrickColor"] = BrickColor.new("Institutional white"),
  3228. ["Position"] = -16.714798, 749.181213, 23.2197266,
  3229. ["Rotation"] = 95.2900009, -13.1999998, -85.5,
  3230. ["Anchored"] = true,
  3231. ["CFrame"] = CFrame.new(-16.714798, 749.181213, 23.2197266, 0.0764440373, 0.97055912, -0.228410617, 0.0740220398, -0.233973026, -0.969421208, -0.994322479, 0.057199046, -0.0897286013),
  3232. ["CanCollide"] = false,
  3233. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3234. ["Size"] = 1, 2, 1,
  3235. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  3236. ["Position"] = -16.714798, 749.181213, 23.2197266,
  3237. })
  3238. o333 = System.Create("Part",{
  3239. ["Name"] = "Left Leg",
  3240. ["Parent"] = o321,
  3241. ["BrickColor"] = BrickColor.new("Institutional white"),
  3242. ["Position"] = -16.5416622, 746.972229, 22.4839172,
  3243. ["Rotation"] = -180, 0, -180,
  3244. ["Anchored"] = true,
  3245. ["CFrame"] = CFrame.new(-16.5416622, 746.972229, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  3246. ["CanCollide"] = false,
  3247. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3248. ["Size"] = 1, 2, 1,
  3249. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3250. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  3251. ["Position"] = -16.5416622, 746.972229, 22.4839172,
  3252. })
  3253. o334 = System.Create("Part",{
  3254. ["Name"] = "Right Arm",
  3255. ["Parent"] = o321,
  3256. ["BrickColor"] = BrickColor.new("Institutional white"),
  3257. ["Position"] = -17.2243423, 749.055603, 23.2459717,
  3258. ["Rotation"] = 83.75, -0.0299999993, 79.9199982,
  3259. ["Anchored"] = true,
  3260. ["CFrame"] = CFrame.new(-17.2243423, 749.055603, 23.2459717, 0.175047949, -0.984559774, -0.000480864575, 0.107160978, 0.0195379797, -0.994049728, 0.978710771, 0.173954815, 0.108926475),
  3261. ["CanCollide"] = false,
  3262. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3263. ["Size"] = 1, 2, 1,
  3264. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  3265. ["Position"] = -17.2243423, 749.055603, 23.2459717,
  3266. })
  3267. o336 = System.Create("Part",{
  3268. ["Name"] = "Right Leg",
  3269. ["Parent"] = o321,
  3270. ["BrickColor"] = BrickColor.new("Institutional white"),
  3271. ["Position"] = -17.5416622, 746.972229, 22.4839172,
  3272. ["Rotation"] = -180, 0, -180,
  3273. ["Anchored"] = true,
  3274. ["CFrame"] = CFrame.new(-17.5416622, 746.972229, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  3275. ["CanCollide"] = false,
  3276. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3277. ["Size"] = 1, 2, 1,
  3278. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3279. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  3280. ["Position"] = -17.5416622, 746.972229, 22.4839172,
  3281. })
  3282. o337 = System.Create("Part",{
  3283. ["Name"] = "Torso",
  3284. ["Parent"] = o321,
  3285. ["BrickColor"] = BrickColor.new("Institutional white"),
  3286. ["Position"] = -17.0416622, 748.972229, 22.4839172,
  3287. ["Rotation"] = -180, 0, -180,
  3288. ["Anchored"] = true,
  3289. ["CFrame"] = CFrame.new(-17.0416622, 748.972229, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  3290. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3291. ["Size"] = 2, 2, 1,
  3292. ["LeftSurface"] = Enum.SurfaceType.Weld,
  3293. ["RightSurface"] = Enum.SurfaceType.Weld,
  3294. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  3295. ["Position"] = -17.0416622, 748.972229, 22.4839172,
  3296. })
  3297. o338 = System.Create("Decal",{
  3298. ["Name"] = "roblox",
  3299. ["Parent"] = o337,
  3300. })
  3301. o339 = System.Create("Motor6D",{
  3302. ["Name"] = "Right Hip",
  3303. ["Parent"] = o337,
  3304. ["Part0"] = o337,
  3305. ["Part1"] = o336,
  3306. ["MaxVelocity"] = 0.10000000149012,
  3307. })
  3308. o340 = System.Create("Motor6D",{
  3309. ["Name"] = "Neck",
  3310. ["Parent"] = o337,
  3311. ["Part0"] = o337,
  3312. ["Part1"] = o322,
  3313. ["MaxVelocity"] = 0.10000000149012,
  3314. })
  3315. o341 = System.Create("Motor6D",{
  3316. ["Name"] = "Left Hip",
  3317. ["Parent"] = o337,
  3318. ["Part0"] = o337,
  3319. ["Part1"] = o333,
  3320. ["MaxVelocity"] = 0.10000000149012,
  3321. })
  3322. o350 = System.Create("Humanoid",{
  3323. ["Parent"] = o321,
  3324. ["RightLeg"] = o336,
  3325. ["LeftLeg"] = o333,
  3326. ["Torso"] = o329,
  3327. })
  3328. o352 = System.Create("Part",{
  3329. ["Name"] = "Handle",
  3330. ["Parent"] = mas,
  3331. ["Position"] = -17.0416622, 750.722717, 22.7336426,
  3332. ["Rotation"] = -180, 0, -180,
  3333. ["Anchored"] = true,
  3334. ["CFrame"] = CFrame.new(-17.0416622, 750.722717, 22.7336426, -1, 7.87137555e-09, 0, 7.87137555e-09, 1, 4.1444221e-16, 3.26223034e-24, 4.1444221e-16, -1),
  3335. ["CanCollide"] = false,
  3336. ["Locked"] = true,
  3337. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3338. ["Size"] = 1, 1, 2,
  3339. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3340. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3341. ["Position"] = -17.0416622, 750.722717, 22.7336426,
  3342. })
  3343. o353 = System.Create("SpecialMesh",{
  3344. ["Parent"] = o352,
  3345. ["MeshId"] = "http://www.roblox.com/asset/?id=83293901",
  3346. ["Scale"] = 1, 1.04999995, 1,
  3347. ["TextureId"] = "http://www.roblox.com/asset/?id=83284747",
  3348. ["VertexColor"] = 1.20000005, 1.39999998, 1.39999998,
  3349. ["MeshType"] = Enum.MeshType.FileMesh,
  3350. })
  3351. o355 = System.Create("Weld",{
  3352. ["Name"] = "AccessoryWeld",
  3353. ["Parent"] = o352,
  3354. ["Part0"] = o352,
  3355. ["Part1"] = o322,
  3356. })
  3357. o358 = System.Create("Part",{
  3358. ["Name"] = "Handle",
  3359. ["Parent"] = mas,
  3360. ["Position"] = -17.0416622, 750.172241, 22.4836426,
  3361. ["Rotation"] = -180, 0, -180,
  3362. ["Anchored"] = true,
  3363. ["CFrame"] = CFrame.new(-17.0416622, 750.172241, 22.4836426, -1, 7.87137555e-09, 0, 7.87137555e-09, 1, 4.1444221e-16, 3.26223034e-24, 4.1444221e-16, -1),
  3364. ["CanCollide"] = false,
  3365. ["Locked"] = true,
  3366. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3367. ["Size"] = 1, 1, 1,
  3368. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3369. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3370. ["Position"] = -17.0416622, 750.172241, 22.4836426,
  3371. })
  3372. o359 = System.Create("SpecialMesh",{
  3373. ["Parent"] = o358,
  3374. ["MeshId"] = "http://www.roblox.com/asset/?id=20637493",
  3375. ["Scale"] = 1, 0.899999976, 1,
  3376. ["TextureId"] = "http://www.roblox.com/asset/?id=20637003",
  3377. ["MeshType"] = Enum.MeshType.FileMesh,
  3378. })
  3379. o361 = System.Create("Weld",{
  3380. ["Name"] = "AccessoryWeld",
  3381. ["Parent"] = o358,
  3382. ["Part0"] = o358,
  3383. ["Part1"] = o322,
  3384. })
  3385. o362 = System.Create("CharacterMesh",{
  3386. ["Parent"] = o321,
  3387. ["MeshId"] = 82907977,
  3388. ["BodyPart"] = Enum.BodyPart.LeftArm,
  3389. })
  3390. o363 = System.Create("CharacterMesh",{
  3391. ["Parent"] = o321,
  3392. ["MeshId"] = 82908019,
  3393. ["BodyPart"] = Enum.BodyPart.RightArm,
  3394. })
  3395. o364 = System.Create("CharacterMesh",{
  3396. ["Parent"] = o321,
  3397. ["MeshId"] = 82907945,
  3398. ["BodyPart"] = Enum.BodyPart.Torso,
  3399. })
  3400. o365 = System.Create("CharacterMesh",{
  3401. ["Parent"] = o321,
  3402. ["MeshId"] = 81487710,
  3403. ["BodyPart"] = Enum.BodyPart.RightLeg,
  3404. })
  3405. o366 = System.Create("CharacterMesh",{
  3406. ["Parent"] = o321,
  3407. ["MeshId"] = 81487640,
  3408. ["BodyPart"] = Enum.BodyPart.LeftLeg,
  3409. })
  3410. o367 = System.Create("BodyColors",{
  3411. ["Parent"] = o321,
  3412. ["HeadColor"] = BrickColor.new("Institutional white"),
  3413. ["LeftArmColor"] = BrickColor.new("Institutional white"),
  3414. ["LeftLegColor"] = BrickColor.new("Institutional white"),
  3415. ["RightArmColor"] = BrickColor.new("Institutional white"),
  3416. ["RightLegColor"] = BrickColor.new("Institutional white"),
  3417. ["TorsoColor"] = BrickColor.new("Institutional white"),
  3418. })
  3419. o368 = System.Create("Shirt",{
  3420. ["Name"] = "Shirt",
  3421. ["Parent"] = o321,
  3422. ["ShirtTemplate"] = "http://www.roblox.com/asset/?id=752328865",
  3423. })
  3424. o369 = System.Create("Pants",{
  3425. ["Name"] = "Pants",
  3426. ["Parent"] = o321,
  3427. ["PantsTemplate"] = "http://www.roblox.com/asset/?id=144076759",
  3428. })
  3429. o370 = System.Create("Part",{
  3430. ["Name"] = "Binary",
  3431. ["Parent"] = o321,
  3432. ["Material"] = Enum.Material.Neon,
  3433. ["BrickColor"] = BrickColor.new("Bright green"),
  3434. ["Transparency"] = 0.69999998807907,
  3435. ["Position"] = -15.9331465, 749.525085, 22.4012756,
  3436. ["Rotation"] = 0, 0, -35.5999985,
  3437. ["Anchored"] = true,
  3438. ["CFrame"] = CFrame.new(-15.9331465, 749.525085, 22.4012756, 0.813092113, 0.582135081, 0, -0.582135081, 0.813092113, 0, 0, 0, 1),
  3439. ["CanCollide"] = false,
  3440. ["Size"] = 1.29999995, 1.49999976, 1.63999987,
  3441. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3442. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3443. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  3444. ["Position"] = -15.9331465, 749.525085, 22.4012756,
  3445. })
  3446. o371 = System.Create("ParticleEmitter",{
  3447. ["Name"] = "Fog",
  3448. ["Parent"] = o370,
  3449. ["Transparency"] = NumberSequence.new(0,0,1),
  3450. ["Rotation"] = NumberRange.new(1,360),
  3451. ["Size"] = NumberSequence.new(2,2.1875),
  3452. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  3453. ["Texture"] = "rbxassetid://269072950",
  3454. ["ZOffset"] = -0.10000000149012,
  3455. ["Lifetime"] = NumberRange.new(2.5,2.5),
  3456. ["Rate"] = 1,
  3457. ["RotSpeed"] = NumberRange.new(-20,20),
  3458. ["Speed"] = NumberRange.new(0.050000000745058,0.10000000149012),
  3459. ["VelocitySpread"] = 50,
  3460. })
  3461. o372 = System.Create("ParticleEmitter",{
  3462. ["Name"] = "Nr0",
  3463. ["Parent"] = o370,
  3464. ["Transparency"] = NumberSequence.new(0,1),
  3465. ["Size"] = NumberSequence.new(0.21621584892273,0),
  3466. ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
  3467. ["Texture"] = "rbxassetid://347504241",
  3468. ["Lifetime"] = NumberRange.new(2,2),
  3469. ["Rate"] = 8,
  3470. ["Speed"] = NumberRange.new(2,2),
  3471. ["VelocitySpread"] = 360,
  3472. })
  3473. o373 = System.Create("ParticleEmitter",{
  3474. ["Name"] = "Nr1",
  3475. ["Parent"] = o370,
  3476. ["Transparency"] = NumberSequence.new(0,1),
  3477. ["Size"] = NumberSequence.new(0.21621584892273,0),
  3478. ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
  3479. ["Texture"] = "rbxassetid://347504259",
  3480. ["Lifetime"] = NumberRange.new(2,2),
  3481. ["Rate"] = 8,
  3482. ["Speed"] = NumberRange.new(2,2),
  3483. ["VelocitySpread"] = 360,
  3484. })
  3485. o374 = System.Create("ParticleEmitter",{
  3486. ["Name"] = "Specks",
  3487. ["Parent"] = o370,
  3488. ["Transparency"] = NumberSequence.new(1,0.62162160873413,1),
  3489. ["Rotation"] = NumberRange.new(-180,180),
  3490. ["Size"] = NumberSequence.new(2.162162065506,0),
  3491. ["Color"] = ColorSequence.new(Color3.new(0.215686, 1, 0),Color3.new(0.215686, 1, 0)),
  3492. ["LightEmission"] = 1,
  3493. ["Texture"] = "rbxassetid://1084976679",
  3494. ["Lifetime"] = NumberRange.new(5,5),
  3495. ["Rate"] = 5,
  3496. ["RotSpeed"] = NumberRange.new(-60,60),
  3497. ["Speed"] = NumberRange.new(0,0),
  3498. })
  3499. o375 = System.Create("Model",{
  3500. ["Name"] = "Plate",
  3501. ["Parent"] = o1,
  3502. })
  3503. o376 = System.Create("Part",{
  3504. ["Parent"] = o375,
  3505. ["Material"] = Enum.Material.DiamondPlate,
  3506. ["Position"] = 3.74948096, 745.471069, 1.86794996,
  3507. ["Anchored"] = true,
  3508. ["CFrame"] = CFrame.new(3.74948096, 745.471069, 1.86794996, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  3509. ["Size"] = 75.7800064, 1, 70.3300018,
  3510. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3511. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3512. ["Position"] = 3.74948096, 745.471069, 1.86794996,
  3513. })
  3514. o377 = System.Create("PointLight",{
  3515. ["Parent"] = o376,
  3516. ["Range"] = 35,
  3517. })
  3518. o378 = System.Create("Model",{
  3519. ["Name"] = "Plate",
  3520. ["Parent"] = o1,
  3521. })
  3522. o379 = System.Create("Part",{
  3523. ["Name"] = "Button",
  3524. ["Parent"] = o378,
  3525. ["Material"] = Enum.Material.DiamondPlate,
  3526. ["Position"] = 24.5494766, 721.33905, 32.26297,
  3527. ["Rotation"] = 24.4300003, 0, 0,
  3528. ["Anchored"] = true,
  3529. ["CFrame"] = CFrame.new(24.5494766, 721.33905, 32.26297, 1, 0, 0, 0, 0.910434246, -0.413654059, 0, 0.413654089, 0.910434246),
  3530. ["Size"] = 1, 1, 1,
  3531. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3532. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3533. ["Position"] = 24.5494766, 721.33905, 32.26297,
  3534. })
  3535. o380 = System.Create("Script",{
  3536. ["Parent"] = o379,
  3537. })
  3538. table.insert(c, coroutine.create(function()
  3539. wait()
  3540. b(function()
  3541. p = script.Parent.Sound
  3542. clicker = script.Parent.ClickDetector
  3543. function onClicked(mouse)
  3544. clicker.MaxActivationDistance = 0 --Only delete if you delete the same thing below
  3545. p:play()
  3546. wait(.5)
  3547. clicker.MaxActivationDistance = 32 --Only delete if you delete the same thing that is above
  3548. end
  3549. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  3550. --by devjin1
  3551. --Change the size and color of the brick if you want, don't bother changing anything in the script, it is perfectly fine end..o380)
  3552. end))
  3553.  
  3554. o381 = System.Create("ClickDetector",{
  3555. ["Parent"] = o379,
  3556. })
  3557. o382 = System.Create("Sound",{
  3558. ["Parent"] = o379,
  3559. ["SoundId"] = "rbxassetid://775395533",
  3560. ["Volume"] = 1,
  3561. })
  3562. o383 = System.Create("SpecialMesh",{
  3563. ["Parent"] = o379,
  3564. ["MeshId"] = "rbxassetid://1107996700",
  3565. ["Scale"] = 0.0500000007, 0.0500000007, 0.0500000007,
  3566. ["TextureId"] = "rbxassetid://1107996710",
  3567. ["MeshType"] = Enum.MeshType.FileMesh,
  3568. })
  3569. o384 = System.Create("PointLight",{
  3570. ["Parent"] = o379,
  3571. ["Range"] = 25,
  3572. })
  3573. o385 = System.Create("Part",{
  3574. ["Parent"] = o378,
  3575. ["Material"] = Enum.Material.DiamondPlate,
  3576. ["Position"] = 3.74948096, 720.33905, 1.86794996,
  3577. ["Anchored"] = true,
  3578. ["CFrame"] = CFrame.new(3.74948096, 720.33905, 1.86794996, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  3579. ["Size"] = 75.7800064, 1, 70.3300018,
  3580. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3581. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3582. ["Position"] = 3.74948096, 720.33905, 1.86794996,
  3583. })
  3584. o386 = System.Create("PointLight",{
  3585. ["Parent"] = o385,
  3586. ["Range"] = 35,
  3587. })
  3588. o387 = System.Create("Model",{
  3589. ["Name"] = "Status Screen",
  3590. ["Parent"] = o1,
  3591. })
  3592. o388 = System.Create("Part",{
  3593. ["Name"] = "Main Part",
  3594. ["Parent"] = o387,
  3595. ["Material"] = Enum.Material.Metal,
  3596. ["Position"] = -18.3890743, 750.927734, 28.03302,
  3597. ["Rotation"] = -179.860001, 6.3499999, 0.589999974,
  3598. ["Anchored"] = true,
  3599. ["CFrame"] = CFrame.new(-18.3890743, 750.927734, 28.03302, 0.993802667, -0.010290416, 0.110681631, -0.0106149958, -0.999940991, 0.0023436856, 0.110650964, -0.00350404624, -0.993853152),
  3600. ["Size"] = 4.47431564, 3.95998168, 0.429597169,
  3601. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3602. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3603. ["Position"] = -18.3890743, 750.927734, 28.03302,
  3604. })
  3605. o389 = System.Create("Part",{
  3606. ["Name"] = "Screen",
  3607. ["Parent"] = o388,
  3608. ["Material"] = Enum.Material.Metal,
  3609. ["BrickColor"] = BrickColor.new("Really black"),
  3610. ["Position"] = -18.4011879, 750.945801, 27.8630981,
  3611. ["Rotation"] = -179.860001, 6.3499999, 0.589999974,
  3612. ["Anchored"] = true,
  3613. ["CFrame"] = CFrame.new(-18.4011879, 750.945801, 27.8630981, 0.993802667, -0.010290416, 0.110681631, -0.0106149958, -0.999940991, 0.0023436856, 0.110650964, -0.00350404624, -0.993853152),
  3614. ["Size"] = 3.97968817, 3.47619009, 0.10247276,
  3615. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3616. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3617. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3618. ["Position"] = -18.4011879, 750.945801, 27.8630981,
  3619. })
  3620. o390 = System.Create("Part",{
  3621. ["Name"] = "Text",
  3622. ["Parent"] = o387,
  3623. ["BrickColor"] = BrickColor.new("Sand red"),
  3624. ["Transparency"] = 1,
  3625. ["Position"] = -18.3436584, 751.039795, 27.7553711,
  3626. ["Rotation"] = -0.899999976, -6.3499999, 179.619995,
  3627. ["Anchored"] = true,
  3628. ["CFrame"] = CFrame.new(-18.3436584, 751.039795, 27.7553711, -0.993845463, -0.00658102287, -0.110580377, 0.00489000231, -0.999867022, 0.0155564807, -0.110668056, 0.0149199972, 0.993745506),
  3629. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3630. ["Size"] = 3.57767844, 2.59630561, 0.0985315144,
  3631. ["Color"] = Color3.new(0.584314, 0.47451, 0.466667),
  3632. ["Position"] = -18.3436584, 751.039795, 27.7553711,
  3633. })
  3634. o391 = System.Create("SurfaceGui",{
  3635. ["Parent"] = o390,
  3636. ["CanvasSize"] = 200, 100,
  3637. })
  3638. o392 = System.Create("TextLabel",{
  3639. ["Name"] = "Text",
  3640. ["Parent"] = o391,
  3641. ["Transparency"] = 1,
  3642. ["Size"] = UDim2.new(1,0,1,0),
  3643. ["Text"] = "",
  3644. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  3645. ["BackgroundTransparency"] = 1,
  3646. ["Font"] = Enum.Font.SourceSansBold,
  3647. ["FontSize"] = Enum.FontSize.Size48,
  3648. ["TextColor3"] = Color3.new(0.486275, 0.0117647, 0.0117647),
  3649. ["TextScaled"] = true,
  3650. ["TextStrokeTransparency"] = 0,
  3651. ["TextWrapped"] = true,
  3652. })
  3653. o393 = System.Create("Sound",{
  3654. ["Name"] = "Siren",
  3655. ["Parent"] = o390,
  3656. ["SoundId"] = "rbxassetid://1241914883",
  3657. ["Looped"] = true,
  3658. })
  3659. o394 = System.Create("Script",{
  3660. ["Parent"] = o390,
  3661. })
  3662. table.insert(c, coroutine.create(function()
  3663. wait()
  3664. b(function()
  3665. if workspace.SecureIsland.Text.SurfaceGui.Text.Text == "Core MeltDown" then
  3666. wait(15)
  3667. workspace:ClearAllChildren()
  3668. end
  3669. if workspace.SecureIsland.Text.SurfaceGui.Text.Text == "" then
  3670. return
  3671. end
  3672. end..o394)
  3673. end))
  3674.  
  3675. o395 = System.Create("Model",{
  3676. ["Name"] = "TheMLGKillergamer",
  3677. ["Parent"] = o1,
  3678. ["PrimaryPart"] = o404,
  3679. })
  3680. o396 = System.Create("Part",{
  3681. ["Name"] = "Head",
  3682. ["Parent"] = o395,
  3683. ["BrickColor"] = BrickColor.new("Nougat"),
  3684. ["Position"] = 34.4697723, 722.794739, 16.6686401,
  3685. ["Rotation"] = 71, 0, 0,
  3686. ["Anchored"] = true,
  3687. ["CFrame"] = CFrame.new(34.4697723, 722.794739, 16.6686401, 1, 0, 0, 0, 0.325502127, -0.945541382, 0, 0.945541382, 0.325502127),
  3688. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3689. ["Size"] = 2, 1, 1,
  3690. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3691. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3692. ["Position"] = 34.4697723, 722.794739, 16.6686401,
  3693. })
  3694. o397 = System.Create("SpecialMesh",{
  3695. ["Parent"] = o396,
  3696. ["Scale"] = 1.25, 1.25, 1.25,
  3697. })
  3698. o402 = System.Create("Decal",{
  3699. ["Name"] = "faces-10",
  3700. ["Parent"] = o396,
  3701. ["Texture"] = "http://www.roblox.com/asset/?id=3090336601",
  3702. })
  3703. o403 = System.Create("Decal",{
  3704. ["Name"] = "faces-24",
  3705. ["Parent"] = o396,
  3706. ["Texture"] = "http://www.roblox.com/asset/?id=3092649750",
  3707. })
  3708. o404 = System.Create("Part",{
  3709. ["Name"] = "HumanoidRootPart",
  3710. ["Parent"] = o395,
  3711. ["Transparency"] = 1,
  3712. ["Position"] = 34.4697723, 722.583557, 15.1262503,
  3713. ["Rotation"] = 92.3799973, 0, 0,
  3714. ["Anchored"] = true,
  3715. ["CFrame"] = CFrame.new(34.4697723, 722.583557, 15.1262503, 1, 0, 0, 0, -0.0415679887, -0.999135733, 0, 0.999135733, -0.0415679887),
  3716. ["CanCollide"] = false,
  3717. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3718. ["Size"] = 2, 2, 1,
  3719. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3720. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3721. ["Position"] = 34.4697723, 722.583557, 15.1262503,
  3722. })
  3723. o405 = System.Create("Part",{
  3724. ["Name"] = "Left Arm",
  3725. ["Parent"] = o395,
  3726. ["BrickColor"] = BrickColor.new("Nougat"),
  3727. ["Position"] = 34.2374878, 723.805969, 15.2774658,
  3728. ["Rotation"] = -172.960007, 0, 83.4400024,
  3729. ["Anchored"] = true,
  3730. ["CFrame"] = CFrame.new(34.2374878, 723.805969, 15.2774658, 0.114238001, -0.993453443, -4.46144222e-05, -0.985958993, -0.113381721, 0.122594535, -0.121797003, -0.0139609659, -0.992456913),
  3731. ["CanCollide"] = false,
  3732. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3733. ["Size"] = 1, 2, 1,
  3734. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3735. ["Position"] = 34.2374878, 723.805969, 15.2774658,
  3736. })
  3737. o407 = System.Create("Part",{
  3738. ["Name"] = "Left Leg",
  3739. ["Parent"] = o395,
  3740. ["BrickColor"] = BrickColor.new("Bright blue"),
  3741. ["Position"] = 33.9697723, 723.151855, 14.4902039,
  3742. ["Rotation"] = 92.3799973, 0, 0,
  3743. ["Anchored"] = true,
  3744. ["CFrame"] = CFrame.new(33.9697723, 723.151855, 14.4902039, 1, 0, 0, 0, -0.0415679887, -0.999135733, 0, 0.999135733, -0.0415679887),
  3745. ["CanCollide"] = false,
  3746. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3747. ["Size"] = 1, 2, 1,
  3748. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3749. ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451),
  3750. ["Position"] = 33.9697723, 723.151855, 14.4902039,
  3751. })
  3752. o408 = System.Create("Part",{
  3753. ["Name"] = "Right Arm",
  3754. ["Parent"] = o395,
  3755. ["BrickColor"] = BrickColor.new("Nougat"),
  3756. ["Position"] = 34.9143066, 723.482483, 15.1042776,
  3757. ["Rotation"] = 178.580002, 0, -78.8600006,
  3758. ["Anchored"] = true,
  3759. ["CFrame"] = CFrame.new(34.9143066, 723.482483, 15.1042776, 0.193186074, 0.98116219, -1.57943359e-05, 0.980862379, -0.193127453, -0.0247145314, -0.0242520086, 0.00475901086, -0.999694586),
  3760. ["CanCollide"] = false,
  3761. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3762. ["Size"] = 1, 2, 1,
  3763. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3764. ["Position"] = 34.9143066, 723.482483, 15.1042776,
  3765. })
  3766. o410 = System.Create("Part",{
  3767. ["Name"] = "Right Leg",
  3768. ["Parent"] = o395,
  3769. ["BrickColor"] = BrickColor.new("Bright blue"),
  3770. ["Position"] = 34.9697723, 723.132446, 14.4109497,
  3771. ["Rotation"] = 92.3799973, 0, 0,
  3772. ["Anchored"] = true,
  3773. ["CFrame"] = CFrame.new(34.9697723, 723.132446, 14.4109497, 1, 0, 0, 0, -0.0415679887, -0.999135733, 0, 0.999135733, -0.0415679887),
  3774. ["CanCollide"] = false,
  3775. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3776. ["Size"] = 1, 2, 1,
  3777. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3778. ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451),
  3779. ["Position"] = 34.9697723, 723.132446, 14.4109497,
  3780. })
  3781. o411 = System.Create("Part",{
  3782. ["Name"] = "Torso",
  3783. ["Parent"] = o395,
  3784. ["BrickColor"] = BrickColor.new("Institutional white"),
  3785. ["Position"] = 34.4697723, 722.302917, 15.1710815,
  3786. ["Rotation"] = 80.8799973, 0, 0,
  3787. ["Anchored"] = true,
  3788. ["CFrame"] = CFrame.new(34.4697723, 722.302917, 15.1710815, 1, 0, 0, 0, 0.158581987, -0.987345874, 0, 0.987345874, 0.158581987),
  3789. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3790. ["Size"] = 2, 2, 1,
  3791. ["LeftSurface"] = Enum.SurfaceType.Weld,
  3792. ["RightSurface"] = Enum.SurfaceType.Weld,
  3793. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  3794. ["Position"] = 34.4697723, 722.302917, 15.1710815,
  3795. })
  3796. o412 = System.Create("Decal",{
  3797. ["Name"] = "roblox",
  3798. ["Parent"] = o411,
  3799. })
  3800. o421 = System.Create("Humanoid",{
  3801. ["Parent"] = o395,
  3802. ["RightLeg"] = o410,
  3803. ["LeftLeg"] = o407,
  3804. ["Torso"] = o404,
  3805. })
  3806. o423 = System.Create("Part",{
  3807. ["Name"] = "Handle",
  3808. ["Parent"] = mas,
  3809. ["Position"] = 34.4697723, 722.957214, 17.14151,
  3810. ["Rotation"] = 71, 0, 0,
  3811. ["Anchored"] = true,
  3812. ["CFrame"] = CFrame.new(34.4697723, 722.957214, 17.14151, 1, -7.87137555e-09, 0, 2.56214938e-09, 0.325502127, -0.945541382, 7.44271134e-09, 0.945541382, 0.325502127),
  3813. ["CanCollide"] = false,
  3814. ["Locked"] = true,
  3815. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3816. ["Size"] = 2, 2, 2,
  3817. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3818. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3819. ["Position"] = 34.4697723, 722.957214, 17.14151,
  3820. })
  3821. o424 = System.Create("SpecialMesh",{
  3822. ["Parent"] = o423,
  3823. ["MeshId"] = "http://www.roblox.com/asset/?id=16627529",
  3824. ["Scale"] = 1.04999995, 1.04999995, 1.04999995,
  3825. ["TextureId"] = "http://www.roblox.com/asset/?id=16627494",
  3826. ["MeshType"] = Enum.MeshType.FileMesh,
  3827. })
  3828. o426 = System.Create("Weld",{
  3829. ["Name"] = "AccessoryWeld",
  3830. ["Parent"] = o423,
  3831. ["Part0"] = o423,
  3832. ["Part1"] = o396,
  3833. })
  3834. o428 = System.Create("Part",{
  3835. ["Name"] = "Handle",
  3836. ["Parent"] = mas,
  3837. ["Position"] = 34.4697723, 722.970032, 17.1793213,
  3838. ["Rotation"] = 71, 0, 0,
  3839. ["Anchored"] = true,
  3840. ["CFrame"] = CFrame.new(34.4697723, 722.970032, 17.1793213, 1, -7.87137555e-09, 0, 2.56214938e-09, 0.325502127, -0.945541382, 7.44271134e-09, 0.945541382, 0.325502127),
  3841. ["CanCollide"] = false,
  3842. ["Locked"] = true,
  3843. ["FormFactor"] = Enum.FormFactor.Custom,
  3844. ["Size"] = 1.41999888, 0.949999869, 1.79000044,
  3845. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3846. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3847. ["Position"] = 34.4697723, 722.970032, 17.1793213,
  3848. })
  3849. o429 = System.Create("SpecialMesh",{
  3850. ["Parent"] = o428,
  3851. ["MeshId"] = "http://www.roblox.com/asset/?id=101191226 ",
  3852. ["TextureId"] = "http://www.roblox.com/asset/?id=101191161 ",
  3853. ["MeshType"] = Enum.MeshType.FileMesh,
  3854. })
  3855. o431 = System.Create("Weld",{
  3856. ["Name"] = "AccessoryWeld",
  3857. ["Parent"] = o428,
  3858. ["Part0"] = o428,
  3859. ["Part1"] = o396,
  3860. })
  3861. o433 = System.Create("Part",{
  3862. ["Name"] = "Handle",
  3863. ["Parent"] = mas,
  3864. ["Position"] = 34.4697723, 723.250671, 17.9924011,
  3865. ["Rotation"] = -109, 0, 180,
  3866. ["Anchored"] = true,
  3867. ["CFrame"] = CFrame.new(34.4697723, 723.250671, 17.9924011, -1, -7.87137555e-09, 3.02998127e-15, -2.56214649e-09, 0.325502127, 0.945541382, -7.44271222e-09, 0.945541382, -0.325502127),
  3868. ["CanCollide"] = false,
  3869. ["Size"] = 1, 1, 1,
  3870. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3871. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3872. ["Position"] = 34.4697723, 723.250671, 17.9924011,
  3873. })
  3874. o434 = System.Create("SpecialMesh",{
  3875. ["Name"] = "SpecialMesh",
  3876. ["Parent"] = o433,
  3877. ["MeshId"] = "rbxassetid://3705846314",
  3878. ["TextureId"] = "rbxassetid://3705846535",
  3879. ["MeshType"] = Enum.MeshType.FileMesh,
  3880. })
  3881. o435 = System.Create("StringValue",{
  3882. ["Name"] = "AvatarPartScaleType",
  3883. ["Parent"] = o433,
  3884. ["Value"] = "Classic",
  3885. })
  3886. o437 = System.Create("Weld",{
  3887. ["Name"] = "AccessoryWeld",
  3888. ["Parent"] = o433,
  3889. ["Part0"] = o433,
  3890. ["Part1"] = o396,
  3891. })
  3892. o438 = System.Create("BodyColors",{
  3893. ["Parent"] = o395,
  3894. ["HeadColor"] = BrickColor.new("Nougat"),
  3895. ["LeftArmColor"] = BrickColor.new("Nougat"),
  3896. ["RightArmColor"] = BrickColor.new("Nougat"),
  3897. ["TorsoColor"] = BrickColor.new("Institutional white"),
  3898. })
  3899. o439 = System.Create("Shirt",{
  3900. ["Name"] = "Shirt",
  3901. ["Parent"] = o395,
  3902. ["ShirtTemplate"] = "http://www.roblox.com/asset/?id=2586397386",
  3903. })
  3904. o440 = System.Create("Pants",{
  3905. ["Name"] = "Pants",
  3906. ["Parent"] = o395,
  3907. ["PantsTemplate"] = "http://www.roblox.com/asset/?id=2929716245",
  3908. })
  3909. o441 = System.Create("SpecialMesh",{
  3910. ["Parent"] = o395,
  3911. ["MeshId"] = "rbxassetid://1107996700",
  3912. ["Scale"] = 0.0500000007, 0.0500000007, 0.0500000007,
  3913. ["TextureId"] = "rbxassetid://1107996710",
  3914. ["MeshType"] = Enum.MeshType.FileMesh,
  3915. })
  3916. o442 = System.Create("PointLight",{
  3917. ["Parent"] = o395,
  3918. ["Range"] = 25,
  3919. })
  3920. o443 = System.Create("Model",{
  3921. ["Name"] = "planks",
  3922. ["Parent"] = o1,
  3923. })
  3924. o444 = System.Create("Part",{
  3925. ["Parent"] = o443,
  3926. ["Material"] = Enum.Material.WoodPlanks,
  3927. ["BrickColor"] = BrickColor.new("Burnt Sienna"),
  3928. ["Position"] = -15.7950563, 722.572754, -18.8031311,
  3929. ["Rotation"] = 0, 20.3099995, 0,
  3930. ["Anchored"] = true,
  3931. ["CFrame"] = CFrame.new(-15.7950563, 722.572754, -18.8031311, 0.937798142, 0, 0.347181052, 0, 1, 0, -0.347181022, 0, 0.937798262),
  3932. ["Size"] = 8.57999992, 0.479999989, 2.63000011,
  3933. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3934. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3935. ["Color"] = Color3.new(0.415686, 0.223529, 0.0352941),
  3936. ["Position"] = -15.7950563, 722.572754, -18.8031311,
  3937. })
  3938. o445 = System.Create("Part",{
  3939. ["Parent"] = o443,
  3940. ["Material"] = Enum.Material.WoodPlanks,
  3941. ["BrickColor"] = BrickColor.new("Burnt Sienna"),
  3942. ["Position"] = -15.7950678, 721.134033, -18.8031158,
  3943. ["Anchored"] = true,
  3944. ["CFrame"] = CFrame.new(-15.7950678, 721.134033, -18.8031158, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012),
  3945. ["Size"] = 8.57999992, 0.479999989, 2.63000011,
  3946. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3947. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3948. ["Color"] = Color3.new(0.415686, 0.223529, 0.0352941),
  3949. ["Position"] = -15.7950678, 721.134033, -18.8031158,
  3950. })
  3951. o446 = System.Create("Part",{
  3952. ["Parent"] = o443,
  3953. ["Material"] = Enum.Material.WoodPlanks,
  3954. ["BrickColor"] = BrickColor.new("Burnt Sienna"),
  3955. ["Position"] = -15.795064, 721.612915, -18.8031311,
  3956. ["Rotation"] = 0, 11.8000002, 0,
  3957. ["Anchored"] = true,
  3958. ["CFrame"] = CFrame.new(-15.795064, 721.612915, -18.8031311, 0.97885263, 0, 0.204566926, 0, 1, 0, -0.204566926, 0, 0.97885263),
  3959. ["Size"] = 8.57999992, 0.479999989, 2.63000011,
  3960. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3961. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3962. ["Color"] = Color3.new(0.415686, 0.223529, 0.0352941),
  3963. ["Position"] = -15.795064, 721.612915, -18.8031311,
  3964. })
  3965. o447 = System.Create("Weld",{
  3966. ["Parent"] = o446,
  3967. ["Part0"] = o445,
  3968. ["Part1"] = o446,
  3969. })
  3970. o448 = System.Create("Part",{
  3971. ["Parent"] = o443,
  3972. ["Material"] = Enum.Material.WoodPlanks,
  3973. ["BrickColor"] = BrickColor.new("Burnt Sienna"),
  3974. ["Position"] = -15.795064, 722.093445, -18.8031311,
  3975. ["Rotation"] = 0, -11.3599997, 0,
  3976. ["Anchored"] = true,
  3977. ["CFrame"] = CFrame.new(-15.795064, 722.093445, -18.8031311, 0.98040849, 0, -0.196976155, 0, 1, 0, 0.196976095, 0, 0.980408609),
  3978. ["Size"] = 8.57999992, 0.479999989, 2.63000011,
  3979. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3980. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3981. ["Color"] = Color3.new(0.415686, 0.223529, 0.0352941),
  3982. ["Position"] = -15.795064, 722.093445, -18.8031311,
  3983. })
  3984. o449 = System.Create("Model",{
  3985. ["Name"] = "zachrogamehard133447",
  3986. ["Parent"] = o1,
  3987. ["PrimaryPart"] = o458,
  3988. })
  3989. o450 = System.Create("Part",{
  3990. ["Name"] = "Head",
  3991. ["Parent"] = o449,
  3992. ["BrickColor"] = BrickColor.new("Bright yellow"),
  3993. ["Position"] = -16.1254864, 721.903198, -12.4858236,
  3994. ["Rotation"] = 134.289993, -0.949999988, 164.690002,
  3995. ["Anchored"] = true,
  3996. ["CFrame"] = CFrame.new(-16.1254864, 721.903198, -12.4858236, -0.964393377, -0.263948977, -0.0166246537, -0.172853053, 0.676635742, -0.715741575, 0.200168073, -0.687382758, -0.698167443),
  3997. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3998. ["Size"] = 2, 1, 1,
  3999. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4000. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  4001. ["Position"] = -16.1254864, 721.903198, -12.4858236,
  4002. })
  4003. o451 = System.Create("SpecialMesh",{
  4004. ["Parent"] = o450,
  4005. ["Scale"] = 1.25, 1.25, 1.25,
  4006. })
  4007. o456 = System.Create("Decal",{
  4008. ["Name"] = "faces-37",
  4009. ["Parent"] = o450,
  4010. ["Texture"] = "http://www.roblox.com/asset/?id=3093233030",
  4011. })
  4012. o457 = System.Create("Decal",{
  4013. ["Name"] = "faces-13",
  4014. ["Parent"] = o450,
  4015. ["Texture"] = "http://www.roblox.com/asset/?id=3092647307",
  4016. })
  4017. o458 = System.Create("Part",{
  4018. ["Name"] = "HumanoidRootPart",
  4019. ["Parent"] = o449,
  4020. ["Transparency"] = 1,
  4021. ["Position"] = -15.737998, 721.40387, -11.0553741,
  4022. ["Rotation"] = 90.7600021, -0.200000003, 165.470001,
  4023. ["Anchored"] = true,
  4024. ["CFrame"] = CFrame.new(-15.737998, 721.40387, -11.0553741, -0.967999101, -0.250930369, -0.00344534707, 0, 0.0137289986, -0.999905765, 0.250954032, -0.967907786, -0.0132896574),
  4025. ["CanCollide"] = false,
  4026. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4027. ["Size"] = 2, 2, 1,
  4028. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4029. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4030. ["Position"] = -15.737998, 721.40387, -11.0553741,
  4031. })
  4032. o459 = System.Create("Motor6D",{
  4033. ["Name"] = "RootJoint",
  4034. ["Parent"] = o458,
  4035. ["Part0"] = o458,
  4036. ["Part1"] = o466,
  4037. ["MaxVelocity"] = 0.10000000149012,
  4038. })
  4039. o460 = System.Create("Part",{
  4040. ["Name"] = "Left Arm",
  4041. ["Parent"] = o449,
  4042. ["BrickColor"] = BrickColor.new("Bright yellow"),
  4043. ["Position"] = -15.6084843, 721.423889, -12.5900259,
  4044. ["Rotation"] = 90.75, -0.189999998, -48.7799988,
  4045. ["Anchored"] = true,
  4046. ["CFrame"] = CFrame.new(-15.6084843, 721.423889, -12.5900259, 0.658885181, 0.752236485, -0.00326645141, 0.00770300208, -0.0110889962, -0.999908864, -0.75220418, 0.658799946, -0.0131008541),
  4047. ["CanCollide"] = false,
  4048. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4049. ["Size"] = 1, 2, 1,
  4050. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  4051. ["Position"] = -15.6084843, 721.423889, -12.5900259,
  4052. })
  4053. o462 = System.Create("Part",{
  4054. ["Name"] = "Left Leg",
  4055. ["Parent"] = o449,
  4056. ["BrickColor"] = BrickColor.new("Shamrock"),
  4057. ["Position"] = -14.7521381, 721.376709, -9.24503994,
  4058. ["Rotation"] = 90.7600021, -0.200000003, 165.470001,
  4059. ["Anchored"] = true,
  4060. ["CFrame"] = CFrame.new(-14.7521381, 721.376709, -9.24503994, -0.967999101, -0.250930369, -0.00344534707, 0, 0.0137289986, -0.999905765, 0.250954032, -0.967907786, -0.0132896574),
  4061. ["CanCollide"] = false,
  4062. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4063. ["Size"] = 1, 2, 1,
  4064. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4065. ["Color"] = Color3.new(0.356863, 0.603922, 0.298039),
  4066. ["Position"] = -14.7521381, 721.376709, -9.24503994,
  4067. })
  4068. o463 = System.Create("Part",{
  4069. ["Name"] = "Right Arm",
  4070. ["Parent"] = o449,
  4071. ["BrickColor"] = BrickColor.new("Bright yellow"),
  4072. ["Position"] = -16.7558308, 721.428467, -12.4833984,
  4073. ["Rotation"] = 90.8199997, -0.189999998, 13.5299997,
  4074. ["Anchored"] = true,
  4075. ["CFrame"] = CFrame.new(-16.7558308, 721.428467, -12.4833984, 0.972253382, -0.233908117, -0.00324031268, -0.00650500227, -0.0131870043, -0.999891877, 0.233840093, 0.97216934, -0.0143426806),
  4076. ["CanCollide"] = false,
  4077. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4078. ["Size"] = 1, 2, 1,
  4079. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  4080. ["Position"] = -16.7558308, 721.428467, -12.4833984,
  4081. })
  4082. o465 = System.Create("Part",{
  4083. ["Name"] = "Right Leg",
  4084. ["Parent"] = o449,
  4085. ["BrickColor"] = BrickColor.new("Shamrock"),
  4086. ["Position"] = -15.7201376, 721.376709, -8.99407959,
  4087. ["Rotation"] = 90.7699966, -0.200000003, 172.020004,
  4088. ["Anchored"] = true,
  4089. ["CFrame"] = CFrame.new(-15.7201376, 721.376709, -8.99407959, -0.990315616, -0.138791636, -0.00346224406, 0.00156899937, 0.0137480032, -0.999904335, 0.138825953, -0.990226269, -0.0133970976),
  4090. ["CanCollide"] = false,
  4091. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4092. ["Size"] = 1, 2, 1,
  4093. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4094. ["Color"] = Color3.new(0.356863, 0.603922, 0.298039),
  4095. ["Position"] = -15.7201376, 721.376709, -8.99407959,
  4096. })
  4097. o466 = System.Create("Part",{
  4098. ["Name"] = "Torso",
  4099. ["Parent"] = o449,
  4100. ["BrickColor"] = BrickColor.new("Steel blue"),
  4101. ["Position"] = -15.737998, 721.40387, -11.0553741,
  4102. ["Rotation"] = 90.7600021, -0.200000003, 165.470001,
  4103. ["Anchored"] = true,
  4104. ["CFrame"] = CFrame.new(-15.737998, 721.40387, -11.0553741, -0.967999101, -0.250930369, -0.00344534707, 0, 0.0137289986, -0.999905765, 0.250954032, -0.967907786, -0.0132896574),
  4105. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4106. ["Size"] = 2, 2, 1,
  4107. ["LeftSurface"] = Enum.SurfaceType.Weld,
  4108. ["RightSurface"] = Enum.SurfaceType.Weld,
  4109. ["Color"] = Color3.new(0.321569, 0.486275, 0.682353),
  4110. ["Position"] = -15.737998, 721.40387, -11.0553741,
  4111. })
  4112. o467 = System.Create("Decal",{
  4113. ["Name"] = "roblox",
  4114. ["Parent"] = o466,
  4115. })
  4116. o468 = System.Create("Motor6D",{
  4117. ["Name"] = "Left Hip",
  4118. ["Parent"] = o466,
  4119. ["Part0"] = o466,
  4120. ["Part1"] = o462,
  4121. ["MaxVelocity"] = 0.10000000149012,
  4122. })
  4123. o477 = System.Create("Humanoid",{
  4124. ["Parent"] = o449,
  4125. ["RightLeg"] = o465,
  4126. ["LeftLeg"] = o462,
  4127. ["Torso"] = o458,
  4128. })
  4129. o479 = System.Create("Part",{
  4130. ["Name"] = "Handle",
  4131. ["Parent"] = mas,
  4132. ["BrickColor"] = BrickColor.new("Cool yellow"),
  4133. ["Position"] = -16.3073483, 722.161072, -12.8895102,
  4134. ["Rotation"] = 134.289993, -0.949999988, 164.690002,
  4135. ["Anchored"] = true,
  4136. ["CFrame"] = CFrame.new(-16.3073483, 722.161072, -12.8895102, -0.964393377, -0.263948977, -0.0166246537, -0.172853053, 0.676635742, -0.715741575, 0.200168073, -0.687382758, -0.698167443),
  4137. ["CanCollide"] = false,
  4138. ["Locked"] = true,
  4139. ["FormFactor"] = Enum.FormFactor.Plate,
  4140. ["Size"] = 1, 1.20000005, 1,
  4141. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4142. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4143. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  4144. ["Position"] = -16.3073483, 722.161072, -12.8895102,
  4145. })
  4146. o480 = System.Create("SpecialMesh",{
  4147. ["Parent"] = o479,
  4148. ["MeshId"] = "http://www.roblox.com/asset/?id=6837450",
  4149. ["TextureId"] = "http://www.roblox.com/asset/?id=6837452",
  4150. ["MeshType"] = Enum.MeshType.FileMesh,
  4151. })
  4152. o482 = System.Create("Weld",{
  4153. ["Name"] = "AccessoryWeld",
  4154. ["Parent"] = o479,
  4155. ["Part0"] = o479,
  4156. ["Part1"] = o450,
  4157. })
  4158. o484 = System.Create("Part",{
  4159. ["Name"] = "Handle",
  4160. ["Parent"] = mas,
  4161. ["Position"] = -15.8449984, 721.877808, -11.1563721,
  4162. ["Rotation"] = 92.0400009, 9.75, -174.009995,
  4163. ["Anchored"] = true,
  4164. ["CFrame"] = CFrame.new(-15.8449984, 721.877808, -11.1563721, -0.980171978, 0.102923587, 0.169321567, -0.164563999, 0.053141918, -0.984933794, -0.110371001, -0.993268728, -0.0351506956),
  4165. ["CanCollide"] = false,
  4166. ["Locked"] = true,
  4167. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4168. ["Size"] = 1, 2, 1,
  4169. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4170. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4171. ["Position"] = -15.8449984, 721.877808, -11.1563721,
  4172. })
  4173. o485 = System.Create("SpecialMesh",{
  4174. ["Parent"] = o484,
  4175. ["MeshId"] = "http://www.roblox.com/asset/?id=28463033",
  4176. ["Scale"] = 1.39999998, 1.20000005, 1.39999998,
  4177. ["TextureId"] = "http://www.roblox.com/asset/?id=28463022",
  4178. ["MeshType"] = Enum.MeshType.FileMesh,
  4179. })
  4180. o487 = System.Create("Weld",{
  4181. ["Name"] = "AccessoryWeld",
  4182. ["Parent"] = o484,
  4183. ["Part0"] = o484,
  4184. ["Part1"] = o466,
  4185. })
  4186. o488 = System.Create("BodyColors",{
  4187. ["Parent"] = o449,
  4188. ["HeadColor"] = BrickColor.new("Bright yellow"),
  4189. ["LeftArmColor"] = BrickColor.new("Bright yellow"),
  4190. ["LeftLegColor"] = BrickColor.new("Shamrock"),
  4191. ["RightArmColor"] = BrickColor.new("Bright yellow"),
  4192. ["RightLegColor"] = BrickColor.new("Shamrock"),
  4193. ["TorsoColor"] = BrickColor.new("Steel blue"),
  4194. })
  4195. o489 = System.Create("Shirt",{
  4196. ["Name"] = "Shirt",
  4197. ["Parent"] = o449,
  4198. ["ShirtTemplate"] = "http://www.roblox.com/asset/?id=1303896203",
  4199. })
  4200. o490 = System.Create("Part",{
  4201. ["Name"] = "Alarm",
  4202. ["Parent"] = o1,
  4203. ["Material"] = Enum.Material.DiamondPlate,
  4204. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  4205. ["Transparency"] = 1,
  4206. ["Position"] = -26.5802231, -399.5, -289.518036,
  4207. ["Anchored"] = true,
  4208. ["CFrame"] = CFrame.new(-26.5802231, -399.5, -289.518036, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4209. ["Size"] = 4, 1, 2,
  4210. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4211. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4212. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  4213. ["Position"] = -26.5802231, -399.5, -289.518036,
  4214. })
  4215. o491 = System.Create("Sound",{
  4216. ["Name"] = "Siren",
  4217. ["Parent"] = o490,
  4218. ["SoundId"] = "rbxassetid://1241914883",
  4219. ["Looped"] = true,
  4220. })
  4221. o492 = System.Create("Part",{
  4222. ["Name"] = "Binary",
  4223. ["Parent"] = o1,
  4224. ["Material"] = Enum.Material.Neon,
  4225. ["BrickColor"] = BrickColor.new("Bright green"),
  4226. ["Transparency"] = 0.69999998807907,
  4227. ["Position"] = -20.7025661, 752.716553, 28.0422974,
  4228. ["Rotation"] = 0, 0, -90.0199966,
  4229. ["Anchored"] = true,
  4230. ["CFrame"] = CFrame.new(-20.7025661, 752.716553, 28.0422974, -0.000379001605, 1.00000012, -5.96042042e-08, -1.00000083, -0.000378996978, 3.50375529e-09, -3.48681284e-09, -7.45062465e-08, 1),
  4231. ["CanCollide"] = false,
  4232. ["Size"] = 1.37000048, 1.35999966, 1.63999987,
  4233. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4234. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4235. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  4236. ["Position"] = -20.7025661, 752.716553, 28.0422974,
  4237. })
  4238. o493 = System.Create("ParticleEmitter",{
  4239. ["Name"] = "Nr0",
  4240. ["Parent"] = o492,
  4241. ["Transparency"] = NumberSequence.new(0,1),
  4242. ["Size"] = NumberSequence.new(0.21621584892273,0),
  4243. ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
  4244. ["Texture"] = "rbxassetid://347504241",
  4245. ["Lifetime"] = NumberRange.new(2,2),
  4246. ["Rate"] = 8,
  4247. ["Speed"] = NumberRange.new(2,2),
  4248. ["VelocitySpread"] = 360,
  4249. })
  4250. o494 = System.Create("ParticleEmitter",{
  4251. ["Name"] = "Nr1",
  4252. ["Parent"] = o492,
  4253. ["Transparency"] = NumberSequence.new(0,1),
  4254. ["Size"] = NumberSequence.new(0.21621584892273,0),
  4255. ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
  4256. ["Texture"] = "rbxassetid://347504259",
  4257. ["Lifetime"] = NumberRange.new(2,2),
  4258. ["Rate"] = 8,
  4259. ["Speed"] = NumberRange.new(2,2),
  4260. ["VelocitySpread"] = 360,
  4261. })
  4262. o495 = System.Create("ParticleEmitter",{
  4263. ["Name"] = "Specks",
  4264. ["Parent"] = o492,
  4265. ["Transparency"] = NumberSequence.new(1,0.62162160873413,1),
  4266. ["Rotation"] = NumberRange.new(-180,180),
  4267. ["Size"] = NumberSequence.new(2.162162065506,0),
  4268. ["Color"] = ColorSequence.new(Color3.new(0.215686, 1, 0),Color3.new(0.215686, 1, 0)),
  4269. ["LightEmission"] = 1,
  4270. ["Texture"] = "rbxassetid://1084976679",
  4271. ["Lifetime"] = NumberRange.new(5,5),
  4272. ["Rate"] = 5,
  4273. ["RotSpeed"] = NumberRange.new(-60,60),
  4274. ["Speed"] = NumberRange.new(0,0),
  4275. })
  4276. o496 = System.Create("Part",{
  4277. ["Name"] = "Binary",
  4278. ["Parent"] = o1,
  4279. ["Material"] = Enum.Material.Neon,
  4280. ["BrickColor"] = BrickColor.new("Bright green"),
  4281. ["Transparency"] = 0.69999998807907,
  4282. ["Position"] = -20.6194973, 748.821777, 28.0422974,
  4283. ["Rotation"] = 0, 0, -90.0199966,
  4284. ["Anchored"] = true,
  4285. ["CFrame"] = CFrame.new(-20.6194973, 748.821777, 28.0422974, -0.000379000005, 1, 0, -1, -0.000379000005, 0, 0, 0, 1),
  4286. ["CanCollide"] = false,
  4287. ["Size"] = 1.37000048, 1.35999966, 1.63999987,
  4288. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4289. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4290. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  4291. ["Position"] = -20.6194973, 748.821777, 28.0422974,
  4292. })
  4293. o497 = System.Create("ParticleEmitter",{
  4294. ["Name"] = "Nr0",
  4295. ["Parent"] = o496,
  4296. ["Transparency"] = NumberSequence.new(0,1),
  4297. ["Size"] = NumberSequence.new(0.21621584892273,0),
  4298. ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
  4299. ["Texture"] = "rbxassetid://347504241",
  4300. ["Lifetime"] = NumberRange.new(2,2),
  4301. ["Rate"] = 8,
  4302. ["Speed"] = NumberRange.new(2,2),
  4303. ["VelocitySpread"] = 360,
  4304. })
  4305. o498 = System.Create("ParticleEmitter",{
  4306. ["Name"] = "Nr1",
  4307. ["Parent"] = o496,
  4308. ["Transparency"] = NumberSequence.new(0,1),
  4309. ["Size"] = NumberSequence.new(0.21621584892273,0),
  4310. ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
  4311. ["Texture"] = "rbxassetid://347504259",
  4312. ["Lifetime"] = NumberRange.new(2,2),
  4313. ["Rate"] = 8,
  4314. ["Speed"] = NumberRange.new(2,2),
  4315. ["VelocitySpread"] = 360,
  4316. })
  4317. o499 = System.Create("ParticleEmitter",{
  4318. ["Name"] = "Specks",
  4319. ["Parent"] = o496,
  4320. ["Transparency"] = NumberSequence.new(1,0.62162160873413,1),
  4321. ["Rotation"] = NumberRange.new(-180,180),
  4322. ["Size"] = NumberSequence.new(2.162162065506,0),
  4323. ["Color"] = ColorSequence.new(Color3.new(0.215686, 1, 0),Color3.new(0.215686, 1, 0)),
  4324. ["LightEmission"] = 1,
  4325. ["Texture"] = "rbxassetid://1084976679",
  4326. ["Lifetime"] = NumberRange.new(5,5),
  4327. ["Rate"] = 5,
  4328. ["RotSpeed"] = NumberRange.new(-60,60),
  4329. ["Speed"] = NumberRange.new(0,0),
  4330. })
  4331. o500 = System.Create("Part",{
  4332. ["Name"] = "Binary",
  4333. ["Parent"] = o1,
  4334. ["Material"] = Enum.Material.Neon,
  4335. ["BrickColor"] = BrickColor.new("Bright green"),
  4336. ["Transparency"] = 0.69999998807907,
  4337. ["Position"] = -16.2809296, 752.760925, 28.0422974,
  4338. ["Rotation"] = 0, 0, -90.0199966,
  4339. ["Anchored"] = true,
  4340. ["CFrame"] = CFrame.new(-16.2809296, 752.760925, 28.0422974, -0.000379001605, 1.00000012, -5.96042042e-08, -1.00000083, -0.000378996978, 3.50375529e-09, -3.48681284e-09, -7.45062465e-08, 1),
  4341. ["CanCollide"] = false,
  4342. ["Size"] = 1.37000048, 1.35999966, 1.63999987,
  4343. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4344. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4345. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  4346. ["Position"] = -16.2809296, 752.760925, 28.0422974,
  4347. })
  4348. o501 = System.Create("ParticleEmitter",{
  4349. ["Name"] = "Nr0",
  4350. ["Parent"] = o500,
  4351. ["Transparency"] = NumberSequence.new(0,1),
  4352. ["Size"] = NumberSequence.new(0.21621584892273,0),
  4353. ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
  4354. ["Texture"] = "rbxassetid://347504241",
  4355. ["Lifetime"] = NumberRange.new(2,2),
  4356. ["Rate"] = 8,
  4357. ["Speed"] = NumberRange.new(2,2),
  4358. ["VelocitySpread"] = 360,
  4359. })
  4360. o502 = System.Create("ParticleEmitter",{
  4361. ["Name"] = "Nr1",
  4362. ["Parent"] = o500,
  4363. ["Transparency"] = NumberSequence.new(0,1),
  4364. ["Size"] = NumberSequence.new(0.21621584892273,0),
  4365. ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
  4366. ["Texture"] = "rbxassetid://347504259",
  4367. ["Lifetime"] = NumberRange.new(2,2),
  4368. ["Rate"] = 8,
  4369. ["Speed"] = NumberRange.new(2,2),
  4370. ["VelocitySpread"] = 360,
  4371. })
  4372. o503 = System.Create("ParticleEmitter",{
  4373. ["Name"] = "Specks",
  4374. ["Parent"] = o500,
  4375. ["Transparency"] = NumberSequence.new(1,0.62162160873413,1),
  4376. ["Rotation"] = NumberRange.new(-180,180),
  4377. ["Size"] = NumberSequence.new(2.162162065506,0),
  4378. ["Color"] = ColorSequence.new(Color3.new(0.215686, 1, 0),Color3.new(0.215686, 1, 0)),
  4379. ["LightEmission"] = 1,
  4380. ["Texture"] = "rbxassetid://1084976679",
  4381. ["Lifetime"] = NumberRange.new(5,5),
  4382. ["Rate"] = 5,
  4383. ["RotSpeed"] = NumberRange.new(-60,60),
  4384. ["Speed"] = NumberRange.new(0,0),
  4385. })
  4386. o504 = System.Create("Part",{
  4387. ["Name"] = "Binary",
  4388. ["Parent"] = o1,
  4389. ["Material"] = Enum.Material.Neon,
  4390. ["BrickColor"] = BrickColor.new("Bright green"),
  4391. ["Transparency"] = 0.69999998807907,
  4392. ["Position"] = -16.3855743, 748.995667, 28.0422974,
  4393. ["Rotation"] = 0, 0, -90.0199966,
  4394. ["Anchored"] = true,
  4395. ["CFrame"] = CFrame.new(-16.3855743, 748.995667, 28.0422974, -0.000378999917, 1, -1.49011612e-08, -1.00000024, -0.000378998375, 1.16415322e-09, -1.16415322e-09, -2.98023224e-08, 1),
  4396. ["CanCollide"] = false,
  4397. ["Size"] = 1.37000048, 1.35999966, 1.63999987,
  4398. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4399. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4400. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  4401. ["Position"] = -16.3855743, 748.995667, 28.0422974,
  4402. })
  4403. o505 = System.Create("ParticleEmitter",{
  4404. ["Name"] = "Nr0",
  4405. ["Parent"] = o504,
  4406. ["Transparency"] = NumberSequence.new(0,1),
  4407. ["Size"] = NumberSequence.new(0.21621584892273,0),
  4408. ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
  4409. ["Texture"] = "rbxassetid://347504241",
  4410. ["Lifetime"] = NumberRange.new(2,2),
  4411. ["Rate"] = 8,
  4412. ["Speed"] = NumberRange.new(2,2),
  4413. ["VelocitySpread"] = 360,
  4414. })
  4415. o506 = System.Create("ParticleEmitter",{
  4416. ["Name"] = "Nr1",
  4417. ["Parent"] = o504,
  4418. ["Transparency"] = NumberSequence.new(0,1),
  4419. ["Size"] = NumberSequence.new(0.21621584892273,0),
  4420. ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
  4421. ["Texture"] = "rbxassetid://347504259",
  4422. ["Lifetime"] = NumberRange.new(2,2),
  4423. ["Rate"] = 8,
  4424. ["Speed"] = NumberRange.new(2,2),
  4425. ["VelocitySpread"] = 360,
  4426. })
  4427. o507 = System.Create("ParticleEmitter",{
  4428. ["Name"] = "Specks",
  4429. ["Parent"] = o504,
  4430. ["Transparency"] = NumberSequence.new(1,0.62162160873413,1),
  4431. ["Rotation"] = NumberRange.new(-180,180),
  4432. ["Size"] = NumberSequence.new(2.162162065506,0),
  4433. ["Color"] = ColorSequence.new(Color3.new(0.215686, 1, 0),Color3.new(0.215686, 1, 0)),
  4434. ["LightEmission"] = 1,
  4435. ["Texture"] = "rbxassetid://1084976679",
  4436. ["Lifetime"] = NumberRange.new(5,5),
  4437. ["Rate"] = 5,
  4438. ["RotSpeed"] = NumberRange.new(-60,60),
  4439. ["Speed"] = NumberRange.new(0,0),
  4440. })
  4441. o508 = System.Create("Part",{
  4442. ["Name"] = "C.M.D",
  4443. ["Parent"] = o1,
  4444. ["Material"] = Enum.Material.DiamondPlate,
  4445. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  4446. ["Position"] = -31.3974056, 750.33905, 3.75512695,
  4447. ["Rotation"] = 0, -85.8600006, 0,
  4448. ["Anchored"] = true,
  4449. ["CFrame"] = CFrame.new(-31.3974056, 750.33905, 3.75512695, 0.0721669644, 0, -0.997392535, 0, 1, 0, 0.997392535, 0, 0.072166957),
  4450. ["Size"] = 0.0500002317, 0.469999999, 0.569999993,
  4451. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4452. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4453. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  4454. ["Position"] = -31.3974056, 750.33905, 3.75512695,
  4455. })
  4456. o509 = System.Create("ClickDetector",{
  4457. ["Parent"] = o508,
  4458. })
  4459. o510 = System.Create("Script",{
  4460. ["Name"] = "end",
  4461. ["Parent"] = o509,
  4462. })
  4463. table.insert(c, coroutine.create(function()
  4464. wait()
  4465. b(function()
  4466.  
  4467. function onClick(click)
  4468. game.Workspace.SecureIsland.Text.SurfaceGui.Text.Text = "Core MeltDown"
  4469. game.Workspace.SecureIsland.Text.Siren:Play()
  4470. game.Workspace.SecureIsland.Text.Siren.Volume = 30
  4471. game.Workspace.SecureIsland.Text.Siren.MaxDistance = 100000000000000000000000
  4472. game.Workspace.SecureIsland.Alarm.Siren:Play()
  4473. game.Workspace.SecureIsland.Alarm.Siren.Volume = 30
  4474. game.Workspace.SecureIsland.Alarm.Siren.MaxDistance = 100000000000000000000000
  4475. end
  4476.  
  4477. script.Parent.MouseClick:connect(onClick) end..o510)
  4478. end))
  4479.  
  4480. o511 = System.Create("Weld",{
  4481. ["Parent"] = o508,
  4482. ["Part0"] = o73,
  4483. ["Part1"] = o508,
  4484. })
  4485. o512 = System.Create("Part",{
  4486. ["Name"] = "Handle",
  4487. ["Parent"] = o1,
  4488. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  4489. ["Reflectance"] = 0.40000000596046,
  4490. ["Position"] = -14.9796276, 721.714294, -16.2699738,
  4491. ["Rotation"] = -127.889999, 17.1800003, 86.3000031,
  4492. ["Anchored"] = true,
  4493. ["CFrame"] = CFrame.new(-14.9796276, 721.714294, -16.2699738, 0.0617049783, -0.953366339, 0.295440882, -0.627954781, 0.19299683, 0.753939629, -0.775799692, -0.232045367, -0.58676213),
  4494. ["FormFactor"] = Enum.FormFactor.Plate,
  4495. ["Size"] = 1, 0.800000012, 3,
  4496. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4497. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4498. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  4499. ["Position"] = -14.9796276, 721.714294, -16.2699738,
  4500. })
  4501. o513 = System.Create("SpecialMesh",{
  4502. ["Parent"] = o512,
  4503. ["MeshId"] = "http://www.roblox.com/asset/?id=16198309",
  4504. ["Scale"] = 1.20000005, 1.20000005, 1.20000005,
  4505. ["TextureId"] = "http://www.roblox.com/asset/?id=16198294",
  4506. ["MeshType"] = Enum.MeshType.FileMesh,
  4507. })
  4508. o514 = System.Create("Part",{
  4509. ["Parent"] = o1,
  4510. ["Material"] = Enum.Material.DiamondPlate,
  4511. ["Position"] = 39.9620438, 732.774597, 35.2429504,
  4512. ["Anchored"] = true,
  4513. ["CFrame"] = CFrame.new(39.9620438, 732.774597, 35.2429504, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4514. ["Size"] = 3.31000018, 24.3500023, 3.4800005,
  4515. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4516. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4517. ["Position"] = 39.9620438, 732.774597, 35.2429504,
  4518. })
  4519. o515 = System.Create("Part",{
  4520. ["Parent"] = o1,
  4521. ["Material"] = Enum.Material.DiamondPlate,
  4522. ["Position"] = -32.5055237, 733.014832, 35.2429504,
  4523. ["Anchored"] = true,
  4524. ["CFrame"] = CFrame.new(-32.5055237, 733.014832, 35.2429504, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4525. ["Size"] = 3.31000018, 24.3500023, 3.4800005,
  4526. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4527. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4528. ["Position"] = -32.5055237, 733.014832, 35.2429504,
  4529. })
  4530. o516 = System.Create("Weld",{
  4531. ["Parent"] = o515,
  4532. ["Part0"] = o385,
  4533. ["Part1"] = o515,
  4534. })
  4535. o517 = System.Create("Part",{
  4536. ["Parent"] = o1,
  4537. ["Material"] = Enum.Material.DiamondPlate,
  4538. ["Position"] = -32.5055237, 732.936401, -31.5187378,
  4539. ["Anchored"] = true,
  4540. ["CFrame"] = CFrame.new(-32.5055237, 732.936401, -31.5187378, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4541. ["Size"] = 3.31000018, 24.3500023, 3.4800005,
  4542. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4543. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4544. ["Position"] = -32.5055237, 732.936401, -31.5187378,
  4545. })
  4546. o518 = System.Create("Part",{
  4547. ["Parent"] = o1,
  4548. ["Material"] = Enum.Material.DiamondPlate,
  4549. ["Position"] = 39.8232498, 732.823792, -31.5187378,
  4550. ["Anchored"] = true,
  4551. ["CFrame"] = CFrame.new(39.8232498, 732.823792, -31.5187378, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4552. ["Size"] = 3.31000018, 24.3500023, 3.4800005,
  4553. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4554. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4555. ["Position"] = 39.8232498, 732.823792, -31.5187378,
  4556. })
  4557. o519 = System.Create("Part",{
  4558. ["Name"] = "ff5",
  4559. ["Parent"] = o1,
  4560. ["Material"] = Enum.Material.ForceField,
  4561. ["BrickColor"] = BrickColor.new("Toothpaste"),
  4562. ["Transparency"] = 1,
  4563. ["Position"] = -0.925208986, 749.821777, -54.1477051,
  4564. ["Anchored"] = true,
  4565. ["CFrame"] = CFrame.new(-0.925208986, 749.821777, -54.1477051, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4566. ["CanCollide"] = false,
  4567. ["Size"] = 118.370033, 134.640015, 2,
  4568. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4569. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4570. ["Color"] = Color3.new(0, 1, 1),
  4571. ["Position"] = -0.925208986, 749.821777, -54.1477051,
  4572. })
  4573. o520 = System.Create("Part",{
  4574. ["Name"] = "ff1",
  4575. ["Parent"] = o1,
  4576. ["Material"] = Enum.Material.ForceField,
  4577. ["BrickColor"] = BrickColor.new("Toothpaste"),
  4578. ["Transparency"] = 1,
  4579. ["Position"] = -0.925208986, 750.237427, 57.1430054,
  4580. ["Anchored"] = true,
  4581. ["CFrame"] = CFrame.new(-0.925208986, 750.237427, 57.1430054, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4582. ["CanCollide"] = false,
  4583. ["Size"] = 118.370033, 134.640015, 2,
  4584. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4585. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4586. ["Color"] = Color3.new(0, 1, 1),
  4587. ["Position"] = -0.925208986, 750.237427, 57.1430054,
  4588. })
  4589. o521 = System.Create("Part",{
  4590. ["Name"] = "ff4",
  4591. ["Parent"] = o1,
  4592. ["Material"] = Enum.Material.ForceField,
  4593. ["BrickColor"] = BrickColor.new("Toothpaste"),
  4594. ["Transparency"] = 1,
  4595. ["Position"] = 57.3319702, 750.399475, 1.46746802,
  4596. ["Rotation"] = 0, 88.5699997, 0,
  4597. ["Anchored"] = true,
  4598. ["CFrame"] = CFrame.new(57.3319702, 750.399475, 1.46746802, 0.0249360073, 0, 0.999689221, 0, 1, 0, -0.999689221, 0, 0.0249360073),
  4599. ["CanCollide"] = false,
  4600. ["Size"] = 114.340034, 134.37001, 2,
  4601. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4602. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4603. ["Color"] = Color3.new(0, 1, 1),
  4604. ["Position"] = 57.3319702, 750.399475, 1.46746802,
  4605. })
  4606. o522 = System.Create("Part",{
  4607. ["Name"] = "ff3",
  4608. ["Parent"] = o1,
  4609. ["Material"] = Enum.Material.ForceField,
  4610. ["BrickColor"] = BrickColor.new("Toothpaste"),
  4611. ["Transparency"] = 1,
  4612. ["Position"] = -57.6397209, 750.43335, -1.40004003,
  4613. ["Rotation"] = 0, 88.5899963, 0,
  4614. ["Anchored"] = true,
  4615. ["CFrame"] = CFrame.new(-57.6397209, 750.43335, -1.40004003, 0.0249362383, 0, 0.9996984, 0, 1, 0, -0.9996984, 0, 0.0249362383),
  4616. ["CanCollide"] = false,
  4617. ["Size"] = 114.340034, 134.37001, 2,
  4618. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4619. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4620. ["Color"] = Color3.new(0, 1, 1),
  4621. ["Position"] = -57.6397209, 750.43335, -1.40004003,
  4622. })
  4623. o523 = System.Create("Part",{
  4624. ["Name"] = "ff6",
  4625. ["Parent"] = o1,
  4626. ["Material"] = Enum.Material.ForceField,
  4627. ["BrickColor"] = BrickColor.new("Toothpaste"),
  4628. ["Transparency"] = 1,
  4629. ["Position"] = 0.0583459996, 818.417542, 0.0387419984,
  4630. ["Rotation"] = 0, 88.5699997, 0,
  4631. ["Anchored"] = true,
  4632. ["CFrame"] = CFrame.new(0.0583459996, 818.417542, 0.0387419984, 0.0249360036, 0, 0.999689102, 0, 1, 0, -0.999689102, 0, 0.0249360036),
  4633. ["CanCollide"] = false,
  4634. ["Size"] = 114.340034, 1.5999999, 117.430038,
  4635. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4636. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4637. ["Color"] = Color3.new(0, 1, 1),
  4638. ["Position"] = 0.0583459996, 818.417542, 0.0387419984,
  4639. })
  4640. o524 = System.Create("Weld",{
  4641. ["Parent"] = o523,
  4642. ["Part0"] = o522,
  4643. ["Part1"] = o523,
  4644. })
  4645. o525 = System.Create("Part",{
  4646. ["Name"] = "ff2",
  4647. ["Parent"] = o1,
  4648. ["Material"] = Enum.Material.ForceField,
  4649. ["BrickColor"] = BrickColor.new("Toothpaste"),
  4650. ["Transparency"] = 1,
  4651. ["Position"] = 0.0583649985, 682.889526, 0.0369869992,
  4652. ["Rotation"] = 0, 88.5699997, 0,
  4653. ["Anchored"] = true,
  4654. ["CFrame"] = CFrame.new(0.0583649985, 682.889526, 0.0369869992, 0.0249360036, 0, 0.999689102, 0, 1, 0, -0.999689102, 0, 0.0249360036),
  4655. ["CanCollide"] = false,
  4656. ["Size"] = 114.340034, 1.5999999, 117.430038,
  4657. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4658. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4659. ["Color"] = Color3.new(0, 1, 1),
  4660. ["Position"] = 0.0583649985, 682.889526, 0.0369869992,
  4661. })
  4662. o526 = System.Create("Part",{
  4663. ["Name"] = "S.T.C",
  4664. ["Parent"] = o1,
  4665. ["Material"] = Enum.Material.DiamondPlate,
  4666. ["BrickColor"] = BrickColor.new("Really black"),
  4667. ["Position"] = -33.4640121, 750.316101, 3.90469289,
  4668. ["Rotation"] = 0, -85.8600006, 0,
  4669. ["Anchored"] = true,
  4670. ["CFrame"] = CFrame.new(-33.4640121, 750.316101, 3.90469289, 0.0721669644, 0, -0.997392535, 0, 1, 0, 0.997392535, 0, 0.072166957),
  4671. ["Size"] = 0.0500002317, 0.469999999, 0.569999993,
  4672. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4673. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4674. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4675. ["Position"] = -33.4640121, 750.316101, 3.90469289,
  4676. })
  4677. o527 = System.Create("ClickDetector",{
  4678. ["Parent"] = o526,
  4679. })
  4680. o528 = System.Create("Script",{
  4681. ["Name"] = "avoid",
  4682. ["Parent"] = o527,
  4683. })
  4684. table.insert(c, coroutine.create(function()
  4685. wait()
  4686. b(function()
  4687.  
  4688. function onClick(click)
  4689. game.Workspace.SecureIsland.Text.SurfaceGui.Text.Text = ""
  4690. game.Workspace.SecureIsland.Text.Siren:Stop()
  4691. game.Workspace.SecureIsland.Alarm.Siren:Stop()
  4692. end
  4693.  
  4694. script.Parent.MouseClick:connect(onClick) end..o528)
  4695. end))
  4696.  
  4697. mas.Parent = workspace
  4698. mas:MakeJoints()
  4699. local b = mas:GetChildren()
  4700. for a = 1, #b do
  4701. b[a].Parent = workspace
  4702. ypcall(function()
  4703. b[a]:MakeJoints()
  4704. end)
  4705. end
  4706. mas:Destroy()
  4707. for a = 1, #c do
  4708. coroutine.resume(c[a])
  4709. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement