Advertisement
Zach_rookie_editor3

Floating islands

Dec 8th, 2019
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 109.39 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility: by WaverlyCole");InternalData = {}
  2. do
  3. script.Parent = owner.Character
  4. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  5. local function NewFakeEvent()
  6. local Bind = Instance.new("BindableEvent")
  7. local Fake;Fake = {Connections = {},
  8. fakeEvent=true;
  9. Connect=function(self,Func)
  10. Bind.Event:connect(Func)
  11. self.Connections[Bind] = true
  12. return setmetatable({Connected = true},{
  13. __index = function (self,Index)
  14. if Index:lower() == "disconnect" then
  15. return function() Fake.Connections[Bind] = false;self.Connected = false end
  16. end
  17. return Fake[Index]
  18. end;
  19. __tostring = function() return "Connection" end;
  20. })
  21. end}
  22. Fake.connect = Fake.Connect;return Fake;
  23. end
  24. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  25. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  26. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  27. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  28. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  29. local function TriggerEvent(self,Event,...)
  30. local Trigger = Mouse[Event]
  31. if Trigger and Trigger.fakeEvent and Trigger.Connections then
  32. for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
  33. end
  34. end
  35. Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
  36. Event.OnServerEvent:Connect(function(FiredBy,Input)
  37. if FiredBy.Name ~= owner.Name then return end
  38. if Input.MouseEvent then
  39. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  40. else
  41. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  42. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
  43. for _,Action in pairs(ContextActionService.Actions) do
  44. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  45. end
  46. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  47. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  48. end
  49. end)
  50. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  51. Event.Parent = NLS([[
  52. local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
  53. local Input = function(Input,gameProcessedEvent)
  54. if gameProcessedEvent then return end
  55. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  56. end
  57. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  58. local Hit,Target
  59. while wait(1/30) do
  60. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  61. Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  62. end
  63. end
  64. ]],owner.Character)
  65. end
  66. RealGame = game;game = setmetatable({},{
  67. __index = function (self,Index)
  68. local Sandbox = function (Thing)
  69. if Thing:IsA("Player") then
  70. local RealPlayer = Thing
  71. return setmetatable({},{
  72. __index = function (self,Index)
  73. local Type = type(RealPlayer[Index])
  74. if Type == "function" then
  75. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  76. return function (self)return InternalData["Mouse"] end
  77. end
  78. return function (self,...)return RealPlayer[Index](RealPlayer,...) end
  79. end
  80. return RealPlayer[Index]
  81. end;
  82. __tostring = function(self) return RealPlayer.Name end
  83. })
  84. end
  85. end
  86. if RealGame[Index] then
  87. local Type = type(RealGame[Index])
  88. if Type == "function" then
  89. if Index:lower() == "getservice" or Index:lower() == "service" then
  90. return function (self,Service)
  91. local FakeServices = {
  92. ["players"] = function()
  93. return setmetatable({},{
  94. __index = function (self2,Index2)
  95. local RealService = RealGame:GetService(Service)
  96. local Type2 = type(Index2)
  97. if Type2 == "function" then
  98. return function (self,...) return RealService[Index2](RealService,...)end
  99. else
  100. if Index2:lower() == "localplayer" then return Sandbox(owner) end
  101. return RealService[Index2]
  102. end
  103. end;
  104. __tostring = function(self) return RealGame:GetService(Service).Name end
  105. })
  106. end;
  107. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  108. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  109. ["runservice"] = function()
  110. return setmetatable({},{
  111. __index = function(self2,Index2)
  112. local RealService = RealGame:GetService(Service)
  113. local Type2 = type(Index2)
  114. if Type2 == "function" then
  115. return function (self,...) return RealService[Index2](RealService,...) end
  116. else
  117. local RunServices = {
  118. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  119. ["renderstepped"] = function() return RealService["Stepped"] end
  120. }
  121. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  122. return RealService[Index2]
  123. end
  124. end
  125. })
  126. end
  127. }
  128. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  129. return RealGame:GetService(Service)
  130. end
  131. end
  132. return function (self,...) return RealGame[Index](RealGame,...) end
  133. else
  134. if game:GetService(Index) then return game:GetService(Index) end
  135. return RealGame[Index]
  136. end
  137. end
  138. return nil
  139. end
  140. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete! Running...")
  141.  
  142.  
  143. local runDummyScript = function(f,scri)
  144. local oldenv = getfenv(f)
  145. local newenv = setmetatable({}, {
  146. __index = function(_, k)
  147. if k:lower() == 'script' then
  148. return scri
  149. else
  150. return oldenv[k]
  151. end
  152. end
  153. })
  154. setfenv(f, newenv)
  155. ypcall(function() f() end)
  156. end
  157. cors = {}
  158. mas = Instance.new("Model",game:GetService("Lighting"))
  159. mas.Name = "CompiledModel"
  160. o1 = Instance.new("Model")
  161. o2 = Instance.new("Model")
  162. o3 = Instance.new("Part")
  163. o4 = Instance.new("SpecialMesh")
  164. o9 = Instance.new("Decal")
  165. o10 = Instance.new("Weld")
  166. o11 = Instance.new("Part")
  167. o12 = Instance.new("Part")
  168. o14 = Instance.new("Part")
  169. o15 = Instance.new("Weld")
  170. o16 = Instance.new("Part")
  171. o18 = Instance.new("Part")
  172. o19 = Instance.new("Weld")
  173. o20 = Instance.new("Part")
  174. o21 = Instance.new("Decal")
  175. o30 = Instance.new("Weld")
  176. o31 = Instance.new("Weld")
  177. o32 = Instance.new("BodyColors")
  178. o33 = Instance.new("Model")
  179. o34 = Instance.new("Part")
  180. o35 = Instance.new("Part")
  181. o36 = Instance.new("Part")
  182. o37 = Instance.new("Part")
  183. o38 = Instance.new("Model")
  184. o39 = Instance.new("Part")
  185. o40 = Instance.new("Part")
  186. o41 = Instance.new("Part")
  187. o42 = Instance.new("Model")
  188. o43 = Instance.new("Part")
  189. o44 = Instance.new("Part")
  190. o45 = Instance.new("Part")
  191. o46 = Instance.new("Part")
  192. o47 = Instance.new("Part")
  193. o48 = Instance.new("Model")
  194. o49 = Instance.new("Part")
  195. o50 = Instance.new("Part")
  196. o51 = Instance.new("Part")
  197. o52 = Instance.new("Model")
  198. o53 = Instance.new("Part")
  199. o54 = Instance.new("Part")
  200. o55 = Instance.new("Part")
  201. o56 = Instance.new("Part")
  202. o57 = Instance.new("Part")
  203. o58 = Instance.new("Model")
  204. o59 = Instance.new("Model")
  205. o61 = Instance.new("Decal")
  206. o63 = Instance.new("Decal")
  207. o65 = Instance.new("Texture")
  208. o66 = Instance.new("Texture")
  209. o67 = Instance.new("Texture")
  210. o68 = Instance.new("Texture")
  211. o69 = Instance.new("Model")
  212. o70 = Instance.new("Part")
  213. o71 = Instance.new("Part")
  214. o72 = Instance.new("Part")
  215. o73 = Instance.new("Model")
  216. o74 = Instance.new("Part")
  217. o75 = Instance.new("Part")
  218. o76 = Instance.new("Part")
  219. o77 = Instance.new("Part")
  220. o78 = Instance.new("Part")
  221. o79 = Instance.new("Model")
  222. o80 = Instance.new("Model")
  223. o82 = Instance.new("Decal")
  224. o84 = Instance.new("Decal")
  225. o86 = Instance.new("Texture")
  226. o87 = Instance.new("Texture")
  227. o88 = Instance.new("Texture")
  228. o89 = Instance.new("Texture")
  229. o91 = Instance.new("Texture")
  230. o92 = Instance.new("Texture")
  231. o93 = Instance.new("Texture")
  232. o94 = Instance.new("Texture")
  233. o96 = Instance.new("Texture")
  234. o97 = Instance.new("Texture")
  235. o98 = Instance.new("Texture")
  236. o99 = Instance.new("Texture")
  237. o101 = Instance.new("Texture")
  238. o102 = Instance.new("Texture")
  239. o103 = Instance.new("Texture")
  240. o104 = Instance.new("Texture")
  241. o105 = Instance.new("Model")
  242. o106 = Instance.new("Model")
  243. o108 = Instance.new("Decal")
  244. o110 = Instance.new("Decal")
  245. o112 = Instance.new("Texture")
  246. o113 = Instance.new("Texture")
  247. o114 = Instance.new("Texture")
  248. o115 = Instance.new("Texture")
  249. o117 = Instance.new("Texture")
  250. o118 = Instance.new("Texture")
  251. o119 = Instance.new("Texture")
  252. o120 = Instance.new("Texture")
  253. o122 = Instance.new("Texture")
  254. o123 = Instance.new("Texture")
  255. o124 = Instance.new("Texture")
  256. o125 = Instance.new("Texture")
  257. o127 = Instance.new("Texture")
  258. o128 = Instance.new("Texture")
  259. o129 = Instance.new("Texture")
  260. o130 = Instance.new("Texture")
  261. o132 = Instance.new("Texture")
  262. o133 = Instance.new("Texture")
  263. o134 = Instance.new("Texture")
  264. o135 = Instance.new("Texture")
  265. o137 = Instance.new("Texture")
  266. o138 = Instance.new("Texture")
  267. o139 = Instance.new("Texture")
  268. o140 = Instance.new("Texture")
  269. o142 = Instance.new("Texture")
  270. o143 = Instance.new("Texture")
  271. o144 = Instance.new("Texture")
  272. o145 = Instance.new("Texture")
  273. o147 = Instance.new("Texture")
  274. o148 = Instance.new("Texture")
  275. o149 = Instance.new("Texture")
  276. o150 = Instance.new("Texture")
  277. o151 = Instance.new("Model")
  278. o152 = Instance.new("Part")
  279. o153 = Instance.new("Part")
  280. o154 = Instance.new("Part")
  281. o155 = Instance.new("Model")
  282. o156 = Instance.new("Part")
  283. o157 = Instance.new("Part")
  284. o158 = Instance.new("Part")
  285. o159 = Instance.new("Part")
  286. o160 = Instance.new("Part")
  287. o161 = Instance.new("Part")
  288. o162 = Instance.new("Part")
  289. o163 = Instance.new("Weld")
  290. o164 = Instance.new("Part")
  291. o165 = Instance.new("Part")
  292. o166 = Instance.new("Part")
  293. o167 = Instance.new("Part")
  294. o168 = Instance.new("Part")
  295. o169 = Instance.new("Weld")
  296. o170 = Instance.new("Part")
  297. o171 = Instance.new("Weld")
  298. o172 = Instance.new("Part")
  299. o173 = Instance.new("Part")
  300. o174 = Instance.new("Part")
  301. o175 = Instance.new("Part")
  302. o176 = Instance.new("Model")
  303. o177 = Instance.new("Model")
  304. o179 = Instance.new("Decal")
  305. o181 = Instance.new("Decal")
  306. o183 = Instance.new("Texture")
  307. o184 = Instance.new("Texture")
  308. o185 = Instance.new("Texture")
  309. o186 = Instance.new("Texture")
  310. o188 = Instance.new("Texture")
  311. o189 = Instance.new("Texture")
  312. o190 = Instance.new("Texture")
  313. o191 = Instance.new("Texture")
  314. o193 = Instance.new("Texture")
  315. o194 = Instance.new("Texture")
  316. o195 = Instance.new("Texture")
  317. o196 = Instance.new("Texture")
  318. o198 = Instance.new("Texture")
  319. o199 = Instance.new("Texture")
  320. o200 = Instance.new("Texture")
  321. o201 = Instance.new("Texture")
  322. o203 = Instance.new("Texture")
  323. o204 = Instance.new("Texture")
  324. o205 = Instance.new("Texture")
  325. o206 = Instance.new("Texture")
  326. o207 = Instance.new("Model")
  327. o208 = Instance.new("Model")
  328. o210 = Instance.new("Decal")
  329. o212 = Instance.new("Decal")
  330. o214 = Instance.new("Texture")
  331. o215 = Instance.new("Texture")
  332. o216 = Instance.new("Texture")
  333. o217 = Instance.new("Texture")
  334. o219 = Instance.new("Texture")
  335. o220 = Instance.new("Texture")
  336. o221 = Instance.new("Texture")
  337. o222 = Instance.new("Texture")
  338. o224 = Instance.new("Texture")
  339. o225 = Instance.new("Texture")
  340. o226 = Instance.new("Texture")
  341. o227 = Instance.new("Texture")
  342. o229 = Instance.new("Texture")
  343. o230 = Instance.new("Texture")
  344. o231 = Instance.new("Texture")
  345. o232 = Instance.new("Texture")
  346. o234 = Instance.new("Texture")
  347. o235 = Instance.new("Texture")
  348. o236 = Instance.new("Texture")
  349. o237 = Instance.new("Texture")
  350. o238 = Instance.new("Model")
  351. o239 = Instance.new("Model")
  352. o241 = Instance.new("Decal")
  353. o243 = Instance.new("Decal")
  354. o245 = Instance.new("Texture")
  355. o246 = Instance.new("Texture")
  356. o247 = Instance.new("Texture")
  357. o248 = Instance.new("Texture")
  358. o250 = Instance.new("Texture")
  359. o251 = Instance.new("Texture")
  360. o252 = Instance.new("Texture")
  361. o253 = Instance.new("Texture")
  362. o255 = Instance.new("Texture")
  363. o256 = Instance.new("Texture")
  364. o257 = Instance.new("Texture")
  365. o258 = Instance.new("Texture")
  366. o260 = Instance.new("Texture")
  367. o261 = Instance.new("Texture")
  368. o262 = Instance.new("Texture")
  369. o263 = Instance.new("Texture")
  370. o265 = Instance.new("Texture")
  371. o266 = Instance.new("Texture")
  372. o267 = Instance.new("Texture")
  373. o268 = Instance.new("Texture")
  374. o270 = Instance.new("Texture")
  375. o271 = Instance.new("Texture")
  376. o272 = Instance.new("Texture")
  377. o273 = Instance.new("Texture")
  378. o275 = Instance.new("Texture")
  379. o276 = Instance.new("Texture")
  380. o277 = Instance.new("Texture")
  381. o278 = Instance.new("Texture")
  382. o280 = Instance.new("Texture")
  383. o281 = Instance.new("Texture")
  384. o282 = Instance.new("Texture")
  385. o283 = Instance.new("Texture")
  386. o284 = Instance.new("Model")
  387. o285 = Instance.new("Model")
  388. o287 = Instance.new("Decal")
  389. o289 = Instance.new("Decal")
  390. o291 = Instance.new("Texture")
  391. o292 = Instance.new("Texture")
  392. o293 = Instance.new("Texture")
  393. o294 = Instance.new("Texture")
  394. o296 = Instance.new("Texture")
  395. o297 = Instance.new("Texture")
  396. o298 = Instance.new("Texture")
  397. o299 = Instance.new("Texture")
  398. o301 = Instance.new("Texture")
  399. o302 = Instance.new("Texture")
  400. o303 = Instance.new("Texture")
  401. o304 = Instance.new("Texture")
  402. o306 = Instance.new("Texture")
  403. o307 = Instance.new("Texture")
  404. o308 = Instance.new("Texture")
  405. o309 = Instance.new("Texture")
  406. o311 = Instance.new("Texture")
  407. o312 = Instance.new("Texture")
  408. o313 = Instance.new("Texture")
  409. o314 = Instance.new("Texture")
  410. o316 = Instance.new("Texture")
  411. o317 = Instance.new("Texture")
  412. o318 = Instance.new("Texture")
  413. o319 = Instance.new("Texture")
  414. o321 = Instance.new("Texture")
  415. o322 = Instance.new("Texture")
  416. o323 = Instance.new("Texture")
  417. o324 = Instance.new("Texture")
  418. o326 = Instance.new("Texture")
  419. o327 = Instance.new("Texture")
  420. o328 = Instance.new("Texture")
  421. o329 = Instance.new("Texture")
  422. o330 = Instance.new("Model")
  423. o331 = Instance.new("Part")
  424. o332 = Instance.new("Part")
  425. o333 = Instance.new("Part")
  426. o334 = Instance.new("Model")
  427. o335 = Instance.new("Part")
  428. o336 = Instance.new("Part")
  429. o337 = Instance.new("Part")
  430. o338 = Instance.new("Part")
  431. o339 = Instance.new("Part")
  432. o340 = Instance.new("Model")
  433. o341 = Instance.new("Model")
  434. o343 = Instance.new("Decal")
  435. o345 = Instance.new("Decal")
  436. o347 = Instance.new("Texture")
  437. o348 = Instance.new("Texture")
  438. o349 = Instance.new("Texture")
  439. o350 = Instance.new("Texture")
  440. o352 = Instance.new("Texture")
  441. o353 = Instance.new("Texture")
  442. o354 = Instance.new("Texture")
  443. o355 = Instance.new("Texture")
  444. o357 = Instance.new("Texture")
  445. o358 = Instance.new("Texture")
  446. o359 = Instance.new("Texture")
  447. o360 = Instance.new("Texture")
  448. o362 = Instance.new("Texture")
  449. o363 = Instance.new("Texture")
  450. o364 = Instance.new("Texture")
  451. o365 = Instance.new("Texture")
  452. o367 = Instance.new("Texture")
  453. o368 = Instance.new("Texture")
  454. o369 = Instance.new("Texture")
  455. o370 = Instance.new("Texture")
  456. o372 = Instance.new("Texture")
  457. o373 = Instance.new("Texture")
  458. o374 = Instance.new("Texture")
  459. o375 = Instance.new("Texture")
  460. o377 = Instance.new("Texture")
  461. o378 = Instance.new("Texture")
  462. o379 = Instance.new("Texture")
  463. o380 = Instance.new("Texture")
  464. o382 = Instance.new("Texture")
  465. o383 = Instance.new("Texture")
  466. o384 = Instance.new("Texture")
  467. o385 = Instance.new("Texture")
  468. o387 = Instance.new("Texture")
  469. o388 = Instance.new("Texture")
  470. o389 = Instance.new("Texture")
  471. o390 = Instance.new("Texture")
  472. o391 = Instance.new("Model")
  473. o392 = Instance.new("Model")
  474. o394 = Instance.new("Decal")
  475. o396 = Instance.new("Decal")
  476. o398 = Instance.new("Texture")
  477. o399 = Instance.new("Texture")
  478. o400 = Instance.new("Texture")
  479. o401 = Instance.new("Texture")
  480. o403 = Instance.new("Texture")
  481. o404 = Instance.new("Texture")
  482. o405 = Instance.new("Texture")
  483. o406 = Instance.new("Texture")
  484. o408 = Instance.new("Texture")
  485. o409 = Instance.new("Texture")
  486. o410 = Instance.new("Texture")
  487. o411 = Instance.new("Texture")
  488. o413 = Instance.new("Texture")
  489. o414 = Instance.new("Texture")
  490. o415 = Instance.new("Texture")
  491. o416 = Instance.new("Texture")
  492. o417 = Instance.new("Model")
  493. o418 = Instance.new("Part")
  494. o419 = Instance.new("Model")
  495. o420 = Instance.new("Part")
  496. o421 = Instance.new("Part")
  497. o422 = Instance.new("Part")
  498. o423 = Instance.new("Part")
  499. o424 = Instance.new("Part")
  500. o425 = Instance.new("Part")
  501. o426 = Instance.new("Part")
  502. o427 = Instance.new("Part")
  503. o428 = Instance.new("Part")
  504. o1.Parent = mas
  505. o2.Name = "zachrogamehard133447"
  506. o2.Parent = o1
  507. o2.PrimaryPart = o11
  508. o3.Name = "Head"
  509. o3.Parent = o2
  510. o3.BrickColor = BrickColor.new("Bright yellow")
  511. o3.Position = Vector3.new(-97, 142.5, -41)
  512. o3.Anchored = true
  513. o3.FormFactor = Enum.FormFactor.Symmetric
  514. o3.Size = Vector3.new(2, 1, 1)
  515. o3.CFrame = CFrame.new(-97, 142.5, -41, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  516. o3.TopSurface = Enum.SurfaceType.Smooth
  517. o3.Color = Color3.new(0.960784, 0.803922, 0.188235)
  518. o3.Position = Vector3.new(-97, 142.5, -41)
  519. o4.Parent = o3
  520. o4.Scale = Vector3.new(1.25, 1.25, 1.25)
  521. o9.Name = "face"
  522. o9.Parent = o3
  523. o9.Texture = "http://www.roblox.com/asset/?id=18151722"
  524. o10.Parent = o3
  525. o10.C0 = CFrame.new(-1, 1, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  526. o10.C1 = CFrame.new(-1, -0.5, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  527. o10.Part0 = o20
  528. o10.Part1 = o3
  529. o11.Name = "HumanoidRootPart"
  530. o11.Parent = o2
  531. o11.Transparency = 1
  532. o11.Position = Vector3.new(-97, 142, -41)
  533. o11.Anchored = true
  534. o11.CanCollide = false
  535. o11.FormFactor = Enum.FormFactor.Symmetric
  536. o11.Size = Vector3.new(2, 2, 1)
  537. o11.CFrame = CFrame.new(-97, 142, -41, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  538. o11.BottomSurface = Enum.SurfaceType.Smooth
  539. o11.TopSurface = Enum.SurfaceType.Smooth
  540. o11.Position = Vector3.new(-97, 142, -41)
  541. o12.Name = "Left Arm"
  542. o12.Parent = o2
  543. o12.BrickColor = BrickColor.new("Bright yellow")
  544. o12.Position = Vector3.new(-98.5, 142, -41)
  545. o12.Rotation = Vector3.new(0, 0, 90)
  546. o12.Anchored = true
  547. o12.CanCollide = false
  548. o12.FormFactor = Enum.FormFactor.Symmetric
  549. o12.Size = Vector3.new(1, 2, 1)
  550. o12.CFrame = CFrame.new(-98.5, 142, -41, 0, -1, 0, 1, 0, -0, 0, 0, 1)
  551. o12.Color = Color3.new(0.960784, 0.803922, 0.188235)
  552. o12.Position = Vector3.new(-98.5, 142, -41)
  553. o14.Name = "Left Leg"
  554. o14.Parent = o2
  555. o14.BrickColor = BrickColor.new("Shamrock")
  556. o14.Position = Vector3.new(-98.5, 140, -41)
  557. o14.Anchored = true
  558. o14.CanCollide = false
  559. o14.FormFactor = Enum.FormFactor.Symmetric
  560. o14.Size = Vector3.new(1, 2, 1)
  561. o14.CFrame = CFrame.new(-98.5, 140, -41, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  562. o14.BottomSurface = Enum.SurfaceType.Smooth
  563. o14.Color = Color3.new(0.356863, 0.603922, 0.298039)
  564. o14.Position = Vector3.new(-98.5, 140, -41)
  565. o15.Parent = o14
  566. o15.C0 = CFrame.new(-3, 0.5, 3, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  567. o15.C1 = CFrame.new(-1.5, -1, 2, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  568. o15.Part0 = o162
  569. o15.Part1 = o14
  570. o16.Name = "Right Arm"
  571. o16.Parent = o2
  572. o16.BrickColor = BrickColor.new("Bright yellow")
  573. o16.Position = Vector3.new(-95.5, 142, -41)
  574. o16.Rotation = Vector3.new(0, 0, -90)
  575. o16.Anchored = true
  576. o16.CanCollide = false
  577. o16.FormFactor = Enum.FormFactor.Symmetric
  578. o16.Size = Vector3.new(1, 2, 1)
  579. o16.CFrame = CFrame.new(-95.5, 142, -41, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  580. o16.Color = Color3.new(0.960784, 0.803922, 0.188235)
  581. o16.Position = Vector3.new(-95.5, 142, -41)
  582. o18.Name = "Right Leg"
  583. o18.Parent = o2
  584. o18.BrickColor = BrickColor.new("Shamrock")
  585. o18.Position = Vector3.new(-95.5, 140, -41)
  586. o18.Anchored = true
  587. o18.CanCollide = false
  588. o18.FormFactor = Enum.FormFactor.Symmetric
  589. o18.Size = Vector3.new(1, 2, 1)
  590. o18.CFrame = CFrame.new(-95.5, 140, -41, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  591. o18.BottomSurface = Enum.SurfaceType.Smooth
  592. o18.Color = Color3.new(0.356863, 0.603922, 0.298039)
  593. o18.Position = Vector3.new(-95.5, 140, -41)
  594. o19.Parent = o18
  595. o19.C0 = CFrame.new(-3, 0.5, 3, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  596. o19.C1 = CFrame.new(-4.5, -1, 2, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  597. o19.Part0 = o162
  598. o19.Part1 = o18
  599. o20.Name = "Torso"
  600. o20.Parent = o2
  601. o20.BrickColor = BrickColor.new("Steel blue")
  602. o20.Position = Vector3.new(-97, 141, -41)
  603. o20.Anchored = true
  604. o20.FormFactor = Enum.FormFactor.Symmetric
  605. o20.Size = Vector3.new(2, 2, 1)
  606. o20.CFrame = CFrame.new(-97, 141, -41, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  607. o20.LeftSurface = Enum.SurfaceType.Weld
  608. o20.RightSurface = Enum.SurfaceType.Weld
  609. o20.Color = Color3.new(0.321569, 0.486275, 0.682353)
  610. o20.Position = Vector3.new(-97, 141, -41)
  611. o21.Name = "roblox"
  612. o21.Parent = o20
  613. o21.Texture = "http://www.roblox.com/asset/?id=2499168668"
  614. o30.Parent = o20
  615. o30.C0 = CFrame.new(0.5, -1, 0.5, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  616. o30.C1 = CFrame.new(-1, -2, 0.5, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  617. o30.Part0 = o14
  618. o30.Part1 = o20
  619. o31.Parent = o20
  620. o31.C0 = CFrame.new(-0.5, -1, -0.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  621. o31.C1 = CFrame.new(1, -2, -0.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  622. o31.Part0 = o18
  623. o31.Part1 = o20
  624. o32.Parent = o2
  625. o32.HeadColor = BrickColor.new("Bright yellow")
  626. o32.LeftArmColor = BrickColor.new("Bright yellow")
  627. o32.LeftLegColor = BrickColor.new("Shamrock")
  628. o32.RightArmColor = BrickColor.new("Bright yellow")
  629. o32.RightLegColor = BrickColor.new("Shamrock")
  630. o32.TorsoColor = BrickColor.new("Steel blue")
  631. o33.Name = "Flower"
  632. o33.Parent = o1
  633. o33.PrimaryPart = o35
  634. o34.Name = "Pedal3"
  635. o34.Parent = o33
  636. o34.Material = Enum.Material.SmoothPlastic
  637. o34.BrickColor = BrickColor.new("Bright yellow")
  638. o34.Position = Vector3.new(-95.1661758, 139.959991, -44.2405853)
  639. o34.Rotation = Vector3.new(0, -11.46, 0)
  640. o34.Anchored = true
  641. o34.CanCollide = false
  642. o34.FormFactor = Enum.FormFactor.Custom
  643. o34.Size = Vector3.new(0.800000012, 0.400000006, 0.800000012)
  644. o34.CFrame = CFrame.new(-95.1661758, 139.959991, -44.2405853, 0.980066597, 0, -0.198669329, 0, 1, 0, 0.198669329, 0, 0.980066597)
  645. o34.BottomSurface = Enum.SurfaceType.Smooth
  646. o34.TopSurface = Enum.SurfaceType.Smooth
  647. o34.Color = Color3.new(0.960784, 0.803922, 0.188235)
  648. o34.Position = Vector3.new(-95.1661758, 139.959991, -44.2405853)
  649. o35.Name = "Stem"
  650. o35.Parent = o33
  651. o35.Material = Enum.Material.Grass
  652. o35.BrickColor = BrickColor.new("Bright green")
  653. o35.Position = Vector3.new(-94.6314392, 140, -44.1723213)
  654. o35.Rotation = Vector3.new(-180, 56.7900009, -180)
  655. o35.Anchored = true
  656. o35.CanCollide = false
  657. o35.FormFactor = Enum.FormFactor.Custom
  658. o35.Size = Vector3.new(0.400000006, 4.80000019, 0.400000006)
  659. o35.CFrame = CFrame.new(-94.6314392, 140, -44.1723213, -0.547729492, 1.85977825e-07, 0.8366552, 1.1322917e-07, 0.999998331, 2.96414441e-07, -0.836656272, -2.57088686e-07, -0.547729135)
  660. o35.BottomSurface = Enum.SurfaceType.Smooth
  661. o35.TopSurface = Enum.SurfaceType.Smooth
  662. o35.Color = Color3.new(0.294118, 0.592157, 0.294118)
  663. o35.Position = Vector3.new(-94.6314392, 140, -44.1723213)
  664. o36.Name = "Pedal2"
  665. o36.Parent = o33
  666. o36.Material = Enum.Material.SmoothPlastic
  667. o36.BrickColor = BrickColor.new("Bright yellow")
  668. o36.Position = Vector3.new(-94.0992966, 141.159988, -44.1262856)
  669. o36.Rotation = Vector3.new(0, -11.46, 0)
  670. o36.Anchored = true
  671. o36.CanCollide = false
  672. o36.FormFactor = Enum.FormFactor.Custom
  673. o36.Size = Vector3.new(0.800000012, 0.400000006, 0.800000012)
  674. o36.CFrame = CFrame.new(-94.0992966, 141.159988, -44.1262856, 0.980066597, 0, -0.198669329, 0, 1, 0, 0.198669329, 0, 0.980066597)
  675. o36.BottomSurface = Enum.SurfaceType.Smooth
  676. o36.TopSurface = Enum.SurfaceType.Smooth
  677. o36.Color = Color3.new(0.960784, 0.803922, 0.188235)
  678. o36.Position = Vector3.new(-94.0992966, 141.159988, -44.1262856)
  679. o37.Name = "Pedal1"
  680. o37.Parent = o33
  681. o37.Material = Enum.Material.SmoothPlastic
  682. o37.BrickColor = BrickColor.new("Bright yellow")
  683. o37.Position = Vector3.new(-94.9083099, 142.599762, -44.2301064)
  684. o37.Rotation = Vector3.new(-180, 56.7900009, -180)
  685. o37.Anchored = true
  686. o37.CanCollide = false
  687. o37.FormFactor = Enum.FormFactor.Custom
  688. o37.Size = Vector3.new(0.800000012, 0.400000006, 0.800000012)
  689. o37.CFrame = CFrame.new(-94.9083099, 142.599762, -44.2301064, -0.547729254, 0, 0.836655617, 0, 1, 0, -0.836655617, 0, -0.547729254)
  690. o37.BottomSurface = Enum.SurfaceType.Smooth
  691. o37.TopSurface = Enum.SurfaceType.Smooth
  692. o37.Color = Color3.new(0.960784, 0.803922, 0.188235)
  693. o37.Position = Vector3.new(-94.9083099, 142.599762, -44.2301064)
  694. o38.Name = "Flower"
  695. o38.Parent = o1
  696. o38.PrimaryPart = o40
  697. o39.Name = "Stem"
  698. o39.Parent = o38
  699. o39.Material = Enum.Material.Grass
  700. o39.BrickColor = BrickColor.new("Bright green")
  701. o39.Position = Vector3.new(-94.8422852, 139.700027, -42.8171082)
  702. o39.Rotation = Vector3.new(0, 4.05999994, 0)
  703. o39.Anchored = true
  704. o39.CanCollide = false
  705. o39.FormFactor = Enum.FormFactor.Custom
  706. o39.Size = Vector3.new(0.300000012, 1.200001, 0.300000012)
  707. o39.CFrame = CFrame.new(-94.8422852, 139.700027, -42.8171082, 0.997493923, 0, 0.0707522333, 0, 1, 0, -0.0707522333, 0, 0.997493923)
  708. o39.BottomSurface = Enum.SurfaceType.Smooth
  709. o39.TopSurface = Enum.SurfaceType.Smooth
  710. o39.Color = Color3.new(0.294118, 0.592157, 0.294118)
  711. o39.Position = Vector3.new(-94.8422852, 139.700027, -42.8171082)
  712. o40.Name = "Prime"
  713. o40.Parent = o38
  714. o40.Material = Enum.Material.Grass
  715. o40.BrickColor = BrickColor.new("Bright green")
  716. o40.Position = Vector3.new(-94.8422852, 139, -42.8171082)
  717. o40.Rotation = Vector3.new(0, 4.05999994, 0)
  718. o40.Anchored = true
  719. o40.CanCollide = false
  720. o40.FormFactor = Enum.FormFactor.Custom
  721. o40.Size = Vector3.new(0.300000012, 0.400000006, 0.300000012)
  722. o40.CFrame = CFrame.new(-94.8422852, 139, -42.8171082, 0.997493923, 0, 0.0707522333, 0, 1, 0, -0.0707522333, 0, 0.997493923)
  723. o40.BottomSurface = Enum.SurfaceType.Smooth
  724. o40.TopSurface = Enum.SurfaceType.Smooth
  725. o40.Color = Color3.new(0.294118, 0.592157, 0.294118)
  726. o40.Position = Vector3.new(-94.8422852, 139, -42.8171082)
  727. o41.Name = "Stamen"
  728. o41.Parent = o38
  729. o41.Material = Enum.Material.Grass
  730. o41.BrickColor = BrickColor.new("Bright yellow")
  731. o41.Position = Vector3.new(-94.8566513, 140.400024, -42.8195114)
  732. o41.Rotation = Vector3.new(0, 34.0600014, 0)
  733. o41.Anchored = true
  734. o41.CanCollide = false
  735. o41.FormFactor = Enum.FormFactor.Custom
  736. o41.Size = Vector3.new(0.50000006, 0.200000003, 0.5)
  737. o41.CFrame = CFrame.new(-94.8566513, 140.400024, -42.8195114, 0.828478932, 2.97276461e-08, 0.560020208, -2.83881718e-09, 1, -9.48773504e-09, -0.560020208, -2.10858153e-09, 0.828478932)
  738. o41.BottomSurface = Enum.SurfaceType.Smooth
  739. o41.TopSurface = Enum.SurfaceType.Smooth
  740. o41.Color = Color3.new(0.960784, 0.803922, 0.188235)
  741. o41.Position = Vector3.new(-94.8566513, 140.400024, -42.8195114)
  742. o42.Name = "Pedals"
  743. o42.Parent = o38
  744. o43.Name = "Flower"
  745. o43.Parent = o42
  746. o43.Material = Enum.Material.Grass
  747. o43.BrickColor = BrickColor.new("Really red")
  748. o43.Position = Vector3.new(-94.449852, 140.573212, -43.1485252)
  749. o43.Rotation = Vector3.new(0, 34.0600014, 30)
  750. o43.Anchored = true
  751. o43.CanCollide = false
  752. o43.FormFactor = Enum.FormFactor.Custom
  753. o43.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  754. o43.CFrame = CFrame.new(-94.449852, 140.573212, -43.1485252, 0.717483342, -0.414239436, 0.560019791, 0.499999732, 0.866025031, 7.3557004e-07, -0.484991699, 0.28000927, 0.828478634)
  755. o43.BottomSurface = Enum.SurfaceType.Smooth
  756. o43.TopSurface = Enum.SurfaceType.Smooth
  757. o43.Color = Color3.new(1, 0, 0)
  758. o43.Position = Vector3.new(-94.449852, 140.573212, -43.1485252)
  759. o44.Name = "Flower"
  760. o44.Parent = o42
  761. o44.Material = Enum.Material.Grass
  762. o44.BrickColor = BrickColor.new("Really red")
  763. o44.Position = Vector3.new(-95.4224319, 140.573212, -42.8119392)
  764. o44.Rotation = Vector3.new(0, 4.05999994, -30)
  765. o44.Anchored = true
  766. o44.CanCollide = false
  767. o44.FormFactor = Enum.FormFactor.Custom
  768. o44.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  769. o44.CFrame = CFrame.new(-95.4224319, 140.573212, -42.8119392, 0.863854647, 0.498746485, 0.0707522035, -0.499999672, 0.866025031, 7.80537448e-07, -0.061272759, -0.0353767499, 0.997493327)
  770. o44.BottomSurface = Enum.SurfaceType.Smooth
  771. o44.TopSurface = Enum.SurfaceType.Smooth
  772. o44.Color = Color3.new(1, 0, 0)
  773. o44.Position = Vector3.new(-95.4224319, 140.573212, -42.8119392)
  774. o45.Name = "Flower"
  775. o45.Parent = o42
  776. o45.Material = Enum.Material.Grass
  777. o45.BrickColor = BrickColor.new("Really red")
  778. o45.Position = Vector3.new(-94.9987869, 140.573212, -42.2770004)
  779. o45.Rotation = Vector3.new(0, 79.0599976, -30)
  780. o45.Anchored = true
  781. o45.CanCollide = false
  782. o45.FormFactor = Enum.FormFactor.Custom
  783. o45.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  784. o45.CFrame = CFrame.new(-94.9987869, 140.573212, -42.2770004, 0.164397135, 0.0949134305, 0.98181659, -0.499999911, 0.866025031, 1.24509916e-06, -0.850277901, -0.490908563, 0.189828843)
  785. o45.BottomSurface = Enum.SurfaceType.Smooth
  786. o45.TopSurface = Enum.SurfaceType.Smooth
  787. o45.Color = Color3.new(1, 0, 0)
  788. o45.Position = Vector3.new(-94.9987869, 140.573212, -42.2770004)
  789. o46.Name = "Flower"
  790. o46.Parent = o42
  791. o46.Material = Enum.Material.Grass
  792. o46.BrickColor = BrickColor.new("Really red")
  793. o46.Position = Vector3.new(-95.0781937, 140.573212, -43.4103928)
  794. o46.Rotation = Vector3.new(0, -70.9400024, -30)
  795. o46.Anchored = true
  796. o46.CanCollide = false
  797. o46.FormFactor = Enum.FormFactor.Custom
  798. o46.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  799. o46.CFrame = CFrame.new(-95.0781937, 140.573212, -43.4103928, 0.282767594, 0.163255319, -0.945192516, -0.499999166, 0.866025329, -3.34423817e-07, 0.818561077, 0.472595781, 0.326511621)
  800. o46.BottomSurface = Enum.SurfaceType.Smooth
  801. o46.TopSurface = Enum.SurfaceType.Smooth
  802. o46.Color = Color3.new(1, 0, 0)
  803. o46.Position = Vector3.new(-95.0781937, 140.573212, -43.4103928)
  804. o47.Name = "Flower"
  805. o47.Parent = o42
  806. o47.Material = Enum.Material.Grass
  807. o47.BrickColor = BrickColor.new("Really red")
  808. o47.Position = Vector3.new(-94.4000244, 140.573212, -42.5935249)
  809. o47.Rotation = Vector3.new(0, -25.9400005, 30)
  810. o47.Anchored = true
  811. o47.CanCollide = false
  812. o47.FormFactor = Enum.FormFactor.Custom
  813. o47.Size = Vector3.new(0.900000036, 0.200000003, 0.49999997)
  814. o47.CFrame = CFrame.new(-94.4000244, 140.573212, -42.5935249, 0.778756559, -0.449615508, -0.437473446, 0.50000006, 0.866024911, 2.58732769e-07, 0.378862917, -0.21873711, 0.899230659)
  815. o47.BottomSurface = Enum.SurfaceType.Smooth
  816. o47.TopSurface = Enum.SurfaceType.Smooth
  817. o47.Color = Color3.new(1, 0, 0)
  818. o47.Position = Vector3.new(-94.4000244, 140.573212, -42.5935249)
  819. o48.Name = "Flower"
  820. o48.Parent = o1
  821. o48.PrimaryPart = o50
  822. o49.Name = "Stem"
  823. o49.Parent = o48
  824. o49.Material = Enum.Material.Grass
  825. o49.BrickColor = BrickColor.new("Bright green")
  826. o49.Position = Vector3.new(-97.843338, 139.700027, -39.7764893)
  827. o49.Rotation = Vector3.new(0, 43.0999985, 0)
  828. o49.Anchored = true
  829. o49.CanCollide = false
  830. o49.FormFactor = Enum.FormFactor.Custom
  831. o49.Size = Vector3.new(0.300000012, 1.200001, 0.300000012)
  832. o49.CFrame = CFrame.new(-97.843338, 139.700027, -39.7764893, 0.730173588, 0, 0.683261693, 0, 1, 0, -0.683261693, 0, 0.730173588)
  833. o49.BottomSurface = Enum.SurfaceType.Smooth
  834. o49.TopSurface = Enum.SurfaceType.Smooth
  835. o49.Color = Color3.new(0.294118, 0.592157, 0.294118)
  836. o49.Position = Vector3.new(-97.843338, 139.700027, -39.7764893)
  837. o50.Name = "Prime"
  838. o50.Parent = o48
  839. o50.Material = Enum.Material.Grass
  840. o50.BrickColor = BrickColor.new("Bright green")
  841. o50.Position = Vector3.new(-97.843338, 139, -39.7764893)
  842. o50.Rotation = Vector3.new(0, 43.0999985, 0)
  843. o50.Anchored = true
  844. o50.CanCollide = false
  845. o50.FormFactor = Enum.FormFactor.Custom
  846. o50.Size = Vector3.new(0.300000012, 0.400000006, 0.300000012)
  847. o50.CFrame = CFrame.new(-97.843338, 139, -39.7764893, 0.730173588, 0, 0.683261693, 0, 1, 0, -0.683261693, 0, 0.730173588)
  848. o50.BottomSurface = Enum.SurfaceType.Smooth
  849. o50.TopSurface = Enum.SurfaceType.Smooth
  850. o50.Color = Color3.new(0.294118, 0.592157, 0.294118)
  851. o50.Position = Vector3.new(-97.843338, 139, -39.7764893)
  852. o51.Name = "Stamen"
  853. o51.Parent = o48
  854. o51.Material = Enum.Material.Grass
  855. o51.BrickColor = BrickColor.new("Bright yellow")
  856. o51.Position = Vector3.new(-97.8560104, 140.400024, -39.7693062)
  857. o51.Rotation = Vector3.new(0, 73.0999985, 0)
  858. o51.Anchored = true
  859. o51.CanCollide = false
  860. o51.FormFactor = Enum.FormFactor.Custom
  861. o51.Size = Vector3.new(0.50000006, 0.200000003, 0.5)
  862. o51.CFrame = CFrame.new(-97.8560104, 140.400024, -39.7693062, 0.290717989, 2.17608758e-08, 0.956808746, -2.83881718e-09, 1, -9.48773504e-09, -0.956808746, -2.03627923e-08, 0.290717989)
  863. o51.BottomSurface = Enum.SurfaceType.Smooth
  864. o51.TopSurface = Enum.SurfaceType.Smooth
  865. o51.Color = Color3.new(0.960784, 0.803922, 0.188235)
  866. o51.Position = Vector3.new(-97.8560104, 140.400024, -39.7693062)
  867. o52.Name = "Pedals"
  868. o52.Parent = o48
  869. o53.Name = "Flower"
  870. o53.Parent = o52
  871. o53.Material = Enum.Material.Grass
  872. o53.BrickColor = BrickColor.new("Really red")
  873. o53.Position = Vector3.new(-97.7472916, 140.573212, -40.281086)
  874. o53.Rotation = Vector3.new(0, 73.0999985, 30)
  875. o53.Anchored = true
  876. o53.CanCollide = false
  877. o53.FormFactor = Enum.FormFactor.Custom
  878. o53.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  879. o53.CFrame = CFrame.new(-97.7472916, 140.573212, -40.281086, 0.251768827, -0.145359501, 0.956808209, 0.499999732, 0.866025031, 7.3557004e-07, -0.828620374, 0.478403687, 0.290717989)
  880. o53.BottomSurface = Enum.SurfaceType.Smooth
  881. o53.TopSurface = Enum.SurfaceType.Smooth
  882. o53.Color = Color3.new(1, 0, 0)
  883. o53.Position = Vector3.new(-97.7472916, 140.573212, -40.281086)
  884. o54.Name = "Flower"
  885. o54.Parent = o52
  886. o54.Material = Enum.Material.Grass
  887. o54.BrickColor = BrickColor.new("Really red")
  888. o54.Position = Vector3.new(-98.2906723, 140.573212, -39.4070473)
  889. o54.Rotation = Vector3.new(0, 43.0999985, -30)
  890. o54.Anchored = true
  891. o54.CanCollide = false
  892. o54.FormFactor = Enum.FormFactor.Custom
  893. o54.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  894. o54.CFrame = CFrame.new(-98.2906723, 140.573212, -39.4070473, 0.632348835, 0.365086049, 0.683261275, -0.499999672, 0.866025031, 7.80537448e-07, -0.591721356, -0.341631025, 0.730173171)
  895. o54.BottomSurface = Enum.SurfaceType.Smooth
  896. o54.TopSurface = Enum.SurfaceType.Smooth
  897. o54.Color = Color3.new(1, 0, 0)
  898. o54.Position = Vector3.new(-98.2906723, 140.573212, -39.4070473)
  899. o55.Name = "Flower"
  900. o55.Parent = o52
  901. o55.Material = Enum.Material.Grass
  902. o55.BrickColor = BrickColor.new("Really red")
  903. o55.Position = Vector3.new(-97.6246796, 140.573212, -39.2584152)
  904. o55.Rotation = Vector3.new(-180, 61.9000015, 150)
  905. o55.Anchored = true
  906. o55.CanCollide = false
  907. o55.FormFactor = Enum.FormFactor.Custom
  908. o55.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  909. o55.CFrame = CFrame.new(-97.6246796, 140.573212, -39.2584152, -0.40789485, -0.235499457, 0.88213408, -0.499999911, 0.866025031, 1.24509916e-06, -0.763950706, -0.441066623, -0.470997036)
  910. o55.BottomSurface = Enum.SurfaceType.Smooth
  911. o55.TopSurface = Enum.SurfaceType.Smooth
  912. o55.Color = Color3.new(1, 0, 0)
  913. o55.Position = Vector3.new(-97.6246796, 140.573212, -39.2584152)
  914. o56.Name = "Flower"
  915. o56.Parent = o52
  916. o56.Material = Enum.Material.Grass
  917. o56.BrickColor = BrickColor.new("Really red")
  918. o56.Position = Vector3.new(-98.4002686, 140.573212, -40.0886879)
  919. o56.Rotation = Vector3.new(0, -31.8999996, -30)
  920. o56.Anchored = true
  921. o56.CanCollide = false
  922. o56.FormFactor = Enum.FormFactor.Custom
  923. o56.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  924. o56.CFrame = CFrame.new(-98.4002686, 140.573212, -40.0886879, 0.735223413, 0.424480498, -0.528452039, -0.499999166, 0.866025329, -3.34423817e-07, 0.457653046, 0.26422596, 0.848962426)
  925. o56.BottomSurface = Enum.SurfaceType.Smooth
  926. o56.TopSurface = Enum.SurfaceType.Smooth
  927. o56.Color = Color3.new(1, 0, 0)
  928. o56.Position = Vector3.new(-98.4002686, 140.573212, -40.0886879)
  929. o57.Name = "Flower"
  930. o57.Parent = o52
  931. o57.Material = Enum.Material.Grass
  932. o57.BrickColor = BrickColor.new("Really red")
  933. o57.Position = Vector3.new(-97.3590088, 140.573212, -39.8814049)
  934. o57.Rotation = Vector3.new(0, 13.1000004, 30)
  935. o57.Anchored = true
  936. o57.CanCollide = false
  937. o57.FormFactor = Enum.FormFactor.Custom
  938. o57.Size = Vector3.new(0.900000036, 0.200000003, 0.49999997)
  939. o57.CFrame = CFrame.new(-97.3590088, 140.573212, -39.8814049, 0.843490481, -0.486989945, 0.226635098, 0.50000006, 0.866024911, 2.58732769e-07, -0.196271837, 0.113317341, 0.973979115)
  940. o57.BottomSurface = Enum.SurfaceType.Smooth
  941. o57.TopSurface = Enum.SurfaceType.Smooth
  942. o57.Color = Color3.new(1, 0, 0)
  943. o57.Position = Vector3.new(-97.3590088, 140.573212, -39.8814049)
  944. o58.Name = "Fiber Rope"
  945. o58.Parent = o1
  946. o59.Name = "Rope"
  947. o59.Parent = o58
  948. o61.Parent = mas
  949. o61.Texture = "rbxassetid://3573417005"
  950. o61.Face = Enum.NormalId.Top
  951. o63.Parent = mas
  952. o63.Texture = "rbxassetid://3573417005"
  953. o63.Face = Enum.NormalId.Top
  954. o65.Name = "Back"
  955. o65.Parent = mas
  956. o65.Texture = "rbxassetid://3573417005"
  957. o65.Face = Enum.NormalId.Back
  958. o65.StudsPerTileU = 0.56568002700806
  959. o65.StudsPerTileV = 0.35787871479988
  960. o66.Name = "Left"
  961. o66.Parent = mas
  962. o66.Texture = "rbxassetid://3573417005"
  963. o66.Face = Enum.NormalId.Left
  964. o66.StudsPerTileU = 0.56568002700806
  965. o66.StudsPerTileV = 0.35787871479988
  966. o67.Name = "Front"
  967. o67.Parent = mas
  968. o67.Texture = "rbxassetid://3573417005"
  969. o67.StudsPerTileU = 0.56568002700806
  970. o67.StudsPerTileV = 0.35787871479988
  971. o68.Name = "Right"
  972. o68.Parent = mas
  973. o68.Texture = "rbxassetid://3573417005"
  974. o68.Face = Enum.NormalId.Right
  975. o68.StudsPerTileU = 0.56568002700806
  976. o68.StudsPerTileV = 0.35787871479988
  977. o69.Name = "Flower"
  978. o69.Parent = o1
  979. o69.PrimaryPart = o71
  980. o70.Name = "Stem"
  981. o70.Parent = o69
  982. o70.Material = Enum.Material.Grass
  983. o70.BrickColor = BrickColor.new("Bright green")
  984. o70.Position = Vector3.new(-94.5943375, 139.700027, -39.7106438)
  985. o70.Rotation = Vector3.new(0, -15.21, 0)
  986. o70.Anchored = true
  987. o70.CanCollide = false
  988. o70.FormFactor = Enum.FormFactor.Custom
  989. o70.Size = Vector3.new(0.300000012, 1.200001, 0.300000012)
  990. o70.CFrame = CFrame.new(-94.5943375, 139.700027, -39.7106438, 0.964965999, 0, -0.262374848, 0, 1, 0, 0.262374848, 0, 0.964965999)
  991. o70.BottomSurface = Enum.SurfaceType.Smooth
  992. o70.TopSurface = Enum.SurfaceType.Smooth
  993. o70.Color = Color3.new(0.294118, 0.592157, 0.294118)
  994. o70.Position = Vector3.new(-94.5943375, 139.700027, -39.7106438)
  995. o71.Name = "Prime"
  996. o71.Parent = o69
  997. o71.Material = Enum.Material.Grass
  998. o71.BrickColor = BrickColor.new("Bright green")
  999. o71.Position = Vector3.new(-94.5943375, 139, -39.7106438)
  1000. o71.Rotation = Vector3.new(0, -15.21, 0)
  1001. o71.Anchored = true
  1002. o71.CanCollide = false
  1003. o71.FormFactor = Enum.FormFactor.Custom
  1004. o71.Size = Vector3.new(0.300000012, 0.400000006, 0.300000012)
  1005. o71.CFrame = CFrame.new(-94.5943375, 139, -39.7106438, 0.964965999, 0, -0.262374848, 0, 1, 0, 0.262374848, 0, 0.964965999)
  1006. o71.BottomSurface = Enum.SurfaceType.Smooth
  1007. o71.TopSurface = Enum.SurfaceType.Smooth
  1008. o71.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1009. o71.Position = Vector3.new(-94.5943375, 139, -39.7106438)
  1010. o72.Name = "Stamen"
  1011. o72.Parent = o69
  1012. o72.Material = Enum.Material.Grass
  1013. o72.BrickColor = BrickColor.new("Bright yellow")
  1014. o72.Position = Vector3.new(-94.6071167, 140.400024, -39.7176552)
  1015. o72.Rotation = Vector3.new(0, 14.79, 0)
  1016. o72.Anchored = true
  1017. o72.CanCollide = false
  1018. o72.FormFactor = Enum.FormFactor.Custom
  1019. o72.Size = Vector3.new(0.50000006, 0.200000003, 0.5)
  1020. o72.CFrame = CFrame.new(-94.6071167, 140.400024, -39.7176552, 0.966872513, 2.87582385e-08, 0.255259722, -2.83881718e-09, 1, -9.48773504e-09, -0.255259722, 7.81938247e-09, 0.966872513)
  1021. o72.BottomSurface = Enum.SurfaceType.Smooth
  1022. o72.TopSurface = Enum.SurfaceType.Smooth
  1023. o72.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1024. o72.Position = Vector3.new(-94.6071167, 140.400024, -39.7176552)
  1025. o73.Name = "Pedals"
  1026. o73.Parent = o69
  1027. o74.Name = "Flower"
  1028. o74.Parent = o73
  1029. o74.Material = Enum.Material.Grass
  1030. o74.BrickColor = BrickColor.new("Bright yellow")
  1031. o74.Position = Vector3.new(-94.1145172, 140.573212, -39.8939972)
  1032. o74.Rotation = Vector3.new(0, 14.79, 30)
  1033. o74.Anchored = true
  1034. o74.CanCollide = false
  1035. o74.FormFactor = Enum.FormFactor.Custom
  1036. o74.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  1037. o74.CFrame = CFrame.new(-94.1145172, 140.573212, -39.8939972, 0.837335706, -0.483435929, 0.255259454, 0.499999732, 0.866025031, 7.3557004e-07, -0.221061558, 0.127629071, 0.966872036)
  1038. o74.BottomSurface = Enum.SurfaceType.Smooth
  1039. o74.TopSurface = Enum.SurfaceType.Smooth
  1040. o74.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1041. o74.Position = Vector3.new(-94.1145172, 140.573212, -39.8939972)
  1042. o75.Name = "Flower"
  1043. o75.Parent = o73
  1044. o75.Material = Enum.Material.Grass
  1045. o75.BrickColor = BrickColor.new("Bright yellow")
  1046. o75.Position = Vector3.new(-95.1436844, 140.573212, -39.8972015)
  1047. o75.Rotation = Vector3.new(0, -15.21, -30)
  1048. o75.Anchored = true
  1049. o75.CanCollide = false
  1050. o75.FormFactor = Enum.FormFactor.Custom
  1051. o75.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  1052. o75.CFrame = CFrame.new(-95.1436844, 140.573212, -39.8972015, 0.835684478, 0.482482761, -0.262374699, -0.499999672, 0.866025031, 7.80537448e-07, 0.227223575, 0.131186679, 0.964965403)
  1053. o75.BottomSurface = Enum.SurfaceType.Smooth
  1054. o75.TopSurface = Enum.SurfaceType.Smooth
  1055. o75.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1056. o75.Position = Vector3.new(-95.1436844, 140.573212, -39.8972015)
  1057. o76.Name = "Flower"
  1058. o76.Parent = o73
  1059. o76.Material = Enum.Material.Grass
  1060. o76.BrickColor = BrickColor.new("Bright yellow")
  1061. o76.Position = Vector3.new(-94.9202957, 140.573212, -39.25243)
  1062. o76.Rotation = Vector3.new(0, 59.7900009, -30)
  1063. o76.Anchored = true
  1064. o76.CanCollide = false
  1065. o76.FormFactor = Enum.FormFactor.Custom
  1066. o76.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  1067. o76.CFrame = CFrame.new(-94.9202957, 140.573212, -39.25243, 0.435772181, 0.2515921, 0.864177406, -0.499999911, 0.866025031, 1.24509916e-06, -0.748399258, -0.432089329, 0.503185868)
  1068. o76.BottomSurface = Enum.SurfaceType.Smooth
  1069. o76.TopSurface = Enum.SurfaceType.Smooth
  1070. o76.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1071. o76.Position = Vector3.new(-94.9202957, 140.573212, -39.25243)
  1072. o77.Name = "Flower"
  1073. o77.Parent = o73
  1074. o77.Material = Enum.Material.Grass
  1075. o77.BrickColor = BrickColor.new("Bright yellow")
  1076. o77.Position = Vector3.new(-94.6212616, 140.573212, -40.3485451)
  1077. o77.Rotation = Vector3.new(179.990005, -89.7799988, 150)
  1078. o77.Anchored = true
  1079. o77.CanCollide = false
  1080. o77.FormFactor = Enum.FormFactor.Custom
  1081. o77.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  1082. o77.CFrame = CFrame.new(-94.6212616, 140.573212, -40.3485451, -0.00318953395, -0.00184183568, -0.999992549, -0.499999166, 0.866025329, -3.34423817e-07, 0.866019368, 0.499995679, -0.00368307531)
  1083. o77.BottomSurface = Enum.SurfaceType.Smooth
  1084. o77.TopSurface = Enum.SurfaceType.Smooth
  1085. o77.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1086. o77.Position = Vector3.new(-94.6212616, 140.573212, -40.3485451)
  1087. o78.Name = "Flower"
  1088. o78.Parent = o73
  1089. o78.Material = Enum.Material.Grass
  1090. o78.BrickColor = BrickColor.new("Bright yellow")
  1091. o78.Position = Vector3.new(-94.2506332, 140.573212, -39.3536415)
  1092. o78.Rotation = Vector3.new(0, -45.2099991, 30)
  1093. o78.Anchored = true
  1094. o78.CanCollide = false
  1095. o78.FormFactor = Enum.FormFactor.Custom
  1096. o78.Size = Vector3.new(0.900000036, 0.200000003, 0.49999997)
  1097. o78.CFrame = CFrame.new(-94.2506332, 140.573212, -39.3536415, 0.610112548, -0.352248669, -0.70970583, 0.50000006, 0.866024911, 2.58732769e-07, 0.61462307, -0.354853332, 0.704497278)
  1098. o78.BottomSurface = Enum.SurfaceType.Smooth
  1099. o78.TopSurface = Enum.SurfaceType.Smooth
  1100. o78.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1101. o78.Position = Vector3.new(-94.2506332, 140.573212, -39.3536415)
  1102. o79.Name = "Fiber Rope"
  1103. o79.Parent = o1
  1104. o80.Name = "Rope"
  1105. o80.Parent = o79
  1106. o82.Parent = mas
  1107. o82.Texture = "rbxassetid://3573417005"
  1108. o82.Face = Enum.NormalId.Top
  1109. o84.Parent = mas
  1110. o84.Texture = "rbxassetid://3573417005"
  1111. o84.Face = Enum.NormalId.Top
  1112. o86.Name = "Back"
  1113. o86.Parent = mas
  1114. o86.Texture = "rbxassetid://3573417005"
  1115. o86.Face = Enum.NormalId.Back
  1116. o86.StudsPerTileU = 0.56568002700806
  1117. o86.StudsPerTileV = 0.3986445069313
  1118. o87.Name = "Left"
  1119. o87.Parent = mas
  1120. o87.Texture = "rbxassetid://3573417005"
  1121. o87.Face = Enum.NormalId.Left
  1122. o87.StudsPerTileU = 0.56568002700806
  1123. o87.StudsPerTileV = 0.3986445069313
  1124. o88.Name = "Front"
  1125. o88.Parent = mas
  1126. o88.Texture = "rbxassetid://3573417005"
  1127. o88.StudsPerTileU = 0.56568002700806
  1128. o88.StudsPerTileV = 0.3986445069313
  1129. o89.Name = "Right"
  1130. o89.Parent = mas
  1131. o89.Texture = "rbxassetid://3573417005"
  1132. o89.Face = Enum.NormalId.Right
  1133. o89.StudsPerTileU = 0.56568002700806
  1134. o89.StudsPerTileV = 0.3986445069313
  1135. o91.Name = "Back"
  1136. o91.Parent = mas
  1137. o91.Texture = "rbxassetid://3573417005"
  1138. o91.Face = Enum.NormalId.Back
  1139. o91.StudsPerTileU = 0.56568002700806
  1140. o91.StudsPerTileV = 0.3986445069313
  1141. o92.Name = "Left"
  1142. o92.Parent = mas
  1143. o92.Texture = "rbxassetid://3573417005"
  1144. o92.Face = Enum.NormalId.Left
  1145. o92.StudsPerTileU = 0.56568002700806
  1146. o92.StudsPerTileV = 0.3986445069313
  1147. o93.Name = "Front"
  1148. o93.Parent = mas
  1149. o93.Texture = "rbxassetid://3573417005"
  1150. o93.StudsPerTileU = 0.56568002700806
  1151. o93.StudsPerTileV = 0.3986445069313
  1152. o94.Name = "Right"
  1153. o94.Parent = mas
  1154. o94.Texture = "rbxassetid://3573417005"
  1155. o94.Face = Enum.NormalId.Right
  1156. o94.StudsPerTileU = 0.56568002700806
  1157. o94.StudsPerTileV = 0.3986445069313
  1158. o96.Name = "Back"
  1159. o96.Parent = mas
  1160. o96.Texture = "rbxassetid://3573417005"
  1161. o96.Face = Enum.NormalId.Back
  1162. o96.StudsPerTileU = 0.56568002700806
  1163. o96.StudsPerTileV = 0.3986445069313
  1164. o97.Name = "Left"
  1165. o97.Parent = mas
  1166. o97.Texture = "rbxassetid://3573417005"
  1167. o97.Face = Enum.NormalId.Left
  1168. o97.StudsPerTileU = 0.54753005504608
  1169. o97.StudsPerTileV = 0.3986445069313
  1170. o98.Name = "Front"
  1171. o98.Parent = mas
  1172. o98.Texture = "rbxassetid://3573417005"
  1173. o98.StudsPerTileU = 0.56568002700806
  1174. o98.StudsPerTileV = 0.3986445069313
  1175. o99.Name = "Right"
  1176. o99.Parent = mas
  1177. o99.Texture = "rbxassetid://3573417005"
  1178. o99.Face = Enum.NormalId.Right
  1179. o99.StudsPerTileU = 0.54753005504608
  1180. o99.StudsPerTileV = 0.3986445069313
  1181. o101.Name = "Back"
  1182. o101.Parent = mas
  1183. o101.Texture = "rbxassetid://3573417005"
  1184. o101.Face = Enum.NormalId.Back
  1185. o101.StudsPerTileU = 0.56568002700806
  1186. o101.StudsPerTileV = 0.3986445069313
  1187. o102.Name = "Left"
  1188. o102.Parent = mas
  1189. o102.Texture = "rbxassetid://3573417005"
  1190. o102.Face = Enum.NormalId.Left
  1191. o102.StudsPerTileU = 0.56568002700806
  1192. o102.StudsPerTileV = 0.3986445069313
  1193. o103.Name = "Front"
  1194. o103.Parent = mas
  1195. o103.Texture = "rbxassetid://3573417005"
  1196. o103.StudsPerTileU = 0.56568002700806
  1197. o103.StudsPerTileV = 0.3986445069313
  1198. o104.Name = "Right"
  1199. o104.Parent = mas
  1200. o104.Texture = "rbxassetid://3573417005"
  1201. o104.Face = Enum.NormalId.Right
  1202. o104.StudsPerTileU = 0.56568002700806
  1203. o104.StudsPerTileV = 0.3986445069313
  1204. o105.Name = "Fiber Rope"
  1205. o105.Parent = o1
  1206. o106.Name = "Rope"
  1207. o106.Parent = o105
  1208. o108.Parent = mas
  1209. o108.Texture = "rbxassetid://3573417005"
  1210. o108.Face = Enum.NormalId.Top
  1211. o110.Parent = mas
  1212. o110.Texture = "rbxassetid://3573417005"
  1213. o110.Face = Enum.NormalId.Top
  1214. o112.Name = "Back"
  1215. o112.Parent = mas
  1216. o112.Texture = "rbxassetid://3573417005"
  1217. o112.Face = Enum.NormalId.Back
  1218. o112.StudsPerTileU = 0.56568002700806
  1219. o112.StudsPerTileV = 0.4845729470253
  1220. o113.Name = "Left"
  1221. o113.Parent = mas
  1222. o113.Texture = "rbxassetid://3573417005"
  1223. o113.Face = Enum.NormalId.Left
  1224. o113.StudsPerTileU = 0.56568002700806
  1225. o113.StudsPerTileV = 0.4845729470253
  1226. o114.Name = "Front"
  1227. o114.Parent = mas
  1228. o114.Texture = "rbxassetid://3573417005"
  1229. o114.StudsPerTileU = 0.56568002700806
  1230. o114.StudsPerTileV = 0.4845729470253
  1231. o115.Name = "Right"
  1232. o115.Parent = mas
  1233. o115.Texture = "rbxassetid://3573417005"
  1234. o115.Face = Enum.NormalId.Right
  1235. o115.StudsPerTileU = 0.56568002700806
  1236. o115.StudsPerTileV = 0.4845729470253
  1237. o117.Name = "Back"
  1238. o117.Parent = mas
  1239. o117.Texture = "rbxassetid://3573417005"
  1240. o117.Face = Enum.NormalId.Back
  1241. o117.StudsPerTileU = 0.56568002700806
  1242. o117.StudsPerTileV = 0.4845729470253
  1243. o118.Name = "Left"
  1244. o118.Parent = mas
  1245. o118.Texture = "rbxassetid://3573417005"
  1246. o118.Face = Enum.NormalId.Left
  1247. o118.StudsPerTileU = 0.56568002700806
  1248. o118.StudsPerTileV = 0.4845729470253
  1249. o119.Name = "Front"
  1250. o119.Parent = mas
  1251. o119.Texture = "rbxassetid://3573417005"
  1252. o119.StudsPerTileU = 0.56568002700806
  1253. o119.StudsPerTileV = 0.4845729470253
  1254. o120.Name = "Right"
  1255. o120.Parent = mas
  1256. o120.Texture = "rbxassetid://3573417005"
  1257. o120.Face = Enum.NormalId.Right
  1258. o120.StudsPerTileU = 0.56568002700806
  1259. o120.StudsPerTileV = 0.4845729470253
  1260. o122.Name = "Back"
  1261. o122.Parent = mas
  1262. o122.Texture = "rbxassetid://3573417005"
  1263. o122.Face = Enum.NormalId.Back
  1264. o122.StudsPerTileU = 0.56568002700806
  1265. o122.StudsPerTileV = 0.4845729470253
  1266. o123.Name = "Left"
  1267. o123.Parent = mas
  1268. o123.Texture = "rbxassetid://3573417005"
  1269. o123.Face = Enum.NormalId.Left
  1270. o123.StudsPerTileU = 0.56568002700806
  1271. o123.StudsPerTileV = 0.4845729470253
  1272. o124.Name = "Front"
  1273. o124.Parent = mas
  1274. o124.Texture = "rbxassetid://3573417005"
  1275. o124.StudsPerTileU = 0.56568002700806
  1276. o124.StudsPerTileV = 0.4845729470253
  1277. o125.Name = "Right"
  1278. o125.Parent = mas
  1279. o125.Texture = "rbxassetid://3573417005"
  1280. o125.Face = Enum.NormalId.Right
  1281. o125.StudsPerTileU = 0.56568002700806
  1282. o125.StudsPerTileV = 0.4845729470253
  1283. o127.Name = "Back"
  1284. o127.Parent = mas
  1285. o127.Texture = "rbxassetid://3573417005"
  1286. o127.Face = Enum.NormalId.Back
  1287. o127.StudsPerTileU = 0.56568002700806
  1288. o127.StudsPerTileV = 0.4845729470253
  1289. o128.Name = "Left"
  1290. o128.Parent = mas
  1291. o128.Texture = "rbxassetid://3573417005"
  1292. o128.Face = Enum.NormalId.Left
  1293. o128.StudsPerTileU = 0.56568002700806
  1294. o128.StudsPerTileV = 0.4845729470253
  1295. o129.Name = "Front"
  1296. o129.Parent = mas
  1297. o129.Texture = "rbxassetid://3573417005"
  1298. o129.StudsPerTileU = 0.56568002700806
  1299. o129.StudsPerTileV = 0.4845729470253
  1300. o130.Name = "Right"
  1301. o130.Parent = mas
  1302. o130.Texture = "rbxassetid://3573417005"
  1303. o130.Face = Enum.NormalId.Right
  1304. o130.StudsPerTileU = 0.56568002700806
  1305. o130.StudsPerTileV = 0.4845729470253
  1306. o132.Name = "Back"
  1307. o132.Parent = mas
  1308. o132.Texture = "rbxassetid://3573417005"
  1309. o132.Face = Enum.NormalId.Back
  1310. o132.StudsPerTileU = 0.56568002700806
  1311. o132.StudsPerTileV = 0.4845729470253
  1312. o133.Name = "Left"
  1313. o133.Parent = mas
  1314. o133.Texture = "rbxassetid://3573417005"
  1315. o133.Face = Enum.NormalId.Left
  1316. o133.StudsPerTileU = 0.56568002700806
  1317. o133.StudsPerTileV = 0.4845729470253
  1318. o134.Name = "Front"
  1319. o134.Parent = mas
  1320. o134.Texture = "rbxassetid://3573417005"
  1321. o134.StudsPerTileU = 0.56568002700806
  1322. o134.StudsPerTileV = 0.4845729470253
  1323. o135.Name = "Right"
  1324. o135.Parent = mas
  1325. o135.Texture = "rbxassetid://3573417005"
  1326. o135.Face = Enum.NormalId.Right
  1327. o135.StudsPerTileU = 0.56568002700806
  1328. o135.StudsPerTileV = 0.4845729470253
  1329. o137.Name = "Back"
  1330. o137.Parent = mas
  1331. o137.Texture = "rbxassetid://3573417005"
  1332. o137.Face = Enum.NormalId.Back
  1333. o137.StudsPerTileU = 0.56568002700806
  1334. o137.StudsPerTileV = 0.4845729470253
  1335. o138.Name = "Left"
  1336. o138.Parent = mas
  1337. o138.Texture = "rbxassetid://3573417005"
  1338. o138.Face = Enum.NormalId.Left
  1339. o138.StudsPerTileU = 0.56568002700806
  1340. o138.StudsPerTileV = 0.4845729470253
  1341. o139.Name = "Front"
  1342. o139.Parent = mas
  1343. o139.Texture = "rbxassetid://3573417005"
  1344. o139.StudsPerTileU = 0.56568002700806
  1345. o139.StudsPerTileV = 0.4845729470253
  1346. o140.Name = "Right"
  1347. o140.Parent = mas
  1348. o140.Texture = "rbxassetid://3573417005"
  1349. o140.Face = Enum.NormalId.Right
  1350. o140.StudsPerTileU = 0.56568002700806
  1351. o140.StudsPerTileV = 0.4845729470253
  1352. o142.Name = "Back"
  1353. o142.Parent = mas
  1354. o142.Texture = "rbxassetid://3573417005"
  1355. o142.Face = Enum.NormalId.Back
  1356. o142.StudsPerTileU = 0.56568002700806
  1357. o142.StudsPerTileV = 0.4845729470253
  1358. o143.Name = "Left"
  1359. o143.Parent = mas
  1360. o143.Texture = "rbxassetid://3573417005"
  1361. o143.Face = Enum.NormalId.Left
  1362. o143.StudsPerTileU = 0.56568002700806
  1363. o143.StudsPerTileV = 0.4845729470253
  1364. o144.Name = "Front"
  1365. o144.Parent = mas
  1366. o144.Texture = "rbxassetid://3573417005"
  1367. o144.StudsPerTileU = 0.56568002700806
  1368. o144.StudsPerTileV = 0.4845729470253
  1369. o145.Name = "Right"
  1370. o145.Parent = mas
  1371. o145.Texture = "rbxassetid://3573417005"
  1372. o145.Face = Enum.NormalId.Right
  1373. o145.StudsPerTileU = 0.56568002700806
  1374. o145.StudsPerTileV = 0.4845729470253
  1375. o147.Name = "Back"
  1376. o147.Parent = mas
  1377. o147.Texture = "rbxassetid://3573417005"
  1378. o147.Face = Enum.NormalId.Back
  1379. o147.StudsPerTileU = 0.56568002700806
  1380. o147.StudsPerTileV = 0.4845729470253
  1381. o148.Name = "Left"
  1382. o148.Parent = mas
  1383. o148.Texture = "rbxassetid://3573417005"
  1384. o148.Face = Enum.NormalId.Left
  1385. o148.StudsPerTileU = 0.56568002700806
  1386. o148.StudsPerTileV = 0.4845729470253
  1387. o149.Name = "Front"
  1388. o149.Parent = mas
  1389. o149.Texture = "rbxassetid://3573417005"
  1390. o149.StudsPerTileU = 0.56568002700806
  1391. o149.StudsPerTileV = 0.4845729470253
  1392. o150.Name = "Right"
  1393. o150.Parent = mas
  1394. o150.Texture = "rbxassetid://3573417005"
  1395. o150.Face = Enum.NormalId.Right
  1396. o150.StudsPerTileU = 0.56568002700806
  1397. o150.StudsPerTileV = 0.4845729470253
  1398. o151.Name = "Flower"
  1399. o151.Parent = o1
  1400. o151.PrimaryPart = o153
  1401. o152.Name = "Stem"
  1402. o152.Parent = o151
  1403. o152.Material = Enum.Material.Grass
  1404. o152.BrickColor = BrickColor.new("Bright green")
  1405. o152.Position = Vector3.new(-99.6450043, 139.700027, -43.5241699)
  1406. o152.Rotation = Vector3.new(0, 59.3199997, 0)
  1407. o152.Anchored = true
  1408. o152.CanCollide = false
  1409. o152.FormFactor = Enum.FormFactor.Custom
  1410. o152.Size = Vector3.new(0.300000012, 1.200001, 0.300000012)
  1411. o152.CFrame = CFrame.new(-99.6450043, 139.700027, -43.5241699, 0.510177016, 0, 0.860069394, 0, 1, 0, -0.860069394, 0, 0.510177016)
  1412. o152.BottomSurface = Enum.SurfaceType.Smooth
  1413. o152.TopSurface = Enum.SurfaceType.Smooth
  1414. o152.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1415. o152.Position = Vector3.new(-99.6450043, 139.700027, -43.5241699)
  1416. o153.Name = "Prime"
  1417. o153.Parent = o151
  1418. o153.Material = Enum.Material.Grass
  1419. o153.BrickColor = BrickColor.new("Bright green")
  1420. o153.Position = Vector3.new(-99.6450043, 139, -43.5241699)
  1421. o153.Rotation = Vector3.new(0, 59.3199997, 0)
  1422. o153.Anchored = true
  1423. o153.CanCollide = false
  1424. o153.FormFactor = Enum.FormFactor.Custom
  1425. o153.Size = Vector3.new(0.300000012, 0.400000006, 0.300000012)
  1426. o153.CFrame = CFrame.new(-99.6450043, 139, -43.5241699, 0.510177016, 0, 0.860069394, 0, 1, 0, -0.860069394, 0, 0.510177016)
  1427. o153.BottomSurface = Enum.SurfaceType.Smooth
  1428. o153.TopSurface = Enum.SurfaceType.Smooth
  1429. o153.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1430. o153.Position = Vector3.new(-99.6450043, 139, -43.5241699)
  1431. o154.Name = "Stamen"
  1432. o154.Parent = o151
  1433. o154.Material = Enum.Material.Grass
  1434. o154.BrickColor = BrickColor.new("Bright yellow")
  1435. o154.Position = Vector3.new(-99.6551666, 140.400024, -43.5137329)
  1436. o154.Rotation = Vector3.new(0, 89.3199997, 0)
  1437. o154.Anchored = true
  1438. o154.CanCollide = false
  1439. o154.FormFactor = Enum.FormFactor.Custom
  1440. o154.Size = Vector3.new(0.50000006, 0.200000003, 0.5)
  1441. o154.CFrame = CFrame.new(-99.6551666, 140.400024, -43.5137329, 0.0117915571, 1.52044652e-08, 0.999930441, -2.83881718e-09, 1, -9.48773504e-09, -0.999930441, -2.56320742e-08, 0.0117915571)
  1442. o154.BottomSurface = Enum.SurfaceType.Smooth
  1443. o154.TopSurface = Enum.SurfaceType.Smooth
  1444. o154.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1445. o154.Position = Vector3.new(-99.6551666, 140.400024, -43.5137329)
  1446. o155.Name = "Pedals"
  1447. o155.Parent = o151
  1448. o156.Name = "Flower"
  1449. o156.Parent = o155
  1450. o156.Material = Enum.Material.Grass
  1451. o156.BrickColor = BrickColor.new("Bright yellow")
  1452. o156.Position = Vector3.new(-99.693779, 140.573212, -44.0355072)
  1453. o156.Rotation = Vector3.new(0, 89.3199997, 30)
  1454. o156.Anchored = true
  1455. o156.CanCollide = false
  1456. o156.FormFactor = Enum.FormFactor.Custom
  1457. o156.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  1458. o156.CFrame = CFrame.new(-99.693779, 140.573212, -44.0355072, 0.0102115273, -0.00589644909, 0.999929965, 0.499999732, 0.866025031, 7.3557004e-07, -0.86596477, 0.499964714, 0.0117916763)
  1459. o156.BottomSurface = Enum.SurfaceType.Smooth
  1460. o156.TopSurface = Enum.SurfaceType.Smooth
  1461. o156.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1462. o156.Position = Vector3.new(-99.693779, 140.573212, -44.0355072)
  1463. o157.Name = "Flower"
  1464. o157.Parent = o155
  1465. o157.Material = Enum.Material.Grass
  1466. o157.BrickColor = BrickColor.new("Bright yellow")
  1467. o157.Position = Vector3.new(-99.9712906, 140.573212, -43.0444527)
  1468. o157.Rotation = Vector3.new(0, 59.3199997, -30)
  1469. o157.Anchored = true
  1470. o157.CanCollide = false
  1471. o157.FormFactor = Enum.FormFactor.Custom
  1472. o157.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  1473. o157.CFrame = CFrame.new(-99.9712906, 140.573212, -43.0444527, 0.441826403, 0.255087733, 0.860068858, -0.499999672, 0.866025031, 7.80537448e-07, -0.744841278, -0.430034667, 0.510176718)
  1474. o157.BottomSurface = Enum.SurfaceType.Smooth
  1475. o157.TopSurface = Enum.SurfaceType.Smooth
  1476. o157.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1477. o157.Position = Vector3.new(-99.9712906, 140.573212, -43.0444527)
  1478. o158.Name = "Flower"
  1479. o158.Parent = o155
  1480. o158.Material = Enum.Material.Grass
  1481. o158.BrickColor = BrickColor.new("Bright yellow")
  1482. o158.Position = Vector3.new(-99.2902985, 140.573212, -43.0878296)
  1483. o158.Rotation = Vector3.new(-180, 45.6800003, 150)
  1484. o158.Anchored = true
  1485. o158.CanCollide = false
  1486. o158.FormFactor = Enum.FormFactor.Custom
  1487. o158.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  1488. o158.CFrame = CFrame.new(-99.2902985, 140.573212, -43.0878296, -0.605108202, -0.349360466, 0.715394974, -0.499999911, 0.866025031, 1.24509916e-06, -0.619550586, -0.357696831, -0.698719323)
  1489. o158.BottomSurface = Enum.SurfaceType.Smooth
  1490. o158.TopSurface = Enum.SurfaceType.Smooth
  1491. o158.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1492. o158.Position = Vector3.new(-99.2902985, 140.573212, -43.0878296)
  1493. o159.Name = "Flower"
  1494. o159.Parent = o155
  1495. o159.Material = Enum.Material.Grass
  1496. o159.BrickColor = BrickColor.new("Bright yellow")
  1497. o159.Position = Vector3.new(-100.266991, 140.573212, -43.6683197)
  1498. o159.Rotation = Vector3.new(0, -15.6800003, -30)
  1499. o159.Anchored = true
  1500. o159.CanCollide = false
  1501. o159.FormFactor = Enum.FormFactor.Custom
  1502. o159.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  1503. o159.CFrame = CFrame.new(-100.266991, 140.573212, -43.6683197, 0.833814979, 0.481402397, -0.270190656, -0.499999166, 0.866025329, -3.34423817e-07, 0.233991981, 0.135095462, 0.962806165)
  1504. o159.BottomSurface = Enum.SurfaceType.Smooth
  1505. o159.TopSurface = Enum.SurfaceType.Smooth
  1506. o159.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1507. o159.Position = Vector3.new(-100.266991, 140.573212, -43.6683197)
  1508. o160.Name = "Flower"
  1509. o160.Parent = o155
  1510. o160.Material = Enum.Material.Grass
  1511. o160.BrickColor = BrickColor.new("Bright yellow")
  1512. o160.Position = Vector3.new(-99.2092819, 140.573212, -43.7602386)
  1513. o160.Rotation = Vector3.new(0, 29.3199997, 30)
  1514. o160.Anchored = true
  1515. o160.CanCollide = false
  1516. o160.FormFactor = Enum.FormFactor.Custom
  1517. o160.Size = Vector3.new(0.900000036, 0.200000003, 0.49999997)
  1518. o160.CFrame = CFrame.new(-99.2092819, 140.573212, -43.7602386, 0.755053043, -0.43593064, 0.489753187, 0.50000006, 0.866024911, 2.58732769e-07, -0.424138784, 0.244876504, 0.871860445)
  1519. o160.BottomSurface = Enum.SurfaceType.Smooth
  1520. o160.TopSurface = Enum.SurfaceType.Smooth
  1521. o160.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1522. o160.Position = Vector3.new(-99.2092819, 140.573212, -43.7602386)
  1523. o161.Parent = o1
  1524. o161.Material = Enum.Material.Grass
  1525. o161.BrickColor = BrickColor.new("Burnt Sienna")
  1526. o161.Position = Vector3.new(-104.5, 149, -79)
  1527. o161.Anchored = true
  1528. o161.Size = Vector3.new(27, 6, 22)
  1529. o161.CFrame = CFrame.new(-104.5, 149, -79, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1530. o161.BottomSurface = Enum.SurfaceType.Smooth
  1531. o161.TopSurface = Enum.SurfaceType.Smooth
  1532. o161.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1533. o161.Position = Vector3.new(-104.5, 149, -79)
  1534. o162.Parent = o1
  1535. o162.Material = Enum.Material.Grass
  1536. o162.BrickColor = BrickColor.new("Bright green")
  1537. o162.Position = Vector3.new(-97, 138.5, -42)
  1538. o162.Anchored = true
  1539. o162.Size = Vector3.new(6, 1, 6)
  1540. o162.CFrame = CFrame.new(-97, 138.5, -42, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1541. o162.BottomSurface = Enum.SurfaceType.Smooth
  1542. o162.TopSurface = Enum.SurfaceType.Smooth
  1543. o162.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1544. o162.Position = Vector3.new(-97, 138.5, -42)
  1545. o163.Parent = o162
  1546. o163.C0 = CFrame.new(-3, 1, 3, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1547. o163.C1 = CFrame.new(-3, -0.5, 3, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1548. o163.Part0 = o167
  1549. o163.Part1 = o162
  1550. o164.Parent = o1
  1551. o164.Material = Enum.Material.Grass
  1552. o164.BrickColor = BrickColor.new("Burnt Sienna")
  1553. o164.Position = Vector3.new(-95.5, 129.5, -39.5)
  1554. o164.Anchored = true
  1555. o164.Size = Vector3.new(1, 1, 1)
  1556. o164.CFrame = CFrame.new(-95.5, 129.5, -39.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1557. o164.BottomSurface = Enum.SurfaceType.Smooth
  1558. o164.TopSurface = Enum.SurfaceType.Smooth
  1559. o164.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1560. o164.Position = Vector3.new(-95.5, 129.5, -39.5)
  1561. o165.Parent = o1
  1562. o165.Material = Enum.Material.Grass
  1563. o165.BrickColor = BrickColor.new("Burnt Sienna")
  1564. o165.Position = Vector3.new(-98.5, 129.5, -43.5)
  1565. o165.Anchored = true
  1566. o165.Size = Vector3.new(1, 1, 1)
  1567. o165.CFrame = CFrame.new(-98.5, 129.5, -43.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1568. o165.BottomSurface = Enum.SurfaceType.Smooth
  1569. o165.TopSurface = Enum.SurfaceType.Smooth
  1570. o165.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1571. o165.Position = Vector3.new(-98.5, 129.5, -43.5)
  1572. o166.Parent = o1
  1573. o166.Material = Enum.Material.Grass
  1574. o166.BrickColor = BrickColor.new("Burnt Sienna")
  1575. o166.Position = Vector3.new(-97.5, 122.5, -42.5)
  1576. o166.Anchored = true
  1577. o166.Size = Vector3.new(1, 1, 1)
  1578. o166.CFrame = CFrame.new(-97.5, 122.5, -42.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1579. o166.BottomSurface = Enum.SurfaceType.Smooth
  1580. o166.TopSurface = Enum.SurfaceType.Smooth
  1581. o166.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1582. o166.Position = Vector3.new(-97.5, 122.5, -42.5)
  1583. o167.Parent = o1
  1584. o167.Material = Enum.Material.Grass
  1585. o167.BrickColor = BrickColor.new("Burnt Sienna")
  1586. o167.Position = Vector3.new(-97, 137, -42)
  1587. o167.Anchored = true
  1588. o167.Size = Vector3.new(6, 2, 6)
  1589. o167.CFrame = CFrame.new(-97, 137, -42, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1590. o167.BottomSurface = Enum.SurfaceType.Smooth
  1591. o167.TopSurface = Enum.SurfaceType.Smooth
  1592. o167.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1593. o167.Position = Vector3.new(-97, 137, -42)
  1594. o168.Parent = o1
  1595. o168.Material = Enum.Material.Grass
  1596. o168.BrickColor = BrickColor.new("Bright green")
  1597. o168.Position = Vector3.new(-104.5, 152.5, -79)
  1598. o168.Anchored = true
  1599. o168.Size = Vector3.new(27, 1, 22)
  1600. o168.CFrame = CFrame.new(-104.5, 152.5, -79, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1601. o168.BottomSurface = Enum.SurfaceType.Smooth
  1602. o168.TopSurface = Enum.SurfaceType.Smooth
  1603. o168.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1604. o168.Position = Vector3.new(-104.5, 152.5, -79)
  1605. o169.Parent = o168
  1606. o169.C0 = CFrame.new(-13.5, 3, 11, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1607. o169.C1 = CFrame.new(-13.5, -0.5, 11, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1608. o169.Part0 = o161
  1609. o169.Part1 = o168
  1610. o170.Parent = o1
  1611. o170.Material = Enum.Material.Grass
  1612. o170.BrickColor = BrickColor.new("Burnt Sienna")
  1613. o170.Position = Vector3.new(-103.5, 145, -81.5)
  1614. o170.Anchored = true
  1615. o170.Size = Vector3.new(7, 2, 7)
  1616. o170.CFrame = CFrame.new(-103.5, 145, -81.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1617. o170.BottomSurface = Enum.SurfaceType.Smooth
  1618. o170.TopSurface = Enum.SurfaceType.Smooth
  1619. o170.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1620. o170.Position = Vector3.new(-103.5, 145, -81.5)
  1621. o171.Parent = o170
  1622. o171.C0 = CFrame.new(13.5, -3, 11, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  1623. o171.C1 = CFrame.new(12.5, 1, 13.5, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  1624. o171.Part0 = o161
  1625. o171.Part1 = o170
  1626. o172.Parent = o1
  1627. o172.Material = Enum.Material.Grass
  1628. o172.BrickColor = BrickColor.new("Burnt Sienna")
  1629. o172.Position = Vector3.new(-93.5, 131.5, -45.5)
  1630. o172.Anchored = true
  1631. o172.Size = Vector3.new(1, 1, 1)
  1632. o172.CFrame = CFrame.new(-93.5, 131.5, -45.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1633. o172.BottomSurface = Enum.SurfaceType.Smooth
  1634. o172.TopSurface = Enum.SurfaceType.Smooth
  1635. o172.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1636. o172.Position = Vector3.new(-93.5, 131.5, -45.5)
  1637. o173.Parent = o1
  1638. o173.Material = Enum.Material.Grass
  1639. o173.BrickColor = BrickColor.new("Burnt Sienna")
  1640. o173.Position = Vector3.new(-96.5, 135, -41.5)
  1641. o173.Anchored = true
  1642. o173.Size = Vector3.new(3, 4, 3)
  1643. o173.CFrame = CFrame.new(-96.5, 135, -41.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1644. o173.BottomSurface = Enum.SurfaceType.Smooth
  1645. o173.TopSurface = Enum.SurfaceType.Smooth
  1646. o173.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1647. o173.Position = Vector3.new(-96.5, 135, -41.5)
  1648. o174.Parent = o1
  1649. o174.Material = Enum.Material.Grass
  1650. o174.BrickColor = BrickColor.new("Burnt Sienna")
  1651. o174.Position = Vector3.new(-100, 136, -42)
  1652. o174.Anchored = true
  1653. o174.Size = Vector3.new(2, 2, 2)
  1654. o174.CFrame = CFrame.new(-100, 136, -42, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1655. o174.BottomSurface = Enum.SurfaceType.Smooth
  1656. o174.TopSurface = Enum.SurfaceType.Smooth
  1657. o174.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1658. o174.Position = Vector3.new(-100, 136, -42)
  1659. o175.Parent = o1
  1660. o175.Material = Enum.Material.Grass
  1661. o175.BrickColor = BrickColor.new("Burnt Sienna")
  1662. o175.Position = Vector3.new(-97.5, 126.5, -40.5)
  1663. o175.Anchored = true
  1664. o175.Size = Vector3.new(1, 1, 1)
  1665. o175.CFrame = CFrame.new(-97.5, 126.5, -40.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1666. o175.BottomSurface = Enum.SurfaceType.Smooth
  1667. o175.TopSurface = Enum.SurfaceType.Smooth
  1668. o175.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  1669. o175.Position = Vector3.new(-97.5, 126.5, -40.5)
  1670. o176.Name = "Fiber Rope"
  1671. o176.Parent = o1
  1672. o177.Name = "Rope"
  1673. o177.Parent = o176
  1674. o179.Parent = mas
  1675. o179.Texture = "rbxassetid://3573417005"
  1676. o179.Face = Enum.NormalId.Top
  1677. o181.Parent = mas
  1678. o181.Texture = "rbxassetid://3573417005"
  1679. o181.Face = Enum.NormalId.Top
  1680. o183.Name = "Back"
  1681. o183.Parent = mas
  1682. o183.Texture = "rbxassetid://3573417005"
  1683. o183.Face = Enum.NormalId.Back
  1684. o183.StudsPerTileU = 0.56568002700806
  1685. o183.StudsPerTileV = 0.43692725896835
  1686. o184.Name = "Left"
  1687. o184.Parent = mas
  1688. o184.Texture = "rbxassetid://3573417005"
  1689. o184.Face = Enum.NormalId.Left
  1690. o184.StudsPerTileU = 0.56568002700806
  1691. o184.StudsPerTileV = 0.43692725896835
  1692. o185.Name = "Front"
  1693. o185.Parent = mas
  1694. o185.Texture = "rbxassetid://3573417005"
  1695. o185.StudsPerTileU = 0.56568002700806
  1696. o185.StudsPerTileV = 0.43692725896835
  1697. o186.Name = "Right"
  1698. o186.Parent = mas
  1699. o186.Texture = "rbxassetid://3573417005"
  1700. o186.Face = Enum.NormalId.Right
  1701. o186.StudsPerTileU = 0.56568002700806
  1702. o186.StudsPerTileV = 0.43692725896835
  1703. o188.Name = "Back"
  1704. o188.Parent = mas
  1705. o188.Texture = "rbxassetid://3573417005"
  1706. o188.Face = Enum.NormalId.Back
  1707. o188.StudsPerTileU = 0.56568002700806
  1708. o188.StudsPerTileV = 0.43692725896835
  1709. o189.Name = "Left"
  1710. o189.Parent = mas
  1711. o189.Texture = "rbxassetid://3573417005"
  1712. o189.Face = Enum.NormalId.Left
  1713. o189.StudsPerTileU = 0.56568002700806
  1714. o189.StudsPerTileV = 0.43692725896835
  1715. o190.Name = "Front"
  1716. o190.Parent = mas
  1717. o190.Texture = "rbxassetid://3573417005"
  1718. o190.StudsPerTileU = 0.56568002700806
  1719. o190.StudsPerTileV = 0.43692725896835
  1720. o191.Name = "Right"
  1721. o191.Parent = mas
  1722. o191.Texture = "rbxassetid://3573417005"
  1723. o191.Face = Enum.NormalId.Right
  1724. o191.StudsPerTileU = 0.56568002700806
  1725. o191.StudsPerTileV = 0.43692725896835
  1726. o193.Name = "Back"
  1727. o193.Parent = mas
  1728. o193.Texture = "rbxassetid://3573417005"
  1729. o193.Face = Enum.NormalId.Back
  1730. o193.StudsPerTileU = 0.56568002700806
  1731. o193.StudsPerTileV = 0.43692725896835
  1732. o194.Name = "Left"
  1733. o194.Parent = mas
  1734. o194.Texture = "rbxassetid://3573417005"
  1735. o194.Face = Enum.NormalId.Left
  1736. o194.StudsPerTileU = 0.56568002700806
  1737. o194.StudsPerTileV = 0.43692725896835
  1738. o195.Name = "Front"
  1739. o195.Parent = mas
  1740. o195.Texture = "rbxassetid://3573417005"
  1741. o195.StudsPerTileU = 0.56568002700806
  1742. o195.StudsPerTileV = 0.43692725896835
  1743. o196.Name = "Right"
  1744. o196.Parent = mas
  1745. o196.Texture = "rbxassetid://3573417005"
  1746. o196.Face = Enum.NormalId.Right
  1747. o196.StudsPerTileU = 0.56568002700806
  1748. o196.StudsPerTileV = 0.43692725896835
  1749. o198.Name = "Back"
  1750. o198.Parent = mas
  1751. o198.Texture = "rbxassetid://3573417005"
  1752. o198.Face = Enum.NormalId.Back
  1753. o198.StudsPerTileU = 0.56568002700806
  1754. o198.StudsPerTileV = 0.43692725896835
  1755. o199.Name = "Left"
  1756. o199.Parent = mas
  1757. o199.Texture = "rbxassetid://3573417005"
  1758. o199.Face = Enum.NormalId.Left
  1759. o199.StudsPerTileU = 0.56568002700806
  1760. o199.StudsPerTileV = 0.43692725896835
  1761. o200.Name = "Front"
  1762. o200.Parent = mas
  1763. o200.Texture = "rbxassetid://3573417005"
  1764. o200.StudsPerTileU = 0.56568002700806
  1765. o200.StudsPerTileV = 0.43692725896835
  1766. o201.Name = "Right"
  1767. o201.Parent = mas
  1768. o201.Texture = "rbxassetid://3573417005"
  1769. o201.Face = Enum.NormalId.Right
  1770. o201.StudsPerTileU = 0.56568002700806
  1771. o201.StudsPerTileV = 0.43692725896835
  1772. o203.Name = "Back"
  1773. o203.Parent = mas
  1774. o203.Texture = "rbxassetid://3573417005"
  1775. o203.Face = Enum.NormalId.Back
  1776. o203.StudsPerTileU = 0.56568002700806
  1777. o203.StudsPerTileV = 0.43692725896835
  1778. o204.Name = "Left"
  1779. o204.Parent = mas
  1780. o204.Texture = "rbxassetid://3573417005"
  1781. o204.Face = Enum.NormalId.Left
  1782. o204.StudsPerTileU = 0.56568002700806
  1783. o204.StudsPerTileV = 0.43692725896835
  1784. o205.Name = "Front"
  1785. o205.Parent = mas
  1786. o205.Texture = "rbxassetid://3573417005"
  1787. o205.StudsPerTileU = 0.56568002700806
  1788. o205.StudsPerTileV = 0.43692725896835
  1789. o206.Name = "Right"
  1790. o206.Parent = mas
  1791. o206.Texture = "rbxassetid://3573417005"
  1792. o206.Face = Enum.NormalId.Right
  1793. o206.StudsPerTileU = 0.56568002700806
  1794. o206.StudsPerTileV = 0.43692725896835
  1795. o207.Name = "Fiber Rope"
  1796. o207.Parent = o1
  1797. o208.Name = "Rope"
  1798. o208.Parent = o207
  1799. o210.Parent = mas
  1800. o210.Texture = "rbxassetid://3573417005"
  1801. o210.Face = Enum.NormalId.Top
  1802. o212.Parent = mas
  1803. o212.Texture = "rbxassetid://3573417005"
  1804. o212.Face = Enum.NormalId.Top
  1805. o214.Name = "Back"
  1806. o214.Parent = mas
  1807. o214.Texture = "rbxassetid://3573417005"
  1808. o214.Face = Enum.NormalId.Back
  1809. o214.StudsPerTileU = 0.56568002700806
  1810. o214.StudsPerTileV = 0.43913006782532
  1811. o215.Name = "Left"
  1812. o215.Parent = mas
  1813. o215.Texture = "rbxassetid://3573417005"
  1814. o215.Face = Enum.NormalId.Left
  1815. o215.StudsPerTileU = 0.56568002700806
  1816. o215.StudsPerTileV = 0.43913006782532
  1817. o216.Name = "Front"
  1818. o216.Parent = mas
  1819. o216.Texture = "rbxassetid://3573417005"
  1820. o216.StudsPerTileU = 0.56568002700806
  1821. o216.StudsPerTileV = 0.43913006782532
  1822. o217.Name = "Right"
  1823. o217.Parent = mas
  1824. o217.Texture = "rbxassetid://3573417005"
  1825. o217.Face = Enum.NormalId.Right
  1826. o217.StudsPerTileU = 0.56568002700806
  1827. o217.StudsPerTileV = 0.43913006782532
  1828. o219.Name = "Back"
  1829. o219.Parent = mas
  1830. o219.Texture = "rbxassetid://3573417005"
  1831. o219.Face = Enum.NormalId.Back
  1832. o219.StudsPerTileU = 0.56568002700806
  1833. o219.StudsPerTileV = 0.43913006782532
  1834. o220.Name = "Left"
  1835. o220.Parent = mas
  1836. o220.Texture = "rbxassetid://3573417005"
  1837. o220.Face = Enum.NormalId.Left
  1838. o220.StudsPerTileU = 0.56568002700806
  1839. o220.StudsPerTileV = 0.43913006782532
  1840. o221.Name = "Front"
  1841. o221.Parent = mas
  1842. o221.Texture = "rbxassetid://3573417005"
  1843. o221.StudsPerTileU = 0.56568002700806
  1844. o221.StudsPerTileV = 0.43913006782532
  1845. o222.Name = "Right"
  1846. o222.Parent = mas
  1847. o222.Texture = "rbxassetid://3573417005"
  1848. o222.Face = Enum.NormalId.Right
  1849. o222.StudsPerTileU = 0.56568002700806
  1850. o222.StudsPerTileV = 0.43913006782532
  1851. o224.Name = "Back"
  1852. o224.Parent = mas
  1853. o224.Texture = "rbxassetid://3573417005"
  1854. o224.Face = Enum.NormalId.Back
  1855. o224.StudsPerTileU = 0.56568002700806
  1856. o224.StudsPerTileV = 0.43913006782532
  1857. o225.Name = "Left"
  1858. o225.Parent = mas
  1859. o225.Texture = "rbxassetid://3573417005"
  1860. o225.Face = Enum.NormalId.Left
  1861. o225.StudsPerTileU = 0.56568002700806
  1862. o225.StudsPerTileV = 0.43913006782532
  1863. o226.Name = "Front"
  1864. o226.Parent = mas
  1865. o226.Texture = "rbxassetid://3573417005"
  1866. o226.StudsPerTileU = 0.56568002700806
  1867. o226.StudsPerTileV = 0.43913006782532
  1868. o227.Name = "Right"
  1869. o227.Parent = mas
  1870. o227.Texture = "rbxassetid://3573417005"
  1871. o227.Face = Enum.NormalId.Right
  1872. o227.StudsPerTileU = 0.56568002700806
  1873. o227.StudsPerTileV = 0.43913006782532
  1874. o229.Name = "Back"
  1875. o229.Parent = mas
  1876. o229.Texture = "rbxassetid://3573417005"
  1877. o229.Face = Enum.NormalId.Back
  1878. o229.StudsPerTileU = 0.56568002700806
  1879. o229.StudsPerTileV = 0.43913006782532
  1880. o230.Name = "Left"
  1881. o230.Parent = mas
  1882. o230.Texture = "rbxassetid://3573417005"
  1883. o230.Face = Enum.NormalId.Left
  1884. o230.StudsPerTileU = 0.56568002700806
  1885. o230.StudsPerTileV = 0.43913006782532
  1886. o231.Name = "Front"
  1887. o231.Parent = mas
  1888. o231.Texture = "rbxassetid://3573417005"
  1889. o231.StudsPerTileU = 0.56568002700806
  1890. o231.StudsPerTileV = 0.43913006782532
  1891. o232.Name = "Right"
  1892. o232.Parent = mas
  1893. o232.Texture = "rbxassetid://3573417005"
  1894. o232.Face = Enum.NormalId.Right
  1895. o232.StudsPerTileU = 0.56568002700806
  1896. o232.StudsPerTileV = 0.43913006782532
  1897. o234.Name = "Back"
  1898. o234.Parent = mas
  1899. o234.Texture = "rbxassetid://3573417005"
  1900. o234.Face = Enum.NormalId.Back
  1901. o234.StudsPerTileU = 0.56568002700806
  1902. o234.StudsPerTileV = 0.43913006782532
  1903. o235.Name = "Left"
  1904. o235.Parent = mas
  1905. o235.Texture = "rbxassetid://3573417005"
  1906. o235.Face = Enum.NormalId.Left
  1907. o235.StudsPerTileU = 0.56568002700806
  1908. o235.StudsPerTileV = 0.43913006782532
  1909. o236.Name = "Front"
  1910. o236.Parent = mas
  1911. o236.Texture = "rbxassetid://3573417005"
  1912. o236.StudsPerTileU = 0.56568002700806
  1913. o236.StudsPerTileV = 0.43913006782532
  1914. o237.Name = "Right"
  1915. o237.Parent = mas
  1916. o237.Texture = "rbxassetid://3573417005"
  1917. o237.Face = Enum.NormalId.Right
  1918. o237.StudsPerTileU = 0.56568002700806
  1919. o237.StudsPerTileV = 0.43913006782532
  1920. o238.Name = "Fiber Rope"
  1921. o238.Parent = o1
  1922. o239.Name = "Rope"
  1923. o239.Parent = o238
  1924. o241.Parent = mas
  1925. o241.Texture = "rbxassetid://3573417005"
  1926. o241.Face = Enum.NormalId.Top
  1927. o243.Parent = mas
  1928. o243.Texture = "rbxassetid://3573417005"
  1929. o243.Face = Enum.NormalId.Top
  1930. o245.Name = "Back"
  1931. o245.Parent = mas
  1932. o245.Texture = "rbxassetid://3573417005"
  1933. o245.Face = Enum.NormalId.Back
  1934. o245.StudsPerTileU = 0.56568002700806
  1935. o245.StudsPerTileV = 0.49758985638618
  1936. o246.Name = "Left"
  1937. o246.Parent = mas
  1938. o246.Texture = "rbxassetid://3573417005"
  1939. o246.Face = Enum.NormalId.Left
  1940. o246.StudsPerTileU = 0.56568002700806
  1941. o246.StudsPerTileV = 0.49758985638618
  1942. o247.Name = "Front"
  1943. o247.Parent = mas
  1944. o247.Texture = "rbxassetid://3573417005"
  1945. o247.StudsPerTileU = 0.56568002700806
  1946. o247.StudsPerTileV = 0.49758985638618
  1947. o248.Name = "Right"
  1948. o248.Parent = mas
  1949. o248.Texture = "rbxassetid://3573417005"
  1950. o248.Face = Enum.NormalId.Right
  1951. o248.StudsPerTileU = 0.56568002700806
  1952. o248.StudsPerTileV = 0.49758985638618
  1953. o250.Name = "Back"
  1954. o250.Parent = mas
  1955. o250.Texture = "rbxassetid://3573417005"
  1956. o250.Face = Enum.NormalId.Back
  1957. o250.StudsPerTileU = 0.56568002700806
  1958. o250.StudsPerTileV = 0.49758985638618
  1959. o251.Name = "Left"
  1960. o251.Parent = mas
  1961. o251.Texture = "rbxassetid://3573417005"
  1962. o251.Face = Enum.NormalId.Left
  1963. o251.StudsPerTileU = 0.56568002700806
  1964. o251.StudsPerTileV = 0.49758985638618
  1965. o252.Name = "Front"
  1966. o252.Parent = mas
  1967. o252.Texture = "rbxassetid://3573417005"
  1968. o252.StudsPerTileU = 0.56568002700806
  1969. o252.StudsPerTileV = 0.49758985638618
  1970. o253.Name = "Right"
  1971. o253.Parent = mas
  1972. o253.Texture = "rbxassetid://3573417005"
  1973. o253.Face = Enum.NormalId.Right
  1974. o253.StudsPerTileU = 0.56568002700806
  1975. o253.StudsPerTileV = 0.49758985638618
  1976. o255.Name = "Back"
  1977. o255.Parent = mas
  1978. o255.Texture = "rbxassetid://3573417005"
  1979. o255.Face = Enum.NormalId.Back
  1980. o255.StudsPerTileU = 0.56568002700806
  1981. o255.StudsPerTileV = 0.49758985638618
  1982. o256.Name = "Left"
  1983. o256.Parent = mas
  1984. o256.Texture = "rbxassetid://3573417005"
  1985. o256.Face = Enum.NormalId.Left
  1986. o256.StudsPerTileU = 0.56568002700806
  1987. o256.StudsPerTileV = 0.49758985638618
  1988. o257.Name = "Front"
  1989. o257.Parent = mas
  1990. o257.Texture = "rbxassetid://3573417005"
  1991. o257.StudsPerTileU = 0.56568002700806
  1992. o257.StudsPerTileV = 0.49758985638618
  1993. o258.Name = "Right"
  1994. o258.Parent = mas
  1995. o258.Texture = "rbxassetid://3573417005"
  1996. o258.Face = Enum.NormalId.Right
  1997. o258.StudsPerTileU = 0.56568002700806
  1998. o258.StudsPerTileV = 0.49758985638618
  1999. o260.Name = "Back"
  2000. o260.Parent = mas
  2001. o260.Texture = "rbxassetid://3573417005"
  2002. o260.Face = Enum.NormalId.Back
  2003. o260.StudsPerTileU = 0.56568002700806
  2004. o260.StudsPerTileV = 0.49758985638618
  2005. o261.Name = "Left"
  2006. o261.Parent = mas
  2007. o261.Texture = "rbxassetid://3573417005"
  2008. o261.Face = Enum.NormalId.Left
  2009. o261.StudsPerTileU = 0.56568002700806
  2010. o261.StudsPerTileV = 0.49758985638618
  2011. o262.Name = "Front"
  2012. o262.Parent = mas
  2013. o262.Texture = "rbxassetid://3573417005"
  2014. o262.StudsPerTileU = 0.56568002700806
  2015. o262.StudsPerTileV = 0.49758985638618
  2016. o263.Name = "Right"
  2017. o263.Parent = mas
  2018. o263.Texture = "rbxassetid://3573417005"
  2019. o263.Face = Enum.NormalId.Right
  2020. o263.StudsPerTileU = 0.56568002700806
  2021. o263.StudsPerTileV = 0.49758985638618
  2022. o265.Name = "Back"
  2023. o265.Parent = mas
  2024. o265.Texture = "rbxassetid://3573417005"
  2025. o265.Face = Enum.NormalId.Back
  2026. o265.StudsPerTileU = 0.56568002700806
  2027. o265.StudsPerTileV = 0.49758985638618
  2028. o266.Name = "Left"
  2029. o266.Parent = mas
  2030. o266.Texture = "rbxassetid://3573417005"
  2031. o266.Face = Enum.NormalId.Left
  2032. o266.StudsPerTileU = 0.56568002700806
  2033. o266.StudsPerTileV = 0.49758985638618
  2034. o267.Name = "Front"
  2035. o267.Parent = mas
  2036. o267.Texture = "rbxassetid://3573417005"
  2037. o267.StudsPerTileU = 0.56568002700806
  2038. o267.StudsPerTileV = 0.49758985638618
  2039. o268.Name = "Right"
  2040. o268.Parent = mas
  2041. o268.Texture = "rbxassetid://3573417005"
  2042. o268.Face = Enum.NormalId.Right
  2043. o268.StudsPerTileU = 0.56568002700806
  2044. o268.StudsPerTileV = 0.49758985638618
  2045. o270.Name = "Back"
  2046. o270.Parent = mas
  2047. o270.Texture = "rbxassetid://3573417005"
  2048. o270.Face = Enum.NormalId.Back
  2049. o270.StudsPerTileU = 0.56568002700806
  2050. o270.StudsPerTileV = 0.49758985638618
  2051. o271.Name = "Left"
  2052. o271.Parent = mas
  2053. o271.Texture = "rbxassetid://3573417005"
  2054. o271.Face = Enum.NormalId.Left
  2055. o271.StudsPerTileU = 0.56568002700806
  2056. o271.StudsPerTileV = 0.49758985638618
  2057. o272.Name = "Front"
  2058. o272.Parent = mas
  2059. o272.Texture = "rbxassetid://3573417005"
  2060. o272.StudsPerTileU = 0.56568002700806
  2061. o272.StudsPerTileV = 0.49758985638618
  2062. o273.Name = "Right"
  2063. o273.Parent = mas
  2064. o273.Texture = "rbxassetid://3573417005"
  2065. o273.Face = Enum.NormalId.Right
  2066. o273.StudsPerTileU = 0.56568002700806
  2067. o273.StudsPerTileV = 0.49758985638618
  2068. o275.Name = "Back"
  2069. o275.Parent = mas
  2070. o275.Texture = "rbxassetid://3573417005"
  2071. o275.Face = Enum.NormalId.Back
  2072. o275.StudsPerTileU = 0.56568002700806
  2073. o275.StudsPerTileV = 0.49758985638618
  2074. o276.Name = "Left"
  2075. o276.Parent = mas
  2076. o276.Texture = "rbxassetid://3573417005"
  2077. o276.Face = Enum.NormalId.Left
  2078. o276.StudsPerTileU = 0.56568002700806
  2079. o276.StudsPerTileV = 0.49758985638618
  2080. o277.Name = "Front"
  2081. o277.Parent = mas
  2082. o277.Texture = "rbxassetid://3573417005"
  2083. o277.StudsPerTileU = 0.56568002700806
  2084. o277.StudsPerTileV = 0.49758985638618
  2085. o278.Name = "Right"
  2086. o278.Parent = mas
  2087. o278.Texture = "rbxassetid://3573417005"
  2088. o278.Face = Enum.NormalId.Right
  2089. o278.StudsPerTileU = 0.56568002700806
  2090. o278.StudsPerTileV = 0.49758985638618
  2091. o280.Name = "Back"
  2092. o280.Parent = mas
  2093. o280.Texture = "rbxassetid://3573417005"
  2094. o280.Face = Enum.NormalId.Back
  2095. o280.StudsPerTileU = 0.56568002700806
  2096. o280.StudsPerTileV = 0.49758985638618
  2097. o281.Name = "Left"
  2098. o281.Parent = mas
  2099. o281.Texture = "rbxassetid://3573417005"
  2100. o281.Face = Enum.NormalId.Left
  2101. o281.StudsPerTileU = 0.56568002700806
  2102. o281.StudsPerTileV = 0.49758985638618
  2103. o282.Name = "Front"
  2104. o282.Parent = mas
  2105. o282.Texture = "rbxassetid://3573417005"
  2106. o282.StudsPerTileU = 0.56568002700806
  2107. o282.StudsPerTileV = 0.49758985638618
  2108. o283.Name = "Right"
  2109. o283.Parent = mas
  2110. o283.Texture = "rbxassetid://3573417005"
  2111. o283.Face = Enum.NormalId.Right
  2112. o283.StudsPerTileU = 0.56568002700806
  2113. o283.StudsPerTileV = 0.49758985638618
  2114. o284.Name = "Fiber Rope"
  2115. o284.Parent = o1
  2116. o285.Name = "Rope"
  2117. o285.Parent = o284
  2118. o287.Parent = mas
  2119. o287.Texture = "rbxassetid://3573417005"
  2120. o287.Face = Enum.NormalId.Top
  2121. o289.Parent = mas
  2122. o289.Texture = "rbxassetid://3573417005"
  2123. o289.Face = Enum.NormalId.Top
  2124. o291.Name = "Back"
  2125. o291.Parent = mas
  2126. o291.Texture = "rbxassetid://3573417005"
  2127. o291.Face = Enum.NormalId.Back
  2128. o291.StudsPerTileU = 0.56568002700806
  2129. o291.StudsPerTileV = 0.47140204906464
  2130. o292.Name = "Left"
  2131. o292.Parent = mas
  2132. o292.Texture = "rbxassetid://3573417005"
  2133. o292.Face = Enum.NormalId.Left
  2134. o292.StudsPerTileU = 0.56568002700806
  2135. o292.StudsPerTileV = 0.47140204906464
  2136. o293.Name = "Front"
  2137. o293.Parent = mas
  2138. o293.Texture = "rbxassetid://3573417005"
  2139. o293.StudsPerTileU = 0.56568002700806
  2140. o293.StudsPerTileV = 0.47140204906464
  2141. o294.Name = "Right"
  2142. o294.Parent = mas
  2143. o294.Texture = "rbxassetid://3573417005"
  2144. o294.Face = Enum.NormalId.Right
  2145. o294.StudsPerTileU = 0.56568002700806
  2146. o294.StudsPerTileV = 0.47140204906464
  2147. o296.Name = "Back"
  2148. o296.Parent = mas
  2149. o296.Texture = "rbxassetid://3573417005"
  2150. o296.Face = Enum.NormalId.Back
  2151. o296.StudsPerTileU = 0.56568002700806
  2152. o296.StudsPerTileV = 0.47140204906464
  2153. o297.Name = "Left"
  2154. o297.Parent = mas
  2155. o297.Texture = "rbxassetid://3573417005"
  2156. o297.Face = Enum.NormalId.Left
  2157. o297.StudsPerTileU = 0.56568002700806
  2158. o297.StudsPerTileV = 0.47140204906464
  2159. o298.Name = "Front"
  2160. o298.Parent = mas
  2161. o298.Texture = "rbxassetid://3573417005"
  2162. o298.StudsPerTileU = 0.56568002700806
  2163. o298.StudsPerTileV = 0.47140204906464
  2164. o299.Name = "Right"
  2165. o299.Parent = mas
  2166. o299.Texture = "rbxassetid://3573417005"
  2167. o299.Face = Enum.NormalId.Right
  2168. o299.StudsPerTileU = 0.56568002700806
  2169. o299.StudsPerTileV = 0.47140204906464
  2170. o301.Name = "Back"
  2171. o301.Parent = mas
  2172. o301.Texture = "rbxassetid://3573417005"
  2173. o301.Face = Enum.NormalId.Back
  2174. o301.StudsPerTileU = 0.56568002700806
  2175. o301.StudsPerTileV = 0.47140204906464
  2176. o302.Name = "Left"
  2177. o302.Parent = mas
  2178. o302.Texture = "rbxassetid://3573417005"
  2179. o302.Face = Enum.NormalId.Left
  2180. o302.StudsPerTileU = 0.56568002700806
  2181. o302.StudsPerTileV = 0.47140204906464
  2182. o303.Name = "Front"
  2183. o303.Parent = mas
  2184. o303.Texture = "rbxassetid://3573417005"
  2185. o303.StudsPerTileU = 0.56568002700806
  2186. o303.StudsPerTileV = 0.47140204906464
  2187. o304.Name = "Right"
  2188. o304.Parent = mas
  2189. o304.Texture = "rbxassetid://3573417005"
  2190. o304.Face = Enum.NormalId.Right
  2191. o304.StudsPerTileU = 0.56568002700806
  2192. o304.StudsPerTileV = 0.47140204906464
  2193. o306.Name = "Back"
  2194. o306.Parent = mas
  2195. o306.Texture = "rbxassetid://3573417005"
  2196. o306.Face = Enum.NormalId.Back
  2197. o306.StudsPerTileU = 0.56568002700806
  2198. o306.StudsPerTileV = 0.47140204906464
  2199. o307.Name = "Left"
  2200. o307.Parent = mas
  2201. o307.Texture = "rbxassetid://3573417005"
  2202. o307.Face = Enum.NormalId.Left
  2203. o307.StudsPerTileU = 0.56568002700806
  2204. o307.StudsPerTileV = 0.47140204906464
  2205. o308.Name = "Front"
  2206. o308.Parent = mas
  2207. o308.Texture = "rbxassetid://3573417005"
  2208. o308.StudsPerTileU = 0.56568002700806
  2209. o308.StudsPerTileV = 0.47140204906464
  2210. o309.Name = "Right"
  2211. o309.Parent = mas
  2212. o309.Texture = "rbxassetid://3573417005"
  2213. o309.Face = Enum.NormalId.Right
  2214. o309.StudsPerTileU = 0.56568002700806
  2215. o309.StudsPerTileV = 0.47140204906464
  2216. o311.Name = "Back"
  2217. o311.Parent = mas
  2218. o311.Texture = "rbxassetid://3573417005"
  2219. o311.Face = Enum.NormalId.Back
  2220. o311.StudsPerTileU = 0.56568002700806
  2221. o311.StudsPerTileV = 0.47140204906464
  2222. o312.Name = "Left"
  2223. o312.Parent = mas
  2224. o312.Texture = "rbxassetid://3573417005"
  2225. o312.Face = Enum.NormalId.Left
  2226. o312.StudsPerTileU = 0.56568002700806
  2227. o312.StudsPerTileV = 0.47140204906464
  2228. o313.Name = "Front"
  2229. o313.Parent = mas
  2230. o313.Texture = "rbxassetid://3573417005"
  2231. o313.StudsPerTileU = 0.56568002700806
  2232. o313.StudsPerTileV = 0.47140204906464
  2233. o314.Name = "Right"
  2234. o314.Parent = mas
  2235. o314.Texture = "rbxassetid://3573417005"
  2236. o314.Face = Enum.NormalId.Right
  2237. o314.StudsPerTileU = 0.56568002700806
  2238. o314.StudsPerTileV = 0.47140204906464
  2239. o316.Name = "Back"
  2240. o316.Parent = mas
  2241. o316.Texture = "rbxassetid://3573417005"
  2242. o316.Face = Enum.NormalId.Back
  2243. o316.StudsPerTileU = 0.56568002700806
  2244. o316.StudsPerTileV = 0.47140204906464
  2245. o317.Name = "Left"
  2246. o317.Parent = mas
  2247. o317.Texture = "rbxassetid://3573417005"
  2248. o317.Face = Enum.NormalId.Left
  2249. o317.StudsPerTileU = 0.56568002700806
  2250. o317.StudsPerTileV = 0.47140204906464
  2251. o318.Name = "Front"
  2252. o318.Parent = mas
  2253. o318.Texture = "rbxassetid://3573417005"
  2254. o318.StudsPerTileU = 0.56568002700806
  2255. o318.StudsPerTileV = 0.47140204906464
  2256. o319.Name = "Right"
  2257. o319.Parent = mas
  2258. o319.Texture = "rbxassetid://3573417005"
  2259. o319.Face = Enum.NormalId.Right
  2260. o319.StudsPerTileU = 0.56568002700806
  2261. o319.StudsPerTileV = 0.47140204906464
  2262. o321.Name = "Back"
  2263. o321.Parent = mas
  2264. o321.Texture = "rbxassetid://3573417005"
  2265. o321.Face = Enum.NormalId.Back
  2266. o321.StudsPerTileU = 0.56568002700806
  2267. o321.StudsPerTileV = 0.47140204906464
  2268. o322.Name = "Left"
  2269. o322.Parent = mas
  2270. o322.Texture = "rbxassetid://3573417005"
  2271. o322.Face = Enum.NormalId.Left
  2272. o322.StudsPerTileU = 0.56568002700806
  2273. o322.StudsPerTileV = 0.47140204906464
  2274. o323.Name = "Front"
  2275. o323.Parent = mas
  2276. o323.Texture = "rbxassetid://3573417005"
  2277. o323.StudsPerTileU = 0.56568002700806
  2278. o323.StudsPerTileV = 0.47140204906464
  2279. o324.Name = "Right"
  2280. o324.Parent = mas
  2281. o324.Texture = "rbxassetid://3573417005"
  2282. o324.Face = Enum.NormalId.Right
  2283. o324.StudsPerTileU = 0.56568002700806
  2284. o324.StudsPerTileV = 0.47140204906464
  2285. o326.Name = "Back"
  2286. o326.Parent = mas
  2287. o326.Texture = "rbxassetid://3573417005"
  2288. o326.Face = Enum.NormalId.Back
  2289. o326.StudsPerTileU = 0.56568002700806
  2290. o326.StudsPerTileV = 0.47140204906464
  2291. o327.Name = "Left"
  2292. o327.Parent = mas
  2293. o327.Texture = "rbxassetid://3573417005"
  2294. o327.Face = Enum.NormalId.Left
  2295. o327.StudsPerTileU = 0.56568002700806
  2296. o327.StudsPerTileV = 0.47140204906464
  2297. o328.Name = "Front"
  2298. o328.Parent = mas
  2299. o328.Texture = "rbxassetid://3573417005"
  2300. o328.StudsPerTileU = 0.56568002700806
  2301. o328.StudsPerTileV = 0.47140204906464
  2302. o329.Name = "Right"
  2303. o329.Parent = mas
  2304. o329.Texture = "rbxassetid://3573417005"
  2305. o329.Face = Enum.NormalId.Right
  2306. o329.StudsPerTileU = 0.56568002700806
  2307. o329.StudsPerTileV = 0.47140204906464
  2308. o330.Name = "Flower"
  2309. o330.Parent = o1
  2310. o330.PrimaryPart = o332
  2311. o331.Name = "Stem"
  2312. o331.Parent = o330
  2313. o331.Material = Enum.Material.Grass
  2314. o331.BrickColor = BrickColor.new("Bright green")
  2315. o331.Position = Vector3.new(-106.827339, 153.700027, -79.8616562)
  2316. o331.Rotation = Vector3.new(0, 75.5500031, 0)
  2317. o331.Anchored = true
  2318. o331.CanCollide = false
  2319. o331.FormFactor = Enum.FormFactor.Custom
  2320. o331.Size = Vector3.new(0.300000012, 1.200001, 0.300000012)
  2321. o331.CFrame = CFrame.new(-106.827339, 153.700027, -79.8616562, 0.24954012, 0, 0.968364477, 0, 1, 0, -0.968364477, 0, 0.24954012)
  2322. o331.BottomSurface = Enum.SurfaceType.Smooth
  2323. o331.TopSurface = Enum.SurfaceType.Smooth
  2324. o331.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2325. o331.Position = Vector3.new(-106.827339, 153.700027, -79.8616562)
  2326. o332.Name = "Prime"
  2327. o332.Parent = o330
  2328. o332.Material = Enum.Material.Grass
  2329. o332.BrickColor = BrickColor.new("Bright green")
  2330. o332.Position = Vector3.new(-106.827339, 153, -79.8616562)
  2331. o332.Rotation = Vector3.new(0, 75.5500031, 0)
  2332. o332.Anchored = true
  2333. o332.CanCollide = false
  2334. o332.FormFactor = Enum.FormFactor.Custom
  2335. o332.Size = Vector3.new(0.300000012, 0.400000006, 0.300000012)
  2336. o332.CFrame = CFrame.new(-106.827339, 153, -79.8616562, 0.24954012, 0, 0.968364477, 0, 1, 0, -0.968364477, 0, 0.24954012)
  2337. o332.BottomSurface = Enum.SurfaceType.Smooth
  2338. o332.TopSurface = Enum.SurfaceType.Smooth
  2339. o332.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2340. o332.Position = Vector3.new(-106.827339, 153, -79.8616562)
  2341. o333.Name = "Stamen"
  2342. o333.Parent = o330
  2343. o333.Material = Enum.Material.Grass
  2344. o333.BrickColor = BrickColor.new("Bright yellow")
  2345. o333.Position = Vector3.new(-106.834183, 154.400024, -79.8488007)
  2346. o333.Rotation = Vector3.new(180, 74.4499969, -180)
  2347. o333.Anchored = true
  2348. o333.CanCollide = false
  2349. o333.FormFactor = Enum.FormFactor.Custom
  2350. o333.Size = Vector3.new(0.50000006, 0.200000003, 0.5)
  2351. o333.CFrame = CFrame.new(-106.834183, 154.400024, -79.8488007, -0.268074155, 7.43687778e-09, 0.963398278, -2.83881718e-09, 1, -9.48773504e-09, -0.963398278, -2.8859521e-08, -0.268074155)
  2352. o333.BottomSurface = Enum.SurfaceType.Smooth
  2353. o333.TopSurface = Enum.SurfaceType.Smooth
  2354. o333.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2355. o333.Position = Vector3.new(-106.834183, 154.400024, -79.8488007)
  2356. o334.Name = "Pedals"
  2357. o334.Parent = o330
  2358. o335.Name = "Flower"
  2359. o335.Parent = o334
  2360. o335.Material = Enum.Material.Grass
  2361. o335.BrickColor = BrickColor.new("Navy blue")
  2362. o335.Position = Vector3.new(-107.017052, 154.573212, -80.3389969)
  2363. o335.Rotation = Vector3.new(-180, 74.4499969, -150)
  2364. o335.Anchored = true
  2365. o335.CanCollide = false
  2366. o335.FormFactor = Enum.FormFactor.Custom
  2367. o335.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  2368. o335.CFrame = CFrame.new(-107.017052, 154.573212, -80.3389969, -0.232159168, 0.134036303, 0.963397861, 0.499999732, 0.866025031, 7.3557004e-07, -0.834326923, 0.481698841, -0.268073887)
  2369. o335.BottomSurface = Enum.SurfaceType.Smooth
  2370. o335.TopSurface = Enum.SurfaceType.Smooth
  2371. o335.Color = Color3.new(0, 0.12549, 0.376471)
  2372. o335.Position = Vector3.new(-107.017052, 154.573212, -80.3389969)
  2373. o336.Name = "Flower"
  2374. o336.Parent = o334
  2375. o336.Material = Enum.Material.Grass
  2376. o336.BrickColor = BrickColor.new("Navy blue")
  2377. o336.Position = Vector3.new(-107.006592, 154.573212, -79.3098755)
  2378. o336.Rotation = Vector3.new(0, 75.5500031, -30)
  2379. o336.Anchored = true
  2380. o336.CanCollide = false
  2381. o336.FormFactor = Enum.FormFactor.Custom
  2382. o336.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  2383. o336.CFrame = CFrame.new(-107.006592, 154.573212, -79.3098755, 0.216108382, 0.124769308, 0.968363881, -0.499999672, 0.866025031, 7.80537448e-07, -0.838627636, -0.484182, 0.249539956)
  2384. o336.BottomSurface = Enum.SurfaceType.Smooth
  2385. o336.TopSurface = Enum.SurfaceType.Smooth
  2386. o336.Color = Color3.new(0, 0.12549, 0.376471)
  2387. o336.Position = Vector3.new(-107.006592, 154.573212, -79.3098755)
  2388. o337.Name = "Flower"
  2389. o337.Parent = o334
  2390. o337.Material = Enum.Material.Grass
  2391. o337.BrickColor = BrickColor.new("Navy blue")
  2392. o337.Position = Vector3.new(-106.364845, 154.573212, -79.5418091)
  2393. o337.Rotation = Vector3.new(-180, 29.4500008, 150)
  2394. o337.Anchored = true
  2395. o337.CanCollide = false
  2396. o337.FormFactor = Enum.FormFactor.Custom
  2397. o337.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  2398. o337.CFrame = CFrame.new(-106.364845, 154.573212, -79.5418091, -0.754118919, -0.435391575, 0.491668075, -0.499999911, 0.866025031, 1.24509916e-06, -0.425797462, -0.245833188, -0.870781958)
  2399. o337.BottomSurface = Enum.SurfaceType.Smooth
  2400. o337.TopSurface = Enum.SurfaceType.Smooth
  2401. o337.Color = Color3.new(0, 0.12549, 0.376471)
  2402. o337.Position = Vector3.new(-106.364845, 154.573212, -79.5418091)
  2403. o338.Name = "Flower"
  2404. o338.Parent = o334
  2405. o338.Material = Enum.Material.Grass
  2406. o338.BrickColor = BrickColor.new("Navy blue")
  2407. o338.Position = Vector3.new(-107.464828, 154.573212, -79.8262711)
  2408. o338.Rotation = Vector3.new(0, 0.550000012, -30)
  2409. o338.Anchored = true
  2410. o338.CanCollide = false
  2411. o338.FormFactor = Enum.FormFactor.Custom
  2412. o338.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
  2413. o338.CFrame = CFrame.new(-107.464828, 154.573212, -79.8262711, 0.865985394, 0.499976069, 0.00959390402, -0.499999166, 0.866025329, -3.34423817e-07, -0.00830867887, -0.00479664654, 0.99995333)
  2414. o338.BottomSurface = Enum.SurfaceType.Smooth
  2415. o338.TopSurface = Enum.SurfaceType.Smooth
  2416. o338.Color = Color3.new(0, 0.12549, 0.376471)
  2417. o338.Position = Vector3.new(-107.464828, 154.573212, -79.8262711)
  2418. o339.Name = "Flower"
  2419. o339.Parent = o334
  2420. o339.Material = Enum.Material.Grass
  2421. o339.BrickColor = BrickColor.new("Navy blue")
  2422. o339.Position = Vector3.new(-106.47493, 154.573212, -80.2100677)
  2423. o339.Rotation = Vector3.new(0, 45.5499992, 30)
  2424. o339.Anchored = true
  2425. o339.CanCollide = false
  2426. o339.FormFactor = Enum.FormFactor.Custom
  2427. o339.Size = Vector3.new(0.900000036, 0.200000003, 0.49999997)
  2428. o339.CFrame = CFrame.new(-106.47493, 154.573212, -80.2100677, 0.606468618, -0.35014537, 0.71385777, 0.50000006, 0.866024911, 2.58732769e-07, -0.618218958, 0.356928945, 0.700289845)
  2429. o339.BottomSurface = Enum.SurfaceType.Smooth
  2430. o339.TopSurface = Enum.SurfaceType.Smooth
  2431. o339.Color = Color3.new(0, 0.12549, 0.376471)
  2432. o339.Position = Vector3.new(-106.47493, 154.573212, -80.2100677)
  2433. o340.Name = "Fiber Rope"
  2434. o340.Parent = o1
  2435. o341.Name = "Rope"
  2436. o341.Parent = o340
  2437. o343.Parent = mas
  2438. o343.Texture = "rbxassetid://3573417005"
  2439. o343.Face = Enum.NormalId.Top
  2440. o345.Parent = mas
  2441. o345.Texture = "rbxassetid://3573417005"
  2442. o345.Face = Enum.NormalId.Top
  2443. o347.Name = "Back"
  2444. o347.Parent = mas
  2445. o347.Texture = "rbxassetid://3573417005"
  2446. o347.Face = Enum.NormalId.Back
  2447. o347.StudsPerTileU = 0.56568002700806
  2448. o347.StudsPerTileV = 0.49845477938652
  2449. o348.Name = "Left"
  2450. o348.Parent = mas
  2451. o348.Texture = "rbxassetid://3573417005"
  2452. o348.Face = Enum.NormalId.Left
  2453. o348.StudsPerTileU = 0.56568002700806
  2454. o348.StudsPerTileV = 0.49845477938652
  2455. o349.Name = "Front"
  2456. o349.Parent = mas
  2457. o349.Texture = "rbxassetid://3573417005"
  2458. o349.StudsPerTileU = 0.56568002700806
  2459. o349.StudsPerTileV = 0.49845477938652
  2460. o350.Name = "Right"
  2461. o350.Parent = mas
  2462. o350.Texture = "rbxassetid://3573417005"
  2463. o350.Face = Enum.NormalId.Right
  2464. o350.StudsPerTileU = 0.56568002700806
  2465. o350.StudsPerTileV = 0.49845477938652
  2466. o352.Name = "Back"
  2467. o352.Parent = mas
  2468. o352.Texture = "rbxassetid://3573417005"
  2469. o352.Face = Enum.NormalId.Back
  2470. o352.StudsPerTileU = 0.56568002700806
  2471. o352.StudsPerTileV = 0.49845477938652
  2472. o353.Name = "Left"
  2473. o353.Parent = mas
  2474. o353.Texture = "rbxassetid://3573417005"
  2475. o353.Face = Enum.NormalId.Left
  2476. o353.StudsPerTileU = 0.56568002700806
  2477. o353.StudsPerTileV = 0.49845477938652
  2478. o354.Name = "Front"
  2479. o354.Parent = mas
  2480. o354.Texture = "rbxassetid://3573417005"
  2481. o354.StudsPerTileU = 0.56568002700806
  2482. o354.StudsPerTileV = 0.49845477938652
  2483. o355.Name = "Right"
  2484. o355.Parent = mas
  2485. o355.Texture = "rbxassetid://3573417005"
  2486. o355.Face = Enum.NormalId.Right
  2487. o355.StudsPerTileU = 0.56568002700806
  2488. o355.StudsPerTileV = 0.49845477938652
  2489. o357.Name = "Back"
  2490. o357.Parent = mas
  2491. o357.Texture = "rbxassetid://3573417005"
  2492. o357.Face = Enum.NormalId.Back
  2493. o357.StudsPerTileU = 0.56568002700806
  2494. o357.StudsPerTileV = 0.49845477938652
  2495. o358.Name = "Left"
  2496. o358.Parent = mas
  2497. o358.Texture = "rbxassetid://3573417005"
  2498. o358.Face = Enum.NormalId.Left
  2499. o358.StudsPerTileU = 0.56568002700806
  2500. o358.StudsPerTileV = 0.49845477938652
  2501. o359.Name = "Front"
  2502. o359.Parent = mas
  2503. o359.Texture = "rbxassetid://3573417005"
  2504. o359.StudsPerTileU = 0.56568002700806
  2505. o359.StudsPerTileV = 0.49845477938652
  2506. o360.Name = "Right"
  2507. o360.Parent = mas
  2508. o360.Texture = "rbxassetid://3573417005"
  2509. o360.Face = Enum.NormalId.Right
  2510. o360.StudsPerTileU = 0.56568002700806
  2511. o360.StudsPerTileV = 0.49845477938652
  2512. o362.Name = "Back"
  2513. o362.Parent = mas
  2514. o362.Texture = "rbxassetid://3573417005"
  2515. o362.Face = Enum.NormalId.Back
  2516. o362.StudsPerTileU = 0.56568002700806
  2517. o362.StudsPerTileV = 0.49845477938652
  2518. o363.Name = "Left"
  2519. o363.Parent = mas
  2520. o363.Texture = "rbxassetid://3573417005"
  2521. o363.Face = Enum.NormalId.Left
  2522. o363.StudsPerTileU = 0.56568002700806
  2523. o363.StudsPerTileV = 0.49845477938652
  2524. o364.Name = "Front"
  2525. o364.Parent = mas
  2526. o364.Texture = "rbxassetid://3573417005"
  2527. o364.StudsPerTileU = 0.56568002700806
  2528. o364.StudsPerTileV = 0.49845477938652
  2529. o365.Name = "Right"
  2530. o365.Parent = mas
  2531. o365.Texture = "rbxassetid://3573417005"
  2532. o365.Face = Enum.NormalId.Right
  2533. o365.StudsPerTileU = 0.56568002700806
  2534. o365.StudsPerTileV = 0.49845477938652
  2535. o367.Name = "Back"
  2536. o367.Parent = mas
  2537. o367.Texture = "rbxassetid://3573417005"
  2538. o367.Face = Enum.NormalId.Back
  2539. o367.StudsPerTileU = 0.56568002700806
  2540. o367.StudsPerTileV = 0.49845477938652
  2541. o368.Name = "Left"
  2542. o368.Parent = mas
  2543. o368.Texture = "rbxassetid://3573417005"
  2544. o368.Face = Enum.NormalId.Left
  2545. o368.StudsPerTileU = 0.56568002700806
  2546. o368.StudsPerTileV = 0.49845477938652
  2547. o369.Name = "Front"
  2548. o369.Parent = mas
  2549. o369.Texture = "rbxassetid://3573417005"
  2550. o369.StudsPerTileU = 0.56568002700806
  2551. o369.StudsPerTileV = 0.49845477938652
  2552. o370.Name = "Right"
  2553. o370.Parent = mas
  2554. o370.Texture = "rbxassetid://3573417005"
  2555. o370.Face = Enum.NormalId.Right
  2556. o370.StudsPerTileU = 0.56568002700806
  2557. o370.StudsPerTileV = 0.49845477938652
  2558. o372.Name = "Back"
  2559. o372.Parent = mas
  2560. o372.Texture = "rbxassetid://3573417005"
  2561. o372.Face = Enum.NormalId.Back
  2562. o372.StudsPerTileU = 0.56568002700806
  2563. o372.StudsPerTileV = 0.49845477938652
  2564. o373.Name = "Left"
  2565. o373.Parent = mas
  2566. o373.Texture = "rbxassetid://3573417005"
  2567. o373.Face = Enum.NormalId.Left
  2568. o373.StudsPerTileU = 0.56568002700806
  2569. o373.StudsPerTileV = 0.49845477938652
  2570. o374.Name = "Front"
  2571. o374.Parent = mas
  2572. o374.Texture = "rbxassetid://3573417005"
  2573. o374.StudsPerTileU = 0.56568002700806
  2574. o374.StudsPerTileV = 0.49845477938652
  2575. o375.Name = "Right"
  2576. o375.Parent = mas
  2577. o375.Texture = "rbxassetid://3573417005"
  2578. o375.Face = Enum.NormalId.Right
  2579. o375.StudsPerTileU = 0.56568002700806
  2580. o375.StudsPerTileV = 0.49845477938652
  2581. o377.Name = "Back"
  2582. o377.Parent = mas
  2583. o377.Texture = "rbxassetid://3573417005"
  2584. o377.Face = Enum.NormalId.Back
  2585. o377.StudsPerTileU = 0.56568002700806
  2586. o377.StudsPerTileV = 0.49845477938652
  2587. o378.Name = "Left"
  2588. o378.Parent = mas
  2589. o378.Texture = "rbxassetid://3573417005"
  2590. o378.Face = Enum.NormalId.Left
  2591. o378.StudsPerTileU = 0.56568002700806
  2592. o378.StudsPerTileV = 0.49845477938652
  2593. o379.Name = "Front"
  2594. o379.Parent = mas
  2595. o379.Texture = "rbxassetid://3573417005"
  2596. o379.StudsPerTileU = 0.56568002700806
  2597. o379.StudsPerTileV = 0.49845477938652
  2598. o380.Name = "Right"
  2599. o380.Parent = mas
  2600. o380.Texture = "rbxassetid://3573417005"
  2601. o380.Face = Enum.NormalId.Right
  2602. o380.StudsPerTileU = 0.56568002700806
  2603. o380.StudsPerTileV = 0.49845477938652
  2604. o382.Name = "Back"
  2605. o382.Parent = mas
  2606. o382.Texture = "rbxassetid://3573417005"
  2607. o382.Face = Enum.NormalId.Back
  2608. o382.StudsPerTileU = 0.56568002700806
  2609. o382.StudsPerTileV = 0.49845477938652
  2610. o383.Name = "Left"
  2611. o383.Parent = mas
  2612. o383.Texture = "rbxassetid://3573417005"
  2613. o383.Face = Enum.NormalId.Left
  2614. o383.StudsPerTileU = 0.56568002700806
  2615. o383.StudsPerTileV = 0.49845477938652
  2616. o384.Name = "Front"
  2617. o384.Parent = mas
  2618. o384.Texture = "rbxassetid://3573417005"
  2619. o384.StudsPerTileU = 0.56568002700806
  2620. o384.StudsPerTileV = 0.49845477938652
  2621. o385.Name = "Right"
  2622. o385.Parent = mas
  2623. o385.Texture = "rbxassetid://3573417005"
  2624. o385.Face = Enum.NormalId.Right
  2625. o385.StudsPerTileU = 0.56568002700806
  2626. o385.StudsPerTileV = 0.49845477938652
  2627. o387.Name = "Back"
  2628. o387.Parent = mas
  2629. o387.Texture = "rbxassetid://3573417005"
  2630. o387.Face = Enum.NormalId.Back
  2631. o387.StudsPerTileU = 0.56568002700806
  2632. o387.StudsPerTileV = 0.49845477938652
  2633. o388.Name = "Left"
  2634. o388.Parent = mas
  2635. o388.Texture = "rbxassetid://3573417005"
  2636. o388.Face = Enum.NormalId.Left
  2637. o388.StudsPerTileU = 0.56568002700806
  2638. o388.StudsPerTileV = 0.49845477938652
  2639. o389.Name = "Front"
  2640. o389.Parent = mas
  2641. o389.Texture = "rbxassetid://3573417005"
  2642. o389.StudsPerTileU = 0.56568002700806
  2643. o389.StudsPerTileV = 0.49845477938652
  2644. o390.Name = "Right"
  2645. o390.Parent = mas
  2646. o390.Texture = "rbxassetid://3573417005"
  2647. o390.Face = Enum.NormalId.Right
  2648. o390.StudsPerTileU = 0.56568002700806
  2649. o390.StudsPerTileV = 0.49845477938652
  2650. o391.Name = "Fiber Rope"
  2651. o391.Parent = o1
  2652. o392.Name = "Rope"
  2653. o392.Parent = o391
  2654. o394.Parent = mas
  2655. o394.Texture = "rbxassetid://3573417005"
  2656. o394.Face = Enum.NormalId.Top
  2657. o396.Parent = mas
  2658. o396.Texture = "rbxassetid://3573417005"
  2659. o396.Face = Enum.NormalId.Top
  2660. o398.Name = "Back"
  2661. o398.Parent = mas
  2662. o398.Texture = "rbxassetid://3573417005"
  2663. o398.Face = Enum.NormalId.Back
  2664. o398.StudsPerTileU = 0.56568002700806
  2665. o398.StudsPerTileV = 0.47161793708801
  2666. o399.Name = "Left"
  2667. o399.Parent = mas
  2668. o399.Texture = "rbxassetid://3573417005"
  2669. o399.Face = Enum.NormalId.Left
  2670. o399.StudsPerTileU = 0.56568002700806
  2671. o399.StudsPerTileV = 0.47161793708801
  2672. o400.Name = "Front"
  2673. o400.Parent = mas
  2674. o400.Texture = "rbxassetid://3573417005"
  2675. o400.StudsPerTileU = 0.56568002700806
  2676. o400.StudsPerTileV = 0.47161793708801
  2677. o401.Name = "Right"
  2678. o401.Parent = mas
  2679. o401.Texture = "rbxassetid://3573417005"
  2680. o401.Face = Enum.NormalId.Right
  2681. o401.StudsPerTileU = 0.56568002700806
  2682. o401.StudsPerTileV = 0.47161793708801
  2683. o403.Name = "Back"
  2684. o403.Parent = mas
  2685. o403.Texture = "rbxassetid://3573417005"
  2686. o403.Face = Enum.NormalId.Back
  2687. o403.StudsPerTileU = 0.56568002700806
  2688. o403.StudsPerTileV = 0.47161793708801
  2689. o404.Name = "Left"
  2690. o404.Parent = mas
  2691. o404.Texture = "rbxassetid://3573417005"
  2692. o404.Face = Enum.NormalId.Left
  2693. o404.StudsPerTileU = 0.56568002700806
  2694. o404.StudsPerTileV = 0.47161793708801
  2695. o405.Name = "Front"
  2696. o405.Parent = mas
  2697. o405.Texture = "rbxassetid://3573417005"
  2698. o405.StudsPerTileU = 0.56568002700806
  2699. o405.StudsPerTileV = 0.47161793708801
  2700. o406.Name = "Right"
  2701. o406.Parent = mas
  2702. o406.Texture = "rbxassetid://3573417005"
  2703. o406.Face = Enum.NormalId.Right
  2704. o406.StudsPerTileU = 0.56568002700806
  2705. o406.StudsPerTileV = 0.47161793708801
  2706. o408.Name = "Back"
  2707. o408.Parent = mas
  2708. o408.Texture = "rbxassetid://3573417005"
  2709. o408.Face = Enum.NormalId.Back
  2710. o408.StudsPerTileU = 0.56568002700806
  2711. o408.StudsPerTileV = 0.47161793708801
  2712. o409.Name = "Left"
  2713. o409.Parent = mas
  2714. o409.Texture = "rbxassetid://3573417005"
  2715. o409.Face = Enum.NormalId.Left
  2716. o409.StudsPerTileU = 0.56568002700806
  2717. o409.StudsPerTileV = 0.47161793708801
  2718. o410.Name = "Front"
  2719. o410.Parent = mas
  2720. o410.Texture = "rbxassetid://3573417005"
  2721. o410.StudsPerTileU = 0.56568002700806
  2722. o410.StudsPerTileV = 0.47161793708801
  2723. o411.Name = "Right"
  2724. o411.Parent = mas
  2725. o411.Texture = "rbxassetid://3573417005"
  2726. o411.Face = Enum.NormalId.Right
  2727. o411.StudsPerTileU = 0.56568002700806
  2728. o411.StudsPerTileV = 0.47161793708801
  2729. o413.Name = "Back"
  2730. o413.Parent = mas
  2731. o413.Texture = "rbxassetid://3573417005"
  2732. o413.Face = Enum.NormalId.Back
  2733. o413.StudsPerTileU = 0.56568002700806
  2734. o413.StudsPerTileV = 0.47161793708801
  2735. o414.Name = "Left"
  2736. o414.Parent = mas
  2737. o414.Texture = "rbxassetid://3573417005"
  2738. o414.Face = Enum.NormalId.Left
  2739. o414.StudsPerTileU = 0.56568002700806
  2740. o414.StudsPerTileV = 0.47161793708801
  2741. o415.Name = "Front"
  2742. o415.Parent = mas
  2743. o415.Texture = "rbxassetid://3573417005"
  2744. o415.StudsPerTileU = 0.56568002700806
  2745. o415.StudsPerTileV = 0.47161793708801
  2746. o416.Name = "Right"
  2747. o416.Parent = mas
  2748. o416.Texture = "rbxassetid://3573417005"
  2749. o416.Face = Enum.NormalId.Right
  2750. o416.StudsPerTileU = 0.56568002700806
  2751. o416.StudsPerTileV = 0.47161793708801
  2752. o417.Name = "Small"
  2753. o417.Parent = o1
  2754. o417.PrimaryPart = o418
  2755. o418.Name = "Wood"
  2756. o418.Parent = o417
  2757. o418.Material = Enum.Material.Wood
  2758. o418.BrickColor = BrickColor.new("Brown")
  2759. o418.Position = Vector3.new(-113.069946, 168, -71.7227478)
  2760. o418.Rotation = Vector3.new(-180, -12.1700001, -180)
  2761. o418.Anchored = true
  2762. o418.FormFactor = Enum.FormFactor.Custom
  2763. o418.Size = Vector3.new(5, 38, 5)
  2764. o418.CFrame = CFrame.new(-113.069946, 168, -71.7227478, -0.977526963, 0, -0.210810527, 0, 1, 0, 0.210810527, 0, -0.977526963)
  2765. o418.BottomSurface = Enum.SurfaceType.Smooth
  2766. o418.TopSurface = Enum.SurfaceType.Smooth
  2767. o418.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2768. o418.Position = Vector3.new(-113.069946, 168, -71.7227478)
  2769. o419.Name = "Leaves"
  2770. o419.Parent = o417
  2771. o420.Parent = o419
  2772. o420.Material = Enum.Material.Grass
  2773. o420.BrickColor = BrickColor.new("Bright green")
  2774. o420.Position = Vector3.new(-113.996567, 180.994202, -77.7347946)
  2775. o420.Rotation = Vector3.new(-180, -27.1700001, -120)
  2776. o420.Anchored = true
  2777. o420.FormFactor = Enum.FormFactor.Custom
  2778. o420.Size = Vector3.new(15, 14, 15)
  2779. o420.CFrame = CFrame.new(-113.996567, 180.994202, -77.7347946, -0.444828272, 0.770465255, -0.456630051, 0.866025448, 0.49999997, 0, 0.228315011, -0.395453215, -0.889656603)
  2780. o420.BottomSurface = Enum.SurfaceType.Smooth
  2781. o420.TopSurface = Enum.SurfaceType.Smooth
  2782. o420.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2783. o420.Position = Vector3.new(-113.996567, 180.994202, -77.7347946)
  2784. o421.Parent = o419
  2785. o421.Material = Enum.Material.Grass
  2786. o421.BrickColor = BrickColor.new("Bright green")
  2787. o421.Position = Vector3.new(-107.003952, 180.994202, -75.9731903)
  2788. o421.Rotation = Vector3.new(-167.690002, -30.8500004, -157.619995)
  2789. o421.Anchored = true
  2790. o421.FormFactor = Enum.FormFactor.Custom
  2791. o421.Size = Vector3.new(15, 14, 15)
  2792. o421.CFrame = CFrame.new(-107.003952, 180.994202, -75.9731903, -0.793851256, 0.326835394, -0.512814462, 0.270866126, 0.945059717, 0.183012694, 0.544455409, 0.00638078898, -0.838765442)
  2793. o421.BottomSurface = Enum.SurfaceType.Smooth
  2794. o421.TopSurface = Enum.SurfaceType.Smooth
  2795. o421.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2796. o421.Position = Vector3.new(-107.003952, 180.994202, -75.9731903)
  2797. o422.Parent = o419
  2798. o422.Material = Enum.Material.Grass
  2799. o422.BrickColor = BrickColor.new("Bright green")
  2800. o422.Position = Vector3.new(-111.45092, 180.994202, -71.9452438)
  2801. o422.Rotation = Vector3.new(-120.379997, -50.8800011, -137.759995)
  2802. o422.Anchored = true
  2803. o422.FormFactor = Enum.FormFactor.Custom
  2804. o422.Size = Vector3.new(15, 14, 15)
  2805. o422.CFrame = CFrame.new(-111.45092, 180.994202, -71.9452438, -0.467113256, 0.424212933, -0.775788903, -0.155514553, 0.824299335, 0.544376552, 0.87041384, 0.374931961, -0.319069803)
  2806. o422.BottomSurface = Enum.SurfaceType.Smooth
  2807. o422.TopSurface = Enum.SurfaceType.Smooth
  2808. o422.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2809. o422.Position = Vector3.new(-111.45092, 180.994202, -71.9452438)
  2810. o423.Parent = o419
  2811. o423.Material = Enum.Material.Grass
  2812. o423.BrickColor = BrickColor.new("Bright green")
  2813. o423.Position = Vector3.new(-102.976028, 180.994202, -71.5262756)
  2814. o423.Rotation = Vector3.new(-33.9300003, -70.4199982, -57.0999985)
  2815. o423.Anchored = true
  2816. o423.FormFactor = Enum.FormFactor.Custom
  2817. o423.Size = Vector3.new(15, 14, 15)
  2818. o423.CFrame = CFrame.new(-102.976028, 180.994202, -71.5262756, 0.182004899, 0.281351, -0.942186654, -0.410972476, 0.892251968, 0.187051013, 0.893294752, 0.353168577, 0.278021753)
  2819. o423.BottomSurface = Enum.SurfaceType.Smooth
  2820. o423.TopSurface = Enum.SurfaceType.Smooth
  2821. o423.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2822. o423.Position = Vector3.new(-102.976028, 180.994202, -71.5262756)
  2823. o424.Parent = o419
  2824. o424.Material = Enum.Material.Grass
  2825. o424.BrickColor = BrickColor.new("Bright green")
  2826. o424.Position = Vector3.new(-109.017967, 177.994141, -78.1966782)
  2827. o424.Rotation = Vector3.new(-133.990005, -15.21, 168.600006)
  2828. o424.Anchored = true
  2829. o424.FormFactor = Enum.FormFactor.Custom
  2830. o424.Size = Vector3.new(15, 14, 15)
  2831. o424.CFrame = CFrame.new(-109.017967, 177.994141, -78.1966782, -0.945940614, -0.190686911, -0.262363762, -0.322283953, 0.643547833, 0.694247246, 0.0364597589, 0.74127239, -0.670213342)
  2832. o424.BottomSurface = Enum.SurfaceType.Smooth
  2833. o424.TopSurface = Enum.SurfaceType.Smooth
  2834. o424.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2835. o424.Position = Vector3.new(-109.017967, 177.994141, -78.1966782)
  2836. o425.Parent = o419
  2837. o425.Material = Enum.Material.Grass
  2838. o425.BrickColor = BrickColor.new("Bright green")
  2839. o425.Position = Vector3.new(-119.619263, 179.734192, -75.4230576)
  2840. o425.Rotation = Vector3.new(0, -47.8300018, 0)
  2841. o425.Anchored = true
  2842. o425.FormFactor = Enum.FormFactor.Custom
  2843. o425.Size = Vector3.new(15, 14, 15)
  2844. o425.CFrame = CFrame.new(-119.619263, 179.734192, -75.4230576, 0.67133081, 0, -0.74115777, 0, 1, 0, 0.74115777, 0, 0.67133081)
  2845. o425.BottomSurface = Enum.SurfaceType.Smooth
  2846. o425.TopSurface = Enum.SurfaceType.Smooth
  2847. o425.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2848. o425.Position = Vector3.new(-119.619263, 179.734192, -75.4230576)
  2849. o426.Parent = o419
  2850. o426.Material = Enum.Material.Grass
  2851. o426.BrickColor = BrickColor.new("Bright green")
  2852. o426.Position = Vector3.new(-121.198708, 177.994141, -75.2590485)
  2853. o426.Rotation = Vector3.new(116.07, -43.7900009, 57.7599983)
  2854. o426.Anchored = true
  2855. o426.FormFactor = Enum.FormFactor.Custom
  2856. o426.Size = Vector3.new(15, 14, 15)
  2857. o426.CFrame = CFrame.new(-121.198708, 177.994141, -75.2590485, 0.385092974, -0.610551655, -0.692047596, -0.703331947, 0.291350305, -0.648412883, 0.597517788, 0.736438394, -0.317223489)
  2858. o426.BottomSurface = Enum.SurfaceType.Smooth
  2859. o426.TopSurface = Enum.SurfaceType.Smooth
  2860. o426.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2861. o426.Position = Vector3.new(-121.198708, 177.994141, -75.2590485)
  2862. o427.Parent = o419
  2863. o427.Material = Enum.Material.Grass
  2864. o427.BrickColor = BrickColor.new("Bright green")
  2865. o427.Position = Vector3.new(-106.751617, 180.994202, -66.7571335)
  2866. o427.Rotation = Vector3.new(-167.300003, -30.4200001, 157.630005)
  2867. o427.Anchored = true
  2868. o427.FormFactor = Enum.FormFactor.Custom
  2869. o427.Size = Vector3.new(15, 14, 15)
  2870. o427.CFrame = CFrame.new(-106.751617, 180.994202, -66.7571335, -0.797432125, -0.328165472, -0.506368756, -0.474190056, 0.859774172, 0.18955797, 0.373156399, 0.391274661, -0.841224432)
  2871. o427.BottomSurface = Enum.SurfaceType.Smooth
  2872. o427.TopSurface = Enum.SurfaceType.Smooth
  2873. o427.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2874. o427.Position = Vector3.new(-106.751617, 180.994202, -66.7571335)
  2875. o428.Parent = o419
  2876. o428.Material = Enum.Material.Grass
  2877. o428.BrickColor = BrickColor.new("Bright green")
  2878. o428.Position = Vector3.new(-114.555229, 180.994202, -66.4349365)
  2879. o428.Rotation = Vector3.new(-179.990005, -26.6299992, -164.940002)
  2880. o428.Anchored = true
  2881. o428.FormFactor = Enum.FormFactor.Custom
  2882. o428.Size = Vector3.new(15, 14, 15)
  2883. o428.CFrame = CFrame.new(-114.555229, 180.994202, -66.4349365, -0.863264263, 0.232243091, -0.448149443, 0.259751737, 0.965675473, 8.28653574e-05, 0.432786167, -0.116336033, -0.893958569)
  2884. o428.BottomSurface = Enum.SurfaceType.Smooth
  2885. o428.TopSurface = Enum.SurfaceType.Smooth
  2886. o428.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2887. o428.Position = Vector3.new(-114.555229, 180.994202, -66.4349365)
  2888. mas.Parent = workspace
  2889. mas:MakeJoints()
  2890. local mas1 = mas:GetChildren()
  2891. for i=1,#mas1 do
  2892. mas1[i].Parent = workspace
  2893. ypcall(function() mas1[i]:MakeJoints() end)
  2894. end
  2895. mas:Destroy()
  2896. for i=1,#cors do
  2897. coroutine.resume(cors[i])
  2898. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement