Advertisement
Zach_rookie_editor3

S island 3

Feb 26th, 2020
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 174.77 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.  
  171. function sandbox(var,func)
  172. local env = getfenv(func)
  173. local newenv = setmetatable({},{
  174. __index = function(self,k)
  175. if k=="script" then
  176. return var
  177. else
  178. return env[k]
  179. end
  180. end,
  181. })
  182. setfenv(func,newenv)
  183. return func
  184. end
  185. cors = {}
  186. mas = Instance.new("Model",game:GetService("Lighting"))
  187. Model0 = Instance.new("Model")
  188. Model1 = Instance.new("Model")
  189. Part2 = Instance.new("Part")
  190. Part3 = Instance.new("Part")
  191. Weld4 = Instance.new("Weld")
  192. Part5 = Instance.new("Part")
  193. Weld6 = Instance.new("Weld")
  194. Part7 = Instance.new("Part")
  195. Part8 = Instance.new("Part")
  196. Weld9 = Instance.new("Weld")
  197. Part10 = Instance.new("Part")
  198. Weld11 = Instance.new("Weld")
  199. Model12 = Instance.new("Model")
  200. Part13 = Instance.new("Part")
  201. BlockMesh14 = Instance.new("BlockMesh")
  202. ParticleEmitter15 = Instance.new("ParticleEmitter")
  203. PointLight16 = Instance.new("PointLight")
  204. Part17 = Instance.new("Part")
  205. Weld18 = Instance.new("Weld")
  206. Model19 = Instance.new("Model")
  207. Part20 = Instance.new("Part")
  208. Part21 = Instance.new("Part")
  209. Weld22 = Instance.new("Weld")
  210. Part23 = Instance.new("Part")
  211. Weld24 = Instance.new("Weld")
  212. Part25 = Instance.new("Part")
  213. Part26 = Instance.new("Part")
  214. Weld27 = Instance.new("Weld")
  215. Part28 = Instance.new("Part")
  216. Weld29 = Instance.new("Weld")
  217. Model30 = Instance.new("Model")
  218. Part31 = Instance.new("Part")
  219. BlockMesh32 = Instance.new("BlockMesh")
  220. ParticleEmitter33 = Instance.new("ParticleEmitter")
  221. PointLight34 = Instance.new("PointLight")
  222. Part35 = Instance.new("Part")
  223. Weld36 = Instance.new("Weld")
  224. Model37 = Instance.new("Model")
  225. Part38 = Instance.new("Part")
  226. Part39 = Instance.new("Part")
  227. Weld40 = Instance.new("Weld")
  228. Part41 = Instance.new("Part")
  229. Weld42 = Instance.new("Weld")
  230. Part43 = Instance.new("Part")
  231. Part44 = Instance.new("Part")
  232. Part45 = Instance.new("Part")
  233. Weld46 = Instance.new("Weld")
  234. Model47 = Instance.new("Model")
  235. Part48 = Instance.new("Part")
  236. BlockMesh49 = Instance.new("BlockMesh")
  237. ParticleEmitter50 = Instance.new("ParticleEmitter")
  238. PointLight51 = Instance.new("PointLight")
  239. Part52 = Instance.new("Part")
  240. Weld53 = Instance.new("Weld")
  241. Model54 = Instance.new("Model")
  242. Part55 = Instance.new("Part")
  243. Part56 = Instance.new("Part")
  244. Weld57 = Instance.new("Weld")
  245. Part58 = Instance.new("Part")
  246. Weld59 = Instance.new("Weld")
  247. Part60 = Instance.new("Part")
  248. Part61 = Instance.new("Part")
  249. Part62 = Instance.new("Part")
  250. Weld63 = Instance.new("Weld")
  251. Model64 = Instance.new("Model")
  252. Part65 = Instance.new("Part")
  253. BlockMesh66 = Instance.new("BlockMesh")
  254. ParticleEmitter67 = Instance.new("ParticleEmitter")
  255. PointLight68 = Instance.new("PointLight")
  256. Part69 = Instance.new("Part")
  257. Weld70 = Instance.new("Weld")
  258. Model71 = Instance.new("Model")
  259. Part72 = Instance.new("Part")
  260. Part73 = Instance.new("Part")
  261. ClickDetector74 = Instance.new("ClickDetector")
  262. Script75 = Instance.new("Script")
  263. SurfaceGui76 = Instance.new("SurfaceGui")
  264. TextLabel77 = Instance.new("TextLabel")
  265. Weld78 = Instance.new("Weld")
  266. Part79 = Instance.new("Part")
  267. ClickDetector80 = Instance.new("ClickDetector")
  268. Script81 = Instance.new("Script")
  269. SurfaceGui82 = Instance.new("SurfaceGui")
  270. TextLabel83 = Instance.new("TextLabel")
  271. Weld84 = Instance.new("Weld")
  272. Part85 = Instance.new("Part")
  273. ClickDetector86 = Instance.new("ClickDetector")
  274. Script87 = Instance.new("Script")
  275. Weld88 = Instance.new("Weld")
  276. SurfaceGui89 = Instance.new("SurfaceGui")
  277. TextLabel90 = Instance.new("TextLabel")
  278. Part91 = Instance.new("Part")
  279. ClickDetector92 = Instance.new("ClickDetector")
  280. Script93 = Instance.new("Script")
  281. SurfaceGui94 = Instance.new("SurfaceGui")
  282. TextLabel95 = Instance.new("TextLabel")
  283. Weld96 = Instance.new("Weld")
  284. Part97 = Instance.new("Part")
  285. ClickDetector98 = Instance.new("ClickDetector")
  286. Script99 = Instance.new("Script")
  287. SurfaceGui100 = Instance.new("SurfaceGui")
  288. TextLabel101 = Instance.new("TextLabel")
  289. Weld102 = Instance.new("Weld")
  290. Part103 = Instance.new("Part")
  291. ParticleEmitter104 = Instance.new("ParticleEmitter")
  292. Part105 = Instance.new("Part")
  293. ParticleEmitter106 = Instance.new("ParticleEmitter")
  294. Part107 = Instance.new("Part")
  295. ClickDetector108 = Instance.new("ClickDetector")
  296. Script109 = Instance.new("Script")
  297. SurfaceGui110 = Instance.new("SurfaceGui")
  298. TextLabel111 = Instance.new("TextLabel")
  299. Weld112 = Instance.new("Weld")
  300. Part113 = Instance.new("Part")
  301. ClickDetector114 = Instance.new("ClickDetector")
  302. Script115 = Instance.new("Script")
  303. SurfaceGui116 = Instance.new("SurfaceGui")
  304. TextLabel117 = Instance.new("TextLabel")
  305. Weld118 = Instance.new("Weld")
  306. Part119 = Instance.new("Part")
  307. Weld120 = Instance.new("Weld")
  308. Part121 = Instance.new("Part")
  309. Part122 = Instance.new("Part")
  310. SpecialMesh123 = Instance.new("SpecialMesh")
  311. Part124 = Instance.new("Part")
  312. Part125 = Instance.new("Part")
  313. Weld126 = Instance.new("Weld")
  314. Weld127 = Instance.new("Weld")
  315. Part128 = Instance.new("Part")
  316. Model129 = Instance.new("Model")
  317. Part130 = Instance.new("Part")
  318. SpecialMesh131 = Instance.new("SpecialMesh")
  319. StringValue132 = Instance.new("StringValue")
  320. Vector3Value133 = Instance.new("Vector3Value")
  321. Vector3Value134 = Instance.new("Vector3Value")
  322. Vector3Value135 = Instance.new("Vector3Value")
  323. Vector3Value136 = Instance.new("Vector3Value")
  324. Vector3Value137 = Instance.new("Vector3Value")
  325. Decal138 = Instance.new("Decal")
  326. Decal139 = Instance.new("Decal")
  327. Part140 = Instance.new("Part")
  328. Part141 = Instance.new("Part")
  329. Part142 = Instance.new("Part")
  330. Part143 = Instance.new("Part")
  331. Part144 = Instance.new("Part")
  332. Part145 = Instance.new("Part")
  333. Decal146 = Instance.new("Decal")
  334. Humanoid147 = Instance.new("Humanoid")
  335. BodyColors148 = Instance.new("BodyColors")
  336. Part149 = Instance.new("Part")
  337. SpecialMesh150 = Instance.new("SpecialMesh")
  338. Model151 = Instance.new("Model")
  339. WedgePart152 = Instance.new("WedgePart")
  340. SpecialMesh153 = Instance.new("SpecialMesh")
  341. Part154 = Instance.new("Part")
  342. BlockMesh155 = Instance.new("BlockMesh")
  343. WedgePart156 = Instance.new("WedgePart")
  344. SpecialMesh157 = Instance.new("SpecialMesh")
  345. WedgePart158 = Instance.new("WedgePart")
  346. Part159 = Instance.new("Part")
  347. CylinderMesh160 = Instance.new("CylinderMesh")
  348. Part161 = Instance.new("Part")
  349. BlockMesh162 = Instance.new("BlockMesh")
  350. Part163 = Instance.new("Part")
  351. SpecialMesh164 = Instance.new("SpecialMesh")
  352. Part165 = Instance.new("Part")
  353. CylinderMesh166 = Instance.new("CylinderMesh")
  354. Part167 = Instance.new("Part")
  355. CylinderMesh168 = Instance.new("CylinderMesh")
  356. Part169 = Instance.new("Part")
  357. BlockMesh170 = Instance.new("BlockMesh")
  358. Part171 = Instance.new("Part")
  359. BlockMesh172 = Instance.new("BlockMesh")
  360. WedgePart173 = Instance.new("WedgePart")
  361. Part174 = Instance.new("Part")
  362. BlockMesh175 = Instance.new("BlockMesh")
  363. Part176 = Instance.new("Part")
  364. BlockMesh177 = Instance.new("BlockMesh")
  365. Part178 = Instance.new("Part")
  366. CylinderMesh179 = Instance.new("CylinderMesh")
  367. Part180 = Instance.new("Part")
  368. CylinderMesh181 = Instance.new("CylinderMesh")
  369. Part182 = Instance.new("Part")
  370. BlockMesh183 = Instance.new("BlockMesh")
  371. Part184 = Instance.new("Part")
  372. BlockMesh185 = Instance.new("BlockMesh")
  373. Part186 = Instance.new("Part")
  374. BlockMesh187 = Instance.new("BlockMesh")
  375. Part188 = Instance.new("Part")
  376. CylinderMesh189 = Instance.new("CylinderMesh")
  377. Part190 = Instance.new("Part")
  378. CylinderMesh191 = Instance.new("CylinderMesh")
  379. Part192 = Instance.new("Part")
  380. BlockMesh193 = Instance.new("BlockMesh")
  381. Part194 = Instance.new("Part")
  382. SpecialMesh195 = Instance.new("SpecialMesh")
  383. Part196 = Instance.new("Part")
  384. BlockMesh197 = Instance.new("BlockMesh")
  385. Model198 = Instance.new("Model")
  386. Part199 = Instance.new("Part")
  387. Part200 = Instance.new("Part")
  388. Weld201 = Instance.new("Weld")
  389. Part202 = Instance.new("Part")
  390. Sound203 = Instance.new("Sound")
  391. Script204 = Instance.new("Script")
  392. ClickDetector205 = Instance.new("ClickDetector")
  393. Part206 = Instance.new("Part")
  394. Weld207 = Instance.new("Weld")
  395. Part208 = Instance.new("Part")
  396. Weld209 = Instance.new("Weld")
  397. Part210 = Instance.new("Part")
  398. Model211 = Instance.new("Model")
  399. Part212 = Instance.new("Part")
  400. SpecialMesh213 = Instance.new("SpecialMesh")
  401. Decal214 = Instance.new("Decal")
  402. Part215 = Instance.new("Part")
  403. Motor6D216 = Instance.new("Motor6D")
  404. Part217 = Instance.new("Part")
  405. Part218 = Instance.new("Part")
  406. Part219 = Instance.new("Part")
  407. Part220 = Instance.new("Part")
  408. Part221 = Instance.new("Part")
  409. Decal222 = Instance.new("Decal")
  410. Motor6D223 = Instance.new("Motor6D")
  411. Motor6D224 = Instance.new("Motor6D")
  412. Motor6D225 = Instance.new("Motor6D")
  413. Humanoid226 = Instance.new("Humanoid")
  414. Accessory227 = Instance.new("Accessory")
  415. Part228 = Instance.new("Part")
  416. SpecialMesh229 = Instance.new("SpecialMesh")
  417. Weld230 = Instance.new("Weld")
  418. Camera231 = Instance.new("Camera")
  419. Accessory232 = Instance.new("Accessory")
  420. Part233 = Instance.new("Part")
  421. SpecialMesh234 = Instance.new("SpecialMesh")
  422. Weld235 = Instance.new("Weld")
  423. CharacterMesh236 = Instance.new("CharacterMesh")
  424. CharacterMesh237 = Instance.new("CharacterMesh")
  425. CharacterMesh238 = Instance.new("CharacterMesh")
  426. CharacterMesh239 = Instance.new("CharacterMesh")
  427. CharacterMesh240 = Instance.new("CharacterMesh")
  428. BodyColors241 = Instance.new("BodyColors")
  429. Shirt242 = Instance.new("Shirt")
  430. Pants243 = Instance.new("Pants")
  431. Part244 = Instance.new("Part")
  432. ParticleEmitter245 = Instance.new("ParticleEmitter")
  433. ParticleEmitter246 = Instance.new("ParticleEmitter")
  434. ParticleEmitter247 = Instance.new("ParticleEmitter")
  435. ParticleEmitter248 = Instance.new("ParticleEmitter")
  436. Model249 = Instance.new("Model")
  437. Part250 = Instance.new("Part")
  438. Script251 = Instance.new("Script")
  439. ClickDetector252 = Instance.new("ClickDetector")
  440. Sound253 = Instance.new("Sound")
  441. SpecialMesh254 = Instance.new("SpecialMesh")
  442. PointLight255 = Instance.new("PointLight")
  443. Part256 = Instance.new("Part")
  444. PointLight257 = Instance.new("PointLight")
  445. Model258 = Instance.new("Model")
  446. Part259 = Instance.new("Part")
  447. Part260 = Instance.new("Part")
  448. Part261 = Instance.new("Part")
  449. SurfaceGui262 = Instance.new("SurfaceGui")
  450. TextLabel263 = Instance.new("TextLabel")
  451. Model264 = Instance.new("Model")
  452. Part265 = Instance.new("Part")
  453. SpecialMesh266 = Instance.new("SpecialMesh")
  454. Decal267 = Instance.new("Decal")
  455. Decal268 = Instance.new("Decal")
  456. Part269 = Instance.new("Part")
  457. Part270 = Instance.new("Part")
  458. Part271 = Instance.new("Part")
  459. Part272 = Instance.new("Part")
  460. Part273 = Instance.new("Part")
  461. Part274 = Instance.new("Part")
  462. Decal275 = Instance.new("Decal")
  463. Humanoid276 = Instance.new("Humanoid")
  464. Accessory277 = Instance.new("Accessory")
  465. Part278 = Instance.new("Part")
  466. SpecialMesh279 = Instance.new("SpecialMesh")
  467. Weld280 = Instance.new("Weld")
  468. Accessory281 = Instance.new("Accessory")
  469. Part282 = Instance.new("Part")
  470. SpecialMesh283 = Instance.new("SpecialMesh")
  471. Weld284 = Instance.new("Weld")
  472. Accessory285 = Instance.new("Accessory")
  473. Part286 = Instance.new("Part")
  474. SpecialMesh287 = Instance.new("SpecialMesh")
  475. StringValue288 = Instance.new("StringValue")
  476. Weld289 = Instance.new("Weld")
  477. BodyColors290 = Instance.new("BodyColors")
  478. Shirt291 = Instance.new("Shirt")
  479. Pants292 = Instance.new("Pants")
  480. SpecialMesh293 = Instance.new("SpecialMesh")
  481. PointLight294 = Instance.new("PointLight")
  482. Model295 = Instance.new("Model")
  483. Part296 = Instance.new("Part")
  484. Part297 = Instance.new("Part")
  485. Part298 = Instance.new("Part")
  486. Weld299 = Instance.new("Weld")
  487. Part300 = Instance.new("Part")
  488. Model301 = Instance.new("Model")
  489. Part302 = Instance.new("Part")
  490. SpecialMesh303 = Instance.new("SpecialMesh")
  491. Decal304 = Instance.new("Decal")
  492. Decal305 = Instance.new("Decal")
  493. Part306 = Instance.new("Part")
  494. Motor6D307 = Instance.new("Motor6D")
  495. Part308 = Instance.new("Part")
  496. Part309 = Instance.new("Part")
  497. Part310 = Instance.new("Part")
  498. Part311 = Instance.new("Part")
  499. Part312 = Instance.new("Part")
  500. Decal313 = Instance.new("Decal")
  501. Motor6D314 = Instance.new("Motor6D")
  502. Humanoid315 = Instance.new("Humanoid")
  503. Accessory316 = Instance.new("Accessory")
  504. Part317 = Instance.new("Part")
  505. SpecialMesh318 = Instance.new("SpecialMesh")
  506. Weld319 = Instance.new("Weld")
  507. Accessory320 = Instance.new("Accessory")
  508. Part321 = Instance.new("Part")
  509. SpecialMesh322 = Instance.new("SpecialMesh")
  510. Weld323 = Instance.new("Weld")
  511. BodyColors324 = Instance.new("BodyColors")
  512. Shirt325 = Instance.new("Shirt")
  513. Part326 = Instance.new("Part")
  514. ParticleEmitter327 = Instance.new("ParticleEmitter")
  515. ParticleEmitter328 = Instance.new("ParticleEmitter")
  516. Part329 = Instance.new("Part")
  517. ParticleEmitter330 = Instance.new("ParticleEmitter")
  518. ParticleEmitter331 = Instance.new("ParticleEmitter")
  519. Part332 = Instance.new("Part")
  520. ParticleEmitter333 = Instance.new("ParticleEmitter")
  521. ParticleEmitter334 = Instance.new("ParticleEmitter")
  522. Part335 = Instance.new("Part")
  523. ParticleEmitter336 = Instance.new("ParticleEmitter")
  524. ParticleEmitter337 = Instance.new("ParticleEmitter")
  525. Part338 = Instance.new("Part")
  526. SpecialMesh339 = Instance.new("SpecialMesh")
  527. Part340 = Instance.new("Part")
  528. Part341 = Instance.new("Part")
  529. Part342 = Instance.new("Part")
  530. Part343 = Instance.new("Part")
  531. Part344 = Instance.new("Part")
  532. Part345 = Instance.new("Part")
  533. Weld346 = Instance.new("Weld")
  534. Model0.Name = "SecureIsland"
  535. Model0.Parent = mas
  536. Model1.Name = "Boost"
  537. Model1.Parent = Model0
  538. Part2.Parent = Model1
  539. Part2.CFrame = CFrame.new(35.7926407, 717.442322, -29.8513489, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901)
  540. Part2.Orientation = Vector3.new(-0.140000001, 180, 180)
  541. Part2.Position = Vector3.new(35.7926407, 717.442322, -29.8513489)
  542. Part2.Rotation = Vector3.new(-179.860001, 0, 0)
  543. Part2.Color = Color3.new(0.623529, 0.631373, 0.67451)
  544. Part2.Size = Vector3.new(0.390000045, 1, 4.2699995)
  545. Part2.Anchored = true
  546. Part2.BottomSurface = Enum.SurfaceType.Smooth
  547. Part2.BrickColor = BrickColor.new("Fossil")
  548. Part2.Material = Enum.Material.DiamondPlate
  549. Part2.TopSurface = Enum.SurfaceType.Smooth
  550. Part2.brickColor = BrickColor.new("Fossil")
  551. Part3.Parent = Model1
  552. Part3.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)
  553. Part3.Orientation = Vector3.new(0, 90.1500015, -179.860001)
  554. Part3.Position = Vector3.new(37.866684, 717.348022, -27.9153748)
  555. Part3.Rotation = Vector3.new(-179.860001, 89.8499985, 0)
  556. Part3.Color = Color3.new(0.623529, 0.631373, 0.67451)
  557. Part3.Size = Vector3.new(0.390000045, 1, 4.2699995)
  558. Part3.Anchored = true
  559. Part3.BottomSurface = Enum.SurfaceType.Smooth
  560. Part3.BrickColor = BrickColor.new("Fossil")
  561. Part3.Material = Enum.Material.DiamondPlate
  562. Part3.TopSurface = Enum.SurfaceType.Smooth
  563. Part3.brickColor = BrickColor.new("Fossil")
  564. Weld4.Parent = Part3
  565. Weld4.C0 = CFrame.new(-2.65999985, 0.5, 2.59499955, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  566. Weld4.C1 = CFrame.new(-4.70825195, -0.490112305, -2.59836197, -0.00268302811, -0.999996901, 0, 0, 0, 1, -0.999996483, 0.00268296967, 0)
  567. Weld4.Part0 = Part10
  568. Weld4.Part1 = Part3
  569. Weld4.part1 = Part3
  570. Part5.Parent = Model1
  571. Part5.CFrame = CFrame.new(39.9107132, 717.343262, -29.8516541, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901)
  572. Part5.Orientation = Vector3.new(-0.140000001, 180, 180)
  573. Part5.Position = Vector3.new(39.9107132, 717.343262, -29.8516541)
  574. Part5.Rotation = Vector3.new(-179.860001, 0, 0)
  575. Part5.Color = Color3.new(0.623529, 0.631373, 0.67451)
  576. Part5.Size = Vector3.new(0.390000045, 1, 4.2699995)
  577. Part5.Anchored = true
  578. Part5.BottomSurface = Enum.SurfaceType.Smooth
  579. Part5.BrickColor = BrickColor.new("Fossil")
  580. Part5.Material = Enum.Material.DiamondPlate
  581. Part5.TopSurface = Enum.SurfaceType.Smooth
  582. Part5.brickColor = BrickColor.new("Fossil")
  583. Weld6.Parent = Part5
  584. Weld6.C0 = CFrame.new(-2.65999985, 0.5, 2.59499955, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  585. Weld6.C1 = CFrame.new(-4.65501404, -0.5, 2.76499939, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  586. Weld6.Part0 = Part10
  587. Weld6.Part1 = Part5
  588. Weld6.part1 = Part5
  589. Part7.Parent = Model1
  590. Part7.CFrame = CFrame.new(37.9906998, 717.895813, -29.8803406, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901)
  591. Part7.Orientation = Vector3.new(-0.140000001, 180, 180)
  592. Part7.Position = Vector3.new(37.9906998, 717.895813, -29.8803406)
  593. Part7.Rotation = Vector3.new(-179.860001, 0, 0)
  594. Part7.Color = Color3.new(0.972549, 0.85098, 0.427451)
  595. Part7.Size = Vector3.new(0.430000156, 0.430000156, 0.430000156)
  596. Part7.Anchored = true
  597. Part7.BottomSurface = Enum.SurfaceType.Smooth
  598. Part7.BrickColor = BrickColor.new("Daisy orange")
  599. Part7.Material = Enum.Material.Neon
  600. Part7.TopSurface = Enum.SurfaceType.Smooth
  601. Part7.brickColor = BrickColor.new("Daisy orange")
  602. Part7.Shape = Enum.PartType.Ball
  603. Part8.Parent = Model1
  604. Part8.CFrame = CFrame.new(38.0457001, 719.343506, -29.9766388, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901)
  605. Part8.Orientation = Vector3.new(-0.140000001, 180, 180)
  606. Part8.Position = Vector3.new(38.0457001, 719.343506, -29.9766388)
  607. Part8.Rotation = Vector3.new(-179.860001, 0, 0)
  608. Part8.Color = Color3.new(0.623529, 0.631373, 0.67451)
  609. Part8.Size = Vector3.new(6.89999962, 1, 6.52999973)
  610. Part8.Anchored = true
  611. Part8.BottomSurface = Enum.SurfaceType.Smooth
  612. Part8.BrickColor = BrickColor.new("Fossil")
  613. Part8.Material = Enum.Material.DiamondPlate
  614. Part8.TopSurface = Enum.SurfaceType.Smooth
  615. Part8.brickColor = BrickColor.new("Fossil")
  616. Weld9.Parent = Part8
  617. Weld9.C0 = CFrame.new(37.8900032, -0.5, 35.1650009, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  618. Weld9.C1 = CFrame.new(3.59378433, -0.66394043, -67.0081329, 1, 0, 0, 0, -0.00250999979, 0.999996901, 0, -0.999996901, -0.00250999979)
  619. Weld9.Part0 = Part256
  620. Weld9.Part1 = Part8
  621. Weld9.part1 = Part8
  622. Part10.Parent = Model1
  623. Part10.CFrame = CFrame.new(37.9156952, 718.343506, -30.0191498, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901)
  624. Part10.Orientation = Vector3.new(-0.140000001, 180, 180)
  625. Part10.Position = Vector3.new(37.9156952, 718.343506, -30.0191498)
  626. Part10.Rotation = Vector3.new(-179.860001, 0, 0)
  627. Part10.Color = Color3.new(0.623529, 0.631373, 0.67451)
  628. Part10.Size = Vector3.new(5.31999969, 1, 5.1899991)
  629. Part10.Anchored = true
  630. Part10.BottomSurface = Enum.SurfaceType.Smooth
  631. Part10.BrickColor = BrickColor.new("Fossil")
  632. Part10.Material = Enum.Material.DiamondPlate
  633. Part10.TopSurface = Enum.SurfaceType.Smooth
  634. Part10.brickColor = BrickColor.new("Fossil")
  635. Weld11.Parent = Part10
  636. Weld11.C0 = CFrame.new(-3.44999981, 0.5, 3.26499987, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  637. Weld11.C1 = CFrame.new(-3.31999588, -0.5, 3.2250061, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  638. Weld11.Part0 = Part8
  639. Weld11.Part1 = Part10
  640. Weld11.part1 = Part10
  641. Model12.Name = "Fire"
  642. Model12.Parent = Model1
  643. Part13.Name = "Fire"
  644. Part13.Parent = Model12
  645. Part13.CFrame = CFrame.new(37.9464035, 717.551941, -29.8416901, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0)
  646. Part13.Orientation = Vector3.new(0, -90, 179.860001)
  647. Part13.Position = Vector3.new(37.9464035, 717.551941, -29.8416901)
  648. Part13.Rotation = Vector3.new(-179.860001, -90, 0)
  649. Part13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  650. Part13.Transparency = 1
  651. Part13.Size = Vector3.new(0.400000006, 0.200000003, 0.400000006)
  652. Part13.Anchored = true
  653. Part13.BottomSurface = Enum.SurfaceType.Smooth
  654. Part13.BrickColor = BrickColor.new("Really black")
  655. Part13.CanCollide = false
  656. Part13.Material = Enum.Material.SmoothPlastic
  657. Part13.TopSurface = Enum.SurfaceType.Smooth
  658. Part13.brickColor = BrickColor.new("Really black")
  659. Part13.FormFactor = Enum.FormFactor.Custom
  660. Part13.formFactor = Enum.FormFactor.Custom
  661. BlockMesh14.Parent = Part13
  662. ParticleEmitter15.Name = "FireParticle"
  663. ParticleEmitter15.Parent = Part13
  664. ParticleEmitter15.Speed = NumberRange.new(10, 10)
  665. ParticleEmitter15.Rotation = NumberRange.new(100000, 100000)
  666. ParticleEmitter15.Color = ColorSequence.new(Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0))
  667. ParticleEmitter15.LightEmission = 0.75
  668. ParticleEmitter15.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  669. ParticleEmitter15.Size = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0)
  670. ParticleEmitter15.Lifetime = NumberRange.new(0.60000002384186, 0.60000002384186)
  671. ParticleEmitter15.Rate = 300
  672. ParticleEmitter15.RotSpeed = NumberRange.new(1, 1)
  673. PointLight16.Parent = Part13
  674. PointLight16.Color = Color3.new(0.870588, 1, 0.0313726)
  675. Part17.Parent = Model1
  676. Part17.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)
  677. Part17.Orientation = Vector3.new(0, 90.1500015, -179.860001)
  678. Part17.Position = Vector3.new(37.8563461, 717.367859, -31.7672424)
  679. Part17.Rotation = Vector3.new(-179.860001, 89.9000015, 0)
  680. Part17.Color = Color3.new(0.623529, 0.631373, 0.67451)
  681. Part17.Size = Vector3.new(0.390000045, 1, 4.2699995)
  682. Part17.Anchored = true
  683. Part17.BottomSurface = Enum.SurfaceType.Smooth
  684. Part17.BrickColor = BrickColor.new("Fossil")
  685. Part17.Material = Enum.Material.DiamondPlate
  686. Part17.TopSurface = Enum.SurfaceType.Smooth
  687. Part17.brickColor = BrickColor.new("Fossil")
  688. Weld18.Parent = Part17
  689. Weld18.C0 = CFrame.new(-2.65999985, 0.5, 2.59499955, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  690. Weld18.C1 = CFrame.new(-0.856338501, -0.481567383, -2.59835815, -0.00268564257, -1.00000548, 0, 0, 0, 1, -0.99999845, 0.00268452917, 0)
  691. Weld18.Part0 = Part10
  692. Weld18.Part1 = Part17
  693. Weld18.part1 = Part17
  694. Model19.Name = "Boost"
  695. Model19.Parent = Model0
  696. Part20.Parent = Model19
  697. Part20.CFrame = CFrame.new(35.7926559, 717.437317, 33.7440491, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901)
  698. Part20.Orientation = Vector3.new(-0.140000001, 180, 180)
  699. Part20.Position = Vector3.new(35.7926559, 717.437317, 33.7440491)
  700. Part20.Rotation = Vector3.new(-179.860001, 0, 0)
  701. Part20.Color = Color3.new(0.623529, 0.631373, 0.67451)
  702. Part20.Size = Vector3.new(0.390000045, 1, 4.2699995)
  703. Part20.Anchored = true
  704. Part20.BottomSurface = Enum.SurfaceType.Smooth
  705. Part20.BrickColor = BrickColor.new("Fossil")
  706. Part20.Material = Enum.Material.DiamondPlate
  707. Part20.TopSurface = Enum.SurfaceType.Smooth
  708. Part20.brickColor = BrickColor.new("Fossil")
  709. Part21.Parent = Model19
  710. Part21.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)
  711. Part21.Orientation = Vector3.new(0, 90.1500015, -179.860001)
  712. Part21.Position = Vector3.new(37.8667145, 717.342896, 35.6795654)
  713. Part21.Rotation = Vector3.new(-179.860001, 89.8600006, 0)
  714. Part21.Color = Color3.new(0.623529, 0.631373, 0.67451)
  715. Part21.Size = Vector3.new(0.390000045, 1, 4.2699995)
  716. Part21.Anchored = true
  717. Part21.BottomSurface = Enum.SurfaceType.Smooth
  718. Part21.BrickColor = BrickColor.new("Fossil")
  719. Part21.Material = Enum.Material.DiamondPlate
  720. Part21.TopSurface = Enum.SurfaceType.Smooth
  721. Part21.brickColor = BrickColor.new("Fossil")
  722. Weld22.Parent = Part21
  723. Weld22.C0 = CFrame.new(-2.65999985, 0.5, 2.59499955, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  724. Weld22.C1 = CFrame.new(-4.70825195, -0.490112305, -2.59836197, -0.00268302811, -0.999996901, 0, 0, 0, 1, -0.999996483, 0.00268296967, 0)
  725. Weld22.Part0 = Part28
  726. Weld22.Part1 = Part21
  727. Weld22.part1 = Part21
  728. Part23.Parent = Model19
  729. Part23.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)
  730. Part23.Orientation = Vector3.new(-0.140000001, -180, -180)
  731. Part23.Position = Vector3.new(39.9107437, 717.338501, 33.7432556)
  732. Part23.Rotation = Vector3.new(-179.860001, 0, 0)
  733. Part23.Color = Color3.new(0.623529, 0.631373, 0.67451)
  734. Part23.Size = Vector3.new(0.390000045, 1, 4.2699995)
  735. Part23.Anchored = true
  736. Part23.BottomSurface = Enum.SurfaceType.Smooth
  737. Part23.BrickColor = BrickColor.new("Fossil")
  738. Part23.Material = Enum.Material.DiamondPlate
  739. Part23.TopSurface = Enum.SurfaceType.Smooth
  740. Part23.brickColor = BrickColor.new("Fossil")
  741. Weld24.Parent = Part23
  742. Weld24.C0 = CFrame.new(-2.65999985, 0.5, 2.59499955, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  743. Weld24.C1 = CFrame.new(-4.65501404, -0.5, 2.76499939, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  744. Weld24.Part0 = Part28
  745. Weld24.Part1 = Part23
  746. Weld24.part1 = Part23
  747. Part25.Parent = Model19
  748. Part25.CFrame = CFrame.new(37.990715, 717.889221, 33.7150574, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901)
  749. Part25.Orientation = Vector3.new(-0.140000001, 180, 180)
  750. Part25.Position = Vector3.new(37.990715, 717.889221, 33.7150574)
  751. Part25.Rotation = Vector3.new(-179.860001, 0, 0)
  752. Part25.Color = Color3.new(0.972549, 0.85098, 0.427451)
  753. Part25.Size = Vector3.new(0.430000156, 0.430000156, 0.430000156)
  754. Part25.Anchored = true
  755. Part25.BottomSurface = Enum.SurfaceType.Smooth
  756. Part25.BrickColor = BrickColor.new("Daisy orange")
  757. Part25.Material = Enum.Material.Neon
  758. Part25.TopSurface = Enum.SurfaceType.Smooth
  759. Part25.brickColor = BrickColor.new("Daisy orange")
  760. Part25.Shape = Enum.PartType.Ball
  761. Part26.Parent = Model19
  762. Part26.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)
  763. Part26.Orientation = Vector3.new(-0.140000001, -180, -180)
  764. Part26.Position = Vector3.new(38.0457306, 719.338501, 33.6182861)
  765. Part26.Rotation = Vector3.new(-179.860001, 0, 0)
  766. Part26.Color = Color3.new(0.623529, 0.631373, 0.67451)
  767. Part26.Size = Vector3.new(6.89999962, 1, 6.52999973)
  768. Part26.Anchored = true
  769. Part26.BottomSurface = Enum.SurfaceType.Smooth
  770. Part26.BrickColor = BrickColor.new("Fossil")
  771. Part26.Material = Enum.Material.DiamondPlate
  772. Part26.TopSurface = Enum.SurfaceType.Smooth
  773. Part26.brickColor = BrickColor.new("Fossil")
  774. Weld27.Parent = Part26
  775. Weld27.C0 = CFrame.new(37.8900032, -0.5, 35.1650009, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  776. Weld27.C1 = CFrame.new(3.59375, -0.509643555, -3.41339111, 1.00000036, 1.79279667e-07, 4.49741577e-10, -1.25857698e-13, -0.00251000142, 0.999997735, -1.79047206e-07, -1.0000006, -0.0025100098)
  777. Weld27.Part0 = Part256
  778. Weld27.Part1 = Part26
  779. Weld27.part1 = Part26
  780. Part28.Parent = Model19
  781. Part28.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)
  782. Part28.Orientation = Vector3.new(-0.140000001, -180, -180)
  783. Part28.Position = Vector3.new(37.9157257, 718.338501, 33.5757751)
  784. Part28.Rotation = Vector3.new(-179.860001, 0, 0)
  785. Part28.Color = Color3.new(0.623529, 0.631373, 0.67451)
  786. Part28.Size = Vector3.new(5.31999969, 1, 5.1899991)
  787. Part28.Anchored = true
  788. Part28.BottomSurface = Enum.SurfaceType.Smooth
  789. Part28.BrickColor = BrickColor.new("Fossil")
  790. Part28.Material = Enum.Material.DiamondPlate
  791. Part28.TopSurface = Enum.SurfaceType.Smooth
  792. Part28.brickColor = BrickColor.new("Fossil")
  793. Weld29.Parent = Part28
  794. Weld29.C0 = CFrame.new(-3.44999981, 0.5, 3.26499987, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  795. Weld29.C1 = CFrame.new(-3.31999588, -0.5, 3.2250061, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  796. Weld29.Part0 = Part26
  797. Weld29.Part1 = Part28
  798. Weld29.part1 = Part28
  799. Model30.Name = "Fire"
  800. Model30.Parent = Model19
  801. Part31.Name = "Fire"
  802. Part31.Parent = Model30
  803. Part31.CFrame = CFrame.new(37.9464111, 717.545349, 33.7537231, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0)
  804. Part31.Orientation = Vector3.new(0, -90, 179.860001)
  805. Part31.Position = Vector3.new(37.9464111, 717.545349, 33.7537231)
  806. Part31.Rotation = Vector3.new(-179.860001, -90, 0)
  807. Part31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  808. Part31.Transparency = 1
  809. Part31.Size = Vector3.new(0.400000006, 0.200000003, 0.400000006)
  810. Part31.Anchored = true
  811. Part31.BottomSurface = Enum.SurfaceType.Smooth
  812. Part31.BrickColor = BrickColor.new("Really black")
  813. Part31.CanCollide = false
  814. Part31.Material = Enum.Material.SmoothPlastic
  815. Part31.TopSurface = Enum.SurfaceType.Smooth
  816. Part31.brickColor = BrickColor.new("Really black")
  817. Part31.FormFactor = Enum.FormFactor.Custom
  818. Part31.formFactor = Enum.FormFactor.Custom
  819. BlockMesh32.Parent = Part31
  820. ParticleEmitter33.Name = "FireParticle"
  821. ParticleEmitter33.Parent = Part31
  822. ParticleEmitter33.Speed = NumberRange.new(10, 10)
  823. ParticleEmitter33.Rotation = NumberRange.new(100000, 100000)
  824. ParticleEmitter33.Color = ColorSequence.new(Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0))
  825. ParticleEmitter33.LightEmission = 0.75
  826. ParticleEmitter33.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  827. ParticleEmitter33.Size = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0)
  828. ParticleEmitter33.Lifetime = NumberRange.new(0.60000002384186, 0.60000002384186)
  829. ParticleEmitter33.Rate = 300
  830. ParticleEmitter33.RotSpeed = NumberRange.new(1, 1)
  831. PointLight34.Parent = Part31
  832. PointLight34.Color = Color3.new(0.870588, 1, 0.0313726)
  833. Part35.Parent = Model19
  834. Part35.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)
  835. Part35.Orientation = Vector3.new(0, 90.1500015, -179.860001)
  836. Part35.Position = Vector3.new(37.8563766, 717.360901, 31.8276672)
  837. Part35.Rotation = Vector3.new(-179.860001, 89.8499985, 0)
  838. Part35.Color = Color3.new(0.623529, 0.631373, 0.67451)
  839. Part35.Size = Vector3.new(0.390000045, 1, 4.2699995)
  840. Part35.Anchored = true
  841. Part35.BottomSurface = Enum.SurfaceType.Smooth
  842. Part35.BrickColor = BrickColor.new("Fossil")
  843. Part35.Material = Enum.Material.DiamondPlate
  844. Part35.TopSurface = Enum.SurfaceType.Smooth
  845. Part35.brickColor = BrickColor.new("Fossil")
  846. Weld36.Parent = Part35
  847. Weld36.C0 = CFrame.new(-2.65999985, 0.5, 2.59499955, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  848. Weld36.C1 = CFrame.new(-0.856338501, -0.481567383, -2.59835815, -0.00268564257, -1.00000548, 0, 0, 0, 1, -0.99999845, 0.00268452917, 0)
  849. Weld36.Part0 = Part28
  850. Weld36.Part1 = Part35
  851. Weld36.part1 = Part35
  852. Model37.Name = "Boost"
  853. Model37.Parent = Model0
  854. Part38.Parent = Model37
  855. Part38.CFrame = CFrame.new(-32.8137093, 717.637329, -29.6328735, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901)
  856. Part38.Orientation = Vector3.new(-0.140000001, 180, 180)
  857. Part38.Position = Vector3.new(-32.8137093, 717.637329, -29.6328735)
  858. Part38.Rotation = Vector3.new(-179.860001, 0, 0)
  859. Part38.Color = Color3.new(0.623529, 0.631373, 0.67451)
  860. Part38.Size = Vector3.new(0.390000045, 1, 4.2699995)
  861. Part38.Anchored = true
  862. Part38.BottomSurface = Enum.SurfaceType.Smooth
  863. Part38.BrickColor = BrickColor.new("Fossil")
  864. Part38.Material = Enum.Material.DiamondPlate
  865. Part38.TopSurface = Enum.SurfaceType.Smooth
  866. Part38.brickColor = BrickColor.new("Fossil")
  867. Part39.Parent = Model37
  868. Part39.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)
  869. Part39.Orientation = Vector3.new(0, 90.1500015, -179.860001)
  870. Part39.Position = Vector3.new(-30.7396278, 717.543091, -27.6973419)
  871. Part39.Rotation = Vector3.new(-179.860001, 89.8499985, 0)
  872. Part39.Color = Color3.new(0.623529, 0.631373, 0.67451)
  873. Part39.Size = Vector3.new(0.390000045, 1, 4.2699995)
  874. Part39.Anchored = true
  875. Part39.BottomSurface = Enum.SurfaceType.Smooth
  876. Part39.BrickColor = BrickColor.new("Fossil")
  877. Part39.Material = Enum.Material.DiamondPlate
  878. Part39.TopSurface = Enum.SurfaceType.Smooth
  879. Part39.brickColor = BrickColor.new("Fossil")
  880. Weld40.Parent = Part39
  881. Weld40.C0 = CFrame.new(-2.65999985, 0.5, 2.59499955, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  882. Weld40.C1 = CFrame.new(-4.70825195, -0.490112305, -2.59836197, -0.00268302811, -0.999996901, 0, 0, 0, 1, -0.999996483, 0.00268296967, 0)
  883. Weld40.Part0 = Part45
  884. Weld40.Part1 = Part39
  885. Weld40.part1 = Part39
  886. Part41.Parent = Model37
  887. Part41.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)
  888. Part41.Orientation = Vector3.new(-0.140000001, -180, 180)
  889. Part41.Position = Vector3.new(-28.6955986, 717.538513, -29.6336212)
  890. Part41.Rotation = Vector3.new(-179.860001, 0, 0)
  891. Part41.Color = Color3.new(0.623529, 0.631373, 0.67451)
  892. Part41.Size = Vector3.new(0.390000045, 1, 4.2699995)
  893. Part41.Anchored = true
  894. Part41.BottomSurface = Enum.SurfaceType.Smooth
  895. Part41.BrickColor = BrickColor.new("Fossil")
  896. Part41.Material = Enum.Material.DiamondPlate
  897. Part41.TopSurface = Enum.SurfaceType.Smooth
  898. Part41.brickColor = BrickColor.new("Fossil")
  899. Weld42.Parent = Part41
  900. Weld42.C0 = CFrame.new(-2.65999985, 0.5, 2.59499955, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  901. Weld42.C1 = CFrame.new(-4.65501404, -0.5, 2.76499939, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  902. Weld42.Part0 = Part45
  903. Weld42.Part1 = Part41
  904. Weld42.part1 = Part41
  905. Part43.Parent = Model37
  906. Part43.CFrame = CFrame.new(-30.615654, 718.088989, -29.6618652, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901)
  907. Part43.Orientation = Vector3.new(-0.140000001, 180, 180)
  908. Part43.Position = Vector3.new(-30.615654, 718.088989, -29.6618652)
  909. Part43.Rotation = Vector3.new(-179.860001, 0, 0)
  910. Part43.Color = Color3.new(0.972549, 0.85098, 0.427451)
  911. Part43.Size = Vector3.new(0.430000156, 0.430000156, 0.430000156)
  912. Part43.Anchored = true
  913. Part43.BottomSurface = Enum.SurfaceType.Smooth
  914. Part43.BrickColor = BrickColor.new("Daisy orange")
  915. Part43.Material = Enum.Material.Neon
  916. Part43.TopSurface = Enum.SurfaceType.Smooth
  917. Part43.brickColor = BrickColor.new("Daisy orange")
  918. Part43.Shape = Enum.PartType.Ball
  919. Part44.Parent = Model37
  920. Part44.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)
  921. Part44.Orientation = Vector3.new(-0.140000001, -180, 180)
  922. Part44.Position = Vector3.new(-30.5606098, 719.538513, -29.758606)
  923. Part44.Rotation = Vector3.new(-179.860001, 0, 0)
  924. Part44.Color = Color3.new(0.623529, 0.631373, 0.67451)
  925. Part44.Size = Vector3.new(6.89999962, 1, 6.52999973)
  926. Part44.Anchored = true
  927. Part44.BottomSurface = Enum.SurfaceType.Smooth
  928. Part44.BrickColor = BrickColor.new("Fossil")
  929. Part44.Material = Enum.Material.DiamondPlate
  930. Part44.TopSurface = Enum.SurfaceType.Smooth
  931. Part44.brickColor = BrickColor.new("Fossil")
  932. Part45.Parent = Model37
  933. Part45.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)
  934. Part45.Orientation = Vector3.new(-0.140000001, -180, 180)
  935. Part45.Position = Vector3.new(-30.6906128, 718.538513, -29.8011169)
  936. Part45.Rotation = Vector3.new(-179.860001, 0, 0)
  937. Part45.Color = Color3.new(0.623529, 0.631373, 0.67451)
  938. Part45.Size = Vector3.new(5.31999969, 1, 5.1899991)
  939. Part45.Anchored = true
  940. Part45.BottomSurface = Enum.SurfaceType.Smooth
  941. Part45.BrickColor = BrickColor.new("Fossil")
  942. Part45.Material = Enum.Material.DiamondPlate
  943. Part45.TopSurface = Enum.SurfaceType.Smooth
  944. Part45.brickColor = BrickColor.new("Fossil")
  945. Weld46.Parent = Part45
  946. Weld46.C0 = CFrame.new(-3.44999981, 0.5, 3.26499987, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  947. Weld46.C1 = CFrame.new(-3.31999588, -0.5, 3.2250061, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  948. Weld46.Part0 = Part44
  949. Weld46.Part1 = Part45
  950. Weld46.part1 = Part45
  951. Model47.Name = "Fire"
  952. Model47.Parent = Model37
  953. Part48.Name = "Fire"
  954. Part48.Parent = Model47
  955. Part48.CFrame = CFrame.new(-30.6599541, 717.745361, -29.6231689, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0)
  956. Part48.Orientation = Vector3.new(0, -90, 179.860001)
  957. Part48.Position = Vector3.new(-30.6599541, 717.745361, -29.6231689)
  958. Part48.Rotation = Vector3.new(-179.860001, -90, 0)
  959. Part48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  960. Part48.Transparency = 1
  961. Part48.Size = Vector3.new(0.400000006, 0.200000003, 0.400000006)
  962. Part48.Anchored = true
  963. Part48.BottomSurface = Enum.SurfaceType.Smooth
  964. Part48.BrickColor = BrickColor.new("Really black")
  965. Part48.CanCollide = false
  966. Part48.Material = Enum.Material.SmoothPlastic
  967. Part48.TopSurface = Enum.SurfaceType.Smooth
  968. Part48.brickColor = BrickColor.new("Really black")
  969. Part48.FormFactor = Enum.FormFactor.Custom
  970. Part48.formFactor = Enum.FormFactor.Custom
  971. BlockMesh49.Parent = Part48
  972. ParticleEmitter50.Name = "FireParticle"
  973. ParticleEmitter50.Parent = Part48
  974. ParticleEmitter50.Speed = NumberRange.new(10, 10)
  975. ParticleEmitter50.Rotation = NumberRange.new(100000, 100000)
  976. ParticleEmitter50.Color = ColorSequence.new(Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0))
  977. ParticleEmitter50.LightEmission = 0.75
  978. ParticleEmitter50.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  979. ParticleEmitter50.Size = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0)
  980. ParticleEmitter50.Lifetime = NumberRange.new(0.60000002384186, 0.60000002384186)
  981. ParticleEmitter50.Rate = 300
  982. ParticleEmitter50.RotSpeed = NumberRange.new(1, 1)
  983. PointLight51.Parent = Part48
  984. PointLight51.Color = Color3.new(0.870588, 1, 0.0313726)
  985. Part52.Parent = Model37
  986. Part52.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)
  987. Part52.Orientation = Vector3.new(0, 90.1500015, -179.860001)
  988. Part52.Position = Vector3.new(-30.7499599, 717.561157, -31.5492096)
  989. Part52.Rotation = Vector3.new(-179.860001, 89.8499985, 0)
  990. Part52.Color = Color3.new(0.623529, 0.631373, 0.67451)
  991. Part52.Size = Vector3.new(0.390000045, 1, 4.2699995)
  992. Part52.Anchored = true
  993. Part52.BottomSurface = Enum.SurfaceType.Smooth
  994. Part52.BrickColor = BrickColor.new("Fossil")
  995. Part52.Material = Enum.Material.DiamondPlate
  996. Part52.TopSurface = Enum.SurfaceType.Smooth
  997. Part52.brickColor = BrickColor.new("Fossil")
  998. Weld53.Parent = Part52
  999. Weld53.C0 = CFrame.new(-2.65999985, 0.5, 2.59499955, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1000. Weld53.C1 = CFrame.new(-0.856338501, -0.481567383, -2.59835815, -0.00268564257, -1.00000548, 0, 0, 0, 1, -0.99999845, 0.00268452917, 0)
  1001. Weld53.Part0 = Part45
  1002. Weld53.Part1 = Part52
  1003. Weld53.part1 = Part52
  1004. Model54.Name = "Boost"
  1005. Model54.Parent = Model0
  1006. Part55.Parent = Model54
  1007. Part55.CFrame = CFrame.new(-32.8136902, 717.757202, 33.7348328, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901)
  1008. Part55.Orientation = Vector3.new(-0.140000001, 180, 180)
  1009. Part55.Position = Vector3.new(-32.8136902, 717.757202, 33.7348328)
  1010. Part55.Rotation = Vector3.new(-179.860001, 0, 0)
  1011. Part55.Color = Color3.new(0.623529, 0.631373, 0.67451)
  1012. Part55.Size = Vector3.new(0.390000045, 1, 4.2699995)
  1013. Part55.Anchored = true
  1014. Part55.BottomSurface = Enum.SurfaceType.Smooth
  1015. Part55.BrickColor = BrickColor.new("Fossil")
  1016. Part55.Material = Enum.Material.DiamondPlate
  1017. Part55.TopSurface = Enum.SurfaceType.Smooth
  1018. Part55.brickColor = BrickColor.new("Fossil")
  1019. Part56.Parent = Model54
  1020. Part56.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)
  1021. Part56.Orientation = Vector3.new(0, 90.1500015, -179.860001)
  1022. Part56.Position = Vector3.new(-30.7396088, 717.662537, 35.6704407)
  1023. Part56.Rotation = Vector3.new(-179.860001, 89.8499985, 0)
  1024. Part56.Color = Color3.new(0.623529, 0.631373, 0.67451)
  1025. Part56.Size = Vector3.new(0.390000045, 1, 4.2699995)
  1026. Part56.Anchored = true
  1027. Part56.BottomSurface = Enum.SurfaceType.Smooth
  1028. Part56.BrickColor = BrickColor.new("Fossil")
  1029. Part56.Material = Enum.Material.DiamondPlate
  1030. Part56.TopSurface = Enum.SurfaceType.Smooth
  1031. Part56.brickColor = BrickColor.new("Fossil")
  1032. Weld57.Parent = Part56
  1033. Weld57.C0 = CFrame.new(-2.65999985, 0.5, 2.59499955, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1034. Weld57.C1 = CFrame.new(-4.70825195, -0.490112305, -2.59836197, -0.00268302811, -0.999996901, 0, 0, 0, 1, -0.999996483, 0.00268296967, 0)
  1035. Weld57.Part0 = Part62
  1036. Weld57.Part1 = Part56
  1037. Weld57.part1 = Part56
  1038. Part58.Parent = Model54
  1039. Part58.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)
  1040. Part58.Orientation = Vector3.new(-0.140000001, -180, 180)
  1041. Part58.Position = Vector3.new(-28.6955795, 717.658142, 33.7341309)
  1042. Part58.Rotation = Vector3.new(-179.860001, 0, 0)
  1043. Part58.Color = Color3.new(0.623529, 0.631373, 0.67451)
  1044. Part58.Size = Vector3.new(0.390000045, 1, 4.2699995)
  1045. Part58.Anchored = true
  1046. Part58.BottomSurface = Enum.SurfaceType.Smooth
  1047. Part58.BrickColor = BrickColor.new("Fossil")
  1048. Part58.Material = Enum.Material.DiamondPlate
  1049. Part58.TopSurface = Enum.SurfaceType.Smooth
  1050. Part58.brickColor = BrickColor.new("Fossil")
  1051. Weld59.Parent = Part58
  1052. Weld59.C0 = CFrame.new(-2.65999985, 0.5, 2.59499955, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1053. Weld59.C1 = CFrame.new(-4.65501404, -0.5, 2.76499939, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1054. Weld59.Part0 = Part62
  1055. Weld59.Part1 = Part58
  1056. Weld59.part1 = Part58
  1057. Part60.Parent = Model54
  1058. Part60.CFrame = CFrame.new(-30.6156311, 718.210449, 33.7058411, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901)
  1059. Part60.Orientation = Vector3.new(-0.140000001, 180, 180)
  1060. Part60.Position = Vector3.new(-30.6156311, 718.210449, 33.7058411)
  1061. Part60.Rotation = Vector3.new(-179.860001, 0, 0)
  1062. Part60.Color = Color3.new(0.972549, 0.85098, 0.427451)
  1063. Part60.Size = Vector3.new(0.430000156, 0.430000156, 0.430000156)
  1064. Part60.Anchored = true
  1065. Part60.BottomSurface = Enum.SurfaceType.Smooth
  1066. Part60.BrickColor = BrickColor.new("Daisy orange")
  1067. Part60.Material = Enum.Material.Neon
  1068. Part60.TopSurface = Enum.SurfaceType.Smooth
  1069. Part60.brickColor = BrickColor.new("Daisy orange")
  1070. Part60.Shape = Enum.PartType.Ball
  1071. Part61.Parent = Model54
  1072. Part61.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)
  1073. Part61.Orientation = Vector3.new(-0.140000001, -180, 180)
  1074. Part61.Position = Vector3.new(-30.5605888, 719.658142, 33.6091614)
  1075. Part61.Rotation = Vector3.new(-179.860001, 0, 0)
  1076. Part61.Color = Color3.new(0.623529, 0.631373, 0.67451)
  1077. Part61.Size = Vector3.new(6.89999962, 1, 6.52999973)
  1078. Part61.Anchored = true
  1079. Part61.BottomSurface = Enum.SurfaceType.Smooth
  1080. Part61.BrickColor = BrickColor.new("Fossil")
  1081. Part61.Material = Enum.Material.DiamondPlate
  1082. Part61.TopSurface = Enum.SurfaceType.Smooth
  1083. Part61.brickColor = BrickColor.new("Fossil")
  1084. Part62.Parent = Model54
  1085. Part62.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)
  1086. Part62.Orientation = Vector3.new(-0.140000001, -180, 180)
  1087. Part62.Position = Vector3.new(-30.6905937, 718.658142, 33.5666504)
  1088. Part62.Rotation = Vector3.new(-179.860001, 0, 0)
  1089. Part62.Color = Color3.new(0.623529, 0.631373, 0.67451)
  1090. Part62.Size = Vector3.new(5.31999969, 1, 5.1899991)
  1091. Part62.Anchored = true
  1092. Part62.BottomSurface = Enum.SurfaceType.Smooth
  1093. Part62.BrickColor = BrickColor.new("Fossil")
  1094. Part62.Material = Enum.Material.DiamondPlate
  1095. Part62.TopSurface = Enum.SurfaceType.Smooth
  1096. Part62.brickColor = BrickColor.new("Fossil")
  1097. Weld63.Parent = Part62
  1098. Weld63.C0 = CFrame.new(-3.44999981, 0.5, 3.26499987, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1099. Weld63.C1 = CFrame.new(-3.31999588, -0.5, 3.2250061, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1100. Weld63.Part0 = Part61
  1101. Weld63.Part1 = Part62
  1102. Weld63.part1 = Part62
  1103. Model64.Name = "Fire"
  1104. Model64.Parent = Model54
  1105. Part65.Name = "Fire"
  1106. Part65.Parent = Model64
  1107. Part65.CFrame = CFrame.new(-30.6599312, 717.866577, 33.7445068, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0)
  1108. Part65.Orientation = Vector3.new(0, -90, 179.860001)
  1109. Part65.Position = Vector3.new(-30.6599312, 717.866577, 33.7445068)
  1110. Part65.Rotation = Vector3.new(-179.860001, -90, 0)
  1111. Part65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1112. Part65.Transparency = 1
  1113. Part65.Size = Vector3.new(0.400000006, 0.200000003, 0.400000006)
  1114. Part65.Anchored = true
  1115. Part65.BottomSurface = Enum.SurfaceType.Smooth
  1116. Part65.BrickColor = BrickColor.new("Really black")
  1117. Part65.CanCollide = false
  1118. Part65.Material = Enum.Material.SmoothPlastic
  1119. Part65.TopSurface = Enum.SurfaceType.Smooth
  1120. Part65.brickColor = BrickColor.new("Really black")
  1121. Part65.FormFactor = Enum.FormFactor.Custom
  1122. Part65.formFactor = Enum.FormFactor.Custom
  1123. BlockMesh66.Parent = Part65
  1124. ParticleEmitter67.Name = "FireParticle"
  1125. ParticleEmitter67.Parent = Part65
  1126. ParticleEmitter67.Speed = NumberRange.new(10, 10)
  1127. ParticleEmitter67.Rotation = NumberRange.new(100000, 100000)
  1128. ParticleEmitter67.Color = ColorSequence.new(Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0))
  1129. ParticleEmitter67.LightEmission = 0.75
  1130. ParticleEmitter67.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  1131. ParticleEmitter67.Size = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0)
  1132. ParticleEmitter67.Lifetime = NumberRange.new(0.60000002384186, 0.60000002384186)
  1133. ParticleEmitter67.Rate = 300
  1134. ParticleEmitter67.RotSpeed = NumberRange.new(1, 1)
  1135. PointLight68.Parent = Part65
  1136. PointLight68.Color = Color3.new(0.870588, 1, 0.0313726)
  1137. Part69.Parent = Model54
  1138. Part69.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)
  1139. Part69.Orientation = Vector3.new(0, 90.1500015, -179.860001)
  1140. Part69.Position = Vector3.new(-30.7499371, 717.682373, 31.8185711)
  1141. Part69.Rotation = Vector3.new(-179.860001, 89.8499985, 0)
  1142. Part69.Color = Color3.new(0.623529, 0.631373, 0.67451)
  1143. Part69.Size = Vector3.new(0.390000045, 1, 4.2699995)
  1144. Part69.Anchored = true
  1145. Part69.BottomSurface = Enum.SurfaceType.Smooth
  1146. Part69.BrickColor = BrickColor.new("Fossil")
  1147. Part69.Material = Enum.Material.DiamondPlate
  1148. Part69.TopSurface = Enum.SurfaceType.Smooth
  1149. Part69.brickColor = BrickColor.new("Fossil")
  1150. Weld70.Parent = Part69
  1151. Weld70.C0 = CFrame.new(-2.65999985, 0.5, 2.59499955, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1152. Weld70.C1 = CFrame.new(-0.856338501, -0.481567383, -2.59835815, -0.00268564257, -1.00000548, 0, 0, 0, 1, -0.99999845, 0.00268452917, 0)
  1153. Weld70.Part0 = Part62
  1154. Weld70.Part1 = Part69
  1155. Weld70.part1 = Part69
  1156. Model71.Name = "Controller"
  1157. Model71.Parent = Model0
  1158. Part72.Parent = Model71
  1159. Part72.CFrame = CFrame.new(-31.8268661, 724.887817, -3.0370791, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1160. Part72.Position = Vector3.new(-31.8268661, 724.887817, -3.0370791)
  1161. Part72.Color = Color3.new(0.623529, 0.631373, 0.67451)
  1162. Part72.Size = Vector3.new(4, 8.22999954, 13.5200005)
  1163. Part72.Anchored = true
  1164. Part72.BottomSurface = Enum.SurfaceType.Smooth
  1165. Part72.BrickColor = BrickColor.new("Fossil")
  1166. Part72.Material = Enum.Material.DiamondPlate
  1167. Part72.TopSurface = Enum.SurfaceType.Smooth
  1168. Part72.brickColor = BrickColor.new("Fossil")
  1169. Part73.Name = "Normal"
  1170. Part73.Parent = Model71
  1171. Part73.CFrame = CFrame.new(-29.7468662, 722.882813, -2.42747498, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  1172. Part73.Position = Vector3.new(-29.7468662, 722.882813, -2.42747498)
  1173. Part73.Color = Color3.new(0, 0, 1)
  1174. Part73.Size = Vector3.new(0.160000265, 1.48000002, 4.07000017)
  1175. Part73.Anchored = true
  1176. Part73.BottomSurface = Enum.SurfaceType.Smooth
  1177. Part73.BrickColor = BrickColor.new("Really blue")
  1178. Part73.TopSurface = Enum.SurfaceType.Smooth
  1179. Part73.brickColor = BrickColor.new("Really blue")
  1180. ClickDetector74.Parent = Part73
  1181. Script75.Parent = ClickDetector74
  1182. table.insert(cors,sandbox(Script75,function()
  1183. function onClick(click)
  1184. game.workspace.Gravity = 192.2
  1185. end
  1186.  
  1187. script.Parent.MouseClick:connect(onClick)
  1188. end))
  1189. SurfaceGui76.Parent = Part73
  1190. SurfaceGui76.LightInfluence = 1
  1191. SurfaceGui76.Face = Enum.NormalId.Right
  1192. SurfaceGui76.ClipsDescendants = true
  1193. SurfaceGui76.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1194. TextLabel77.Parent = SurfaceGui76
  1195. TextLabel77.Size = UDim2.new(0, 200, 0, 50)
  1196. TextLabel77.BackgroundColor = BrickColor.new("Institutional white")
  1197. TextLabel77.BackgroundColor3 = Color3.new(1, 1, 1)
  1198. TextLabel77.BackgroundTransparency = 1
  1199. TextLabel77.Font = Enum.Font.SciFi
  1200. TextLabel77.FontSize = Enum.FontSize.Size60
  1201. TextLabel77.Text = "Normal"
  1202. TextLabel77.TextColor = BrickColor.new("Really black")
  1203. TextLabel77.TextColor3 = Color3.new(0, 0, 0)
  1204. TextLabel77.TextSize = 50
  1205. Weld78.Parent = Part73
  1206. Weld78.C0 = CFrame.new(2, -4.11499977, 6.76000023, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1207. Weld78.C1 = CFrame.new(-0.0799999237, -2.109375, 6.15039063, 0, 0, 0.999999762, 0, 0.999999762, 0, -1, 0, 0)
  1208. Weld78.Part0 = Part72
  1209. Weld78.Part1 = Part73
  1210. Weld78.part1 = Part73
  1211. Part79.Name = "END"
  1212. Part79.Parent = Model71
  1213. Part79.CFrame = CFrame.new(-29.7468662, 727.901001, 1.37200904, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  1214. Part79.Position = Vector3.new(-29.7468662, 727.901001, 1.37200904)
  1215. Part79.Color = Color3.new(0.768627, 0.156863, 0.109804)
  1216. Part79.Size = Vector3.new(0.160000265, 1.48000002, 4.07000017)
  1217. Part79.Anchored = true
  1218. Part79.BottomSurface = Enum.SurfaceType.Smooth
  1219. Part79.BrickColor = BrickColor.new("Bright red")
  1220. Part79.TopSurface = Enum.SurfaceType.Smooth
  1221. Part79.brickColor = BrickColor.new("Bright red")
  1222. ClickDetector80.Parent = Part79
  1223. Script81.Parent = ClickDetector80
  1224. table.insert(cors,sandbox(Script81,function()
  1225. function onClick(click)
  1226. game.Workspace:ClearAllChildren()
  1227. end
  1228.  
  1229. script.Parent.MouseClick:connect(onClick)
  1230. end))
  1231. SurfaceGui82.Parent = Part79
  1232. SurfaceGui82.LightInfluence = 1
  1233. SurfaceGui82.Face = Enum.NormalId.Right
  1234. SurfaceGui82.ClipsDescendants = true
  1235. SurfaceGui82.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1236. TextLabel83.Parent = SurfaceGui82
  1237. TextLabel83.Size = UDim2.new(0, 200, 0, 50)
  1238. TextLabel83.BackgroundColor = BrickColor.new("Institutional white")
  1239. TextLabel83.BackgroundColor3 = Color3.new(1, 1, 1)
  1240. TextLabel83.BackgroundTransparency = 1
  1241. TextLabel83.Font = Enum.Font.SciFi
  1242. TextLabel83.FontSize = Enum.FontSize.Size60
  1243. TextLabel83.Text = "DELETE"
  1244. TextLabel83.TextColor = BrickColor.new("Really black")
  1245. TextLabel83.TextColor3 = Color3.new(0, 0, 0)
  1246. TextLabel83.TextSize = 50
  1247. Weld84.Parent = Part79
  1248. Weld84.C0 = CFrame.new(2, -4.11499977, 6.76000023, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1249. Weld84.C1 = CFrame.new(-0.0799999237, -7.12792969, 2.35090637, 0, 0, 0.999999762, 0, 0.999999762, 0, -1, 0, 0)
  1250. Weld84.Part0 = Part72
  1251. Weld84.Part1 = Part79
  1252. Weld84.part1 = Part79
  1253. Part85.Name = "night"
  1254. Part85.Parent = Model71
  1255. Part85.CFrame = CFrame.new(-29.7468662, 725.563721, -6.85208082, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  1256. Part85.Position = Vector3.new(-29.7468662, 725.563721, -6.85208082)
  1257. Part85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1258. Part85.Size = Vector3.new(0.160000265, 1.48000002, 4.07000017)
  1259. Part85.Anchored = true
  1260. Part85.BottomSurface = Enum.SurfaceType.Smooth
  1261. Part85.BrickColor = BrickColor.new("Really black")
  1262. Part85.TopSurface = Enum.SurfaceType.Smooth
  1263. Part85.brickColor = BrickColor.new("Really black")
  1264. ClickDetector86.Parent = Part85
  1265. Script87.Parent = ClickDetector86
  1266. table.insert(cors,sandbox(Script87,function()
  1267. function onClick(click)
  1268. game.Lighting.TimeOfDay="0:00:00"
  1269. end
  1270.  
  1271. script.Parent.MouseClick:connect(onClick)
  1272. end))
  1273. Weld88.Parent = Part85
  1274. Weld88.C0 = CFrame.new(2, -4.11499977, 6.76000023, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1275. Weld88.C1 = CFrame.new(-0.0799999237, -4.79003906, 10.5749969, 0, 0, 0.999999762, 0, 0.999999762, 0, -1, 0, 0)
  1276. Weld88.Part0 = Part72
  1277. Weld88.Part1 = Part85
  1278. Weld88.part1 = Part85
  1279. SurfaceGui89.Parent = Part85
  1280. SurfaceGui89.LightInfluence = 1
  1281. SurfaceGui89.Face = Enum.NormalId.Right
  1282. SurfaceGui89.ClipsDescendants = true
  1283. SurfaceGui89.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1284. TextLabel90.Parent = SurfaceGui89
  1285. TextLabel90.Size = UDim2.new(0, 200, 0, 50)
  1286. TextLabel90.BackgroundColor = BrickColor.new("Institutional white")
  1287. TextLabel90.BackgroundColor3 = Color3.new(1, 1, 1)
  1288. TextLabel90.BackgroundTransparency = 1
  1289. TextLabel90.Font = Enum.Font.SciFi
  1290. TextLabel90.FontSize = Enum.FontSize.Size60
  1291. TextLabel90.Text = "Night"
  1292. TextLabel90.TextColor = BrickColor.new("Institutional white")
  1293. TextLabel90.TextColor3 = Color3.new(1, 1, 1)
  1294. TextLabel90.TextSize = 50
  1295. TextLabel90.TextStrokeColor3 = Color3.new(1, 1, 1)
  1296. Part91.Name = "day"
  1297. Part91.Parent = Model71
  1298. Part91.CFrame = CFrame.new(-29.7468662, 722.907837, -6.85208082, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  1299. Part91.Position = Vector3.new(-29.7468662, 722.907837, -6.85208082)
  1300. Part91.Color = Color3.new(0, 0, 1)
  1301. Part91.Size = Vector3.new(0.160000265, 1.48000002, 4.07000017)
  1302. Part91.Anchored = true
  1303. Part91.BottomSurface = Enum.SurfaceType.Smooth
  1304. Part91.BrickColor = BrickColor.new("Really blue")
  1305. Part91.TopSurface = Enum.SurfaceType.Smooth
  1306. Part91.brickColor = BrickColor.new("Really blue")
  1307. ClickDetector92.Parent = Part91
  1308. Script93.Parent = ClickDetector92
  1309. table.insert(cors,sandbox(Script93,function()
  1310. function onClick(click)
  1311. game.Lighting.TimeOfDay="14:00:00"
  1312. end
  1313.  
  1314. script.Parent.MouseClick:connect(onClick)
  1315. end))
  1316. SurfaceGui94.Parent = Part91
  1317. SurfaceGui94.LightInfluence = 1
  1318. SurfaceGui94.Face = Enum.NormalId.Right
  1319. SurfaceGui94.ClipsDescendants = true
  1320. SurfaceGui94.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1321. TextLabel95.Parent = SurfaceGui94
  1322. TextLabel95.Size = UDim2.new(0, 200, 0, 50)
  1323. TextLabel95.BackgroundColor = BrickColor.new("Institutional white")
  1324. TextLabel95.BackgroundColor3 = Color3.new(1, 1, 1)
  1325. TextLabel95.BackgroundTransparency = 1
  1326. TextLabel95.Font = Enum.Font.SciFi
  1327. TextLabel95.FontSize = Enum.FontSize.Size60
  1328. TextLabel95.Text = "Day"
  1329. TextLabel95.TextColor = BrickColor.new("Really black")
  1330. TextLabel95.TextColor3 = Color3.new(0, 0, 0)
  1331. TextLabel95.TextSize = 50
  1332. Weld96.Parent = Part91
  1333. Weld96.C0 = CFrame.new(2, -4.11499977, 6.76000023, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1334. Weld96.C1 = CFrame.new(-0.0799999237, -2.13500977, 10.5749969, 0, 0, 0.999999762, 0, 0.999999762, 0, -1, 0, 0)
  1335. Weld96.Part0 = Part72
  1336. Weld96.Part1 = Part91
  1337. Weld96.part1 = Part91
  1338. Part97.Name = "lowgrav"
  1339. Part97.Parent = Model71
  1340. Part97.CFrame = CFrame.new(-29.7468662, 725.579529, -2.42161489, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  1341. Part97.Position = Vector3.new(-29.7468662, 725.579529, -2.42161489)
  1342. Part97.Color = Color3.new(0.34902, 0.133333, 0.34902)
  1343. Part97.Size = Vector3.new(0.160000265, 1.48000002, 4.07000017)
  1344. Part97.Anchored = true
  1345. Part97.BottomSurface = Enum.SurfaceType.Smooth
  1346. Part97.BrickColor = BrickColor.new("Mulberry")
  1347. Part97.TopSurface = Enum.SurfaceType.Smooth
  1348. Part97.brickColor = BrickColor.new("Mulberry")
  1349. ClickDetector98.Parent = Part97
  1350. Script99.Parent = ClickDetector98
  1351. table.insert(cors,sandbox(Script99,function()
  1352. function onClick(click)
  1353. game.workspace.Gravity = 50
  1354. end
  1355.  
  1356. script.Parent.MouseClick:connect(onClick)
  1357. end))
  1358. SurfaceGui100.Parent = Part97
  1359. SurfaceGui100.LightInfluence = 1
  1360. SurfaceGui100.Face = Enum.NormalId.Right
  1361. SurfaceGui100.ClipsDescendants = true
  1362. SurfaceGui100.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1363. TextLabel101.Parent = SurfaceGui100
  1364. TextLabel101.Size = UDim2.new(0, 200, 0, 50)
  1365. TextLabel101.BackgroundColor = BrickColor.new("Institutional white")
  1366. TextLabel101.BackgroundColor3 = Color3.new(1, 1, 1)
  1367. TextLabel101.BackgroundTransparency = 1
  1368. TextLabel101.Font = Enum.Font.SciFi
  1369. TextLabel101.FontSize = Enum.FontSize.Size48
  1370. TextLabel101.Text = "Low gravity"
  1371. TextLabel101.TextColor = BrickColor.new("Institutional white")
  1372. TextLabel101.TextColor3 = Color3.new(1, 1, 1)
  1373. TextLabel101.TextSize = 40
  1374. TextLabel101.TextStrokeColor3 = Color3.new(1, 1, 1)
  1375. Weld102.Parent = Part97
  1376. Weld102.C0 = CFrame.new(2, -4.11499977, 6.76000023, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1377. Weld102.C1 = CFrame.new(-0.0799999237, -4.80566406, 6.14453125, 0, 0, 0.999999762, 0, 0.999999762, 0, -1, 0, 0)
  1378. Weld102.Part0 = Part72
  1379. Weld102.Part1 = Part97
  1380. Weld102.part1 = Part97
  1381. Part103.Name = "Smoke"
  1382. Part103.Parent = Model71
  1383. Part103.CFrame = CFrame.new(-32.2019234, 722.923401, -10.4584198, 1, 0, 0, 0, 0.977159977, 0.212504998, 0, -0.212504998, 0.977159977)
  1384. Part103.Orientation = Vector3.new(-12.2700005, 0, 0)
  1385. Part103.Position = Vector3.new(-32.2019234, 722.923401, -10.4584198)
  1386. Part103.Rotation = Vector3.new(-12.2700005, 0, 0)
  1387. Part103.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1388. Part103.Transparency = 0.75
  1389. Part103.Size = Vector3.new(2, 2, 2)
  1390. Part103.Anchored = true
  1391. Part103.BottomSurface = Enum.SurfaceType.Smooth
  1392. Part103.BrickColor = BrickColor.new("Institutional white")
  1393. Part103.CanCollide = false
  1394. Part103.Material = Enum.Material.SmoothPlastic
  1395. Part103.TopSurface = Enum.SurfaceType.Smooth
  1396. Part103.brickColor = BrickColor.new("Institutional white")
  1397. ParticleEmitter104.Parent = Part103
  1398. ParticleEmitter104.Speed = NumberRange.new(1.25, 1.25)
  1399. ParticleEmitter104.Color = ColorSequence.new(Color3.new(0.470588, 0.470588, 0.470588),Color3.new(0, 0, 0))
  1400. ParticleEmitter104.LightInfluence = 1
  1401. ParticleEmitter104.Texture = "rbxassetid://2977044760"
  1402. ParticleEmitter104.Transparency = NumberSequence.new(0.5,1)
  1403. ParticleEmitter104.Size = NumberSequence.new(1,0)
  1404. ParticleEmitter104.Rate = 50
  1405. Part105.Name = "Spark"
  1406. Part105.Parent = Model71
  1407. Part105.CFrame = CFrame.new(-32.7702217, 723.572693, -11.1808004, 1, 0, 0, 0, 0.553301156, 0.832981288, 0, -0.832981288, 0.553301156)
  1408. Part105.Orientation = Vector3.new(-56.4099998, 0, 0)
  1409. Part105.Position = Vector3.new(-32.7702217, 723.572693, -11.1808004)
  1410. Part105.Rotation = Vector3.new(-56.4099998, 0, 0)
  1411. Part105.Transparency = 1
  1412. Part105.Size = Vector3.new(4, 1, 2)
  1413. Part105.Anchored = true
  1414. Part105.BottomSurface = Enum.SurfaceType.Smooth
  1415. Part105.Material = Enum.Material.SmoothPlastic
  1416. Part105.TopSurface = Enum.SurfaceType.Smooth
  1417. ParticleEmitter106.Parent = Part105
  1418. ParticleEmitter106.Color = ColorSequence.new(Color3.new(0.913725, 1, 0.345098),Color3.new(0.72549, 0, 0))
  1419. ParticleEmitter106.LightInfluence = 1
  1420. ParticleEmitter106.Size = NumberSequence.new(0.69999998807907,0.69999998807907)
  1421. ParticleEmitter106.Lifetime = NumberRange.new(0.30000001192093, 0.30000001192093)
  1422. ParticleEmitter106.Rate = 3
  1423. Part107.Name = "security"
  1424. Part107.Parent = Model71
  1425. Part107.CFrame = CFrame.new(-29.7468662, 727.869385, -3.54261804, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  1426. Part107.Position = Vector3.new(-29.7468662, 727.869385, -3.54261804)
  1427. Part107.Color = Color3.new(0, 1, 0)
  1428. Part107.Size = Vector3.new(0.160000265, 1.48000002, 4.07000017)
  1429. Part107.Anchored = true
  1430. Part107.BottomSurface = Enum.SurfaceType.Smooth
  1431. Part107.BrickColor = BrickColor.new("Lime green")
  1432. Part107.TopSurface = Enum.SurfaceType.Smooth
  1433. Part107.brickColor = BrickColor.new("Lime green")
  1434. ClickDetector108.Parent = Part107
  1435. Script109.Parent = ClickDetector108
  1436. table.insert(cors,sandbox(Script109,function()
  1437. function onClick(click)
  1438. game.Workspace.ff1.Transparency = 0.4
  1439. game.Workspace.ff1.CanCollide = true
  1440. game.Workspace.ff2.Transparency = 0.4
  1441. game.Workspace.ff2.CanCollide = true
  1442. game.Workspace.ff3.Transparency = 0.4
  1443. game.Workspace.ff3.CanCollide = true
  1444. game.Workspace.ff4.Transparency = 0.4
  1445. game.Workspace.ff4.CanCollide = true
  1446. game.Workspace.ff5.Transparency = 0.4
  1447. game.Workspace.ff5.CanCollide = true
  1448. game.Workspace.ff6.Transparency = 0.4
  1449. game.Workspace.ff6.CanCollide = true
  1450. end
  1451.  
  1452. script.Parent.MouseClick:connect(onClick)
  1453. end))
  1454. SurfaceGui110.Parent = Part107
  1455. SurfaceGui110.LightInfluence = 1
  1456. SurfaceGui110.Face = Enum.NormalId.Right
  1457. SurfaceGui110.ClipsDescendants = true
  1458. SurfaceGui110.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1459. TextLabel111.Parent = SurfaceGui110
  1460. TextLabel111.Size = UDim2.new(0, 200, 0, 50)
  1461. TextLabel111.BackgroundColor = BrickColor.new("Institutional white")
  1462. TextLabel111.BackgroundColor3 = Color3.new(1, 1, 1)
  1463. TextLabel111.BackgroundTransparency = 1
  1464. TextLabel111.Font = Enum.Font.SciFi
  1465. TextLabel111.FontSize = Enum.FontSize.Size60
  1466. TextLabel111.Text = "Shield"
  1467. TextLabel111.TextColor = BrickColor.new("Really black")
  1468. TextLabel111.TextColor3 = Color3.new(0, 0, 0)
  1469. TextLabel111.TextSize = 50
  1470. Weld112.Parent = Part107
  1471. Weld112.C0 = CFrame.new(2, -4.11499977, 6.76000023, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1472. Weld112.C1 = CFrame.new(-0.0799999237, -7.0949707, 7.26553345, 0, 0, 0.999999762, 0, 0.999999762, 0, -1, 0, 0)
  1473. Weld112.Part0 = Part72
  1474. Weld112.Part1 = Part107
  1475. Weld112.part1 = Part107
  1476. Part113.Name = "de security"
  1477. Part113.Parent = Model71
  1478. Part113.CFrame = CFrame.new(-29.7468662, 727.801941, -7.81773376, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1)
  1479. Part113.Position = Vector3.new(-29.7468662, 727.801941, -7.81773376)
  1480. Part113.Color = Color3.new(0.792157, 0.796078, 0.819608)
  1481. Part113.Size = Vector3.new(0.160000265, 1.48000002, 4.07000017)
  1482. Part113.Anchored = true
  1483. Part113.BottomSurface = Enum.SurfaceType.Smooth
  1484. Part113.BrickColor = BrickColor.new("Ghost grey")
  1485. Part113.TopSurface = Enum.SurfaceType.Smooth
  1486. Part113.brickColor = BrickColor.new("Ghost grey")
  1487. ClickDetector114.Parent = Part113
  1488. Script115.Parent = ClickDetector114
  1489. table.insert(cors,sandbox(Script115,function()
  1490. function onClick(click)
  1491. game.Workspace.ff1.Transparency = 1
  1492. game.Workspace.ff1.CanCollide = false
  1493. game.Workspace.ff2.Transparency = 1
  1494. game.Workspace.ff2.CanCollide = false
  1495. game.Workspace.ff3.Transparency = 1
  1496. game.Workspace.ff3.CanCollide = false
  1497. game.Workspace.ff4.Transparency = 1
  1498. game.Workspace.ff4.CanCollide = false
  1499. game.Workspace.ff5.Transparency = 1
  1500. game.Workspace.ff5.CanCollide = false
  1501. game.Workspace.ff6.Transparency = 1
  1502. game.Workspace.ff6.CanCollide = false
  1503. end
  1504.  
  1505. script.Parent.MouseClick:connect(onClick)
  1506. end))
  1507. SurfaceGui116.Parent = Part113
  1508. SurfaceGui116.LightInfluence = 1
  1509. SurfaceGui116.Face = Enum.NormalId.Right
  1510. SurfaceGui116.ClipsDescendants = true
  1511. SurfaceGui116.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1512. TextLabel117.Parent = SurfaceGui116
  1513. TextLabel117.Size = UDim2.new(0, 200, 0, 50)
  1514. TextLabel117.BackgroundColor = BrickColor.new("Institutional white")
  1515. TextLabel117.BackgroundColor3 = Color3.new(1, 1, 1)
  1516. TextLabel117.BackgroundTransparency = 1
  1517. TextLabel117.Font = Enum.Font.SciFi
  1518. TextLabel117.FontSize = Enum.FontSize.Size48
  1519. TextLabel117.Text = "Deactivate"
  1520. TextLabel117.TextColor = BrickColor.new("Really black")
  1521. TextLabel117.TextColor3 = Color3.new(0, 0, 0)
  1522. TextLabel117.TextSize = 45
  1523. Weld118.Parent = Part113
  1524. Weld118.C0 = CFrame.new(2, -4.11499977, 6.76000023, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1525. Weld118.C1 = CFrame.new(-0.0799999237, -7.02807617, 11.5406494, 0, 0, 0.999999762, 0, 0.999999762, 0, -1, 0, 0)
  1526. Weld118.Part0 = Part72
  1527. Weld118.Part1 = Part113
  1528. Weld118.part1 = Part113
  1529. Part119.Parent = Model71
  1530. Part119.CFrame = CFrame.new(-30.2870903, 723.184021, -10.4298096, 0.999999464, 0, 0, 0, 0.979034901, 0.203696504, 0, -0.203696638, 0.979034364)
  1531. Part119.Orientation = Vector3.new(-11.75, 0, 0)
  1532. Part119.Position = Vector3.new(-30.2870903, 723.184021, -10.4298096)
  1533. Part119.Rotation = Vector3.new(-11.75, 0, 0)
  1534. Part119.Size = Vector3.new(0.389999926, 2.78999925, 2)
  1535. Part119.Anchored = true
  1536. Part119.BottomSurface = Enum.SurfaceType.Smooth
  1537. Part119.Material = Enum.Material.DiamondPlate
  1538. Part119.TopSurface = Enum.SurfaceType.Smooth
  1539. Weld120.Parent = Part119
  1540. Weld120.C0 = CFrame.new(-1.54499984, 0.119999982, 1.01999986, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1541. Weld120.C1 = CFrame.new(-2.94344902, -1.3951416, 0.789459229, -1, 0, 0, 0, 5.96046448e-08, 1, 0, 1, -5.96046448e-08)
  1542. Weld120.Part0 = Part121
  1543. Weld120.Part1 = Part119
  1544. Weld120.part1 = Part119
  1545. Part121.Parent = Model71
  1546. Part121.CFrame = CFrame.new(-31.6855392, 721.653564, -10.3468924, 0.999999464, 0, 0, 0, 0.979034901, 0.203696564, 0, -0.203696698, 0.979034364)
  1547. Part121.Orientation = Vector3.new(-11.75, 0, 0)
  1548. Part121.Position = Vector3.new(-31.6855392, 721.653564, -10.3468924)
  1549. Part121.Rotation = Vector3.new(-11.75, 0, 0)
  1550. Part121.Size = Vector3.new(3.08999968, 0.239999965, 2.03999972)
  1551. Part121.Anchored = true
  1552. Part121.BottomSurface = Enum.SurfaceType.Smooth
  1553. Part121.Material = Enum.Material.DiamondPlate
  1554. Part121.TopSurface = Enum.SurfaceType.Smooth
  1555. Part122.Name = "Prop Jetpack"
  1556. Part122.Parent = Model71
  1557. Part122.CFrame = CFrame.new(-29.8370361, 721.887207, 4.33050489, 0.579434097, -0.458998263, 0.673481107, 0, 0.826337695, 0.563174903, -0.81501919, -0.326322675, 0.478808284)
  1558. Part122.Orientation = Vector3.new(-34.2799988, 54.5900002, 0)
  1559. Part122.Position = Vector3.new(-29.8370361, 721.887207, 4.33050489)
  1560. Part122.Rotation = Vector3.new(-49.6300011, 42.3400002, 38.3800011)
  1561. Part122.Size = Vector3.new(4, 1, 2)
  1562. Part122.Anchored = true
  1563. Part122.BottomSurface = Enum.SurfaceType.Smooth
  1564. Part122.Material = Enum.Material.DiamondPlate
  1565. Part122.TopSurface = Enum.SurfaceType.Smooth
  1566. SpecialMesh123.Parent = Part122
  1567. SpecialMesh123.MeshId = "http://www.roblox.com/asset/?id=30643517"
  1568. SpecialMesh123.TextureId = "http://www.roblox.com/asset/?id=30643565"
  1569. SpecialMesh123.MeshType = Enum.MeshType.FileMesh
  1570. Part124.Parent = Model71
  1571. Part124.CFrame = CFrame.new(-33.0442696, 723.069397, -10.6714163, 0.999999642, 0, 0, 0, 0.979036033, 0.203690901, 0, -0.203690991, 0.979035676)
  1572. Part124.Orientation = Vector3.new(-11.75, 0, 0)
  1573. Part124.Position = Vector3.new(-33.0442696, 723.069397, -10.6714163)
  1574. Part124.Rotation = Vector3.new(-11.75, 0, 0)
  1575. Part124.Size = Vector3.new(0.389999926, 3.09999895, 2)
  1576. Part124.Anchored = true
  1577. Part124.BottomSurface = Enum.SurfaceType.Smooth
  1578. Part124.Material = Enum.Material.DiamondPlate
  1579. Part124.TopSurface = Enum.SurfaceType.Smooth
  1580. Part125.Parent = Model71
  1581. Part125.CFrame = CFrame.new(-31.6704922, 723.028809, -9.31045437, 0.999999881, 0, 0, 0, 1.00000024, 2.07126141e-06, 0, -2.11596489e-06, 1.00000012)
  1582. Part125.Position = Vector3.new(-31.6704922, 723.028809, -9.31045437)
  1583. Part125.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1584. Part125.Size = Vector3.new(2.3599999, 3.10999942, 1.03000033)
  1585. Part125.Anchored = true
  1586. Part125.BottomSurface = Enum.SurfaceType.Smooth
  1587. Part125.BrickColor = BrickColor.new("Really black")
  1588. Part125.Material = Enum.Material.SmoothPlastic
  1589. Part125.TopSurface = Enum.SurfaceType.Smooth
  1590. Part125.brickColor = BrickColor.new("Really black")
  1591. Weld126.Parent = Part125
  1592. Weld126.C0 = CFrame.new(0.194999963, -1.54999948, 1, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1593. Weld126.C1 = CFrame.new(-1.17877769, -1.27307129, -0.0662078857, 0, 0, 0.999999762, -0.20368883, 0.979036212, 0, -0.979035974, -0.20368889, 0)
  1594. Weld126.Part0 = Part124
  1595. Weld126.Part1 = Part125
  1596. Weld126.part1 = Part125
  1597. Weld127.Parent = Part125
  1598. Weld127.C0 = CFrame.new(-0.194999963, -1.39499962, -1, -0, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, -0)
  1599. Weld127.C1 = CFrame.new(1.18840218, -1.41479492, -1.8142395, 0, 0, -0.999999642, 0.203694448, 0.979035079, 0, 0.979034722, -0.203694537, 0)
  1600. Weld127.Part0 = Part119
  1601. Weld127.Part1 = Part125
  1602. Weld127.part1 = Part125
  1603. Part128.Parent = Model71
  1604. Part128.CFrame = CFrame.new(-31.6622353, 724.662781, -10.7375183, 1, 0, 0, 0, 0.970142901, 0.242533967, 0, -0.242533967, 0.970142901)
  1605. Part128.Orientation = Vector3.new(-14.04, 0, 0)
  1606. Part128.Position = Vector3.new(-31.6622353, 724.662781, -10.7375183)
  1607. Part128.Rotation = Vector3.new(-14.04, 0, 0)
  1608. Part128.Size = Vector3.new(3.08999968, 0.239999965, 2.31999946)
  1609. Part128.Anchored = true
  1610. Part128.BottomSurface = Enum.SurfaceType.Smooth
  1611. Part128.Material = Enum.Material.DiamondPlate
  1612. Part128.TopSurface = Enum.SurfaceType.Smooth
  1613. Model129.Name = "Ietahuoy"
  1614. Model129.Parent = Model71
  1615. Model129.PrimaryPart = Part140
  1616. Part130.Name = "Head"
  1617. Part130.Parent = Model129
  1618. Part130.CFrame = CFrame.new(-31.2631836, 724.168213, -13.2323904, -0.994565129, -0.0525620058, 0.0898753926, 0, 0.863215327, 0.504835904, -0.104117014, 0.502092183, -0.858523786)
  1619. Part130.Orientation = Vector3.new(-30.3199997, 174.020004, 0)
  1620. Part130.Position = Vector3.new(-31.2631836, 724.168213, -13.2323904)
  1621. Part130.Rotation = Vector3.new(-149.539993, 5.15999985, 176.970001)
  1622. Part130.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1623. Part130.Size = Vector3.new(2, 1, 1)
  1624. Part130.Anchored = true
  1625. Part130.BrickColor = BrickColor.new("Dark stone grey")
  1626. Part130.TopSurface = Enum.SurfaceType.Smooth
  1627. Part130.brickColor = BrickColor.new("Dark stone grey")
  1628. Part130.FormFactor = Enum.FormFactor.Symmetric
  1629. Part130.formFactor = Enum.FormFactor.Symmetric
  1630. SpecialMesh131.Parent = Part130
  1631. SpecialMesh131.MeshId = "rbxasset://avatar/heads/headP.mesh"
  1632. SpecialMesh131.MeshType = Enum.MeshType.FileMesh
  1633. StringValue132.Name = "AvatarPartScaleType"
  1634. StringValue132.Parent = SpecialMesh131
  1635. StringValue132.Value = "Classic"
  1636. Vector3Value133.Name = "FaceCenterAttachment"
  1637. Vector3Value133.Parent = SpecialMesh131
  1638. Vector3Value134.Name = "FaceFrontAttachment"
  1639. Vector3Value134.Parent = SpecialMesh131
  1640. Vector3Value134.Value = Vector3.new(0, 0, -0.589999974)
  1641. Vector3Value135.Name = "HairAttachment"
  1642. Vector3Value135.Parent = SpecialMesh131
  1643. Vector3Value135.Value = Vector3.new(0, 0.589999974, -0)
  1644. Vector3Value136.Name = "HatAttachment"
  1645. Vector3Value136.Parent = SpecialMesh131
  1646. Vector3Value136.Value = Vector3.new(0, 0.589999974, -0)
  1647. Vector3Value137.Name = "NeckRigAttachment"
  1648. Vector3Value137.Parent = SpecialMesh131
  1649. Vector3Value137.Value = Vector3.new(0, -0.490999997, -0)
  1650. Decal138.Name = "faces-25"
  1651. Decal138.Parent = Part130
  1652. Decal138.Texture = "http://www.roblox.com/asset/?id=3092649878"
  1653. Decal139.Name = "faces-7"
  1654. Decal139.Parent = Part130
  1655. Decal139.Texture = "http://www.roblox.com/asset/?id=3090334536"
  1656. Part140.Name = "HumanoidRootPart"
  1657. Part140.Parent = Model129
  1658. Part140.CFrame = CFrame.new(-31.0471478, 723.968201, -15.2960663, -0.994565129, 0, 0.104117021, 0, 1, 0, -0.104117014, 0, -0.994565129)
  1659. Part140.Orientation = Vector3.new(0, 174.020004, 0)
  1660. Part140.Position = Vector3.new(-31.0471478, 723.968201, -15.2960663)
  1661. Part140.Rotation = Vector3.new(-180, 5.98000002, -180)
  1662. Part140.Transparency = 1
  1663. Part140.Size = Vector3.new(2, 2, 1)
  1664. Part140.Anchored = true
  1665. Part140.BottomSurface = Enum.SurfaceType.Smooth
  1666. Part140.CanCollide = false
  1667. Part140.LeftParamA = 0
  1668. Part140.LeftParamB = 0
  1669. Part140.RightParamA = 0
  1670. Part140.RightParamB = 0
  1671. Part140.TopSurface = Enum.SurfaceType.Smooth
  1672. Part140.FormFactor = Enum.FormFactor.Symmetric
  1673. Part140.formFactor = Enum.FormFactor.Symmetric
  1674. Part141.Name = "Left Arm"
  1675. Part141.Parent = Model129
  1676. Part141.CFrame = CFrame.new(-29.8187923, 723.566101, -12.6229095, -0.994565129, 0.103234738, -0.0135255298, 0, -0.129907042, -0.991526246, -0.104117014, -0.98613739, 0.12920098)
  1677. Part141.Orientation = Vector3.new(82.5400009, -5.98000002, 180)
  1678. Part141.Position = Vector3.new(-29.8187923, 723.566101, -12.6229095)
  1679. Part141.Rotation = Vector3.new(82.5800018, -0.769999981, -174.070007)
  1680. Part141.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1681. Part141.Size = Vector3.new(1, 2, 1)
  1682. Part141.Anchored = true
  1683. Part141.BrickColor = BrickColor.new("Dark stone grey")
  1684. Part141.CanCollide = false
  1685. Part141.brickColor = BrickColor.new("Dark stone grey")
  1686. Part141.FormFactor = Enum.FormFactor.Symmetric
  1687. Part141.formFactor = Enum.FormFactor.Symmetric
  1688. Part142.Name = "Left Leg"
  1689. Part142.Parent = Model129
  1690. Part142.CFrame = CFrame.new(-30.5498657, 721.968201, -15.2440023, -0.994564772, -0.0949361995, 0.0427561589, 0, 0.41064316, 0.911796212, -0.104119979, 0.906840324, -0.408411235)
  1691. Part142.Orientation = Vector3.new(-65.75, 174.020004, 0)
  1692. Part142.Position = Vector3.new(-30.5498657, 721.968201, -15.2440023)
  1693. Part142.Rotation = Vector3.new(-114.129997, 2.45000005, 174.550003)
  1694. Part142.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1695. Part142.Size = Vector3.new(1, 2, 1)
  1696. Part142.Anchored = true
  1697. Part142.BottomSurface = Enum.SurfaceType.Smooth
  1698. Part142.BrickColor = BrickColor.new("Dark stone grey")
  1699. Part142.CanCollide = false
  1700. Part142.brickColor = BrickColor.new("Dark stone grey")
  1701. Part142.FormFactor = Enum.FormFactor.Symmetric
  1702. Part142.formFactor = Enum.FormFactor.Symmetric
  1703. Part143.Name = "Right Arm"
  1704. Part143.Parent = Model129
  1705. Part143.CFrame = CFrame.new(-32.7418709, 723.13446, -13.5143118, -0.994565129, 0.0303802956, 0.0995860845, 0, 0.95648247, -0.291789949, -0.104117014, -0.290204108, -0.951283991)
  1706. Part143.Orientation = Vector3.new(16.9699993, 174.020004, 0)
  1707. Part143.Position = Vector3.new(-32.7418709, 723.13446, -13.5143118)
  1708. Part143.Rotation = Vector3.new(162.949997, 5.71999979, -178.25)
  1709. Part143.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1710. Part143.Size = Vector3.new(1, 2, 1)
  1711. Part143.Anchored = true
  1712. Part143.BrickColor = BrickColor.new("Dark stone grey")
  1713. Part143.CanCollide = false
  1714. Part143.brickColor = BrickColor.new("Dark stone grey")
  1715. Part143.FormFactor = Enum.FormFactor.Symmetric
  1716. Part143.formFactor = Enum.FormFactor.Symmetric
  1717. Part144.Name = "Right Leg"
  1718. Part144.Parent = Model129
  1719. Part144.CFrame = CFrame.new(-31.5452557, 721.368103, -15.3402395, -0.99456501, -0.104108877, 0.0013776893, 0, 0.0132319983, 0.9999125, -0.104117997, 0.994477868, -0.0131600825)
  1720. Part144.Orientation = Vector3.new(-89.2399979, 174.020004, 0)
  1721. Part144.Position = Vector3.new(-31.5452557, 721.368103, -15.3402395)
  1722. Part144.Rotation = Vector3.new(-90.75, 0.0799999982, 174.020004)
  1723. Part144.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1724. Part144.Size = Vector3.new(1, 2, 1)
  1725. Part144.Anchored = true
  1726. Part144.BottomSurface = Enum.SurfaceType.Smooth
  1727. Part144.BrickColor = BrickColor.new("Dark stone grey")
  1728. Part144.CanCollide = false
  1729. Part144.brickColor = BrickColor.new("Dark stone grey")
  1730. Part144.FormFactor = Enum.FormFactor.Symmetric
  1731. Part144.formFactor = Enum.FormFactor.Symmetric
  1732. Part145.Name = "Torso"
  1733. Part145.Parent = Model129
  1734. Part145.CFrame = CFrame.new(-31.1876755, 722.929993, -13.9536896, -0.994565129, -0.0335131101, 0.098575972, 0, 0.946780741, 0.321879327, -0.104117014, 0.320129901, -0.941635072)
  1735. Part145.Orientation = Vector3.new(-18.7800007, 174.020004, 0)
  1736. Part145.Position = Vector3.new(-31.1876755, 722.929993, -13.9536896)
  1737. Part145.Rotation = Vector3.new(-161.130005, 5.65999985, 178.070007)
  1738. Part145.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1739. Part145.Size = Vector3.new(2, 2, 1)
  1740. Part145.Anchored = true
  1741. Part145.BrickColor = BrickColor.new("Black")
  1742. Part145.LeftParamA = 0
  1743. Part145.LeftParamB = 0
  1744. Part145.LeftSurface = Enum.SurfaceType.Weld
  1745. Part145.RightParamA = 0
  1746. Part145.RightParamB = 0
  1747. Part145.RightSurface = Enum.SurfaceType.Weld
  1748. Part145.brickColor = BrickColor.new("Black")
  1749. Part145.FormFactor = Enum.FormFactor.Symmetric
  1750. Part145.formFactor = Enum.FormFactor.Symmetric
  1751. Decal146.Name = "roblox"
  1752. Decal146.Parent = Part145
  1753. Humanoid147.Parent = Model129
  1754. Humanoid147.LeftLeg = Part142
  1755. Humanoid147.RightLeg = Part144
  1756. Humanoid147.Torso = Part140
  1757. BodyColors148.Parent = Model129
  1758. BodyColors148.HeadColor = BrickColor.new("Dark stone grey")
  1759. BodyColors148.HeadColor3 = Color3.new(0.388235, 0.372549, 0.384314)
  1760. BodyColors148.LeftArmColor = BrickColor.new("Dark stone grey")
  1761. BodyColors148.LeftArmColor3 = Color3.new(0.388235, 0.372549, 0.384314)
  1762. BodyColors148.LeftLegColor = BrickColor.new("Dark stone grey")
  1763. BodyColors148.LeftLegColor3 = Color3.new(0.388235, 0.372549, 0.384314)
  1764. BodyColors148.RightArmColor = BrickColor.new("Dark stone grey")
  1765. BodyColors148.RightArmColor3 = Color3.new(0.388235, 0.372549, 0.384314)
  1766. BodyColors148.RightLegColor = BrickColor.new("Dark stone grey")
  1767. BodyColors148.RightLegColor3 = Color3.new(0.388235, 0.372549, 0.384314)
  1768. BodyColors148.TorsoColor = BrickColor.new("Black")
  1769. BodyColors148.TorsoColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1770. Part149.Name = "builder"
  1771. Part149.Parent = Model129
  1772. Part149.CFrame = CFrame.new(-31.1962299, 724.938965, -12.7131205, -0.988239229, 0.0682264268, -0.136851996, 0, 0.894948721, 0.446169198, 0.152916029, 0.440921932, -0.884423316)
  1773. Part149.Orientation = Vector3.new(-26.5, -171.199997, 0)
  1774. Part149.Position = Vector3.new(-31.1962299, 724.938965, -12.7131205)
  1775. Part149.Rotation = Vector3.new(-153.229996, -7.86999989, -176.050003)
  1776. Part149.Size = Vector3.new(3.29999971, 1, 2.21999979)
  1777. Part149.Anchored = true
  1778. SpecialMesh150.Parent = Part149
  1779. SpecialMesh150.MeshId = "rbxassetid://1073659"
  1780. SpecialMesh150.TextureId = "rbxassetid://112346870"
  1781. SpecialMesh150.MeshType = Enum.MeshType.FileMesh
  1782. Model151.Name = "Wrench"
  1783. Model151.Parent = Model129
  1784. WedgePart152.Name = "WedgePart"
  1785. WedgePart152.Parent = Model151
  1786. WedgePart152.CFrame = CFrame.new(-32.8483963, 722.523132, -12.2414398, 0.996666372, -0.0693188682, -0.0430252887, 0, -0.527360916, 0.849641323, -0.0815860331, -0.84680891, -0.525602877)
  1787. WedgePart152.Orientation = Vector3.new(-58.1699982, -175.320007, 180)
  1788. WedgePart152.Position = Vector3.new(-32.8483963, 722.523132, -12.2414398)
  1789. WedgePart152.Rotation = Vector3.new(-121.739998, -2.47000003, 3.98000002)
  1790. WedgePart152.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1791. WedgePart152.Size = Vector3.new(0.141821235, 0.283643305, 0.0500000007)
  1792. WedgePart152.Anchored = true
  1793. WedgePart152.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1794. WedgePart152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1795. WedgePart152.BrickColor = BrickColor.new("Dark stone grey")
  1796. WedgePart152.CanCollide = false
  1797. WedgePart152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1798. WedgePart152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1799. WedgePart152.Material = Enum.Material.Metal
  1800. WedgePart152.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1801. WedgePart152.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1802. WedgePart152.brickColor = BrickColor.new("Dark stone grey")
  1803. WedgePart152.FormFactor = Enum.FormFactor.Custom
  1804. WedgePart152.formFactor = Enum.FormFactor.Custom
  1805. SpecialMesh153.Parent = WedgePart152
  1806. SpecialMesh153.Scale = Vector3.new(1, 1, 0.945473671)
  1807. SpecialMesh153.MeshType = Enum.MeshType.Wedge
  1808. Part154.Parent = Model151
  1809. Part154.CFrame = CFrame.new(-32.8464661, 722.843018, -12.2179556, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  1810. Part154.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  1811. Part154.Position = Vector3.new(-32.8464661, 722.843018, -12.2179556)
  1812. Part154.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  1813. Part154.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1814. Part154.Size = Vector3.new(0.472737432, 0.189095542, 0.165457889)
  1815. Part154.Anchored = true
  1816. Part154.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1817. Part154.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1818. Part154.BrickColor = BrickColor.new("Dark stone grey")
  1819. Part154.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1820. Part154.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1821. Part154.Material = Enum.Material.Metal
  1822. Part154.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1823. Part154.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1824. Part154.brickColor = BrickColor.new("Dark stone grey")
  1825. Part154.FormFactor = Enum.FormFactor.Custom
  1826. Part154.formFactor = Enum.FormFactor.Custom
  1827. BlockMesh155.Parent = Part154
  1828. WedgePart156.Name = "WedgePart"
  1829. WedgePart156.Parent = Model151
  1830. WedgePart156.CFrame = CFrame.new(-32.9190826, 722.192871, -13.1048117, 0.996666372, -0.0693188682, -0.0430252887, 0, -0.527360916, 0.849641323, -0.0815860331, -0.84680891, -0.525602877)
  1831. WedgePart156.Orientation = Vector3.new(-58.1699982, -175.320007, 180)
  1832. WedgePart156.Position = Vector3.new(-32.9190826, 722.192871, -13.1048117)
  1833. WedgePart156.Rotation = Vector3.new(-121.739998, -2.47000003, 3.98000002)
  1834. WedgePart156.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1835. WedgePart156.Size = Vector3.new(0.141821235, 0.0500000007, 0.0500000007)
  1836. WedgePart156.Anchored = true
  1837. WedgePart156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1838. WedgePart156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1839. WedgePart156.BrickColor = BrickColor.new("Dark stone grey")
  1840. WedgePart156.CanCollide = false
  1841. WedgePart156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1842. WedgePart156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1843. WedgePart156.Material = Enum.Material.Metal
  1844. WedgePart156.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1845. WedgePart156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1846. WedgePart156.brickColor = BrickColor.new("Dark stone grey")
  1847. WedgePart156.FormFactor = Enum.FormFactor.Custom
  1848. WedgePart156.formFactor = Enum.FormFactor.Custom
  1849. SpecialMesh157.Parent = WedgePart156
  1850. SpecialMesh157.Scale = Vector3.new(1, 0.472738862, 0.472736865)
  1851. SpecialMesh157.MeshType = Enum.MeshType.Wedge
  1852. WedgePart158.Name = "WedgePart"
  1853. WedgePart158.Parent = Model151
  1854. WedgePart158.CFrame = CFrame.new(-32.7885361, 722.797546, -11.5097342, 0.996666372, 0.0430257134, -0.0693186074, 0, -0.849638164, -0.527366221, -0.0815860331, 0.525608122, -0.846805692)
  1855. WedgePart158.Orientation = Vector3.new(31.8299999, -175.320007, 180)
  1856. WedgePart158.Position = Vector3.new(-32.7885361, 722.797546, -11.5097342)
  1857. WedgePart158.Rotation = Vector3.new(148.089996, -3.97000003, -2.47000003)
  1858. WedgePart158.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1859. WedgePart158.Size = Vector3.new(0.165458098, 0.260006368, 0.118184231)
  1860. WedgePart158.Anchored = true
  1861. WedgePart158.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1862. WedgePart158.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1863. WedgePart158.BrickColor = BrickColor.new("Dark stone grey")
  1864. WedgePart158.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1865. WedgePart158.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1866. WedgePart158.Material = Enum.Material.Metal
  1867. WedgePart158.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1868. WedgePart158.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1869. WedgePart158.brickColor = BrickColor.new("Dark stone grey")
  1870. WedgePart158.FormFactor = Enum.FormFactor.Custom
  1871. WedgePart158.formFactor = Enum.FormFactor.Custom
  1872. Part159.Name = "Cylinder"
  1873. Part159.Parent = Model151
  1874. Part159.CFrame = CFrame.new(-32.8901329, 722.31665, -12.7515097, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  1875. Part159.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  1876. Part159.Position = Vector3.new(-32.8901329, 722.31665, -12.7515097)
  1877. Part159.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  1878. Part159.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1879. Part159.Size = Vector3.new(0.141821235, 0.425464958, 0.141821057)
  1880. Part159.Anchored = true
  1881. Part159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1882. Part159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1883. Part159.BrickColor = BrickColor.new("Dark stone grey")
  1884. Part159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1885. Part159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1886. Part159.Material = Enum.Material.Metal
  1887. Part159.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1888. Part159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1889. Part159.brickColor = BrickColor.new("Dark stone grey")
  1890. Part159.FormFactor = Enum.FormFactor.Custom
  1891. Part159.formFactor = Enum.FormFactor.Custom
  1892. CylinderMesh160.Parent = Part159
  1893. Part161.Parent = Model151
  1894. Part161.CFrame = CFrame.new(-32.809082, 723.114197, -11.7612925, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  1895. Part161.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  1896. Part161.Position = Vector3.new(-32.809082, 723.114197, -11.7612925)
  1897. Part161.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  1898. Part161.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1899. Part161.Size = Vector3.new(0.543648005, 0.212732479, 0.165457889)
  1900. Part161.Anchored = true
  1901. Part161.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1902. Part161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1903. Part161.BrickColor = BrickColor.new("Dark stone grey")
  1904. Part161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1905. Part161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1906. Part161.Material = Enum.Material.Metal
  1907. Part161.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1908. Part161.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1909. Part161.brickColor = BrickColor.new("Dark stone grey")
  1910. Part161.FormFactor = Enum.FormFactor.Custom
  1911. Part161.formFactor = Enum.FormFactor.Custom
  1912. BlockMesh162.Parent = Part161
  1913. Part163.Name = "Sphere"
  1914. Part163.Parent = Model151
  1915. Part163.CFrame = CFrame.new(-32.9809837, 721.959229, -13.8610678, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  1916. Part163.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  1917. Part163.Position = Vector3.new(-32.9809837, 721.959229, -13.8610678)
  1918. Part163.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  1919. Part163.Color = Color3.new(0.337255, 0.258824, 0.211765)
  1920. Part163.Size = Vector3.new(0.189094961, 0.189095542, 0.189094737)
  1921. Part163.Anchored = true
  1922. Part163.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1923. Part163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1924. Part163.BrickColor = BrickColor.new("Dirt brown")
  1925. Part163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1926. Part163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1927. Part163.Material = Enum.Material.Wood
  1928. Part163.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1929. Part163.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1930. Part163.brickColor = BrickColor.new("Dirt brown")
  1931. Part163.FormFactor = Enum.FormFactor.Custom
  1932. Part163.formFactor = Enum.FormFactor.Custom
  1933. SpecialMesh164.Parent = Part163
  1934. SpecialMesh164.MeshType = Enum.MeshType.Sphere
  1935. Part165.Name = "Cylinder"
  1936. Part165.Parent = Model151
  1937. Part165.CFrame = CFrame.new(-32.9081955, 722.179626, -12.9720917, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  1938. Part165.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  1939. Part165.Position = Vector3.new(-32.9081955, 722.179626, -12.9720917)
  1940. Part165.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  1941. Part165.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1942. Part165.Size = Vector3.new(0.189094961, 0.0945477709, 0.189094737)
  1943. Part165.Anchored = true
  1944. Part165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1945. Part165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1946. Part165.BrickColor = BrickColor.new("Dark stone grey")
  1947. Part165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1948. Part165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1949. Part165.Material = Enum.Material.DiamondPlate
  1950. Part165.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1951. Part165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1952. Part165.brickColor = BrickColor.new("Dark stone grey")
  1953. Part165.FormFactor = Enum.FormFactor.Custom
  1954. Part165.formFactor = Enum.FormFactor.Custom
  1955. CylinderMesh166.Parent = Part165
  1956. Part167.Name = "Cylinder"
  1957. Part167.Parent = Model151
  1958. Part167.CFrame = CFrame.new(-32.8721313, 722.453674, -12.5315857, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  1959. Part167.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  1960. Part167.Position = Vector3.new(-32.8721313, 722.453674, -12.5315857)
  1961. Part167.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  1962. Part167.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1963. Part167.Size = Vector3.new(0.189094961, 0.0945477709, 0.189094737)
  1964. Part167.Anchored = true
  1965. Part167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1966. Part167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1967. Part167.BrickColor = BrickColor.new("Dark stone grey")
  1968. Part167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1969. Part167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1970. Part167.Material = Enum.Material.Metal
  1971. Part167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1972. Part167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1973. Part167.brickColor = BrickColor.new("Dark stone grey")
  1974. Part167.FormFactor = Enum.FormFactor.Custom
  1975. Part167.formFactor = Enum.FormFactor.Custom
  1976. CylinderMesh168.Parent = Part167
  1977. Part169.Parent = Model151
  1978. Part169.CFrame = CFrame.new(-32.8721619, 722.633301, -12.5320282, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  1979. Part169.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  1980. Part169.Position = Vector3.new(-32.8721619, 722.633301, -12.5320282)
  1981. Part169.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  1982. Part169.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1983. Part169.Size = Vector3.new(0.543648005, 0.0945477709, 0.2127316)
  1984. Part169.Anchored = true
  1985. Part169.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1986. Part169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1987. Part169.BrickColor = BrickColor.new("Dark stone grey")
  1988. Part169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1989. Part169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1990. Part169.Material = Enum.Material.Metal
  1991. Part169.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1992. Part169.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1993. Part169.brickColor = BrickColor.new("Dark stone grey")
  1994. Part169.FormFactor = Enum.FormFactor.Custom
  1995. Part169.formFactor = Enum.FormFactor.Custom
  1996. BlockMesh170.Parent = Part169
  1997. Part171.Parent = Model151
  1998. Part171.CFrame = CFrame.new(-32.8550949, 722.610901, -12.3231659, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  1999. Part171.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  2000. Part171.Position = Vector3.new(-32.8550949, 722.610901, -12.3231659)
  2001. Part171.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  2002. Part171.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2003. Part171.Size = Vector3.new(0.189094961, 0.236369416, 0.141821057)
  2004. Part171.Anchored = true
  2005. Part171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2006. Part171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2007. Part171.BrickColor = BrickColor.new("Dark stone grey")
  2008. Part171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2009. Part171.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2010. Part171.Material = Enum.Material.Metal
  2011. Part171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2012. Part171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2013. Part171.brickColor = BrickColor.new("Dark stone grey")
  2014. Part171.FormFactor = Enum.FormFactor.Custom
  2015. Part171.formFactor = Enum.FormFactor.Custom
  2016. BlockMesh172.Parent = Part171
  2017. WedgePart173.Name = "WedgePart"
  2018. WedgePart173.Parent = Model151
  2019. WedgePart173.CFrame = CFrame.new(-32.8439369, 722.49231, -12.0419159, -0.996666372, 0.0430257134, 0.0693186074, 0, -0.849638164, 0.527366221, 0.0815860331, 0.525608122, 0.846805692)
  2020. WedgePart173.Orientation = Vector3.new(-31.8299999, 4.67999983, 180)
  2021. WedgePart173.Position = Vector3.new(-32.8439369, 722.49231, -12.0419159)
  2022. WedgePart173.Rotation = Vector3.new(-31.9099998, 3.97000003, -177.529999)
  2023. WedgePart173.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2024. WedgePart173.Size = Vector3.new(0.141821235, 0.307280242, 0.118184231)
  2025. WedgePart173.Anchored = true
  2026. WedgePart173.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2027. WedgePart173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2028. WedgePart173.BrickColor = BrickColor.new("Dark stone grey")
  2029. WedgePart173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. WedgePart173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. WedgePart173.Material = Enum.Material.Metal
  2032. WedgePart173.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2033. WedgePart173.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2034. WedgePart173.brickColor = BrickColor.new("Dark stone grey")
  2035. WedgePart173.FormFactor = Enum.FormFactor.Custom
  2036. WedgePart173.formFactor = Enum.FormFactor.Custom
  2037. Part174.Parent = Model151
  2038. Part174.CFrame = CFrame.new(-32.8256721, 722.543335, -11.9637604, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  2039. Part174.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  2040. Part174.Position = Vector3.new(-32.8256721, 722.543335, -11.9637604)
  2041. Part174.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  2042. Part174.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2043. Part174.Size = Vector3.new(0.307279348, 0.0709108263, 0.165457889)
  2044. Part174.Anchored = true
  2045. Part174.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2046. Part174.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2047. Part174.BrickColor = BrickColor.new("Dark stone grey")
  2048. Part174.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2049. Part174.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2050. Part174.Material = Enum.Material.Metal
  2051. Part174.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2052. Part174.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2053. Part174.brickColor = BrickColor.new("Dark stone grey")
  2054. Part174.FormFactor = Enum.FormFactor.Custom
  2055. Part174.formFactor = Enum.FormFactor.Custom
  2056. BlockMesh175.Parent = Part174
  2057. Part176.Parent = Model151
  2058. Part176.CFrame = CFrame.new(-32.7959671, 722.739502, -11.6005239, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  2059. Part176.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  2060. Part176.Position = Vector3.new(-32.7959671, 722.739502, -11.6005239)
  2061. Part176.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  2062. Part176.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2063. Part176.Size = Vector3.new(0.260005563, 0.0945477709, 0.165457889)
  2064. Part176.Anchored = true
  2065. Part176.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2066. Part176.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2067. Part176.BrickColor = BrickColor.new("Dark stone grey")
  2068. Part176.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2069. Part176.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2070. Part176.Material = Enum.Material.Metal
  2071. Part176.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2072. Part176.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2073. Part176.brickColor = BrickColor.new("Dark stone grey")
  2074. Part176.FormFactor = Enum.FormFactor.Custom
  2075. Part176.formFactor = Enum.FormFactor.Custom
  2076. BlockMesh177.Parent = Part176
  2077. Part178.Name = "Cylinder"
  2078. Part178.Parent = Model151
  2079. Part178.CFrame = CFrame.new(-32.9547729, 722.159241, -13.5407858, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  2080. Part178.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  2081. Part178.Position = Vector3.new(-32.9547729, 722.159241, -13.5407858)
  2082. Part178.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  2083. Part178.Color = Color3.new(0.337255, 0.258824, 0.211765)
  2084. Part178.Size = Vector3.new(0.189094961, 0.756382167, 0.189094737)
  2085. Part178.Anchored = true
  2086. Part178.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2087. Part178.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2088. Part178.BrickColor = BrickColor.new("Dirt brown")
  2089. Part178.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2090. Part178.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2091. Part178.Material = Enum.Material.Wood
  2092. Part178.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2093. Part178.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2094. Part178.brickColor = BrickColor.new("Dirt brown")
  2095. Part178.FormFactor = Enum.FormFactor.Custom
  2096. Part178.formFactor = Enum.FormFactor.Custom
  2097. CylinderMesh179.Parent = Part178
  2098. Part180.Name = "Cylinder"
  2099. Part180.Parent = Model151
  2100. Part180.CFrame = CFrame.new(-32.9131355, 722.141418, -13.0323324, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  2101. Part180.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  2102. Part180.Position = Vector3.new(-32.9131355, 722.141418, -13.0323324)
  2103. Part180.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  2104. Part180.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2105. Part180.Size = Vector3.new(0.141821235, 0.0500000007, 0.141821057)
  2106. Part180.Anchored = true
  2107. Part180.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2108. Part180.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2109. Part180.BrickColor = BrickColor.new("Dark stone grey")
  2110. Part180.CanCollide = false
  2111. Part180.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2112. Part180.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2113. Part180.Material = Enum.Material.Metal
  2114. Part180.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2115. Part180.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2116. Part180.brickColor = BrickColor.new("Dark stone grey")
  2117. Part180.FormFactor = Enum.FormFactor.Custom
  2118. Part180.formFactor = Enum.FormFactor.Custom
  2119. CylinderMesh181.Parent = Part180
  2120. CylinderMesh181.Scale = Vector3.new(1, 0.945477724, 1)
  2121. Part182.Parent = Model151
  2122. Part182.CFrame = CFrame.new(-32.9183998, 722.379517, -13.0958996, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  2123. Part182.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  2124. Part182.Position = Vector3.new(-32.9183998, 722.379517, -13.0958996)
  2125. Part182.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  2126. Part182.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2127. Part182.Size = Vector3.new(0.236368716, 0.0945477709, 0.141821057)
  2128. Part182.Anchored = true
  2129. Part182.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2130. Part182.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2131. Part182.BrickColor = BrickColor.new("Dark stone grey")
  2132. Part182.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2133. Part182.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2134. Part182.Material = Enum.Material.Metal
  2135. Part182.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2136. Part182.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2137. Part182.brickColor = BrickColor.new("Dark stone grey")
  2138. Part182.FormFactor = Enum.FormFactor.Custom
  2139. Part182.formFactor = Enum.FormFactor.Custom
  2140. BlockMesh183.Parent = Part182
  2141. Part184.Parent = Model151
  2142. Part184.CFrame = CFrame.new(-32.923542, 722.32605, -13.1595917, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  2143. Part184.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  2144. Part184.Position = Vector3.new(-32.923542, 722.32605, -13.1595917)
  2145. Part184.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  2146. Part184.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2147. Part184.Size = Vector3.new(0.260005563, 0.0709108263, 0.141821057)
  2148. Part184.Anchored = true
  2149. Part184.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2150. Part184.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2151. Part184.BrickColor = BrickColor.new("Dark stone grey")
  2152. Part184.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2153. Part184.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2154. Part184.Material = Enum.Material.Metal
  2155. Part184.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2156. Part184.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2157. Part184.brickColor = BrickColor.new("Dark stone grey")
  2158. Part184.FormFactor = Enum.FormFactor.Custom
  2159. Part184.formFactor = Enum.FormFactor.Custom
  2160. BlockMesh185.Parent = Part184
  2161. Part186.Parent = Model151
  2162. Part186.CFrame = CFrame.new(-32.86763, 722.76593, -12.4756622, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  2163. Part186.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  2164. Part186.Position = Vector3.new(-32.86763, 722.76593, -12.4756622)
  2165. Part186.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  2166. Part186.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2167. Part186.Size = Vector3.new(0.236368716, 1.37094259, 0.118184231)
  2168. Part186.Anchored = true
  2169. Part186.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2170. Part186.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2171. Part186.BrickColor = BrickColor.new("Dark stone grey")
  2172. Part186.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2173. Part186.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2174. Part186.Material = Enum.Material.Metal
  2175. Part186.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2176. Part186.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2177. Part186.brickColor = BrickColor.new("Dark stone grey")
  2178. Part186.FormFactor = Enum.FormFactor.Custom
  2179. Part186.formFactor = Enum.FormFactor.Custom
  2180. BlockMesh187.Parent = Part186
  2181. Part188.Name = "Cylinder"
  2182. Part188.Parent = Model151
  2183. Part188.CFrame = CFrame.new(-32.9790154, 721.918762, -13.8363638, 0.0693220124, -0.0429979376, -0.996667266, 0.527360141, 0.84964186, 2.48957713e-05, 0.846809208, -0.525604308, 0.0815742686)
  2184. Part188.Orientation = Vector3.new(0, -85.3199997, 31.8299999)
  2185. Part188.Position = Vector3.new(-32.9790154, 721.918762, -13.8363638)
  2186. Part188.Rotation = Vector3.new(-0.0199999996, -85.3199997, 31.8099995)
  2187. Part188.Color = Color3.new(0.337255, 0.258824, 0.211765)
  2188. Part188.Size = Vector3.new(0.189094961, 0.0945477709, 0.189094737)
  2189. Part188.Anchored = true
  2190. Part188.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2191. Part188.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2192. Part188.BrickColor = BrickColor.new("Dirt brown")
  2193. Part188.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2194. Part188.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2195. Part188.Material = Enum.Material.Wood
  2196. Part188.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2197. Part188.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2198. Part188.brickColor = BrickColor.new("Dirt brown")
  2199. Part188.FormFactor = Enum.FormFactor.Custom
  2200. Part188.formFactor = Enum.FormFactor.Custom
  2201. CylinderMesh189.Parent = Part188
  2202. Part190.Name = "Cylinder"
  2203. Part190.Parent = Model151
  2204. Part190.CFrame = CFrame.new(-32.950676, 722.078247, -13.4908743, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  2205. Part190.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  2206. Part190.Position = Vector3.new(-32.950676, 722.078247, -13.4908743)
  2207. Part190.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  2208. Part190.Color = Color3.new(0.337255, 0.258824, 0.211765)
  2209. Part190.Size = Vector3.new(0.189094961, 0.756382167, 0.189094737)
  2210. Part190.Anchored = true
  2211. Part190.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2212. Part190.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2213. Part190.BrickColor = BrickColor.new("Dirt brown")
  2214. Part190.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2215. Part190.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2216. Part190.Material = Enum.Material.Wood
  2217. Part190.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2218. Part190.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2219. Part190.brickColor = BrickColor.new("Dirt brown")
  2220. Part190.FormFactor = Enum.FormFactor.Custom
  2221. Part190.formFactor = Enum.FormFactor.Custom
  2222. CylinderMesh191.Parent = Part190
  2223. Part192.Parent = Model151
  2224. Part192.CFrame = CFrame.new(-32.9527893, 722.118652, -13.515914, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  2225. Part192.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  2226. Part192.Position = Vector3.new(-32.9527893, 722.118652, -13.515914)
  2227. Part192.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  2228. Part192.Color = Color3.new(0.337255, 0.258824, 0.211765)
  2229. Part192.Size = Vector3.new(0.0945474803, 0.756382167, 0.189094737)
  2230. Part192.Anchored = true
  2231. Part192.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2232. Part192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2233. Part192.BrickColor = BrickColor.new("Dirt brown")
  2234. Part192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2235. Part192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2236. Part192.Material = Enum.Material.Wood
  2237. Part192.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2238. Part192.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2239. Part192.brickColor = BrickColor.new("Dirt brown")
  2240. Part192.FormFactor = Enum.FormFactor.Custom
  2241. Part192.formFactor = Enum.FormFactor.Custom
  2242. BlockMesh193.Parent = Part192
  2243. Part194.Name = "Sphere"
  2244. Part194.Parent = Model151
  2245. Part194.CFrame = CFrame.new(-32.9769363, 721.878601, -13.8115845, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  2246. Part194.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  2247. Part194.Position = Vector3.new(-32.9769363, 721.878601, -13.8115845)
  2248. Part194.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  2249. Part194.Color = Color3.new(0.337255, 0.258824, 0.211765)
  2250. Part194.Size = Vector3.new(0.189094961, 0.189095542, 0.189094737)
  2251. Part194.Anchored = true
  2252. Part194.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2253. Part194.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2254. Part194.BrickColor = BrickColor.new("Dirt brown")
  2255. Part194.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2256. Part194.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2257. Part194.Material = Enum.Material.Wood
  2258. Part194.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2259. Part194.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2260. Part194.brickColor = BrickColor.new("Dirt brown")
  2261. Part194.FormFactor = Enum.FormFactor.Custom
  2262. Part194.formFactor = Enum.FormFactor.Custom
  2263. SpecialMesh195.Parent = Part194
  2264. SpecialMesh195.MeshType = Enum.MeshType.Sphere
  2265. Part196.Parent = Model151
  2266. Part196.CFrame = CFrame.new(-32.915184, 722.181641, -13.0569143, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569)
  2267. Part196.Orientation = Vector3.new(0, -85.3199997, -58.1699982)
  2268. Part196.Position = Vector3.new(-32.915184, 722.181641, -13.0569143)
  2269. Part196.Rotation = Vector3.new(-0.0199999996, -85.3199997, -58.1899986)
  2270. Part196.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2271. Part196.Size = Vector3.new(0.0945474803, 0.0500000007, 0.141821057)
  2272. Part196.Anchored = true
  2273. Part196.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2274. Part196.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2275. Part196.BrickColor = BrickColor.new("Dark stone grey")
  2276. Part196.CanCollide = false
  2277. Part196.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2278. Part196.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2279. Part196.Material = Enum.Material.Metal
  2280. Part196.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2281. Part196.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2282. Part196.brickColor = BrickColor.new("Dark stone grey")
  2283. Part196.FormFactor = Enum.FormFactor.Custom
  2284. Part196.formFactor = Enum.FormFactor.Custom
  2285. BlockMesh197.Parent = Part196
  2286. BlockMesh197.Scale = Vector3.new(1, 0.945477724, 1)
  2287. Model198.Name = "Fat cage"
  2288. Model198.Parent = Model0
  2289. Part199.Parent = Model198
  2290. Part199.CFrame = CFrame.new(34.482872, 733.223877, 16.3497295, 1.00000942, 0, 0, 0, 0.999999881, 0, 0, 0, 1.00000966)
  2291. Part199.Position = Vector3.new(34.482872, 733.223877, 16.3497295)
  2292. Part199.Size = Vector3.new(11.6799994, 1, 12.1300001)
  2293. Part199.Anchored = true
  2294. Part199.BottomSurface = Enum.SurfaceType.Smooth
  2295. Part199.TopSurface = Enum.SurfaceType.Smooth
  2296. Part200.Parent = Model198
  2297. Part200.CFrame = CFrame.new(34.3648453, 727.257629, 10.6807861, 0.00470699323, 0, 0.999988914, 0, 1, 0, -0.999988914, 0, 0.00470699323)
  2298. Part200.Orientation = Vector3.new(0, 89.7300034, 0)
  2299. Part200.Position = Vector3.new(34.3648453, 727.257629, 10.6807861)
  2300. Part200.Rotation = Vector3.new(0, 89.7300034, 0)
  2301. Part200.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  2302. Part200.Transparency = 0.5
  2303. Part200.Size = Vector3.new(0.819999039, 10.8999987, 11.4300003)
  2304. Part200.Anchored = true
  2305. Part200.BottomSurface = Enum.SurfaceType.Smooth
  2306. Part200.BrickColor = BrickColor.new("Cyan")
  2307. Part200.Material = Enum.Material.Glass
  2308. Part200.TopSurface = Enum.SurfaceType.Smooth
  2309. Part200.brickColor = BrickColor.new("Cyan")
  2310. Weld201.Parent = Part200
  2311. Weld201.C0 = CFrame.new(5.83999968, -0.5, 6.06500006, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2312. Weld201.C1 = CFrame.new(-11.7055969, 5.4675293, 6.01313019, 0.0047070398, -0.999998569, 0, 0, 0, -0.999999881, 0.999998331, 0.0047070412, 0)
  2313. Weld201.Part0 = Part199
  2314. Weld201.Part1 = Part200
  2315. Weld201.part1 = Part200
  2316. Part202.Name = "Front"
  2317. Part202.Parent = Model198
  2318. Part202.CFrame = CFrame.new(28.9758987, 727.313843, 16.3496056, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2319. Part202.Position = Vector3.new(28.9758987, 727.313843, 16.3496056)
  2320. Part202.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  2321. Part202.Transparency = 0.5
  2322. Part202.Size = Vector3.new(0.819999039, 10.8999987, 12.1300001)
  2323. Part202.Anchored = true
  2324. Part202.BottomSurface = Enum.SurfaceType.Smooth
  2325. Part202.BrickColor = BrickColor.new("Cyan")
  2326. Part202.Material = Enum.Material.Glass
  2327. Part202.TopSurface = Enum.SurfaceType.Smooth
  2328. Part202.brickColor = BrickColor.new("Cyan")
  2329. Sound203.Parent = Part202
  2330. Sound203.SoundId = "rbxassetid://513919776"
  2331. Sound203.Volume = 1
  2332. Script204.Parent = Part202
  2333. table.insert(cors,sandbox(Script204,function()
  2334. p = script.Parent.Sound
  2335. clicker = script.Parent.ClickDetector
  2336. function onClicked(mouse)
  2337. clicker.MaxActivationDistance = 0 --Only delete if you delete the same thing below
  2338. p:play()
  2339. wait(.5)
  2340. clicker.MaxActivationDistance = 32 --Only delete if you delete the same thing that is above
  2341. end
  2342. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2343. --by devjin1
  2344. --Change the size and color of the brick if you want, don't bother changing anything in the script, it is perfectly fine
  2345. end))
  2346. ClickDetector205.Parent = Part202
  2347. Part206.Parent = Model198
  2348. Part206.CFrame = CFrame.new(34.3114929, 727.264465, 22.0121765, 0.00470698392, 0, 0.999988914, 0, 1, 0, -0.999988914, 0, 0.00470698392)
  2349. Part206.Orientation = Vector3.new(0, 89.7300034, 0)
  2350. Part206.Position = Vector3.new(34.3114929, 727.264465, 22.0121765)
  2351. Part206.Rotation = Vector3.new(0, 89.7300034, 0)
  2352. Part206.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  2353. Part206.Transparency = 0.5
  2354. Part206.Size = Vector3.new(0.819999039, 10.8999987, 11.4300003)
  2355. Part206.Anchored = true
  2356. Part206.BottomSurface = Enum.SurfaceType.Smooth
  2357. Part206.BrickColor = BrickColor.new("Cyan")
  2358. Part206.Material = Enum.Material.Glass
  2359. Part206.TopSurface = Enum.SurfaceType.Smooth
  2360. Part206.brickColor = BrickColor.new("Cyan")
  2361. Weld207.Parent = Part206
  2362. Weld207.C0 = CFrame.new(5.83999968, -0.5, 6.06500006, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2363. Weld207.C1 = CFrame.new(-0.374298096, 5.45983887, 6.01314545, 0.00470703049, -0.999998569, 0, 0, 0, -0.999999881, 0.999998331, 0.00470703188, 0)
  2364. Weld207.Part0 = Part199
  2365. Weld207.Part1 = Part206
  2366. Weld207.part1 = Part206
  2367. Part208.Parent = Model198
  2368. Part208.CFrame = CFrame.new(40.0011368, 727.323059, 16.3491516, 1.00000942, 0, 0, 0, 0.999999881, 0, 0, 0, 1.00000966)
  2369. Part208.Position = Vector3.new(40.0011368, 727.323059, 16.3491516)
  2370. Part208.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  2371. Part208.Transparency = 0.5
  2372. Part208.Size = Vector3.new(0.819999039, 10.7699995, 12.1300001)
  2373. Part208.Anchored = true
  2374. Part208.BottomSurface = Enum.SurfaceType.Smooth
  2375. Part208.BrickColor = BrickColor.new("Cyan")
  2376. Part208.Material = Enum.Material.Glass
  2377. Part208.TopSurface = Enum.SurfaceType.Smooth
  2378. Part208.brickColor = BrickColor.new("Cyan")
  2379. Weld209.Parent = Part208
  2380. Weld209.C0 = CFrame.new(5.83999968, -0.5, 6.06500006, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2381. Weld209.C1 = CFrame.new(0.321784973, 5.40075684, 6.06558228, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2382. Weld209.Part0 = Part199
  2383. Weld209.Part1 = Part208
  2384. Weld209.part1 = Part208
  2385. Part210.Parent = Model198
  2386. Part210.CFrame = CFrame.new(34.4830322, 721.408081, 16.3493042, 1.00000215, 0, 0, 0, 1, 0, 0, 0, 1.00000215)
  2387. Part210.Position = Vector3.new(34.4830322, 721.408081, 16.3493042)
  2388. Part210.Size = Vector3.new(11.6799994, 1, 12.1300001)
  2389. Part210.Anchored = true
  2390. Part210.BottomSurface = Enum.SurfaceType.Smooth
  2391. Part210.TopSurface = Enum.SurfaceType.Smooth
  2392. Model211.Name = "NomSodsutart"
  2393. Model211.Parent = Model0
  2394. Model211.PrimaryPart = Part215
  2395. Part212.Name = "Head"
  2396. Part212.Parent = Model211
  2397. Part212.CFrame = CFrame.new(-17.0416622, 725.291016, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2398. Part212.Orientation = Vector3.new(0, 180, 0)
  2399. Part212.Position = Vector3.new(-17.0416622, 725.291016, 22.4839172)
  2400. Part212.Rotation = Vector3.new(-180, 0, -180)
  2401. Part212.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2402. Part212.Size = Vector3.new(2, 1, 1)
  2403. Part212.Anchored = true
  2404. Part212.BrickColor = BrickColor.new("Institutional white")
  2405. Part212.TopSurface = Enum.SurfaceType.Smooth
  2406. Part212.brickColor = BrickColor.new("Institutional white")
  2407. Part212.FormFactor = Enum.FormFactor.Symmetric
  2408. Part212.formFactor = Enum.FormFactor.Symmetric
  2409. SpecialMesh213.Parent = Part212
  2410. SpecialMesh213.Scale = Vector3.new(1.25, 1.25, 1.25)
  2411. Decal214.Name = "faces-23"
  2412. Decal214.Parent = Part212
  2413. Decal214.Texture = "http://www.roblox.com/asset/?id=3092649554"
  2414. Part215.Name = "HumanoidRootPart"
  2415. Part215.Parent = Model211
  2416. Part215.CFrame = CFrame.new(-17.0416622, 723.789917, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2417. Part215.Orientation = Vector3.new(0, 180, 0)
  2418. Part215.Position = Vector3.new(-17.0416622, 723.789917, 22.4839172)
  2419. Part215.Rotation = Vector3.new(-180, 0, -180)
  2420. Part215.Transparency = 1
  2421. Part215.Size = Vector3.new(2, 2, 1)
  2422. Part215.Anchored = true
  2423. Part215.BottomSurface = Enum.SurfaceType.Smooth
  2424. Part215.CanCollide = false
  2425. Part215.LeftParamA = 0
  2426. Part215.LeftParamB = 0
  2427. Part215.RightParamA = 0
  2428. Part215.RightParamB = 0
  2429. Part215.TopSurface = Enum.SurfaceType.Smooth
  2430. Part215.FormFactor = Enum.FormFactor.Symmetric
  2431. Part215.formFactor = Enum.FormFactor.Symmetric
  2432. Motor6D216.Name = "RootJoint"
  2433. Motor6D216.Parent = Part215
  2434. Motor6D216.MaxVelocity = 0.10000000149012
  2435. Motor6D216.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  2436. Motor6D216.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  2437. Motor6D216.Part0 = Part215
  2438. Motor6D216.Part1 = Part221
  2439. Motor6D216.part1 = Part221
  2440. Part217.Name = "Left Arm"
  2441. Part217.Parent = Model211
  2442. Part217.CFrame = CFrame.new(-16.714798, 723.998901, 23.2197266, 0.0764440373, 0.97055912, -0.228410617, 0.0740220398, -0.233973026, -0.969421208, -0.994322479, 0.057199046, -0.0897286013)
  2443. Part217.Orientation = Vector3.new(75.7900009, -111.449997, 162.440002)
  2444. Part217.Position = Vector3.new(-16.714798, 723.998901, 23.2197266)
  2445. Part217.Rotation = Vector3.new(95.2900009, -13.1999998, -85.5)
  2446. Part217.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2447. Part217.Size = Vector3.new(1, 2, 1)
  2448. Part217.Anchored = true
  2449. Part217.BrickColor = BrickColor.new("Institutional white")
  2450. Part217.CanCollide = false
  2451. Part217.brickColor = BrickColor.new("Institutional white")
  2452. Part217.FormFactor = Enum.FormFactor.Symmetric
  2453. Part217.formFactor = Enum.FormFactor.Symmetric
  2454. Part218.Name = "Left Leg"
  2455. Part218.Parent = Model211
  2456. Part218.CFrame = CFrame.new(-16.5416622, 721.789917, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2457. Part218.Orientation = Vector3.new(0, 180, 0)
  2458. Part218.Position = Vector3.new(-16.5416622, 721.789917, 22.4839172)
  2459. Part218.Rotation = Vector3.new(-180, 0, -180)
  2460. Part218.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2461. Part218.Size = Vector3.new(1, 2, 1)
  2462. Part218.Anchored = true
  2463. Part218.BottomSurface = Enum.SurfaceType.Smooth
  2464. Part218.BrickColor = BrickColor.new("Institutional white")
  2465. Part218.CanCollide = false
  2466. Part218.brickColor = BrickColor.new("Institutional white")
  2467. Part218.FormFactor = Enum.FormFactor.Symmetric
  2468. Part218.formFactor = Enum.FormFactor.Symmetric
  2469. Part219.Name = "Right Arm"
  2470. Part219.Parent = Model211
  2471. Part219.CFrame = CFrame.new(-17.2243423, 723.873291, 23.2459717, 0.175047949, -0.984559774, -0.000480864575, 0.107160978, 0.0195379797, -0.994049728, 0.978710771, 0.173954815, 0.108926475)
  2472. Part219.Orientation = Vector3.new(83.75, -0.25, 79.6699982)
  2473. Part219.Position = Vector3.new(-17.2243423, 723.873291, 23.2459717)
  2474. Part219.Rotation = Vector3.new(83.75, -0.0299999993, 79.9199982)
  2475. Part219.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2476. Part219.Size = Vector3.new(1, 2, 1)
  2477. Part219.Anchored = true
  2478. Part219.BrickColor = BrickColor.new("Institutional white")
  2479. Part219.CanCollide = false
  2480. Part219.brickColor = BrickColor.new("Institutional white")
  2481. Part219.FormFactor = Enum.FormFactor.Symmetric
  2482. Part219.formFactor = Enum.FormFactor.Symmetric
  2483. Part220.Name = "Right Leg"
  2484. Part220.Parent = Model211
  2485. Part220.CFrame = CFrame.new(-17.5416622, 721.789917, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2486. Part220.Orientation = Vector3.new(0, 180, 0)
  2487. Part220.Position = Vector3.new(-17.5416622, 721.789917, 22.4839172)
  2488. Part220.Rotation = Vector3.new(-180, 0, -180)
  2489. Part220.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2490. Part220.Size = Vector3.new(1, 2, 1)
  2491. Part220.Anchored = true
  2492. Part220.BottomSurface = Enum.SurfaceType.Smooth
  2493. Part220.BrickColor = BrickColor.new("Institutional white")
  2494. Part220.CanCollide = false
  2495. Part220.brickColor = BrickColor.new("Institutional white")
  2496. Part220.FormFactor = Enum.FormFactor.Symmetric
  2497. Part220.formFactor = Enum.FormFactor.Symmetric
  2498. Part221.Name = "Torso"
  2499. Part221.Parent = Model211
  2500. Part221.CFrame = CFrame.new(-17.0416622, 723.789917, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2501. Part221.Orientation = Vector3.new(0, 180, 0)
  2502. Part221.Position = Vector3.new(-17.0416622, 723.789917, 22.4839172)
  2503. Part221.Rotation = Vector3.new(-180, 0, -180)
  2504. Part221.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2505. Part221.Size = Vector3.new(2, 2, 1)
  2506. Part221.Anchored = true
  2507. Part221.BrickColor = BrickColor.new("Institutional white")
  2508. Part221.LeftParamA = 0
  2509. Part221.LeftParamB = 0
  2510. Part221.LeftSurface = Enum.SurfaceType.Weld
  2511. Part221.RightParamA = 0
  2512. Part221.RightParamB = 0
  2513. Part221.RightSurface = Enum.SurfaceType.Weld
  2514. Part221.brickColor = BrickColor.new("Institutional white")
  2515. Part221.FormFactor = Enum.FormFactor.Symmetric
  2516. Part221.formFactor = Enum.FormFactor.Symmetric
  2517. Decal222.Name = "roblox"
  2518. Decal222.Parent = Part221
  2519. Motor6D223.Name = "Right Hip"
  2520. Motor6D223.Parent = Part221
  2521. Motor6D223.MaxVelocity = 0.10000000149012
  2522. Motor6D223.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  2523. Motor6D223.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  2524. Motor6D223.Part0 = Part221
  2525. Motor6D223.Part1 = Part220
  2526. Motor6D223.part1 = Part220
  2527. Motor6D224.Name = "Neck"
  2528. Motor6D224.Parent = Part221
  2529. Motor6D224.MaxVelocity = 0.10000000149012
  2530. Motor6D224.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  2531. Motor6D224.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  2532. Motor6D224.Part0 = Part221
  2533. Motor6D224.Part1 = Part212
  2534. Motor6D224.part1 = Part212
  2535. Motor6D225.Name = "Left Hip"
  2536. Motor6D225.Parent = Part221
  2537. Motor6D225.MaxVelocity = 0.10000000149012
  2538. Motor6D225.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2539. Motor6D225.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2540. Motor6D225.Part0 = Part221
  2541. Motor6D225.Part1 = Part218
  2542. Motor6D225.part1 = Part218
  2543. Humanoid226.Parent = Model211
  2544. Humanoid226.LeftLeg = Part218
  2545. Humanoid226.RightLeg = Part220
  2546. Humanoid226.Torso = Part215
  2547. Accessory227.Name = "Pal Hair"
  2548. Accessory227.Parent = Model211
  2549. Accessory227.AttachmentPoint = CFrame.new(0, 0.25, 0.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2550. Accessory227.AttachmentPos = Vector3.new(0, 0.25, 0.25)
  2551. Part228.Name = "Handle"
  2552. Part228.Parent = Accessory227
  2553. Part228.CFrame = CFrame.new(-17.0416622, 725.540405, 22.7336426, -1, 7.87137555e-09, 0, 7.87137555e-09, 1, 4.1444221e-16, 3.26223034e-24, 4.1444221e-16, -1)
  2554. Part228.Orientation = Vector3.new(0, 180, 0)
  2555. Part228.Position = Vector3.new(-17.0416622, 725.540405, 22.7336426)
  2556. Part228.Rotation = Vector3.new(-180, 0, -180)
  2557. Part228.Size = Vector3.new(1, 1, 2)
  2558. Part228.Anchored = true
  2559. Part228.BottomSurface = Enum.SurfaceType.Smooth
  2560. Part228.CanCollide = false
  2561. Part228.Locked = true
  2562. Part228.TopSurface = Enum.SurfaceType.Smooth
  2563. Part228.FormFactor = Enum.FormFactor.Symmetric
  2564. Part228.formFactor = Enum.FormFactor.Symmetric
  2565. SpecialMesh229.Parent = Part228
  2566. SpecialMesh229.MeshId = "http://www.roblox.com/asset/?id=83293901"
  2567. SpecialMesh229.Scale = Vector3.new(1, 1.04999995, 1)
  2568. SpecialMesh229.VertexColor = Vector3.new(1.20000005, 1.39999998, 1.39999998)
  2569. SpecialMesh229.TextureId = "http://www.roblox.com/asset/?id=83284747"
  2570. SpecialMesh229.MeshType = Enum.MeshType.FileMesh
  2571. Weld230.Name = "AccessoryWeld"
  2572. Weld230.Parent = Part228
  2573. Weld230.C0 = CFrame.new(8.65748007e-09, 0.349999905, 0.249727756, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  2574. Weld230.C1 = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2575. Weld230.Part0 = Part228
  2576. Weld230.Part1 = Part212
  2577. Weld230.part1 = Part212
  2578. Camera231.Name = "ThumbnailCamera"
  2579. Camera231.Parent = Accessory227
  2580. Camera231.CFrame = CFrame.new(0.132898062, 0.573518693, -2.77396846, 0.979403973, -0.0437641926, 0.197110891, 3.72529074e-09, 0.976227224, 0.216749996, -0.201910913, -0.212285802, 0.95612067)
  2581. Camera231.CoordinateFrame = CFrame.new(0.132898062, 0.573518693, -2.77396846, 0.979403973, -0.0437641926, 0.197110891, 3.72529074e-09, 0.976227224, 0.216749996, -0.201910913, -0.212285802, 0.95612067)
  2582. Camera231.Focus = CFrame.new(-0.345763743, 0.0471654981, -5.09580088, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2583. Camera231.focus = CFrame.new(-0.345763743, 0.0471654981, -5.09580088, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2584. Accessory232.Name = "Bandana"
  2585. Accessory232.Parent = Model211
  2586. Accessory232.AttachmentPoint = CFrame.new(0, 0.800000012, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2587. Accessory232.AttachmentPos = Vector3.new(0, 0.800000012, 0)
  2588. Part233.Name = "Handle"
  2589. Part233.Parent = Accessory232
  2590. Part233.CFrame = CFrame.new(-17.0416622, 724.989929, 22.4836426, -1, 7.87137555e-09, 0, 7.87137555e-09, 1, 4.1444221e-16, 3.26223034e-24, 4.1444221e-16, -1)
  2591. Part233.Orientation = Vector3.new(0, 180, 0)
  2592. Part233.Position = Vector3.new(-17.0416622, 724.989929, 22.4836426)
  2593. Part233.Rotation = Vector3.new(-180, 0, -180)
  2594. Part233.Size = Vector3.new(1, 1, 1)
  2595. Part233.Anchored = true
  2596. Part233.BottomSurface = Enum.SurfaceType.Smooth
  2597. Part233.CanCollide = false
  2598. Part233.Locked = true
  2599. Part233.TopSurface = Enum.SurfaceType.Smooth
  2600. Part233.FormFactor = Enum.FormFactor.Symmetric
  2601. Part233.formFactor = Enum.FormFactor.Symmetric
  2602. SpecialMesh234.Parent = Part233
  2603. SpecialMesh234.MeshId = "http://www.roblox.com/asset/?id=20637493"
  2604. SpecialMesh234.Scale = Vector3.new(1, 0.899999976, 1)
  2605. SpecialMesh234.TextureId = "http://www.roblox.com/asset/?id=20637003"
  2606. SpecialMesh234.MeshType = Enum.MeshType.FileMesh
  2607. Weld235.Name = "AccessoryWeld"
  2608. Weld235.Parent = Part233
  2609. Weld235.C0 = CFrame.new(3.93629307e-09, 0.300000191, -0.600272298, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  2610. Weld235.C1 = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2611. Weld235.Part0 = Part233
  2612. Weld235.Part1 = Part212
  2613. Weld235.part1 = Part212
  2614. CharacterMesh236.Parent = Model211
  2615. CharacterMesh236.BodyPart = Enum.BodyPart.LeftArm
  2616. CharacterMesh236.MeshId = 82907977
  2617. CharacterMesh237.Parent = Model211
  2618. CharacterMesh237.BodyPart = Enum.BodyPart.RightArm
  2619. CharacterMesh237.MeshId = 82908019
  2620. CharacterMesh238.Parent = Model211
  2621. CharacterMesh238.BodyPart = Enum.BodyPart.Torso
  2622. CharacterMesh238.MeshId = 82907945
  2623. CharacterMesh239.Parent = Model211
  2624. CharacterMesh239.BodyPart = Enum.BodyPart.RightLeg
  2625. CharacterMesh239.MeshId = 81487710
  2626. CharacterMesh240.Parent = Model211
  2627. CharacterMesh240.BodyPart = Enum.BodyPart.LeftLeg
  2628. CharacterMesh240.MeshId = 81487640
  2629. BodyColors241.Parent = Model211
  2630. BodyColors241.HeadColor = BrickColor.new("Institutional white")
  2631. BodyColors241.HeadColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  2632. BodyColors241.LeftArmColor = BrickColor.new("Institutional white")
  2633. BodyColors241.LeftArmColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  2634. BodyColors241.LeftLegColor = BrickColor.new("Institutional white")
  2635. BodyColors241.LeftLegColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  2636. BodyColors241.RightArmColor = BrickColor.new("Institutional white")
  2637. BodyColors241.RightArmColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  2638. BodyColors241.RightLegColor = BrickColor.new("Institutional white")
  2639. BodyColors241.RightLegColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  2640. BodyColors241.TorsoColor = BrickColor.new("Institutional white")
  2641. BodyColors241.TorsoColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  2642. Shirt242.Name = "Shirt"
  2643. Shirt242.Parent = Model211
  2644. Shirt242.ShirtTemplate = "http://www.roblox.com/asset/?id=752328865"
  2645. Pants243.Name = "Pants"
  2646. Pants243.Parent = Model211
  2647. Pants243.PantsTemplate = "http://www.roblox.com/asset/?id=144076759"
  2648. Part244.Name = "Binary"
  2649. Part244.Parent = Model211
  2650. Part244.CFrame = CFrame.new(-15.9331465, 724.342773, 22.4012756, 0.813092113, 0.582135081, 0, -0.582135081, 0.813092113, 0, 0, 0, 1)
  2651. Part244.Orientation = Vector3.new(0, 0, -35.5999985)
  2652. Part244.Position = Vector3.new(-15.9331465, 724.342773, 22.4012756)
  2653. Part244.Rotation = Vector3.new(0, 0, -35.5999985)
  2654. Part244.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2655. Part244.Transparency = 0.69999998807907
  2656. Part244.Size = Vector3.new(1.29999995, 1.49999976, 1.63999987)
  2657. Part244.Anchored = true
  2658. Part244.BottomSurface = Enum.SurfaceType.Smooth
  2659. Part244.BrickColor = BrickColor.new("Bright green")
  2660. Part244.CanCollide = false
  2661. Part244.Material = Enum.Material.Neon
  2662. Part244.TopSurface = Enum.SurfaceType.Smooth
  2663. Part244.brickColor = BrickColor.new("Bright green")
  2664. ParticleEmitter245.Name = "Fog"
  2665. ParticleEmitter245.Parent = Part244
  2666. ParticleEmitter245.Speed = NumberRange.new(0.050000000745058, 0.10000000149012)
  2667. ParticleEmitter245.Rotation = NumberRange.new(1, 360)
  2668. ParticleEmitter245.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0))
  2669. ParticleEmitter245.Texture = "rbxassetid://269072950"
  2670. ParticleEmitter245.Transparency = NumberSequence.new(0,0,1)
  2671. ParticleEmitter245.ZOffset = -0.10000000149012
  2672. ParticleEmitter245.Size = NumberSequence.new(2,2.1875)
  2673. ParticleEmitter245.Lifetime = NumberRange.new(2.5, 2.5)
  2674. ParticleEmitter245.LockedToPart = true
  2675. ParticleEmitter245.Rate = 1
  2676. ParticleEmitter245.RotSpeed = NumberRange.new(-20, 20)
  2677. ParticleEmitter245.SpreadAngle = Vector2.new(50, 50)
  2678. ParticleEmitter245.VelocitySpread = 50
  2679. ParticleEmitter247.Name = "Nr1"
  2680. ParticleEmitter247.Parent = Part244
  2681. ParticleEmitter247.Speed = NumberRange.new(2, 2)
  2682. ParticleEmitter247.Color = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176))
  2683. ParticleEmitter247.Texture = "rbxassetid://347504259"
  2684. ParticleEmitter247.Transparency = NumberSequence.new(0,1)
  2685. ParticleEmitter247.Size = NumberSequence.new(0.21621584892273,0)
  2686. ParticleEmitter247.Lifetime = NumberRange.new(2, 2)
  2687. ParticleEmitter247.LockedToPart = true
  2688. ParticleEmitter247.Rate = 8
  2689. ParticleEmitter247.SpreadAngle = Vector2.new(360, 360)
  2690. ParticleEmitter247.VelocitySpread = 360
  2691. ParticleEmitter248.Name = "Specks"
  2692. ParticleEmitter248.Parent = Part244
  2693. ParticleEmitter248.Speed = NumberRange.new(0, 0)
  2694. ParticleEmitter248.Rotation = NumberRange.new(-180, 180)
  2695. ParticleEmitter248.Color = ColorSequence.new(Color3.new(0.215686, 1, 0),Color3.new(0.215686, 1, 0))
  2696. ParticleEmitter248.LightEmission = 1
  2697. ParticleEmitter248.Texture = "rbxassetid://1084976679"
  2698. ParticleEmitter248.Transparency = NumberSequence.new(1,0.62162160873413,1)
  2699. ParticleEmitter248.Size = NumberSequence.new(2.162162065506,0)
  2700. ParticleEmitter248.Lifetime = NumberRange.new(5, 5)
  2701. ParticleEmitter248.LockedToPart = true
  2702. ParticleEmitter248.Rate = 5
  2703. ParticleEmitter248.RotSpeed = NumberRange.new(-60, 60)
  2704. Model249.Name = "Plate"
  2705. Model249.Parent = Model0
  2706. Part250.Name = "Button"
  2707. Part250.Parent = Model249
  2708. Part250.CFrame = CFrame.new(24.5494766, 721.33905, 32.26297, 1, 0, 0, 0, 0.910434246, -0.413654059, 0, 0.413654089, 0.910434246)
  2709. Part250.Orientation = Vector3.new(24.4300003, 0, 0)
  2710. Part250.Position = Vector3.new(24.5494766, 721.33905, 32.26297)
  2711. Part250.Rotation = Vector3.new(24.4300003, 0, 0)
  2712. Part250.Size = Vector3.new(1, 1, 1)
  2713. Part250.Anchored = true
  2714. Part250.BottomSurface = Enum.SurfaceType.Smooth
  2715. Part250.Material = Enum.Material.DiamondPlate
  2716. Part250.TopSurface = Enum.SurfaceType.Smooth
  2717. Script251.Parent = Part250
  2718. table.insert(cors,sandbox(Script251,function()
  2719. p = script.Parent.Sound
  2720. clicker = script.Parent.ClickDetector
  2721. function onClicked(mouse)
  2722. clicker.MaxActivationDistance = 0 --Only delete if you delete the same thing below
  2723. p:play()
  2724. wait(.5)
  2725. clicker.MaxActivationDistance = 32 --Only delete if you delete the same thing that is above
  2726. end
  2727. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2728. --by devjin1
  2729. --Change the size and color of the brick if you want, don't bother changing anything in the script, it is perfectly fine
  2730. end))
  2731. ClickDetector252.Parent = Part250
  2732. Sound253.Parent = Part250
  2733. Sound253.SoundId = "rbxassetid://775395533"
  2734. Sound253.Volume = 1
  2735. SpecialMesh254.Parent = Part250
  2736. SpecialMesh254.MeshId = "rbxassetid://1107996700"
  2737. SpecialMesh254.Scale = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  2738. SpecialMesh254.TextureId = "rbxassetid://1107996710"
  2739. SpecialMesh254.MeshType = Enum.MeshType.FileMesh
  2740. PointLight255.Parent = Part250
  2741. PointLight255.Range = 25
  2742. Part256.Parent = Model249
  2743. Part256.CFrame = CFrame.new(3.74948096, 720.33905, 1.86794996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2744. Part256.Position = Vector3.new(3.74948096, 720.33905, 1.86794996)
  2745. Part256.Size = Vector3.new(75.7800064, 1, 70.3300018)
  2746. Part256.Anchored = true
  2747. Part256.BottomSurface = Enum.SurfaceType.Smooth
  2748. Part256.Material = Enum.Material.DiamondPlate
  2749. Part256.TopSurface = Enum.SurfaceType.Smooth
  2750. PointLight257.Parent = Part256
  2751. PointLight257.Range = 35
  2752. Model258.Name = "Status Screen"
  2753. Model258.Parent = Model0
  2754. Part259.Name = "Main Part"
  2755. Part259.Parent = Model258
  2756. Part259.CFrame = CFrame.new(-18.6785049, 725.290466, 28.0592861, -0.993788242, -0.0116110295, 0.110680468, -0.0114230029, 0.99993211, 0.00233279099, -0.110700026, 0.00105399697, -0.99385339)
  2757. Part259.Orientation = Vector3.new(-0.129999995, 173.649994, -0.649999976)
  2758. Part259.Position = Vector3.new(-18.6785049, 725.290466, 28.0592861)
  2759. Part259.Rotation = Vector3.new(-179.869995, 6.3499999, 179.330002)
  2760. Part259.Size = Vector3.new(4.47431564, 3.95998168, 0.429597169)
  2761. Part259.Anchored = true
  2762. Part259.BottomSurface = Enum.SurfaceType.Smooth
  2763. Part259.Material = Enum.Material.Metal
  2764. Part259.TopSurface = Enum.SurfaceType.Smooth
  2765. Part260.Name = "Screen"
  2766. Part260.Parent = Part259
  2767. Part260.CFrame = CFrame.new(-18.6289959, 725.273804, 27.8961277, -0.993788242, -0.0116110295, 0.110680468, -0.0114230029, 0.99993211, 0.00233279099, -0.110700026, 0.00105399697, -0.99385339)
  2768. Part260.Orientation = Vector3.new(-0.129999995, 173.649994, -0.649999976)
  2769. Part260.Position = Vector3.new(-18.6289959, 725.273804, 27.8961277)
  2770. Part260.Rotation = Vector3.new(-179.869995, 6.3499999, 179.330002)
  2771. Part260.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2772. Part260.Size = Vector3.new(3.97968817, 3.47619009, 0.10247276)
  2773. Part260.Anchored = true
  2774. Part260.BottomSurface = Enum.SurfaceType.Smooth
  2775. Part260.BrickColor = BrickColor.new("Really black")
  2776. Part260.Material = Enum.Material.Metal
  2777. Part260.TopSurface = Enum.SurfaceType.Smooth
  2778. Part260.brickColor = BrickColor.new("Really black")
  2779. Part261.Name = "Text"
  2780. Part261.Parent = Model258
  2781. Part261.CFrame = CFrame.new(-18.6592617, 725.179321, 27.7781982, 0.99370575, -0.0192802008, -0.110350743, 0.0171489958, 0.999648333, -0.0202297159, 0.110701971, 0.0182099827, 0.993686795)
  2782. Part261.Orientation = Vector3.new(1.15999997, -6.34000015, 0.980000019)
  2783. Part261.Position = Vector3.new(-18.6592617, 725.179321, 27.7781982)
  2784. Part261.Rotation = Vector3.new(1.16999996, -6.34000015, 1.11000001)
  2785. Part261.Color = Color3.new(0.584314, 0.47451, 0.466667)
  2786. Part261.Transparency = 1
  2787. Part261.Size = Vector3.new(3.57767844, 2.59630561, 0.0985315144)
  2788. Part261.Anchored = true
  2789. Part261.BrickColor = BrickColor.new("Sand red")
  2790. Part261.brickColor = BrickColor.new("Sand red")
  2791. Part261.FormFactor = Enum.FormFactor.Symmetric
  2792. Part261.formFactor = Enum.FormFactor.Symmetric
  2793. SurfaceGui262.Parent = Part261
  2794. SurfaceGui262.CanvasSize = Vector2.new(200, 100)
  2795. TextLabel263.Name = "Text"
  2796. TextLabel263.Parent = SurfaceGui262
  2797. TextLabel263.Size = UDim2.new(1, 0, 1, 0)
  2798. TextLabel263.BackgroundColor = BrickColor.new("Institutional white")
  2799. TextLabel263.BackgroundColor3 = Color3.new(1, 1, 1)
  2800. TextLabel263.BackgroundTransparency = 1
  2801. TextLabel263.Font = Enum.Font.SourceSansBold
  2802. TextLabel263.FontSize = Enum.FontSize.Size48
  2803. TextLabel263.Text = "Memes"
  2804. TextLabel263.TextColor = BrickColor.new("Lime green")
  2805. TextLabel263.TextColor3 = Color3.new(0.0313726, 1, 0.192157)
  2806. TextLabel263.TextScaled = true
  2807. TextLabel263.TextSize = 48
  2808. TextLabel263.TextStrokeTransparency = 0
  2809. TextLabel263.TextWrap = true
  2810. TextLabel263.TextWrapped = true
  2811. Model264.Name = "TheMLGKillergamer"
  2812. Model264.Parent = Model0
  2813. Model264.PrimaryPart = Part269
  2814. Part265.Name = "Head"
  2815. Part265.Parent = Model264
  2816. Part265.CFrame = CFrame.new(34.4697723, 722.794739, 16.6686401, 1, 0, 0, 0, 0.325502127, -0.945541382, 0, 0.945541382, 0.325502127)
  2817. Part265.Orientation = Vector3.new(71, 0, 0)
  2818. Part265.Position = Vector3.new(34.4697723, 722.794739, 16.6686401)
  2819. Part265.Rotation = Vector3.new(71, 0, 0)
  2820. Part265.Color = Color3.new(0.8, 0.556863, 0.411765)
  2821. Part265.Size = Vector3.new(2, 1, 1)
  2822. Part265.Anchored = true
  2823. Part265.BrickColor = BrickColor.new("Nougat")
  2824. Part265.TopSurface = Enum.SurfaceType.Smooth
  2825. Part265.brickColor = BrickColor.new("Nougat")
  2826. Part265.FormFactor = Enum.FormFactor.Symmetric
  2827. Part265.formFactor = Enum.FormFactor.Symmetric
  2828. SpecialMesh266.Parent = Part265
  2829. SpecialMesh266.Scale = Vector3.new(1.25, 1.25, 1.25)
  2830. Decal267.Name = "faces-10"
  2831. Decal267.Parent = Part265
  2832. Decal267.Texture = "http://www.roblox.com/asset/?id=3090336601"
  2833. Decal268.Name = "faces-24"
  2834. Decal268.Parent = Part265
  2835. Decal268.Texture = "http://www.roblox.com/asset/?id=3092649750"
  2836. Part269.Name = "HumanoidRootPart"
  2837. Part269.Parent = Model264
  2838. Part269.CFrame = CFrame.new(34.4697723, 722.583557, 15.1262503, 1, 0, 0, 0, -0.0415679887, -0.999135733, 0, 0.999135733, -0.0415679887)
  2839. Part269.Orientation = Vector3.new(87.6200027, 180, 180)
  2840. Part269.Position = Vector3.new(34.4697723, 722.583557, 15.1262503)
  2841. Part269.Rotation = Vector3.new(92.3799973, 0, 0)
  2842. Part269.Transparency = 1
  2843. Part269.Size = Vector3.new(2, 2, 1)
  2844. Part269.Anchored = true
  2845. Part269.BottomSurface = Enum.SurfaceType.Smooth
  2846. Part269.CanCollide = false
  2847. Part269.LeftParamA = 0
  2848. Part269.LeftParamB = 0
  2849. Part269.RightParamA = 0
  2850. Part269.RightParamB = 0
  2851. Part269.TopSurface = Enum.SurfaceType.Smooth
  2852. Part269.FormFactor = Enum.FormFactor.Symmetric
  2853. Part269.formFactor = Enum.FormFactor.Symmetric
  2854. Part270.Name = "Left Arm"
  2855. Part270.Parent = Model264
  2856. Part270.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)
  2857. Part270.Orientation = Vector3.new(-7.03999996, -180, -96.5599976)
  2858. Part270.Position = Vector3.new(34.2374878, 723.805969, 15.2774658)
  2859. Part270.Rotation = Vector3.new(-172.960007, 0, 83.4400024)
  2860. Part270.Color = Color3.new(0.8, 0.556863, 0.411765)
  2861. Part270.Size = Vector3.new(1, 2, 1)
  2862. Part270.Anchored = true
  2863. Part270.BrickColor = BrickColor.new("Nougat")
  2864. Part270.CanCollide = false
  2865. Part270.brickColor = BrickColor.new("Nougat")
  2866. Part270.FormFactor = Enum.FormFactor.Symmetric
  2867. Part270.formFactor = Enum.FormFactor.Symmetric
  2868. Part271.Name = "Left Leg"
  2869. Part271.Parent = Model264
  2870. Part271.CFrame = CFrame.new(33.9697723, 723.151855, 14.4902039, 1, 0, 0, 0, -0.0415679887, -0.999135733, 0, 0.999135733, -0.0415679887)
  2871. Part271.Orientation = Vector3.new(87.6200027, 180, 180)
  2872. Part271.Position = Vector3.new(33.9697723, 723.151855, 14.4902039)
  2873. Part271.Rotation = Vector3.new(92.3799973, 0, 0)
  2874. Part271.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2875. Part271.Size = Vector3.new(1, 2, 1)
  2876. Part271.Anchored = true
  2877. Part271.BottomSurface = Enum.SurfaceType.Smooth
  2878. Part271.BrickColor = BrickColor.new("Bright blue")
  2879. Part271.CanCollide = false
  2880. Part271.brickColor = BrickColor.new("Bright blue")
  2881. Part271.FormFactor = Enum.FormFactor.Symmetric
  2882. Part271.formFactor = Enum.FormFactor.Symmetric
  2883. Part272.Name = "Right Arm"
  2884. Part272.Parent = Model264
  2885. Part272.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)
  2886. Part272.Orientation = Vector3.new(1.41999996, -180, 101.139999)
  2887. Part272.Position = Vector3.new(34.9143066, 723.482483, 15.1042776)
  2888. Part272.Rotation = Vector3.new(178.580002, 0, -78.8600006)
  2889. Part272.Color = Color3.new(0.8, 0.556863, 0.411765)
  2890. Part272.Size = Vector3.new(1, 2, 1)
  2891. Part272.Anchored = true
  2892. Part272.BrickColor = BrickColor.new("Nougat")
  2893. Part272.CanCollide = false
  2894. Part272.brickColor = BrickColor.new("Nougat")
  2895. Part272.FormFactor = Enum.FormFactor.Symmetric
  2896. Part272.formFactor = Enum.FormFactor.Symmetric
  2897. Part273.Name = "Right Leg"
  2898. Part273.Parent = Model264
  2899. Part273.CFrame = CFrame.new(34.9697723, 723.132446, 14.4109497, 1, 0, 0, 0, -0.0415679887, -0.999135733, 0, 0.999135733, -0.0415679887)
  2900. Part273.Orientation = Vector3.new(87.6200027, 180, 180)
  2901. Part273.Position = Vector3.new(34.9697723, 723.132446, 14.4109497)
  2902. Part273.Rotation = Vector3.new(92.3799973, 0, 0)
  2903. Part273.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2904. Part273.Size = Vector3.new(1, 2, 1)
  2905. Part273.Anchored = true
  2906. Part273.BottomSurface = Enum.SurfaceType.Smooth
  2907. Part273.BrickColor = BrickColor.new("Bright blue")
  2908. Part273.CanCollide = false
  2909. Part273.brickColor = BrickColor.new("Bright blue")
  2910. Part273.FormFactor = Enum.FormFactor.Symmetric
  2911. Part273.formFactor = Enum.FormFactor.Symmetric
  2912. Part274.Name = "Torso"
  2913. Part274.Parent = Model264
  2914. Part274.CFrame = CFrame.new(34.4697723, 722.302917, 15.1710815, 1, 0, 0, 0, 0.158581987, -0.987345874, 0, 0.987345874, 0.158581987)
  2915. Part274.Orientation = Vector3.new(80.8799973, 0, 0)
  2916. Part274.Position = Vector3.new(34.4697723, 722.302917, 15.1710815)
  2917. Part274.Rotation = Vector3.new(80.8799973, 0, 0)
  2918. Part274.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2919. Part274.Size = Vector3.new(2, 2, 1)
  2920. Part274.Anchored = true
  2921. Part274.BrickColor = BrickColor.new("Institutional white")
  2922. Part274.LeftParamA = 0
  2923. Part274.LeftParamB = 0
  2924. Part274.LeftSurface = Enum.SurfaceType.Weld
  2925. Part274.RightParamA = 0
  2926. Part274.RightParamB = 0
  2927. Part274.RightSurface = Enum.SurfaceType.Weld
  2928. Part274.brickColor = BrickColor.new("Institutional white")
  2929. Part274.FormFactor = Enum.FormFactor.Symmetric
  2930. Part274.formFactor = Enum.FormFactor.Symmetric
  2931. Decal275.Name = "roblox"
  2932. Decal275.Parent = Part274
  2933. Humanoid276.Parent = Model264
  2934. Humanoid276.LeftLeg = Part271
  2935. Humanoid276.RightLeg = Part273
  2936. Humanoid276.Torso = Part269
  2937. Accessory277.Name = "Ultra-Fabulous Hair"
  2938. Accessory277.Parent = Model264
  2939. Part278.Name = "Handle"
  2940. Part278.Parent = Accessory277
  2941. Part278.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)
  2942. Part278.Orientation = Vector3.new(71, 0, 0)
  2943. Part278.Position = Vector3.new(34.4697723, 722.957214, 17.14151)
  2944. Part278.Rotation = Vector3.new(71, 0, 0)
  2945. Part278.Size = Vector3.new(2, 2, 2)
  2946. Part278.Anchored = true
  2947. Part278.BottomSurface = Enum.SurfaceType.Smooth
  2948. Part278.CanCollide = false
  2949. Part278.Locked = true
  2950. Part278.TopSurface = Enum.SurfaceType.Smooth
  2951. Part278.FormFactor = Enum.FormFactor.Symmetric
  2952. Part278.formFactor = Enum.FormFactor.Symmetric
  2953. SpecialMesh279.Parent = Part278
  2954. SpecialMesh279.MeshId = "http://www.roblox.com/asset/?id=16627529"
  2955. SpecialMesh279.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  2956. SpecialMesh279.TextureId = "http://www.roblox.com/asset/?id=16627494"
  2957. SpecialMesh279.MeshType = Enum.MeshType.FileMesh
  2958. Weld280.Name = "AccessoryWeld"
  2959. Weld280.Parent = Part278
  2960. Weld280.C0 = CFrame.new(8.65838956e-09, 0.0999999046, -0.000272244215, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  2961. Weld280.C1 = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2962. Weld280.Part0 = Part278
  2963. Weld280.Part1 = Part265
  2964. Weld280.part1 = Part265
  2965. Accessory281.Name = "PunkRat"
  2966. Accessory281.Parent = Model264
  2967. Accessory281.AttachmentPoint = CFrame.new(0, -0.0399999991, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2968. Accessory281.AttachmentPos = Vector3.new(0, -0.0399999991, 0)
  2969. Part282.Name = "Handle"
  2970. Part282.Parent = Accessory281
  2971. Part282.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)
  2972. Part282.Orientation = Vector3.new(71, 0, 0)
  2973. Part282.Position = Vector3.new(34.4697723, 722.970032, 17.1793213)
  2974. Part282.Rotation = Vector3.new(71, 0, 0)
  2975. Part282.Size = Vector3.new(1.41999888, 0.949999869, 1.79000044)
  2976. Part282.Anchored = true
  2977. Part282.BottomSurface = Enum.SurfaceType.Smooth
  2978. Part282.CanCollide = false
  2979. Part282.Locked = true
  2980. Part282.TopSurface = Enum.SurfaceType.Smooth
  2981. Part282.FormFactor = Enum.FormFactor.Custom
  2982. Part282.formFactor = Enum.FormFactor.Custom
  2983. SpecialMesh283.Parent = Part282
  2984. SpecialMesh283.MeshId = "http://www.roblox.com/asset/?id=101191226 "
  2985. SpecialMesh283.TextureId = "http://www.roblox.com/asset/?id=101191161 "
  2986. SpecialMesh283.MeshType = Enum.MeshType.FileMesh
  2987. Weld284.Name = "AccessoryWeld"
  2988. Weld284.Parent = Part282
  2989. Weld284.C0 = CFrame.new(8.65838956e-09, 0.0599999428, -0.000272244215, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  2990. Weld284.C1 = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2991. Weld284.Part0 = Part282
  2992. Weld284.Part1 = Part265
  2993. Weld284.part1 = Part265
  2994. Accessory285.Name = "HandleAccessory"
  2995. Accessory285.Parent = Model264
  2996. Accessory285.AttachmentForward = Vector3.new(3.02998127e-15, 4.1444258e-16, 1)
  2997. Accessory285.AttachmentPoint = CFrame.new(0, -0.799999237, 0, -1, -7.87137555e-09, -3.02998127e-15, -7.87137555e-09, 1, -4.1444258e-16, 3.02998127e-15, -4.14442554e-16, -1)
  2998. Accessory285.AttachmentPos = Vector3.new(0, -0.799999237, 0)
  2999. Accessory285.AttachmentRight = Vector3.new(-1, -7.87137555e-09, 3.02998127e-15)
  3000. Accessory285.AttachmentUp = Vector3.new(-7.87137555e-09, 1, -4.14442554e-16)
  3001. Part286.Name = "Handle"
  3002. Part286.Parent = Accessory285
  3003. Part286.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)
  3004. Part286.Orientation = Vector3.new(-71, 180, 0)
  3005. Part286.Position = Vector3.new(34.4697723, 723.250671, 17.9924011)
  3006. Part286.Rotation = Vector3.new(-109, 0, 180)
  3007. Part286.Size = Vector3.new(1, 1, 1)
  3008. Part286.Anchored = true
  3009. Part286.BottomSurface = Enum.SurfaceType.Smooth
  3010. Part286.CanCollide = false
  3011. Part286.TopSurface = Enum.SurfaceType.Smooth
  3012. SpecialMesh287.Name = "SpecialMesh"
  3013. SpecialMesh287.Parent = Part286
  3014. SpecialMesh287.MeshId = "rbxassetid://3705846314"
  3015. SpecialMesh287.TextureId = "rbxassetid://3705846535"
  3016. SpecialMesh287.MeshType = Enum.MeshType.FileMesh
  3017. StringValue288.Name = "AvatarPartScaleType"
  3018. StringValue288.Parent = Part286
  3019. StringValue288.Value = "Classic"
  3020. Weld289.Name = "AccessoryWeld"
  3021. Weld289.Parent = Part286
  3022. Weld289.C0 = CFrame.new(0, -0.799999237, 0, -1, -7.87137555e-09, -3.02998127e-15, -7.87137555e-09, 1, -4.1444258e-16, 3.02998127e-15, -4.14442554e-16, -1)
  3023. Weld289.C1 = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3024. Weld289.Part0 = Part286
  3025. Weld289.Part1 = Part265
  3026. Weld289.part1 = Part265
  3027. BodyColors290.Parent = Model264
  3028. BodyColors290.HeadColor = BrickColor.new("Nougat")
  3029. BodyColors290.HeadColor3 = Color3.new(0.8, 0.556863, 0.411765)
  3030. BodyColors290.LeftArmColor = BrickColor.new("Nougat")
  3031. BodyColors290.LeftArmColor3 = Color3.new(0.8, 0.556863, 0.411765)
  3032. BodyColors290.RightArmColor = BrickColor.new("Nougat")
  3033. BodyColors290.RightArmColor3 = Color3.new(0.8, 0.556863, 0.411765)
  3034. BodyColors290.TorsoColor = BrickColor.new("Institutional white")
  3035. BodyColors290.TorsoColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3036. Shirt291.Name = "Shirt"
  3037. Shirt291.Parent = Model264
  3038. Shirt291.ShirtTemplate = "http://www.roblox.com/asset/?id=2586397386"
  3039. Pants292.Name = "Pants"
  3040. Pants292.Parent = Model264
  3041. Pants292.PantsTemplate = "http://www.roblox.com/asset/?id=2929716245"
  3042. SpecialMesh293.Parent = Model264
  3043. SpecialMesh293.MeshId = "rbxassetid://1107996700"
  3044. SpecialMesh293.Scale = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  3045. SpecialMesh293.TextureId = "rbxassetid://1107996710"
  3046. SpecialMesh293.MeshType = Enum.MeshType.FileMesh
  3047. PointLight294.Parent = Model264
  3048. PointLight294.Range = 25
  3049. Model295.Name = "planks"
  3050. Model295.Parent = Model0
  3051. Part296.Parent = Model295
  3052. Part296.CFrame = CFrame.new(-15.7950563, 722.572754, -18.8031311, 0.937798142, 0, 0.347181052, 0, 1, 0, -0.347181022, 0, 0.937798262)
  3053. Part296.Orientation = Vector3.new(0, 20.3099995, 0)
  3054. Part296.Position = Vector3.new(-15.7950563, 722.572754, -18.8031311)
  3055. Part296.Rotation = Vector3.new(0, 20.3099995, 0)
  3056. Part296.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  3057. Part296.Size = Vector3.new(8.57999992, 0.479999989, 2.63000011)
  3058. Part296.Anchored = true
  3059. Part296.BottomSurface = Enum.SurfaceType.Smooth
  3060. Part296.BrickColor = BrickColor.new("Burnt Sienna")
  3061. Part296.Material = Enum.Material.WoodPlanks
  3062. Part296.TopSurface = Enum.SurfaceType.Smooth
  3063. Part296.brickColor = BrickColor.new("Burnt Sienna")
  3064. Part297.Parent = Model295
  3065. Part297.CFrame = CFrame.new(-15.7950678, 721.134033, -18.8031158, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012)
  3066. Part297.Position = Vector3.new(-15.7950678, 721.134033, -18.8031158)
  3067. Part297.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  3068. Part297.Size = Vector3.new(8.57999992, 0.479999989, 2.63000011)
  3069. Part297.Anchored = true
  3070. Part297.BottomSurface = Enum.SurfaceType.Smooth
  3071. Part297.BrickColor = BrickColor.new("Burnt Sienna")
  3072. Part297.Material = Enum.Material.WoodPlanks
  3073. Part297.TopSurface = Enum.SurfaceType.Smooth
  3074. Part297.brickColor = BrickColor.new("Burnt Sienna")
  3075. Part298.Parent = Model295
  3076. Part298.CFrame = CFrame.new(-15.795064, 721.612915, -18.8031311, 0.97885263, 0, 0.204566926, 0, 1, 0, -0.204566926, 0, 0.97885263)
  3077. Part298.Orientation = Vector3.new(0, 11.8000002, 0)
  3078. Part298.Position = Vector3.new(-15.795064, 721.612915, -18.8031311)
  3079. Part298.Rotation = Vector3.new(0, 11.8000002, 0)
  3080. Part298.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  3081. Part298.Size = Vector3.new(8.57999992, 0.479999989, 2.63000011)
  3082. Part298.Anchored = true
  3083. Part298.BottomSurface = Enum.SurfaceType.Smooth
  3084. Part298.BrickColor = BrickColor.new("Burnt Sienna")
  3085. Part298.Material = Enum.Material.WoodPlanks
  3086. Part298.TopSurface = Enum.SurfaceType.Smooth
  3087. Part298.brickColor = BrickColor.new("Burnt Sienna")
  3088. Weld299.Parent = Part298
  3089. Weld299.C0 = CFrame.new(-4.28999996, 0.239999995, 1.31500006, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  3090. Weld299.C1 = CFrame.new(-4.46828842, -0.239990234, 0.409606934, -0.97885263, -0.204566926, 0, 0, 0, 1, -0.204566926, 0.97885263, 0)
  3091. Weld299.Part0 = Part297
  3092. Weld299.Part1 = Part298
  3093. Weld299.part1 = Part298
  3094. Part300.Parent = Model295
  3095. Part300.CFrame = CFrame.new(-15.795064, 722.093445, -18.8031311, 0.98040849, 0, -0.196976155, 0, 1, 0, 0.196976095, 0, 0.980408609)
  3096. Part300.Orientation = Vector3.new(0, -11.3599997, 0)
  3097. Part300.Position = Vector3.new(-15.795064, 722.093445, -18.8031311)
  3098. Part300.Rotation = Vector3.new(0, -11.3599997, 0)
  3099. Part300.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  3100. Part300.Size = Vector3.new(8.57999992, 0.479999989, 2.63000011)
  3101. Part300.Anchored = true
  3102. Part300.BottomSurface = Enum.SurfaceType.Smooth
  3103. Part300.BrickColor = BrickColor.new("Burnt Sienna")
  3104. Part300.Material = Enum.Material.WoodPlanks
  3105. Part300.TopSurface = Enum.SurfaceType.Smooth
  3106. Part300.brickColor = BrickColor.new("Burnt Sienna")
  3107. Model301.Name = "zachrogamehard133447"
  3108. Model301.Parent = Model0
  3109. Model301.PrimaryPart = Part306
  3110. Part302.Name = "Head"
  3111. Part302.Parent = Model301
  3112. Part302.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)
  3113. Part302.Orientation = Vector3.new(45.7000008, -178.639999, -14.3299999)
  3114. Part302.Position = Vector3.new(-16.1254864, 721.903198, -12.4858236)
  3115. Part302.Rotation = Vector3.new(134.289993, -0.949999988, 164.690002)
  3116. Part302.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3117. Part302.Size = Vector3.new(2, 1, 1)
  3118. Part302.Anchored = true
  3119. Part302.BrickColor = BrickColor.new("Bright yellow")
  3120. Part302.TopSurface = Enum.SurfaceType.Smooth
  3121. Part302.brickColor = BrickColor.new("Bright yellow")
  3122. Part302.FormFactor = Enum.FormFactor.Symmetric
  3123. Part302.formFactor = Enum.FormFactor.Symmetric
  3124. SpecialMesh303.Parent = Part302
  3125. SpecialMesh303.Scale = Vector3.new(1.25, 1.25, 1.25)
  3126. Decal304.Name = "faces-37"
  3127. Decal304.Parent = Part302
  3128. Decal304.Texture = "http://www.roblox.com/asset/?id=3093233030"
  3129. Decal305.Name = "faces-13"
  3130. Decal305.Parent = Part302
  3131. Decal305.Texture = "http://www.roblox.com/asset/?id=3092647307"
  3132. Part306.Name = "HumanoidRootPart"
  3133. Part306.Parent = Model301
  3134. Part306.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)
  3135. Part306.Orientation = Vector3.new(89.2099991, -165.470001, 0)
  3136. Part306.Position = Vector3.new(-15.737998, 721.40387, -11.0553741)
  3137. Part306.Rotation = Vector3.new(90.7600021, -0.200000003, 165.470001)
  3138. Part306.Transparency = 1
  3139. Part306.Size = Vector3.new(2, 2, 1)
  3140. Part306.Anchored = true
  3141. Part306.BottomSurface = Enum.SurfaceType.Smooth
  3142. Part306.CanCollide = false
  3143. Part306.LeftParamA = 0
  3144. Part306.LeftParamB = 0
  3145. Part306.RightParamA = 0
  3146. Part306.RightParamB = 0
  3147. Part306.TopSurface = Enum.SurfaceType.Smooth
  3148. Part306.FormFactor = Enum.FormFactor.Symmetric
  3149. Part306.formFactor = Enum.FormFactor.Symmetric
  3150. Motor6D307.Name = "RootJoint"
  3151. Motor6D307.Parent = Part306
  3152. Motor6D307.MaxVelocity = 0.10000000149012
  3153. Motor6D307.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  3154. Motor6D307.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  3155. Motor6D307.Part0 = Part306
  3156. Motor6D307.Part1 = Part312
  3157. Motor6D307.part1 = Part312
  3158. Part308.Name = "Left Arm"
  3159. Part308.Parent = Model301
  3160. Part308.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)
  3161. Part308.Orientation = Vector3.new(89.2300034, -166, 145.210007)
  3162. Part308.Position = Vector3.new(-15.6084843, 721.423889, -12.5900259)
  3163. Part308.Rotation = Vector3.new(90.75, -0.189999998, -48.7799988)
  3164. Part308.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3165. Part308.Size = Vector3.new(1, 2, 1)
  3166. Part308.Anchored = true
  3167. Part308.BrickColor = BrickColor.new("Bright yellow")
  3168. Part308.CanCollide = false
  3169. Part308.brickColor = BrickColor.new("Bright yellow")
  3170. Part308.FormFactor = Enum.FormFactor.Symmetric
  3171. Part308.formFactor = Enum.FormFactor.Symmetric
  3172. Part309.Name = "Left Leg"
  3173. Part309.Parent = Model301
  3174. Part309.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)
  3175. Part309.Orientation = Vector3.new(89.2099991, -165.470001, 0)
  3176. Part309.Position = Vector3.new(-14.7521381, 721.376709, -9.24503994)
  3177. Part309.Rotation = Vector3.new(90.7600021, -0.200000003, 165.470001)
  3178. Part309.Color = Color3.new(0.356863, 0.603922, 0.298039)
  3179. Part309.Size = Vector3.new(1, 2, 1)
  3180. Part309.Anchored = true
  3181. Part309.BottomSurface = Enum.SurfaceType.Smooth
  3182. Part309.BrickColor = BrickColor.new("Shamrock")
  3183. Part309.CanCollide = false
  3184. Part309.brickColor = BrickColor.new("Shamrock")
  3185. Part309.FormFactor = Enum.FormFactor.Symmetric
  3186. Part309.formFactor = Enum.FormFactor.Symmetric
  3187. Part310.Name = "Right Arm"
  3188. Part310.Parent = Model301
  3189. Part310.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)
  3190. Part310.Orientation = Vector3.new(89.1600037, -167.270004, -153.740005)
  3191. Part310.Position = Vector3.new(-16.7558308, 721.428467, -12.4833984)
  3192. Part310.Rotation = Vector3.new(90.8199997, -0.189999998, 13.5299997)
  3193. Part310.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3194. Part310.Size = Vector3.new(1, 2, 1)
  3195. Part310.Anchored = true
  3196. Part310.BrickColor = BrickColor.new("Bright yellow")
  3197. Part310.CanCollide = false
  3198. Part310.brickColor = BrickColor.new("Bright yellow")
  3199. Part310.FormFactor = Enum.FormFactor.Symmetric
  3200. Part310.formFactor = Enum.FormFactor.Symmetric
  3201. Part311.Name = "Right Leg"
  3202. Part311.Parent = Model301
  3203. Part311.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)
  3204. Part311.Orientation = Vector3.new(89.2099991, -165.509995, 6.51000023)
  3205. Part311.Position = Vector3.new(-15.7201376, 721.376709, -8.99407959)
  3206. Part311.Rotation = Vector3.new(90.7699966, -0.200000003, 172.020004)
  3207. Part311.Color = Color3.new(0.356863, 0.603922, 0.298039)
  3208. Part311.Size = Vector3.new(1, 2, 1)
  3209. Part311.Anchored = true
  3210. Part311.BottomSurface = Enum.SurfaceType.Smooth
  3211. Part311.BrickColor = BrickColor.new("Shamrock")
  3212. Part311.CanCollide = false
  3213. Part311.brickColor = BrickColor.new("Shamrock")
  3214. Part311.FormFactor = Enum.FormFactor.Symmetric
  3215. Part311.formFactor = Enum.FormFactor.Symmetric
  3216. Part312.Name = "Torso"
  3217. Part312.Parent = Model301
  3218. Part312.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)
  3219. Part312.Orientation = Vector3.new(89.2099991, -165.470001, 0)
  3220. Part312.Position = Vector3.new(-15.737998, 721.40387, -11.0553741)
  3221. Part312.Rotation = Vector3.new(90.7600021, -0.200000003, 165.470001)
  3222. Part312.Color = Color3.new(0.321569, 0.486275, 0.682353)
  3223. Part312.Size = Vector3.new(2, 2, 1)
  3224. Part312.Anchored = true
  3225. Part312.BrickColor = BrickColor.new("Steel blue")
  3226. Part312.LeftParamA = 0
  3227. Part312.LeftParamB = 0
  3228. Part312.LeftSurface = Enum.SurfaceType.Weld
  3229. Part312.RightParamA = 0
  3230. Part312.RightParamB = 0
  3231. Part312.RightSurface = Enum.SurfaceType.Weld
  3232. Part312.brickColor = BrickColor.new("Steel blue")
  3233. Part312.FormFactor = Enum.FormFactor.Symmetric
  3234. Part312.formFactor = Enum.FormFactor.Symmetric
  3235. Decal313.Name = "roblox"
  3236. Decal313.Parent = Part312
  3237. Motor6D314.Name = "Left Hip"
  3238. Motor6D314.Parent = Part312
  3239. Motor6D314.MaxVelocity = 0.10000000149012
  3240. Motor6D314.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3241. Motor6D314.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3242. Motor6D314.Part0 = Part312
  3243. Motor6D314.Part1 = Part309
  3244. Motor6D314.part1 = Part309
  3245. Humanoid315.Parent = Model301
  3246. Humanoid315.LeftLeg = Part309
  3247. Humanoid315.RightLeg = Part311
  3248. Humanoid315.Torso = Part306
  3249. Accessory316.Name = "Pot"
  3250. Accessory316.Parent = Model301
  3251. Accessory316.AttachmentPoint = CFrame.new(-0.0500000007, 0, -0.100000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3252. Accessory316.AttachmentPos = Vector3.new(-0.0500000007, 0, -0.100000001)
  3253. Part317.Name = "Handle"
  3254. Part317.Parent = Accessory316
  3255. Part317.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)
  3256. Part317.Orientation = Vector3.new(45.7000008, -178.639999, -14.3299999)
  3257. Part317.Position = Vector3.new(-16.3073483, 722.161072, -12.8895102)
  3258. Part317.Rotation = Vector3.new(134.289993, -0.949999988, 164.690002)
  3259. Part317.Color = Color3.new(0.992157, 0.917647, 0.552941)
  3260. Part317.Size = Vector3.new(1, 1.20000005, 1)
  3261. Part317.Anchored = true
  3262. Part317.BottomSurface = Enum.SurfaceType.Smooth
  3263. Part317.BrickColor = BrickColor.new("Cool yellow")
  3264. Part317.CanCollide = false
  3265. Part317.Locked = true
  3266. Part317.TopSurface = Enum.SurfaceType.Smooth
  3267. Part317.brickColor = BrickColor.new("Cool yellow")
  3268. Part317.FormFactor = Enum.FormFactor.Plate
  3269. Part317.formFactor = Enum.FormFactor.Plate
  3270. SpecialMesh318.Parent = Part317
  3271. SpecialMesh318.MeshId = "http://www.roblox.com/asset/?id=6837450"
  3272. SpecialMesh318.TextureId = "http://www.roblox.com/asset/?id=6837452"
  3273. SpecialMesh318.MeshType = Enum.MeshType.FileMesh
  3274. Weld319.Name = "AccessoryWeld"
  3275. Weld319.Parent = Part317
  3276. Weld319.C0 = CFrame.new(-0.0499999933, 0.0999999046, -0.100272246, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  3277. Weld319.C1 = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3278. Weld319.Part0 = Part317
  3279. Weld319.Part1 = Part302
  3280. Weld319.part1 = Part302
  3281. Accessory320.Name = "Roblox Tie"
  3282. Accessory320.Parent = Model301
  3283. Accessory320.AttachmentPoint = CFrame.new(0, 1.85000002, 0.550000012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3284. Accessory320.AttachmentPos = Vector3.new(0, 1.85000002, 0.550000012)
  3285. Part321.Name = "Handle"
  3286. Part321.Parent = Accessory320
  3287. Part321.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)
  3288. Part321.Orientation = Vector3.new(80.0400009, 101.730003, -72.0999985)
  3289. Part321.Position = Vector3.new(-15.8449984, 721.877808, -11.1563721)
  3290. Part321.Rotation = Vector3.new(92.0400009, 9.75, -174.009995)
  3291. Part321.Size = Vector3.new(1, 2, 1)
  3292. Part321.Anchored = true
  3293. Part321.BottomSurface = Enum.SurfaceType.Smooth
  3294. Part321.CanCollide = false
  3295. Part321.Locked = true
  3296. Part321.TopSurface = Enum.SurfaceType.Smooth
  3297. Part321.FormFactor = Enum.FormFactor.Symmetric
  3298. Part321.formFactor = Enum.FormFactor.Symmetric
  3299. SpecialMesh322.Parent = Part321
  3300. SpecialMesh322.MeshId = "http://www.roblox.com/asset/?id=28463033"
  3301. SpecialMesh322.Scale = Vector3.new(1.39999998, 1.20000005, 1.39999998)
  3302. SpecialMesh322.TextureId = "http://www.roblox.com/asset/?id=28463022"
  3303. SpecialMesh322.MeshType = Enum.MeshType.FileMesh
  3304. Weld323.Name = "AccessoryWeld"
  3305. Weld323.Parent = Part321
  3306. Weld323.C0 = CFrame.new(5.96046448e-08, 0.849999666, 0.549727678, 1, -6.83440315e-31, 0, 6.83440315e-31, 1, -0, 0, 0, 1)
  3307. Weld323.C1 = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3308. Weld323.Part0 = Part321
  3309. Weld323.Part1 = Part312
  3310. Weld323.part1 = Part312
  3311. BodyColors324.Parent = Model301
  3312. BodyColors324.HeadColor = BrickColor.new("Bright yellow")
  3313. BodyColors324.HeadColor3 = Color3.new(0.960784, 0.803922, 0.188235)
  3314. BodyColors324.LeftArmColor = BrickColor.new("Bright yellow")
  3315. BodyColors324.LeftArmColor3 = Color3.new(0.960784, 0.803922, 0.188235)
  3316. BodyColors324.LeftLegColor = BrickColor.new("Shamrock")
  3317. BodyColors324.LeftLegColor3 = Color3.new(0.356863, 0.603922, 0.298039)
  3318. BodyColors324.RightArmColor = BrickColor.new("Bright yellow")
  3319. BodyColors324.RightArmColor3 = Color3.new(0.960784, 0.803922, 0.188235)
  3320. BodyColors324.RightLegColor = BrickColor.new("Shamrock")
  3321. BodyColors324.RightLegColor3 = Color3.new(0.356863, 0.603922, 0.298039)
  3322. BodyColors324.TorsoColor = BrickColor.new("Steel blue")
  3323. BodyColors324.TorsoColor3 = Color3.new(0.321569, 0.486275, 0.682353)
  3324. Shirt325.Name = "Shirt"
  3325. Shirt325.Parent = Model301
  3326. Shirt325.ShirtTemplate = "http://www.roblox.com/asset/?id=1303896203"
  3327. Part326.Name = "Binary"
  3328. Part326.Parent = Model0
  3329. Part326.CFrame = CFrame.new(-20.7025661, 727.534241, 28.0422974, -0.000379001605, 1.00000012, -5.96042042e-08, -1.00000083, -0.000378996978, 3.50375529e-09, -3.48681284e-09, -7.45062465e-08, 1)
  3330. Part326.Orientation = Vector3.new(0, 0, -90.0199966)
  3331. Part326.Position = Vector3.new(-20.7025661, 727.534241, 28.0422974)
  3332. Part326.Rotation = Vector3.new(0, 0, -90.0199966)
  3333. Part326.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3334. Part326.Transparency = 0.69999998807907
  3335. Part326.Size = Vector3.new(1.37000048, 1.35999966, 1.63999987)
  3336. Part326.Anchored = true
  3337. Part326.BottomSurface = Enum.SurfaceType.Smooth
  3338. Part326.BrickColor = BrickColor.new("Bright green")
  3339. Part326.CanCollide = false
  3340. Part326.Material = Enum.Material.Neon
  3341. Part326.TopSurface = Enum.SurfaceType.Smooth
  3342. Part326.brickColor = BrickColor.new("Bright green")
  3343. ParticleEmitter328.Name = "Nr1"
  3344. ParticleEmitter328.Parent = Part326
  3345. ParticleEmitter328.Speed = NumberRange.new(2, 2)
  3346. ParticleEmitter328.Color = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176))
  3347. ParticleEmitter328.Texture = "rbxassetid://347504259"
  3348. ParticleEmitter328.Transparency = NumberSequence.new(0,1)
  3349. ParticleEmitter328.Size = NumberSequence.new(0.21621584892273,0)
  3350. ParticleEmitter328.Lifetime = NumberRange.new(2, 2)
  3351. ParticleEmitter328.LockedToPart = true
  3352. ParticleEmitter328.Rate = 8
  3353. ParticleEmitter328.SpreadAngle = Vector2.new(360, 360)
  3354. ParticleEmitter328.VelocitySpread = 360
  3355. Part329.Name = "Binary"
  3356. Part329.Parent = Model0
  3357. Part329.CFrame = CFrame.new(-16.3855743, 723.813354, 28.0422974, -0.000378999917, 1, -1.49011612e-08, -1.00000024, -0.000378998375, 1.16415322e-09, -1.16415322e-09, -2.98023224e-08, 1)
  3358. Part329.Orientation = Vector3.new(0, 0, -90.0199966)
  3359. Part329.Position = Vector3.new(-16.3855743, 723.813354, 28.0422974)
  3360. Part329.Rotation = Vector3.new(0, 0, -90.0199966)
  3361. Part329.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3362. Part329.Transparency = 0.69999998807907
  3363. Part329.Size = Vector3.new(1.37000048, 1.35999966, 1.63999987)
  3364. Part329.Anchored = true
  3365. Part329.BottomSurface = Enum.SurfaceType.Smooth
  3366. Part329.BrickColor = BrickColor.new("Bright green")
  3367. Part329.CanCollide = false
  3368. Part329.Material = Enum.Material.Neon
  3369. Part329.TopSurface = Enum.SurfaceType.Smooth
  3370. Part329.brickColor = BrickColor.new("Bright green")
  3371. ParticleEmitter331.Name = "Nr1"
  3372. ParticleEmitter331.Parent = Part329
  3373. ParticleEmitter331.Speed = NumberRange.new(2, 2)
  3374. ParticleEmitter331.Color = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176))
  3375. ParticleEmitter331.Texture = "rbxassetid://347504259"
  3376. ParticleEmitter331.Transparency = NumberSequence.new(0,1)
  3377. ParticleEmitter331.Size = NumberSequence.new(0.21621584892273,0)
  3378. ParticleEmitter331.Lifetime = NumberRange.new(2, 2)
  3379. ParticleEmitter331.LockedToPart = true
  3380. ParticleEmitter331.Rate = 8
  3381. ParticleEmitter331.SpreadAngle = Vector2.new(360, 360)
  3382. ParticleEmitter331.VelocitySpread = 360
  3383. Part332.Name = "Binary"
  3384. Part332.Parent = Model0
  3385. Part332.CFrame = CFrame.new(-16.2809296, 727.385132, 28.0422974, -0.000379001605, 1.00000012, -5.96042042e-08, -1.00000083, -0.000378996978, 3.50375529e-09, -3.48681284e-09, -7.45062465e-08, 1)
  3386. Part332.Orientation = Vector3.new(0, 0, -90.0199966)
  3387. Part332.Position = Vector3.new(-16.2809296, 727.385132, 28.0422974)
  3388. Part332.Rotation = Vector3.new(0, 0, -90.0199966)
  3389. Part332.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3390. Part332.Transparency = 0.69999998807907
  3391. Part332.Size = Vector3.new(1.37000048, 1.35999966, 1.63999987)
  3392. Part332.Anchored = true
  3393. Part332.BottomSurface = Enum.SurfaceType.Smooth
  3394. Part332.BrickColor = BrickColor.new("Bright green")
  3395. Part332.CanCollide = false
  3396. Part332.Material = Enum.Material.Neon
  3397. Part332.TopSurface = Enum.SurfaceType.Smooth
  3398. Part332.brickColor = BrickColor.new("Bright green")
  3399. ParticleEmitter334.Name = "Nr1"
  3400. ParticleEmitter334.Parent = Part332
  3401. ParticleEmitter334.Speed = NumberRange.new(2, 2)
  3402. ParticleEmitter334.Color = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176))
  3403. ParticleEmitter334.Texture = "rbxassetid://347504259"
  3404. ParticleEmitter334.Transparency = NumberSequence.new(0,1)
  3405. ParticleEmitter334.Size = NumberSequence.new(0.21621584892273,0)
  3406. ParticleEmitter334.Lifetime = NumberRange.new(2, 2)
  3407. ParticleEmitter334.LockedToPart = true
  3408. ParticleEmitter334.Rate = 8
  3409. ParticleEmitter334.SpreadAngle = Vector2.new(360, 360)
  3410. ParticleEmitter334.VelocitySpread = 360
  3411. Part335.Name = "Binary"
  3412. Part335.Parent = Model0
  3413. Part335.CFrame = CFrame.new(-20.6194973, 723.639465, 28.0422974, -0.000379000005, 1, 0, -1, -0.000379000005, 0, 0, 0, 1)
  3414. Part335.Orientation = Vector3.new(0, 0, -90.0199966)
  3415. Part335.Position = Vector3.new(-20.6194973, 723.639465, 28.0422974)
  3416. Part335.Rotation = Vector3.new(0, 0, -90.0199966)
  3417. Part335.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3418. Part335.Transparency = 0.69999998807907
  3419. Part335.Size = Vector3.new(1.37000048, 1.35999966, 1.63999987)
  3420. Part335.Anchored = true
  3421. Part335.BottomSurface = Enum.SurfaceType.Smooth
  3422. Part335.BrickColor = BrickColor.new("Bright green")
  3423. Part335.CanCollide = false
  3424. Part335.Material = Enum.Material.Neon
  3425. Part335.TopSurface = Enum.SurfaceType.Smooth
  3426. Part335.brickColor = BrickColor.new("Bright green")
  3427. ParticleEmitter337.Name = "Nr1"
  3428. ParticleEmitter337.Parent = Part335
  3429. ParticleEmitter337.Speed = NumberRange.new(2, 2)
  3430. ParticleEmitter337.Color = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176))
  3431. ParticleEmitter337.Texture = "rbxassetid://347504259"
  3432. ParticleEmitter337.Transparency = NumberSequence.new(0,1)
  3433. ParticleEmitter337.Size = NumberSequence.new(0.21621584892273,0)
  3434. ParticleEmitter337.Lifetime = NumberRange.new(2, 2)
  3435. ParticleEmitter337.LockedToPart = true
  3436. ParticleEmitter337.Rate = 8
  3437. ParticleEmitter337.SpreadAngle = Vector2.new(360, 360)
  3438. ParticleEmitter337.VelocitySpread = 360
  3439. Part338.Name = "Handle"
  3440. Part338.Parent = Model0
  3441. Part338.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)
  3442. Part338.Orientation = Vector3.new(-48.9300003, 153.270004, -72.9199982)
  3443. Part338.Position = Vector3.new(-14.9796276, 721.714294, -16.2699738)
  3444. Part338.Rotation = Vector3.new(-127.889999, 17.1800003, 86.3000031)
  3445. Part338.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3446. Part338.Size = Vector3.new(1, 0.800000012, 3)
  3447. Part338.Anchored = true
  3448. Part338.BottomSurface = Enum.SurfaceType.Smooth
  3449. Part338.BrickColor = BrickColor.new("Dark stone grey")
  3450. Part338.Reflectance = 0.40000000596046
  3451. Part338.TopSurface = Enum.SurfaceType.Smooth
  3452. Part338.brickColor = BrickColor.new("Dark stone grey")
  3453. Part338.FormFactor = Enum.FormFactor.Plate
  3454. Part338.formFactor = Enum.FormFactor.Plate
  3455. SpecialMesh339.Parent = Part338
  3456. SpecialMesh339.MeshId = "http://www.roblox.com/asset/?id=16198309"
  3457. SpecialMesh339.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  3458. SpecialMesh339.TextureId = "http://www.roblox.com/asset/?id=16198294"
  3459. SpecialMesh339.MeshType = Enum.MeshType.FileMesh
  3460. Part340.Name = "ff1"
  3461. Part340.Parent = workspace
  3462. Part340.CFrame = CFrame.new(-0.925208986, 750.237427, 57.1430054, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3463. Part340.Position = Vector3.new(-0.925208986, 750.237427, 57.1430054)
  3464. Part340.Color = Color3.new(0, 1, 1)
  3465. Part340.Transparency = 1
  3466. Part340.Size = Vector3.new(118.370033, 134.640015, 2)
  3467. Part340.Anchored = true
  3468. Part340.BottomSurface = Enum.SurfaceType.Smooth
  3469. Part340.BrickColor = BrickColor.new("Toothpaste")
  3470. Part340.CanCollide = false
  3471. Part340.Material = Enum.Material.ForceField
  3472. Part340.TopSurface = Enum.SurfaceType.Smooth
  3473. Part340.brickColor = BrickColor.new("Toothpaste")
  3474. Part341.Name = "ff2"
  3475. Part341.Parent = workspace
  3476. Part341.CFrame = CFrame.new(0.0583649985, 682.889526, 0.0369869992, 0.0249360036, 0, 0.999689102, 0, 1, 0, -0.999689102, 0, 0.0249360036)
  3477. Part341.Orientation = Vector3.new(0, 88.5699997, 0)
  3478. Part341.Position = Vector3.new(0.0583649985, 682.889526, 0.0369869992)
  3479. Part341.Rotation = Vector3.new(0, 88.5699997, 0)
  3480. Part341.Color = Color3.new(0, 1, 1)
  3481. Part341.Transparency = 1
  3482. Part341.Size = Vector3.new(114.340034, 1.5999999, 117.430038)
  3483. Part341.Anchored = true
  3484. Part341.BottomSurface = Enum.SurfaceType.Smooth
  3485. Part341.BrickColor = BrickColor.new("Toothpaste")
  3486. Part341.CanCollide = false
  3487. Part341.Material = Enum.Material.ForceField
  3488. Part341.TopSurface = Enum.SurfaceType.Smooth
  3489. Part341.brickColor = BrickColor.new("Toothpaste")
  3490. Part342.Name = "ff3"
  3491. Part342.Parent = workspace
  3492. Part342.CFrame = CFrame.new(-57.6397209, 750.43335, -1.40004003, 0.0249362383, 0, 0.9996984, 0, 1, 0, -0.9996984, 0, 0.0249362383)
  3493. Part342.Orientation = Vector3.new(0, 88.5699997, 0)
  3494. Part342.Position = Vector3.new(-57.6397209, 750.43335, -1.40004003)
  3495. Part342.Rotation = Vector3.new(0, 88.5899963, 0)
  3496. Part342.Color = Color3.new(0, 1, 1)
  3497. Part342.Transparency = 1
  3498. Part342.Size = Vector3.new(114.340034, 134.37001, 2)
  3499. Part342.Anchored = true
  3500. Part342.BottomSurface = Enum.SurfaceType.Smooth
  3501. Part342.BrickColor = BrickColor.new("Toothpaste")
  3502. Part342.CanCollide = false
  3503. Part342.Material = Enum.Material.ForceField
  3504. Part342.TopSurface = Enum.SurfaceType.Smooth
  3505. Part342.brickColor = BrickColor.new("Toothpaste")
  3506. Part343.Name = "ff4"
  3507. Part343.Parent = workspace
  3508. Part343.CFrame = CFrame.new(57.3319702, 750.399475, 1.46746802, 0.0249360073, 0, 0.999689221, 0, 1, 0, -0.999689221, 0, 0.0249360073)
  3509. Part343.Orientation = Vector3.new(0, 88.5699997, 0)
  3510. Part343.Position = Vector3.new(57.3319702, 750.399475, 1.46746802)
  3511. Part343.Rotation = Vector3.new(0, 88.5699997, 0)
  3512. Part343.Color = Color3.new(0, 1, 1)
  3513. Part343.Transparency = 1
  3514. Part343.Size = Vector3.new(114.340034, 134.37001, 2)
  3515. Part343.Anchored = true
  3516. Part343.BottomSurface = Enum.SurfaceType.Smooth
  3517. Part343.BrickColor = BrickColor.new("Toothpaste")
  3518. Part343.CanCollide = false
  3519. Part343.Material = Enum.Material.ForceField
  3520. Part343.TopSurface = Enum.SurfaceType.Smooth
  3521. Part343.brickColor = BrickColor.new("Toothpaste")
  3522. Part344.Name = "ff5"
  3523. Part344.Parent = workspace
  3524. Part344.CFrame = CFrame.new(-0.925208986, 749.821777, -54.1477051, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3525. Part344.Position = Vector3.new(-0.925208986, 749.821777, -54.1477051)
  3526. Part344.Color = Color3.new(0, 1, 1)
  3527. Part344.Transparency = 1
  3528. Part344.Size = Vector3.new(118.370033, 134.640015, 2)
  3529. Part344.Anchored = true
  3530. Part344.BottomSurface = Enum.SurfaceType.Smooth
  3531. Part344.BrickColor = BrickColor.new("Toothpaste")
  3532. Part344.CanCollide = false
  3533. Part344.Material = Enum.Material.ForceField
  3534. Part344.TopSurface = Enum.SurfaceType.Smooth
  3535. Part344.brickColor = BrickColor.new("Toothpaste")
  3536. Part345.Name = "ff6"
  3537. Part345.Parent = workspace
  3538. Part345.CFrame = CFrame.new(0.0583459996, 818.417542, 0.0387419984, 0.0249360036, 0, 0.999689102, 0, 1, 0, -0.999689102, 0, 0.0249360036)
  3539. Part345.Orientation = Vector3.new(0, 88.5699997, 0)
  3540. Part345.Position = Vector3.new(0.0583459996, 818.417542, 0.0387419984)
  3541. Part345.Rotation = Vector3.new(0, 88.5699997, 0)
  3542. Part345.Color = Color3.new(0, 1, 1)
  3543. Part345.Transparency = 1
  3544. Part345.Size = Vector3.new(114.340034, 1.5999999, 117.430038)
  3545. Part345.Anchored = true
  3546. Part345.BottomSurface = Enum.SurfaceType.Smooth
  3547. Part345.BrickColor = BrickColor.new("Toothpaste")
  3548. Part345.CanCollide = false
  3549. Part345.Material = Enum.Material.ForceField
  3550. Part345.TopSurface = Enum.SurfaceType.Smooth
  3551. Part345.brickColor = BrickColor.new("Toothpaste")
  3552. Weld346.Parent = Part345
  3553. Weld346.C0 = CFrame.new(-57.1700172, 67.1850052, 1, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  3554. Weld346.C1 = CFrame.new(-57.1702423, -0.798950195, -56.7152596, -1.00000358, -3.7252903e-09, 0, 0, 0, 1, -3.7252903e-09, 1.00000358, 0)
  3555. Weld346.Part0 = Part342
  3556. Weld346.Part1 = Part345
  3557. Weld346.part1 = Part345
  3558. for i,v in pairs(mas:GetChildren()) do
  3559. v.Parent = workspace
  3560. pcall(function() v:MakeJoints() end)
  3561. end
  3562. mas:Destroy()
  3563. for i,v in pairs(cors) do
  3564. spawn(function()
  3565. pcall(v)
  3566. end)
  3567. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement