Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 = {}
- do
- script.Parent = owner.Character
- local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
- local function NewFakeEvent()
- local Bind = Instance.new("BindableEvent")
- local Fake;Fake = {Connections = {},
- fakeEvent=true;
- Connect=function(self,Func)
- Bind.Event:connect(Func)
- self.Connections[Bind] = true
- return setmetatable({Connected = true},{
- __index = function (self,Index)
- if Index:lower() == "disconnect" then
- return function() Fake.Connections[Bind] = false;self.Connected = false end
- end
- return Fake[Index]
- end;
- __tostring = function() return "Connection" end;
- })
- end}
- Fake.connect = Fake.Connect;return Fake;
- end
- local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
- local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
- local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
- self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
- end};ContextActionService.UnBindAction = ContextActionService.BindAction
- local function TriggerEvent(self,Event,...)
- local Trigger = Mouse[Event]
- if Trigger and Trigger.fakeEvent and Trigger.Connections then
- for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
- end
- end
- Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
- Event.OnServerEvent:Connect(function(FiredBy,Input)
- if FiredBy.Name ~= owner.Name then return end
- if Input.MouseEvent then
- Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
- else
- local Begin = Input.UserInputState == Enum.UserInputState.Begin
- if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
- for _,Action in pairs(ContextActionService.Actions) do
- for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
- end
- Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
- UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
- end
- end)
- InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
- Event.Parent = NLS([[
- local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
- local Input = function(Input,gameProcessedEvent)
- if gameProcessedEvent then return end
- Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
- end
- UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
- local Hit,Target
- while wait(1/30) do
- if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
- Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
- end
- end
- ]],owner.Character)
- end
- RealGame = game;game = setmetatable({},{
- __index = function (self,Index)
- local Sandbox = function (Thing)
- if Thing:IsA("Player") then
- local RealPlayer = Thing
- return setmetatable({},{
- __index = function (self,Index)
- local Type = type(RealPlayer[Index])
- if Type == "function" then
- if Index:lower() == "getmouse" or Index:lower() == "mouse" then
- return function (self)return InternalData["Mouse"] end
- end
- return function (self,...)return RealPlayer[Index](RealPlayer,...) end
- end
- return RealPlayer[Index]
- end;
- __tostring = function(self) return RealPlayer.Name end
- })
- end
- end
- if RealGame[Index] then
- local Type = type(RealGame[Index])
- if Type == "function" then
- if Index:lower() == "getservice" or Index:lower() == "service" then
- return function (self,Service)
- local FakeServices = {
- ["players"] = function()
- return setmetatable({},{
- __index = function (self2,Index2)
- local RealService = RealGame:GetService(Service)
- local Type2 = type(Index2)
- if Type2 == "function" then
- return function (self,...) return RealService[Index2](RealService,...)end
- else
- if Index2:lower() == "localplayer" then return Sandbox(owner) end
- return RealService[Index2]
- end
- end;
- __tostring = function(self) return RealGame:GetService(Service).Name end
- })
- end;
- ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
- ["userinputservice"] = function() return InternalData["UserInputService"] end;
- ["runservice"] = function()
- return setmetatable({},{
- __index = function(self2,Index2)
- local RealService = RealGame:GetService(Service)
- local Type2 = type(Index2)
- if Type2 == "function" then
- return function (self,...) return RealService[Index2](RealService,...) end
- else
- local RunServices = {
- ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
- ["renderstepped"] = function() return RealService["Stepped"] end
- }
- if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
- return RealService[Index2]
- end
- end
- })
- end
- }
- if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
- return RealGame:GetService(Service)
- end
- end
- return function (self,...) return RealGame[Index](RealGame,...) end
- else
- if game:GetService(Index) then return game:GetService(Index) end
- return RealGame[Index]
- end
- end
- return nil
- end
- });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete! Running...")
- local runDummyScript = function(f,scri)
- local oldenv = getfenv(f)
- local newenv = setmetatable({}, {
- __index = function(_, k)
- if k:lower() == 'script' then
- return scri
- else
- return oldenv[k]
- end
- end
- })
- setfenv(f, newenv)
- ypcall(function() f() end)
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- mas.Name = "CompiledModel"
- o1 = Instance.new("Model")
- o2 = Instance.new("Model")
- o3 = Instance.new("Part")
- o4 = Instance.new("SpecialMesh")
- o9 = Instance.new("Decal")
- o10 = Instance.new("Weld")
- o11 = Instance.new("Part")
- o12 = Instance.new("Part")
- o14 = Instance.new("Part")
- o15 = Instance.new("Weld")
- o16 = Instance.new("Part")
- o18 = Instance.new("Part")
- o19 = Instance.new("Weld")
- o20 = Instance.new("Part")
- o21 = Instance.new("Decal")
- o30 = Instance.new("Weld")
- o31 = Instance.new("Weld")
- o32 = Instance.new("BodyColors")
- o33 = Instance.new("Model")
- o34 = Instance.new("Part")
- o35 = Instance.new("Part")
- o36 = Instance.new("Part")
- o37 = Instance.new("Part")
- o38 = Instance.new("Model")
- o39 = Instance.new("Part")
- o40 = Instance.new("Part")
- o41 = Instance.new("Part")
- o42 = Instance.new("Model")
- o43 = Instance.new("Part")
- o44 = Instance.new("Part")
- o45 = Instance.new("Part")
- o46 = Instance.new("Part")
- o47 = Instance.new("Part")
- o48 = Instance.new("Model")
- o49 = Instance.new("Part")
- o50 = Instance.new("Part")
- o51 = Instance.new("Part")
- o52 = Instance.new("Model")
- o53 = Instance.new("Part")
- o54 = Instance.new("Part")
- o55 = Instance.new("Part")
- o56 = Instance.new("Part")
- o57 = Instance.new("Part")
- o58 = Instance.new("Model")
- o59 = Instance.new("Model")
- o61 = Instance.new("Decal")
- o63 = Instance.new("Decal")
- o65 = Instance.new("Texture")
- o66 = Instance.new("Texture")
- o67 = Instance.new("Texture")
- o68 = Instance.new("Texture")
- o69 = Instance.new("Model")
- o70 = Instance.new("Part")
- o71 = Instance.new("Part")
- o72 = Instance.new("Part")
- o73 = Instance.new("Model")
- o74 = Instance.new("Part")
- o75 = Instance.new("Part")
- o76 = Instance.new("Part")
- o77 = Instance.new("Part")
- o78 = Instance.new("Part")
- o79 = Instance.new("Model")
- o80 = Instance.new("Model")
- o82 = Instance.new("Decal")
- o84 = Instance.new("Decal")
- o86 = Instance.new("Texture")
- o87 = Instance.new("Texture")
- o88 = Instance.new("Texture")
- o89 = Instance.new("Texture")
- o91 = Instance.new("Texture")
- o92 = Instance.new("Texture")
- o93 = Instance.new("Texture")
- o94 = Instance.new("Texture")
- o96 = Instance.new("Texture")
- o97 = Instance.new("Texture")
- o98 = Instance.new("Texture")
- o99 = Instance.new("Texture")
- o101 = Instance.new("Texture")
- o102 = Instance.new("Texture")
- o103 = Instance.new("Texture")
- o104 = Instance.new("Texture")
- o105 = Instance.new("Model")
- o106 = Instance.new("Model")
- o108 = Instance.new("Decal")
- o110 = Instance.new("Decal")
- o112 = Instance.new("Texture")
- o113 = Instance.new("Texture")
- o114 = Instance.new("Texture")
- o115 = Instance.new("Texture")
- o117 = Instance.new("Texture")
- o118 = Instance.new("Texture")
- o119 = Instance.new("Texture")
- o120 = Instance.new("Texture")
- o122 = Instance.new("Texture")
- o123 = Instance.new("Texture")
- o124 = Instance.new("Texture")
- o125 = Instance.new("Texture")
- o127 = Instance.new("Texture")
- o128 = Instance.new("Texture")
- o129 = Instance.new("Texture")
- o130 = Instance.new("Texture")
- o132 = Instance.new("Texture")
- o133 = Instance.new("Texture")
- o134 = Instance.new("Texture")
- o135 = Instance.new("Texture")
- o137 = Instance.new("Texture")
- o138 = Instance.new("Texture")
- o139 = Instance.new("Texture")
- o140 = Instance.new("Texture")
- o142 = Instance.new("Texture")
- o143 = Instance.new("Texture")
- o144 = Instance.new("Texture")
- o145 = Instance.new("Texture")
- o147 = Instance.new("Texture")
- o148 = Instance.new("Texture")
- o149 = Instance.new("Texture")
- o150 = Instance.new("Texture")
- o151 = Instance.new("Model")
- o152 = Instance.new("Part")
- o153 = Instance.new("Part")
- o154 = Instance.new("Part")
- o155 = Instance.new("Model")
- o156 = Instance.new("Part")
- o157 = Instance.new("Part")
- o158 = Instance.new("Part")
- o159 = Instance.new("Part")
- o160 = Instance.new("Part")
- o161 = Instance.new("Part")
- o162 = Instance.new("Part")
- o163 = Instance.new("Weld")
- o164 = Instance.new("Part")
- o165 = Instance.new("Part")
- o166 = Instance.new("Part")
- o167 = Instance.new("Part")
- o168 = Instance.new("Part")
- o169 = Instance.new("Weld")
- o170 = Instance.new("Part")
- o171 = Instance.new("Weld")
- o172 = Instance.new("Part")
- o173 = Instance.new("Part")
- o174 = Instance.new("Part")
- o175 = Instance.new("Part")
- o176 = Instance.new("Model")
- o177 = Instance.new("Model")
- o179 = Instance.new("Decal")
- o181 = Instance.new("Decal")
- o183 = Instance.new("Texture")
- o184 = Instance.new("Texture")
- o185 = Instance.new("Texture")
- o186 = Instance.new("Texture")
- o188 = Instance.new("Texture")
- o189 = Instance.new("Texture")
- o190 = Instance.new("Texture")
- o191 = Instance.new("Texture")
- o193 = Instance.new("Texture")
- o194 = Instance.new("Texture")
- o195 = Instance.new("Texture")
- o196 = Instance.new("Texture")
- o198 = Instance.new("Texture")
- o199 = Instance.new("Texture")
- o200 = Instance.new("Texture")
- o201 = Instance.new("Texture")
- o203 = Instance.new("Texture")
- o204 = Instance.new("Texture")
- o205 = Instance.new("Texture")
- o206 = Instance.new("Texture")
- o207 = Instance.new("Model")
- o208 = Instance.new("Model")
- o210 = Instance.new("Decal")
- o212 = Instance.new("Decal")
- o214 = Instance.new("Texture")
- o215 = Instance.new("Texture")
- o216 = Instance.new("Texture")
- o217 = Instance.new("Texture")
- o219 = Instance.new("Texture")
- o220 = Instance.new("Texture")
- o221 = Instance.new("Texture")
- o222 = Instance.new("Texture")
- o224 = Instance.new("Texture")
- o225 = Instance.new("Texture")
- o226 = Instance.new("Texture")
- o227 = Instance.new("Texture")
- o229 = Instance.new("Texture")
- o230 = Instance.new("Texture")
- o231 = Instance.new("Texture")
- o232 = Instance.new("Texture")
- o234 = Instance.new("Texture")
- o235 = Instance.new("Texture")
- o236 = Instance.new("Texture")
- o237 = Instance.new("Texture")
- o238 = Instance.new("Model")
- o239 = Instance.new("Model")
- o241 = Instance.new("Decal")
- o243 = Instance.new("Decal")
- o245 = Instance.new("Texture")
- o246 = Instance.new("Texture")
- o247 = Instance.new("Texture")
- o248 = Instance.new("Texture")
- o250 = Instance.new("Texture")
- o251 = Instance.new("Texture")
- o252 = Instance.new("Texture")
- o253 = Instance.new("Texture")
- o255 = Instance.new("Texture")
- o256 = Instance.new("Texture")
- o257 = Instance.new("Texture")
- o258 = Instance.new("Texture")
- o260 = Instance.new("Texture")
- o261 = Instance.new("Texture")
- o262 = Instance.new("Texture")
- o263 = Instance.new("Texture")
- o265 = Instance.new("Texture")
- o266 = Instance.new("Texture")
- o267 = Instance.new("Texture")
- o268 = Instance.new("Texture")
- o270 = Instance.new("Texture")
- o271 = Instance.new("Texture")
- o272 = Instance.new("Texture")
- o273 = Instance.new("Texture")
- o275 = Instance.new("Texture")
- o276 = Instance.new("Texture")
- o277 = Instance.new("Texture")
- o278 = Instance.new("Texture")
- o280 = Instance.new("Texture")
- o281 = Instance.new("Texture")
- o282 = Instance.new("Texture")
- o283 = Instance.new("Texture")
- o284 = Instance.new("Model")
- o285 = Instance.new("Model")
- o287 = Instance.new("Decal")
- o289 = Instance.new("Decal")
- o291 = Instance.new("Texture")
- o292 = Instance.new("Texture")
- o293 = Instance.new("Texture")
- o294 = Instance.new("Texture")
- o296 = Instance.new("Texture")
- o297 = Instance.new("Texture")
- o298 = Instance.new("Texture")
- o299 = Instance.new("Texture")
- o301 = Instance.new("Texture")
- o302 = Instance.new("Texture")
- o303 = Instance.new("Texture")
- o304 = Instance.new("Texture")
- o306 = Instance.new("Texture")
- o307 = Instance.new("Texture")
- o308 = Instance.new("Texture")
- o309 = Instance.new("Texture")
- o311 = Instance.new("Texture")
- o312 = Instance.new("Texture")
- o313 = Instance.new("Texture")
- o314 = Instance.new("Texture")
- o316 = Instance.new("Texture")
- o317 = Instance.new("Texture")
- o318 = Instance.new("Texture")
- o319 = Instance.new("Texture")
- o321 = Instance.new("Texture")
- o322 = Instance.new("Texture")
- o323 = Instance.new("Texture")
- o324 = Instance.new("Texture")
- o326 = Instance.new("Texture")
- o327 = Instance.new("Texture")
- o328 = Instance.new("Texture")
- o329 = Instance.new("Texture")
- o330 = Instance.new("Model")
- o331 = Instance.new("Part")
- o332 = Instance.new("Part")
- o333 = Instance.new("Part")
- o334 = Instance.new("Model")
- o335 = Instance.new("Part")
- o336 = Instance.new("Part")
- o337 = Instance.new("Part")
- o338 = Instance.new("Part")
- o339 = Instance.new("Part")
- o340 = Instance.new("Model")
- o341 = Instance.new("Model")
- o343 = Instance.new("Decal")
- o345 = Instance.new("Decal")
- o347 = Instance.new("Texture")
- o348 = Instance.new("Texture")
- o349 = Instance.new("Texture")
- o350 = Instance.new("Texture")
- o352 = Instance.new("Texture")
- o353 = Instance.new("Texture")
- o354 = Instance.new("Texture")
- o355 = Instance.new("Texture")
- o357 = Instance.new("Texture")
- o358 = Instance.new("Texture")
- o359 = Instance.new("Texture")
- o360 = Instance.new("Texture")
- o362 = Instance.new("Texture")
- o363 = Instance.new("Texture")
- o364 = Instance.new("Texture")
- o365 = Instance.new("Texture")
- o367 = Instance.new("Texture")
- o368 = Instance.new("Texture")
- o369 = Instance.new("Texture")
- o370 = Instance.new("Texture")
- o372 = Instance.new("Texture")
- o373 = Instance.new("Texture")
- o374 = Instance.new("Texture")
- o375 = Instance.new("Texture")
- o377 = Instance.new("Texture")
- o378 = Instance.new("Texture")
- o379 = Instance.new("Texture")
- o380 = Instance.new("Texture")
- o382 = Instance.new("Texture")
- o383 = Instance.new("Texture")
- o384 = Instance.new("Texture")
- o385 = Instance.new("Texture")
- o387 = Instance.new("Texture")
- o388 = Instance.new("Texture")
- o389 = Instance.new("Texture")
- o390 = Instance.new("Texture")
- o391 = Instance.new("Model")
- o392 = Instance.new("Model")
- o394 = Instance.new("Decal")
- o396 = Instance.new("Decal")
- o398 = Instance.new("Texture")
- o399 = Instance.new("Texture")
- o400 = Instance.new("Texture")
- o401 = Instance.new("Texture")
- o403 = Instance.new("Texture")
- o404 = Instance.new("Texture")
- o405 = Instance.new("Texture")
- o406 = Instance.new("Texture")
- o408 = Instance.new("Texture")
- o409 = Instance.new("Texture")
- o410 = Instance.new("Texture")
- o411 = Instance.new("Texture")
- o413 = Instance.new("Texture")
- o414 = Instance.new("Texture")
- o415 = Instance.new("Texture")
- o416 = Instance.new("Texture")
- o417 = Instance.new("Model")
- o418 = Instance.new("Part")
- o419 = Instance.new("Model")
- o420 = Instance.new("Part")
- o421 = Instance.new("Part")
- o422 = Instance.new("Part")
- o423 = Instance.new("Part")
- o424 = Instance.new("Part")
- o425 = Instance.new("Part")
- o426 = Instance.new("Part")
- o427 = Instance.new("Part")
- o428 = Instance.new("Part")
- o1.Parent = mas
- o2.Name = "zachrogamehard133447"
- o2.Parent = o1
- o2.PrimaryPart = o11
- o3.Name = "Head"
- o3.Parent = o2
- o3.BrickColor = BrickColor.new("Bright yellow")
- o3.Position = Vector3.new(-97, 142.5, -41)
- o3.Anchored = true
- o3.FormFactor = Enum.FormFactor.Symmetric
- o3.Size = Vector3.new(2, 1, 1)
- o3.CFrame = CFrame.new(-97, 142.5, -41, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o3.TopSurface = Enum.SurfaceType.Smooth
- o3.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o3.Position = Vector3.new(-97, 142.5, -41)
- o4.Parent = o3
- o4.Scale = Vector3.new(1.25, 1.25, 1.25)
- o9.Name = "face"
- o9.Parent = o3
- o9.Texture = "http://www.roblox.com/asset/?id=18151722"
- o10.Parent = o3
- o10.C0 = CFrame.new(-1, 1, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o10.C1 = CFrame.new(-1, -0.5, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o10.Part0 = o20
- o10.Part1 = o3
- o11.Name = "HumanoidRootPart"
- o11.Parent = o2
- o11.Transparency = 1
- o11.Position = Vector3.new(-97, 142, -41)
- o11.Anchored = true
- o11.CanCollide = false
- o11.FormFactor = Enum.FormFactor.Symmetric
- o11.Size = Vector3.new(2, 2, 1)
- o11.CFrame = CFrame.new(-97, 142, -41, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o11.BottomSurface = Enum.SurfaceType.Smooth
- o11.TopSurface = Enum.SurfaceType.Smooth
- o11.Position = Vector3.new(-97, 142, -41)
- o12.Name = "Left Arm"
- o12.Parent = o2
- o12.BrickColor = BrickColor.new("Bright yellow")
- o12.Position = Vector3.new(-98.5, 142, -41)
- o12.Rotation = Vector3.new(0, 0, 90)
- o12.Anchored = true
- o12.CanCollide = false
- o12.FormFactor = Enum.FormFactor.Symmetric
- o12.Size = Vector3.new(1, 2, 1)
- o12.CFrame = CFrame.new(-98.5, 142, -41, 0, -1, 0, 1, 0, -0, 0, 0, 1)
- o12.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o12.Position = Vector3.new(-98.5, 142, -41)
- o14.Name = "Left Leg"
- o14.Parent = o2
- o14.BrickColor = BrickColor.new("Shamrock")
- o14.Position = Vector3.new(-98.5, 140, -41)
- o14.Anchored = true
- o14.CanCollide = false
- o14.FormFactor = Enum.FormFactor.Symmetric
- o14.Size = Vector3.new(1, 2, 1)
- o14.CFrame = CFrame.new(-98.5, 140, -41, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o14.BottomSurface = Enum.SurfaceType.Smooth
- o14.Color = Color3.new(0.356863, 0.603922, 0.298039)
- o14.Position = Vector3.new(-98.5, 140, -41)
- o15.Parent = o14
- o15.C0 = CFrame.new(-3, 0.5, 3, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o15.C1 = CFrame.new(-1.5, -1, 2, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o15.Part0 = o162
- o15.Part1 = o14
- o16.Name = "Right Arm"
- o16.Parent = o2
- o16.BrickColor = BrickColor.new("Bright yellow")
- o16.Position = Vector3.new(-95.5, 142, -41)
- o16.Rotation = Vector3.new(0, 0, -90)
- o16.Anchored = true
- o16.CanCollide = false
- o16.FormFactor = Enum.FormFactor.Symmetric
- o16.Size = Vector3.new(1, 2, 1)
- o16.CFrame = CFrame.new(-95.5, 142, -41, 0, 1, -0, -1, 0, 0, 0, 0, 1)
- o16.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o16.Position = Vector3.new(-95.5, 142, -41)
- o18.Name = "Right Leg"
- o18.Parent = o2
- o18.BrickColor = BrickColor.new("Shamrock")
- o18.Position = Vector3.new(-95.5, 140, -41)
- o18.Anchored = true
- o18.CanCollide = false
- o18.FormFactor = Enum.FormFactor.Symmetric
- o18.Size = Vector3.new(1, 2, 1)
- o18.CFrame = CFrame.new(-95.5, 140, -41, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o18.BottomSurface = Enum.SurfaceType.Smooth
- o18.Color = Color3.new(0.356863, 0.603922, 0.298039)
- o18.Position = Vector3.new(-95.5, 140, -41)
- o19.Parent = o18
- o19.C0 = CFrame.new(-3, 0.5, 3, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o19.C1 = CFrame.new(-4.5, -1, 2, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o19.Part0 = o162
- o19.Part1 = o18
- o20.Name = "Torso"
- o20.Parent = o2
- o20.BrickColor = BrickColor.new("Steel blue")
- o20.Position = Vector3.new(-97, 141, -41)
- o20.Anchored = true
- o20.FormFactor = Enum.FormFactor.Symmetric
- o20.Size = Vector3.new(2, 2, 1)
- o20.CFrame = CFrame.new(-97, 141, -41, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o20.LeftSurface = Enum.SurfaceType.Weld
- o20.RightSurface = Enum.SurfaceType.Weld
- o20.Color = Color3.new(0.321569, 0.486275, 0.682353)
- o20.Position = Vector3.new(-97, 141, -41)
- o21.Name = "roblox"
- o21.Parent = o20
- o21.Texture = "http://www.roblox.com/asset/?id=2499168668"
- o30.Parent = o20
- o30.C0 = CFrame.new(0.5, -1, 0.5, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- o30.C1 = CFrame.new(-1, -2, 0.5, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- o30.Part0 = o14
- o30.Part1 = o20
- o31.Parent = o20
- o31.C0 = CFrame.new(-0.5, -1, -0.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o31.C1 = CFrame.new(1, -2, -0.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o31.Part0 = o18
- o31.Part1 = o20
- o32.Parent = o2
- o32.HeadColor = BrickColor.new("Bright yellow")
- o32.LeftArmColor = BrickColor.new("Bright yellow")
- o32.LeftLegColor = BrickColor.new("Shamrock")
- o32.RightArmColor = BrickColor.new("Bright yellow")
- o32.RightLegColor = BrickColor.new("Shamrock")
- o32.TorsoColor = BrickColor.new("Steel blue")
- o33.Name = "Flower"
- o33.Parent = o1
- o33.PrimaryPart = o35
- o34.Name = "Pedal3"
- o34.Parent = o33
- o34.Material = Enum.Material.SmoothPlastic
- o34.BrickColor = BrickColor.new("Bright yellow")
- o34.Position = Vector3.new(-95.1661758, 139.959991, -44.2405853)
- o34.Rotation = Vector3.new(0, -11.46, 0)
- o34.Anchored = true
- o34.CanCollide = false
- o34.FormFactor = Enum.FormFactor.Custom
- o34.Size = Vector3.new(0.800000012, 0.400000006, 0.800000012)
- o34.CFrame = CFrame.new(-95.1661758, 139.959991, -44.2405853, 0.980066597, 0, -0.198669329, 0, 1, 0, 0.198669329, 0, 0.980066597)
- o34.BottomSurface = Enum.SurfaceType.Smooth
- o34.TopSurface = Enum.SurfaceType.Smooth
- o34.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o34.Position = Vector3.new(-95.1661758, 139.959991, -44.2405853)
- o35.Name = "Stem"
- o35.Parent = o33
- o35.Material = Enum.Material.Grass
- o35.BrickColor = BrickColor.new("Bright green")
- o35.Position = Vector3.new(-94.6314392, 140, -44.1723213)
- o35.Rotation = Vector3.new(-180, 56.7900009, -180)
- o35.Anchored = true
- o35.CanCollide = false
- o35.FormFactor = Enum.FormFactor.Custom
- o35.Size = Vector3.new(0.400000006, 4.80000019, 0.400000006)
- 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)
- o35.BottomSurface = Enum.SurfaceType.Smooth
- o35.TopSurface = Enum.SurfaceType.Smooth
- o35.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o35.Position = Vector3.new(-94.6314392, 140, -44.1723213)
- o36.Name = "Pedal2"
- o36.Parent = o33
- o36.Material = Enum.Material.SmoothPlastic
- o36.BrickColor = BrickColor.new("Bright yellow")
- o36.Position = Vector3.new(-94.0992966, 141.159988, -44.1262856)
- o36.Rotation = Vector3.new(0, -11.46, 0)
- o36.Anchored = true
- o36.CanCollide = false
- o36.FormFactor = Enum.FormFactor.Custom
- o36.Size = Vector3.new(0.800000012, 0.400000006, 0.800000012)
- o36.CFrame = CFrame.new(-94.0992966, 141.159988, -44.1262856, 0.980066597, 0, -0.198669329, 0, 1, 0, 0.198669329, 0, 0.980066597)
- o36.BottomSurface = Enum.SurfaceType.Smooth
- o36.TopSurface = Enum.SurfaceType.Smooth
- o36.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o36.Position = Vector3.new(-94.0992966, 141.159988, -44.1262856)
- o37.Name = "Pedal1"
- o37.Parent = o33
- o37.Material = Enum.Material.SmoothPlastic
- o37.BrickColor = BrickColor.new("Bright yellow")
- o37.Position = Vector3.new(-94.9083099, 142.599762, -44.2301064)
- o37.Rotation = Vector3.new(-180, 56.7900009, -180)
- o37.Anchored = true
- o37.CanCollide = false
- o37.FormFactor = Enum.FormFactor.Custom
- o37.Size = Vector3.new(0.800000012, 0.400000006, 0.800000012)
- o37.CFrame = CFrame.new(-94.9083099, 142.599762, -44.2301064, -0.547729254, 0, 0.836655617, 0, 1, 0, -0.836655617, 0, -0.547729254)
- o37.BottomSurface = Enum.SurfaceType.Smooth
- o37.TopSurface = Enum.SurfaceType.Smooth
- o37.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o37.Position = Vector3.new(-94.9083099, 142.599762, -44.2301064)
- o38.Name = "Flower"
- o38.Parent = o1
- o38.PrimaryPart = o40
- o39.Name = "Stem"
- o39.Parent = o38
- o39.Material = Enum.Material.Grass
- o39.BrickColor = BrickColor.new("Bright green")
- o39.Position = Vector3.new(-94.8422852, 139.700027, -42.8171082)
- o39.Rotation = Vector3.new(0, 4.05999994, 0)
- o39.Anchored = true
- o39.CanCollide = false
- o39.FormFactor = Enum.FormFactor.Custom
- o39.Size = Vector3.new(0.300000012, 1.200001, 0.300000012)
- o39.CFrame = CFrame.new(-94.8422852, 139.700027, -42.8171082, 0.997493923, 0, 0.0707522333, 0, 1, 0, -0.0707522333, 0, 0.997493923)
- o39.BottomSurface = Enum.SurfaceType.Smooth
- o39.TopSurface = Enum.SurfaceType.Smooth
- o39.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o39.Position = Vector3.new(-94.8422852, 139.700027, -42.8171082)
- o40.Name = "Prime"
- o40.Parent = o38
- o40.Material = Enum.Material.Grass
- o40.BrickColor = BrickColor.new("Bright green")
- o40.Position = Vector3.new(-94.8422852, 139, -42.8171082)
- o40.Rotation = Vector3.new(0, 4.05999994, 0)
- o40.Anchored = true
- o40.CanCollide = false
- o40.FormFactor = Enum.FormFactor.Custom
- o40.Size = Vector3.new(0.300000012, 0.400000006, 0.300000012)
- o40.CFrame = CFrame.new(-94.8422852, 139, -42.8171082, 0.997493923, 0, 0.0707522333, 0, 1, 0, -0.0707522333, 0, 0.997493923)
- o40.BottomSurface = Enum.SurfaceType.Smooth
- o40.TopSurface = Enum.SurfaceType.Smooth
- o40.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o40.Position = Vector3.new(-94.8422852, 139, -42.8171082)
- o41.Name = "Stamen"
- o41.Parent = o38
- o41.Material = Enum.Material.Grass
- o41.BrickColor = BrickColor.new("Bright yellow")
- o41.Position = Vector3.new(-94.8566513, 140.400024, -42.8195114)
- o41.Rotation = Vector3.new(0, 34.0600014, 0)
- o41.Anchored = true
- o41.CanCollide = false
- o41.FormFactor = Enum.FormFactor.Custom
- o41.Size = Vector3.new(0.50000006, 0.200000003, 0.5)
- 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)
- o41.BottomSurface = Enum.SurfaceType.Smooth
- o41.TopSurface = Enum.SurfaceType.Smooth
- o41.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o41.Position = Vector3.new(-94.8566513, 140.400024, -42.8195114)
- o42.Name = "Pedals"
- o42.Parent = o38
- o43.Name = "Flower"
- o43.Parent = o42
- o43.Material = Enum.Material.Grass
- o43.BrickColor = BrickColor.new("Really red")
- o43.Position = Vector3.new(-94.449852, 140.573212, -43.1485252)
- o43.Rotation = Vector3.new(0, 34.0600014, 30)
- o43.Anchored = true
- o43.CanCollide = false
- o43.FormFactor = Enum.FormFactor.Custom
- o43.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o43.BottomSurface = Enum.SurfaceType.Smooth
- o43.TopSurface = Enum.SurfaceType.Smooth
- o43.Color = Color3.new(1, 0, 0)
- o43.Position = Vector3.new(-94.449852, 140.573212, -43.1485252)
- o44.Name = "Flower"
- o44.Parent = o42
- o44.Material = Enum.Material.Grass
- o44.BrickColor = BrickColor.new("Really red")
- o44.Position = Vector3.new(-95.4224319, 140.573212, -42.8119392)
- o44.Rotation = Vector3.new(0, 4.05999994, -30)
- o44.Anchored = true
- o44.CanCollide = false
- o44.FormFactor = Enum.FormFactor.Custom
- o44.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o44.BottomSurface = Enum.SurfaceType.Smooth
- o44.TopSurface = Enum.SurfaceType.Smooth
- o44.Color = Color3.new(1, 0, 0)
- o44.Position = Vector3.new(-95.4224319, 140.573212, -42.8119392)
- o45.Name = "Flower"
- o45.Parent = o42
- o45.Material = Enum.Material.Grass
- o45.BrickColor = BrickColor.new("Really red")
- o45.Position = Vector3.new(-94.9987869, 140.573212, -42.2770004)
- o45.Rotation = Vector3.new(0, 79.0599976, -30)
- o45.Anchored = true
- o45.CanCollide = false
- o45.FormFactor = Enum.FormFactor.Custom
- o45.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o45.BottomSurface = Enum.SurfaceType.Smooth
- o45.TopSurface = Enum.SurfaceType.Smooth
- o45.Color = Color3.new(1, 0, 0)
- o45.Position = Vector3.new(-94.9987869, 140.573212, -42.2770004)
- o46.Name = "Flower"
- o46.Parent = o42
- o46.Material = Enum.Material.Grass
- o46.BrickColor = BrickColor.new("Really red")
- o46.Position = Vector3.new(-95.0781937, 140.573212, -43.4103928)
- o46.Rotation = Vector3.new(0, -70.9400024, -30)
- o46.Anchored = true
- o46.CanCollide = false
- o46.FormFactor = Enum.FormFactor.Custom
- o46.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o46.BottomSurface = Enum.SurfaceType.Smooth
- o46.TopSurface = Enum.SurfaceType.Smooth
- o46.Color = Color3.new(1, 0, 0)
- o46.Position = Vector3.new(-95.0781937, 140.573212, -43.4103928)
- o47.Name = "Flower"
- o47.Parent = o42
- o47.Material = Enum.Material.Grass
- o47.BrickColor = BrickColor.new("Really red")
- o47.Position = Vector3.new(-94.4000244, 140.573212, -42.5935249)
- o47.Rotation = Vector3.new(0, -25.9400005, 30)
- o47.Anchored = true
- o47.CanCollide = false
- o47.FormFactor = Enum.FormFactor.Custom
- o47.Size = Vector3.new(0.900000036, 0.200000003, 0.49999997)
- 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)
- o47.BottomSurface = Enum.SurfaceType.Smooth
- o47.TopSurface = Enum.SurfaceType.Smooth
- o47.Color = Color3.new(1, 0, 0)
- o47.Position = Vector3.new(-94.4000244, 140.573212, -42.5935249)
- o48.Name = "Flower"
- o48.Parent = o1
- o48.PrimaryPart = o50
- o49.Name = "Stem"
- o49.Parent = o48
- o49.Material = Enum.Material.Grass
- o49.BrickColor = BrickColor.new("Bright green")
- o49.Position = Vector3.new(-97.843338, 139.700027, -39.7764893)
- o49.Rotation = Vector3.new(0, 43.0999985, 0)
- o49.Anchored = true
- o49.CanCollide = false
- o49.FormFactor = Enum.FormFactor.Custom
- o49.Size = Vector3.new(0.300000012, 1.200001, 0.300000012)
- o49.CFrame = CFrame.new(-97.843338, 139.700027, -39.7764893, 0.730173588, 0, 0.683261693, 0, 1, 0, -0.683261693, 0, 0.730173588)
- o49.BottomSurface = Enum.SurfaceType.Smooth
- o49.TopSurface = Enum.SurfaceType.Smooth
- o49.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o49.Position = Vector3.new(-97.843338, 139.700027, -39.7764893)
- o50.Name = "Prime"
- o50.Parent = o48
- o50.Material = Enum.Material.Grass
- o50.BrickColor = BrickColor.new("Bright green")
- o50.Position = Vector3.new(-97.843338, 139, -39.7764893)
- o50.Rotation = Vector3.new(0, 43.0999985, 0)
- o50.Anchored = true
- o50.CanCollide = false
- o50.FormFactor = Enum.FormFactor.Custom
- o50.Size = Vector3.new(0.300000012, 0.400000006, 0.300000012)
- o50.CFrame = CFrame.new(-97.843338, 139, -39.7764893, 0.730173588, 0, 0.683261693, 0, 1, 0, -0.683261693, 0, 0.730173588)
- o50.BottomSurface = Enum.SurfaceType.Smooth
- o50.TopSurface = Enum.SurfaceType.Smooth
- o50.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o50.Position = Vector3.new(-97.843338, 139, -39.7764893)
- o51.Name = "Stamen"
- o51.Parent = o48
- o51.Material = Enum.Material.Grass
- o51.BrickColor = BrickColor.new("Bright yellow")
- o51.Position = Vector3.new(-97.8560104, 140.400024, -39.7693062)
- o51.Rotation = Vector3.new(0, 73.0999985, 0)
- o51.Anchored = true
- o51.CanCollide = false
- o51.FormFactor = Enum.FormFactor.Custom
- o51.Size = Vector3.new(0.50000006, 0.200000003, 0.5)
- 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)
- o51.BottomSurface = Enum.SurfaceType.Smooth
- o51.TopSurface = Enum.SurfaceType.Smooth
- o51.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o51.Position = Vector3.new(-97.8560104, 140.400024, -39.7693062)
- o52.Name = "Pedals"
- o52.Parent = o48
- o53.Name = "Flower"
- o53.Parent = o52
- o53.Material = Enum.Material.Grass
- o53.BrickColor = BrickColor.new("Really red")
- o53.Position = Vector3.new(-97.7472916, 140.573212, -40.281086)
- o53.Rotation = Vector3.new(0, 73.0999985, 30)
- o53.Anchored = true
- o53.CanCollide = false
- o53.FormFactor = Enum.FormFactor.Custom
- o53.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o53.BottomSurface = Enum.SurfaceType.Smooth
- o53.TopSurface = Enum.SurfaceType.Smooth
- o53.Color = Color3.new(1, 0, 0)
- o53.Position = Vector3.new(-97.7472916, 140.573212, -40.281086)
- o54.Name = "Flower"
- o54.Parent = o52
- o54.Material = Enum.Material.Grass
- o54.BrickColor = BrickColor.new("Really red")
- o54.Position = Vector3.new(-98.2906723, 140.573212, -39.4070473)
- o54.Rotation = Vector3.new(0, 43.0999985, -30)
- o54.Anchored = true
- o54.CanCollide = false
- o54.FormFactor = Enum.FormFactor.Custom
- o54.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o54.BottomSurface = Enum.SurfaceType.Smooth
- o54.TopSurface = Enum.SurfaceType.Smooth
- o54.Color = Color3.new(1, 0, 0)
- o54.Position = Vector3.new(-98.2906723, 140.573212, -39.4070473)
- o55.Name = "Flower"
- o55.Parent = o52
- o55.Material = Enum.Material.Grass
- o55.BrickColor = BrickColor.new("Really red")
- o55.Position = Vector3.new(-97.6246796, 140.573212, -39.2584152)
- o55.Rotation = Vector3.new(-180, 61.9000015, 150)
- o55.Anchored = true
- o55.CanCollide = false
- o55.FormFactor = Enum.FormFactor.Custom
- o55.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o55.BottomSurface = Enum.SurfaceType.Smooth
- o55.TopSurface = Enum.SurfaceType.Smooth
- o55.Color = Color3.new(1, 0, 0)
- o55.Position = Vector3.new(-97.6246796, 140.573212, -39.2584152)
- o56.Name = "Flower"
- o56.Parent = o52
- o56.Material = Enum.Material.Grass
- o56.BrickColor = BrickColor.new("Really red")
- o56.Position = Vector3.new(-98.4002686, 140.573212, -40.0886879)
- o56.Rotation = Vector3.new(0, -31.8999996, -30)
- o56.Anchored = true
- o56.CanCollide = false
- o56.FormFactor = Enum.FormFactor.Custom
- o56.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o56.BottomSurface = Enum.SurfaceType.Smooth
- o56.TopSurface = Enum.SurfaceType.Smooth
- o56.Color = Color3.new(1, 0, 0)
- o56.Position = Vector3.new(-98.4002686, 140.573212, -40.0886879)
- o57.Name = "Flower"
- o57.Parent = o52
- o57.Material = Enum.Material.Grass
- o57.BrickColor = BrickColor.new("Really red")
- o57.Position = Vector3.new(-97.3590088, 140.573212, -39.8814049)
- o57.Rotation = Vector3.new(0, 13.1000004, 30)
- o57.Anchored = true
- o57.CanCollide = false
- o57.FormFactor = Enum.FormFactor.Custom
- o57.Size = Vector3.new(0.900000036, 0.200000003, 0.49999997)
- 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)
- o57.BottomSurface = Enum.SurfaceType.Smooth
- o57.TopSurface = Enum.SurfaceType.Smooth
- o57.Color = Color3.new(1, 0, 0)
- o57.Position = Vector3.new(-97.3590088, 140.573212, -39.8814049)
- o58.Name = "Fiber Rope"
- o58.Parent = o1
- o59.Name = "Rope"
- o59.Parent = o58
- o61.Parent = mas
- o61.Texture = "rbxassetid://3573417005"
- o61.Face = Enum.NormalId.Top
- o63.Parent = mas
- o63.Texture = "rbxassetid://3573417005"
- o63.Face = Enum.NormalId.Top
- o65.Name = "Back"
- o65.Parent = mas
- o65.Texture = "rbxassetid://3573417005"
- o65.Face = Enum.NormalId.Back
- o65.StudsPerTileU = 0.56568002700806
- o65.StudsPerTileV = 0.35787871479988
- o66.Name = "Left"
- o66.Parent = mas
- o66.Texture = "rbxassetid://3573417005"
- o66.Face = Enum.NormalId.Left
- o66.StudsPerTileU = 0.56568002700806
- o66.StudsPerTileV = 0.35787871479988
- o67.Name = "Front"
- o67.Parent = mas
- o67.Texture = "rbxassetid://3573417005"
- o67.StudsPerTileU = 0.56568002700806
- o67.StudsPerTileV = 0.35787871479988
- o68.Name = "Right"
- o68.Parent = mas
- o68.Texture = "rbxassetid://3573417005"
- o68.Face = Enum.NormalId.Right
- o68.StudsPerTileU = 0.56568002700806
- o68.StudsPerTileV = 0.35787871479988
- o69.Name = "Flower"
- o69.Parent = o1
- o69.PrimaryPart = o71
- o70.Name = "Stem"
- o70.Parent = o69
- o70.Material = Enum.Material.Grass
- o70.BrickColor = BrickColor.new("Bright green")
- o70.Position = Vector3.new(-94.5943375, 139.700027, -39.7106438)
- o70.Rotation = Vector3.new(0, -15.21, 0)
- o70.Anchored = true
- o70.CanCollide = false
- o70.FormFactor = Enum.FormFactor.Custom
- o70.Size = Vector3.new(0.300000012, 1.200001, 0.300000012)
- o70.CFrame = CFrame.new(-94.5943375, 139.700027, -39.7106438, 0.964965999, 0, -0.262374848, 0, 1, 0, 0.262374848, 0, 0.964965999)
- o70.BottomSurface = Enum.SurfaceType.Smooth
- o70.TopSurface = Enum.SurfaceType.Smooth
- o70.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o70.Position = Vector3.new(-94.5943375, 139.700027, -39.7106438)
- o71.Name = "Prime"
- o71.Parent = o69
- o71.Material = Enum.Material.Grass
- o71.BrickColor = BrickColor.new("Bright green")
- o71.Position = Vector3.new(-94.5943375, 139, -39.7106438)
- o71.Rotation = Vector3.new(0, -15.21, 0)
- o71.Anchored = true
- o71.CanCollide = false
- o71.FormFactor = Enum.FormFactor.Custom
- o71.Size = Vector3.new(0.300000012, 0.400000006, 0.300000012)
- o71.CFrame = CFrame.new(-94.5943375, 139, -39.7106438, 0.964965999, 0, -0.262374848, 0, 1, 0, 0.262374848, 0, 0.964965999)
- o71.BottomSurface = Enum.SurfaceType.Smooth
- o71.TopSurface = Enum.SurfaceType.Smooth
- o71.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o71.Position = Vector3.new(-94.5943375, 139, -39.7106438)
- o72.Name = "Stamen"
- o72.Parent = o69
- o72.Material = Enum.Material.Grass
- o72.BrickColor = BrickColor.new("Bright yellow")
- o72.Position = Vector3.new(-94.6071167, 140.400024, -39.7176552)
- o72.Rotation = Vector3.new(0, 14.79, 0)
- o72.Anchored = true
- o72.CanCollide = false
- o72.FormFactor = Enum.FormFactor.Custom
- o72.Size = Vector3.new(0.50000006, 0.200000003, 0.5)
- 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)
- o72.BottomSurface = Enum.SurfaceType.Smooth
- o72.TopSurface = Enum.SurfaceType.Smooth
- o72.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o72.Position = Vector3.new(-94.6071167, 140.400024, -39.7176552)
- o73.Name = "Pedals"
- o73.Parent = o69
- o74.Name = "Flower"
- o74.Parent = o73
- o74.Material = Enum.Material.Grass
- o74.BrickColor = BrickColor.new("Bright yellow")
- o74.Position = Vector3.new(-94.1145172, 140.573212, -39.8939972)
- o74.Rotation = Vector3.new(0, 14.79, 30)
- o74.Anchored = true
- o74.CanCollide = false
- o74.FormFactor = Enum.FormFactor.Custom
- o74.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o74.BottomSurface = Enum.SurfaceType.Smooth
- o74.TopSurface = Enum.SurfaceType.Smooth
- o74.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o74.Position = Vector3.new(-94.1145172, 140.573212, -39.8939972)
- o75.Name = "Flower"
- o75.Parent = o73
- o75.Material = Enum.Material.Grass
- o75.BrickColor = BrickColor.new("Bright yellow")
- o75.Position = Vector3.new(-95.1436844, 140.573212, -39.8972015)
- o75.Rotation = Vector3.new(0, -15.21, -30)
- o75.Anchored = true
- o75.CanCollide = false
- o75.FormFactor = Enum.FormFactor.Custom
- o75.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o75.BottomSurface = Enum.SurfaceType.Smooth
- o75.TopSurface = Enum.SurfaceType.Smooth
- o75.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o75.Position = Vector3.new(-95.1436844, 140.573212, -39.8972015)
- o76.Name = "Flower"
- o76.Parent = o73
- o76.Material = Enum.Material.Grass
- o76.BrickColor = BrickColor.new("Bright yellow")
- o76.Position = Vector3.new(-94.9202957, 140.573212, -39.25243)
- o76.Rotation = Vector3.new(0, 59.7900009, -30)
- o76.Anchored = true
- o76.CanCollide = false
- o76.FormFactor = Enum.FormFactor.Custom
- o76.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o76.BottomSurface = Enum.SurfaceType.Smooth
- o76.TopSurface = Enum.SurfaceType.Smooth
- o76.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o76.Position = Vector3.new(-94.9202957, 140.573212, -39.25243)
- o77.Name = "Flower"
- o77.Parent = o73
- o77.Material = Enum.Material.Grass
- o77.BrickColor = BrickColor.new("Bright yellow")
- o77.Position = Vector3.new(-94.6212616, 140.573212, -40.3485451)
- o77.Rotation = Vector3.new(179.990005, -89.7799988, 150)
- o77.Anchored = true
- o77.CanCollide = false
- o77.FormFactor = Enum.FormFactor.Custom
- o77.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o77.BottomSurface = Enum.SurfaceType.Smooth
- o77.TopSurface = Enum.SurfaceType.Smooth
- o77.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o77.Position = Vector3.new(-94.6212616, 140.573212, -40.3485451)
- o78.Name = "Flower"
- o78.Parent = o73
- o78.Material = Enum.Material.Grass
- o78.BrickColor = BrickColor.new("Bright yellow")
- o78.Position = Vector3.new(-94.2506332, 140.573212, -39.3536415)
- o78.Rotation = Vector3.new(0, -45.2099991, 30)
- o78.Anchored = true
- o78.CanCollide = false
- o78.FormFactor = Enum.FormFactor.Custom
- o78.Size = Vector3.new(0.900000036, 0.200000003, 0.49999997)
- 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)
- o78.BottomSurface = Enum.SurfaceType.Smooth
- o78.TopSurface = Enum.SurfaceType.Smooth
- o78.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o78.Position = Vector3.new(-94.2506332, 140.573212, -39.3536415)
- o79.Name = "Fiber Rope"
- o79.Parent = o1
- o80.Name = "Rope"
- o80.Parent = o79
- o82.Parent = mas
- o82.Texture = "rbxassetid://3573417005"
- o82.Face = Enum.NormalId.Top
- o84.Parent = mas
- o84.Texture = "rbxassetid://3573417005"
- o84.Face = Enum.NormalId.Top
- o86.Name = "Back"
- o86.Parent = mas
- o86.Texture = "rbxassetid://3573417005"
- o86.Face = Enum.NormalId.Back
- o86.StudsPerTileU = 0.56568002700806
- o86.StudsPerTileV = 0.3986445069313
- o87.Name = "Left"
- o87.Parent = mas
- o87.Texture = "rbxassetid://3573417005"
- o87.Face = Enum.NormalId.Left
- o87.StudsPerTileU = 0.56568002700806
- o87.StudsPerTileV = 0.3986445069313
- o88.Name = "Front"
- o88.Parent = mas
- o88.Texture = "rbxassetid://3573417005"
- o88.StudsPerTileU = 0.56568002700806
- o88.StudsPerTileV = 0.3986445069313
- o89.Name = "Right"
- o89.Parent = mas
- o89.Texture = "rbxassetid://3573417005"
- o89.Face = Enum.NormalId.Right
- o89.StudsPerTileU = 0.56568002700806
- o89.StudsPerTileV = 0.3986445069313
- o91.Name = "Back"
- o91.Parent = mas
- o91.Texture = "rbxassetid://3573417005"
- o91.Face = Enum.NormalId.Back
- o91.StudsPerTileU = 0.56568002700806
- o91.StudsPerTileV = 0.3986445069313
- o92.Name = "Left"
- o92.Parent = mas
- o92.Texture = "rbxassetid://3573417005"
- o92.Face = Enum.NormalId.Left
- o92.StudsPerTileU = 0.56568002700806
- o92.StudsPerTileV = 0.3986445069313
- o93.Name = "Front"
- o93.Parent = mas
- o93.Texture = "rbxassetid://3573417005"
- o93.StudsPerTileU = 0.56568002700806
- o93.StudsPerTileV = 0.3986445069313
- o94.Name = "Right"
- o94.Parent = mas
- o94.Texture = "rbxassetid://3573417005"
- o94.Face = Enum.NormalId.Right
- o94.StudsPerTileU = 0.56568002700806
- o94.StudsPerTileV = 0.3986445069313
- o96.Name = "Back"
- o96.Parent = mas
- o96.Texture = "rbxassetid://3573417005"
- o96.Face = Enum.NormalId.Back
- o96.StudsPerTileU = 0.56568002700806
- o96.StudsPerTileV = 0.3986445069313
- o97.Name = "Left"
- o97.Parent = mas
- o97.Texture = "rbxassetid://3573417005"
- o97.Face = Enum.NormalId.Left
- o97.StudsPerTileU = 0.54753005504608
- o97.StudsPerTileV = 0.3986445069313
- o98.Name = "Front"
- o98.Parent = mas
- o98.Texture = "rbxassetid://3573417005"
- o98.StudsPerTileU = 0.56568002700806
- o98.StudsPerTileV = 0.3986445069313
- o99.Name = "Right"
- o99.Parent = mas
- o99.Texture = "rbxassetid://3573417005"
- o99.Face = Enum.NormalId.Right
- o99.StudsPerTileU = 0.54753005504608
- o99.StudsPerTileV = 0.3986445069313
- o101.Name = "Back"
- o101.Parent = mas
- o101.Texture = "rbxassetid://3573417005"
- o101.Face = Enum.NormalId.Back
- o101.StudsPerTileU = 0.56568002700806
- o101.StudsPerTileV = 0.3986445069313
- o102.Name = "Left"
- o102.Parent = mas
- o102.Texture = "rbxassetid://3573417005"
- o102.Face = Enum.NormalId.Left
- o102.StudsPerTileU = 0.56568002700806
- o102.StudsPerTileV = 0.3986445069313
- o103.Name = "Front"
- o103.Parent = mas
- o103.Texture = "rbxassetid://3573417005"
- o103.StudsPerTileU = 0.56568002700806
- o103.StudsPerTileV = 0.3986445069313
- o104.Name = "Right"
- o104.Parent = mas
- o104.Texture = "rbxassetid://3573417005"
- o104.Face = Enum.NormalId.Right
- o104.StudsPerTileU = 0.56568002700806
- o104.StudsPerTileV = 0.3986445069313
- o105.Name = "Fiber Rope"
- o105.Parent = o1
- o106.Name = "Rope"
- o106.Parent = o105
- o108.Parent = mas
- o108.Texture = "rbxassetid://3573417005"
- o108.Face = Enum.NormalId.Top
- o110.Parent = mas
- o110.Texture = "rbxassetid://3573417005"
- o110.Face = Enum.NormalId.Top
- o112.Name = "Back"
- o112.Parent = mas
- o112.Texture = "rbxassetid://3573417005"
- o112.Face = Enum.NormalId.Back
- o112.StudsPerTileU = 0.56568002700806
- o112.StudsPerTileV = 0.4845729470253
- o113.Name = "Left"
- o113.Parent = mas
- o113.Texture = "rbxassetid://3573417005"
- o113.Face = Enum.NormalId.Left
- o113.StudsPerTileU = 0.56568002700806
- o113.StudsPerTileV = 0.4845729470253
- o114.Name = "Front"
- o114.Parent = mas
- o114.Texture = "rbxassetid://3573417005"
- o114.StudsPerTileU = 0.56568002700806
- o114.StudsPerTileV = 0.4845729470253
- o115.Name = "Right"
- o115.Parent = mas
- o115.Texture = "rbxassetid://3573417005"
- o115.Face = Enum.NormalId.Right
- o115.StudsPerTileU = 0.56568002700806
- o115.StudsPerTileV = 0.4845729470253
- o117.Name = "Back"
- o117.Parent = mas
- o117.Texture = "rbxassetid://3573417005"
- o117.Face = Enum.NormalId.Back
- o117.StudsPerTileU = 0.56568002700806
- o117.StudsPerTileV = 0.4845729470253
- o118.Name = "Left"
- o118.Parent = mas
- o118.Texture = "rbxassetid://3573417005"
- o118.Face = Enum.NormalId.Left
- o118.StudsPerTileU = 0.56568002700806
- o118.StudsPerTileV = 0.4845729470253
- o119.Name = "Front"
- o119.Parent = mas
- o119.Texture = "rbxassetid://3573417005"
- o119.StudsPerTileU = 0.56568002700806
- o119.StudsPerTileV = 0.4845729470253
- o120.Name = "Right"
- o120.Parent = mas
- o120.Texture = "rbxassetid://3573417005"
- o120.Face = Enum.NormalId.Right
- o120.StudsPerTileU = 0.56568002700806
- o120.StudsPerTileV = 0.4845729470253
- o122.Name = "Back"
- o122.Parent = mas
- o122.Texture = "rbxassetid://3573417005"
- o122.Face = Enum.NormalId.Back
- o122.StudsPerTileU = 0.56568002700806
- o122.StudsPerTileV = 0.4845729470253
- o123.Name = "Left"
- o123.Parent = mas
- o123.Texture = "rbxassetid://3573417005"
- o123.Face = Enum.NormalId.Left
- o123.StudsPerTileU = 0.56568002700806
- o123.StudsPerTileV = 0.4845729470253
- o124.Name = "Front"
- o124.Parent = mas
- o124.Texture = "rbxassetid://3573417005"
- o124.StudsPerTileU = 0.56568002700806
- o124.StudsPerTileV = 0.4845729470253
- o125.Name = "Right"
- o125.Parent = mas
- o125.Texture = "rbxassetid://3573417005"
- o125.Face = Enum.NormalId.Right
- o125.StudsPerTileU = 0.56568002700806
- o125.StudsPerTileV = 0.4845729470253
- o127.Name = "Back"
- o127.Parent = mas
- o127.Texture = "rbxassetid://3573417005"
- o127.Face = Enum.NormalId.Back
- o127.StudsPerTileU = 0.56568002700806
- o127.StudsPerTileV = 0.4845729470253
- o128.Name = "Left"
- o128.Parent = mas
- o128.Texture = "rbxassetid://3573417005"
- o128.Face = Enum.NormalId.Left
- o128.StudsPerTileU = 0.56568002700806
- o128.StudsPerTileV = 0.4845729470253
- o129.Name = "Front"
- o129.Parent = mas
- o129.Texture = "rbxassetid://3573417005"
- o129.StudsPerTileU = 0.56568002700806
- o129.StudsPerTileV = 0.4845729470253
- o130.Name = "Right"
- o130.Parent = mas
- o130.Texture = "rbxassetid://3573417005"
- o130.Face = Enum.NormalId.Right
- o130.StudsPerTileU = 0.56568002700806
- o130.StudsPerTileV = 0.4845729470253
- o132.Name = "Back"
- o132.Parent = mas
- o132.Texture = "rbxassetid://3573417005"
- o132.Face = Enum.NormalId.Back
- o132.StudsPerTileU = 0.56568002700806
- o132.StudsPerTileV = 0.4845729470253
- o133.Name = "Left"
- o133.Parent = mas
- o133.Texture = "rbxassetid://3573417005"
- o133.Face = Enum.NormalId.Left
- o133.StudsPerTileU = 0.56568002700806
- o133.StudsPerTileV = 0.4845729470253
- o134.Name = "Front"
- o134.Parent = mas
- o134.Texture = "rbxassetid://3573417005"
- o134.StudsPerTileU = 0.56568002700806
- o134.StudsPerTileV = 0.4845729470253
- o135.Name = "Right"
- o135.Parent = mas
- o135.Texture = "rbxassetid://3573417005"
- o135.Face = Enum.NormalId.Right
- o135.StudsPerTileU = 0.56568002700806
- o135.StudsPerTileV = 0.4845729470253
- o137.Name = "Back"
- o137.Parent = mas
- o137.Texture = "rbxassetid://3573417005"
- o137.Face = Enum.NormalId.Back
- o137.StudsPerTileU = 0.56568002700806
- o137.StudsPerTileV = 0.4845729470253
- o138.Name = "Left"
- o138.Parent = mas
- o138.Texture = "rbxassetid://3573417005"
- o138.Face = Enum.NormalId.Left
- o138.StudsPerTileU = 0.56568002700806
- o138.StudsPerTileV = 0.4845729470253
- o139.Name = "Front"
- o139.Parent = mas
- o139.Texture = "rbxassetid://3573417005"
- o139.StudsPerTileU = 0.56568002700806
- o139.StudsPerTileV = 0.4845729470253
- o140.Name = "Right"
- o140.Parent = mas
- o140.Texture = "rbxassetid://3573417005"
- o140.Face = Enum.NormalId.Right
- o140.StudsPerTileU = 0.56568002700806
- o140.StudsPerTileV = 0.4845729470253
- o142.Name = "Back"
- o142.Parent = mas
- o142.Texture = "rbxassetid://3573417005"
- o142.Face = Enum.NormalId.Back
- o142.StudsPerTileU = 0.56568002700806
- o142.StudsPerTileV = 0.4845729470253
- o143.Name = "Left"
- o143.Parent = mas
- o143.Texture = "rbxassetid://3573417005"
- o143.Face = Enum.NormalId.Left
- o143.StudsPerTileU = 0.56568002700806
- o143.StudsPerTileV = 0.4845729470253
- o144.Name = "Front"
- o144.Parent = mas
- o144.Texture = "rbxassetid://3573417005"
- o144.StudsPerTileU = 0.56568002700806
- o144.StudsPerTileV = 0.4845729470253
- o145.Name = "Right"
- o145.Parent = mas
- o145.Texture = "rbxassetid://3573417005"
- o145.Face = Enum.NormalId.Right
- o145.StudsPerTileU = 0.56568002700806
- o145.StudsPerTileV = 0.4845729470253
- o147.Name = "Back"
- o147.Parent = mas
- o147.Texture = "rbxassetid://3573417005"
- o147.Face = Enum.NormalId.Back
- o147.StudsPerTileU = 0.56568002700806
- o147.StudsPerTileV = 0.4845729470253
- o148.Name = "Left"
- o148.Parent = mas
- o148.Texture = "rbxassetid://3573417005"
- o148.Face = Enum.NormalId.Left
- o148.StudsPerTileU = 0.56568002700806
- o148.StudsPerTileV = 0.4845729470253
- o149.Name = "Front"
- o149.Parent = mas
- o149.Texture = "rbxassetid://3573417005"
- o149.StudsPerTileU = 0.56568002700806
- o149.StudsPerTileV = 0.4845729470253
- o150.Name = "Right"
- o150.Parent = mas
- o150.Texture = "rbxassetid://3573417005"
- o150.Face = Enum.NormalId.Right
- o150.StudsPerTileU = 0.56568002700806
- o150.StudsPerTileV = 0.4845729470253
- o151.Name = "Flower"
- o151.Parent = o1
- o151.PrimaryPart = o153
- o152.Name = "Stem"
- o152.Parent = o151
- o152.Material = Enum.Material.Grass
- o152.BrickColor = BrickColor.new("Bright green")
- o152.Position = Vector3.new(-99.6450043, 139.700027, -43.5241699)
- o152.Rotation = Vector3.new(0, 59.3199997, 0)
- o152.Anchored = true
- o152.CanCollide = false
- o152.FormFactor = Enum.FormFactor.Custom
- o152.Size = Vector3.new(0.300000012, 1.200001, 0.300000012)
- o152.CFrame = CFrame.new(-99.6450043, 139.700027, -43.5241699, 0.510177016, 0, 0.860069394, 0, 1, 0, -0.860069394, 0, 0.510177016)
- o152.BottomSurface = Enum.SurfaceType.Smooth
- o152.TopSurface = Enum.SurfaceType.Smooth
- o152.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o152.Position = Vector3.new(-99.6450043, 139.700027, -43.5241699)
- o153.Name = "Prime"
- o153.Parent = o151
- o153.Material = Enum.Material.Grass
- o153.BrickColor = BrickColor.new("Bright green")
- o153.Position = Vector3.new(-99.6450043, 139, -43.5241699)
- o153.Rotation = Vector3.new(0, 59.3199997, 0)
- o153.Anchored = true
- o153.CanCollide = false
- o153.FormFactor = Enum.FormFactor.Custom
- o153.Size = Vector3.new(0.300000012, 0.400000006, 0.300000012)
- o153.CFrame = CFrame.new(-99.6450043, 139, -43.5241699, 0.510177016, 0, 0.860069394, 0, 1, 0, -0.860069394, 0, 0.510177016)
- o153.BottomSurface = Enum.SurfaceType.Smooth
- o153.TopSurface = Enum.SurfaceType.Smooth
- o153.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o153.Position = Vector3.new(-99.6450043, 139, -43.5241699)
- o154.Name = "Stamen"
- o154.Parent = o151
- o154.Material = Enum.Material.Grass
- o154.BrickColor = BrickColor.new("Bright yellow")
- o154.Position = Vector3.new(-99.6551666, 140.400024, -43.5137329)
- o154.Rotation = Vector3.new(0, 89.3199997, 0)
- o154.Anchored = true
- o154.CanCollide = false
- o154.FormFactor = Enum.FormFactor.Custom
- o154.Size = Vector3.new(0.50000006, 0.200000003, 0.5)
- 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)
- o154.BottomSurface = Enum.SurfaceType.Smooth
- o154.TopSurface = Enum.SurfaceType.Smooth
- o154.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o154.Position = Vector3.new(-99.6551666, 140.400024, -43.5137329)
- o155.Name = "Pedals"
- o155.Parent = o151
- o156.Name = "Flower"
- o156.Parent = o155
- o156.Material = Enum.Material.Grass
- o156.BrickColor = BrickColor.new("Bright yellow")
- o156.Position = Vector3.new(-99.693779, 140.573212, -44.0355072)
- o156.Rotation = Vector3.new(0, 89.3199997, 30)
- o156.Anchored = true
- o156.CanCollide = false
- o156.FormFactor = Enum.FormFactor.Custom
- o156.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o156.BottomSurface = Enum.SurfaceType.Smooth
- o156.TopSurface = Enum.SurfaceType.Smooth
- o156.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o156.Position = Vector3.new(-99.693779, 140.573212, -44.0355072)
- o157.Name = "Flower"
- o157.Parent = o155
- o157.Material = Enum.Material.Grass
- o157.BrickColor = BrickColor.new("Bright yellow")
- o157.Position = Vector3.new(-99.9712906, 140.573212, -43.0444527)
- o157.Rotation = Vector3.new(0, 59.3199997, -30)
- o157.Anchored = true
- o157.CanCollide = false
- o157.FormFactor = Enum.FormFactor.Custom
- o157.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o157.BottomSurface = Enum.SurfaceType.Smooth
- o157.TopSurface = Enum.SurfaceType.Smooth
- o157.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o157.Position = Vector3.new(-99.9712906, 140.573212, -43.0444527)
- o158.Name = "Flower"
- o158.Parent = o155
- o158.Material = Enum.Material.Grass
- o158.BrickColor = BrickColor.new("Bright yellow")
- o158.Position = Vector3.new(-99.2902985, 140.573212, -43.0878296)
- o158.Rotation = Vector3.new(-180, 45.6800003, 150)
- o158.Anchored = true
- o158.CanCollide = false
- o158.FormFactor = Enum.FormFactor.Custom
- o158.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o158.BottomSurface = Enum.SurfaceType.Smooth
- o158.TopSurface = Enum.SurfaceType.Smooth
- o158.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o158.Position = Vector3.new(-99.2902985, 140.573212, -43.0878296)
- o159.Name = "Flower"
- o159.Parent = o155
- o159.Material = Enum.Material.Grass
- o159.BrickColor = BrickColor.new("Bright yellow")
- o159.Position = Vector3.new(-100.266991, 140.573212, -43.6683197)
- o159.Rotation = Vector3.new(0, -15.6800003, -30)
- o159.Anchored = true
- o159.CanCollide = false
- o159.FormFactor = Enum.FormFactor.Custom
- o159.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o159.BottomSurface = Enum.SurfaceType.Smooth
- o159.TopSurface = Enum.SurfaceType.Smooth
- o159.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o159.Position = Vector3.new(-100.266991, 140.573212, -43.6683197)
- o160.Name = "Flower"
- o160.Parent = o155
- o160.Material = Enum.Material.Grass
- o160.BrickColor = BrickColor.new("Bright yellow")
- o160.Position = Vector3.new(-99.2092819, 140.573212, -43.7602386)
- o160.Rotation = Vector3.new(0, 29.3199997, 30)
- o160.Anchored = true
- o160.CanCollide = false
- o160.FormFactor = Enum.FormFactor.Custom
- o160.Size = Vector3.new(0.900000036, 0.200000003, 0.49999997)
- 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)
- o160.BottomSurface = Enum.SurfaceType.Smooth
- o160.TopSurface = Enum.SurfaceType.Smooth
- o160.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o160.Position = Vector3.new(-99.2092819, 140.573212, -43.7602386)
- o161.Parent = o1
- o161.Material = Enum.Material.Grass
- o161.BrickColor = BrickColor.new("Burnt Sienna")
- o161.Position = Vector3.new(-104.5, 149, -79)
- o161.Anchored = true
- o161.Size = Vector3.new(27, 6, 22)
- o161.CFrame = CFrame.new(-104.5, 149, -79, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o161.BottomSurface = Enum.SurfaceType.Smooth
- o161.TopSurface = Enum.SurfaceType.Smooth
- o161.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o161.Position = Vector3.new(-104.5, 149, -79)
- o162.Parent = o1
- o162.Material = Enum.Material.Grass
- o162.BrickColor = BrickColor.new("Bright green")
- o162.Position = Vector3.new(-97, 138.5, -42)
- o162.Anchored = true
- o162.Size = Vector3.new(6, 1, 6)
- o162.CFrame = CFrame.new(-97, 138.5, -42, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o162.BottomSurface = Enum.SurfaceType.Smooth
- o162.TopSurface = Enum.SurfaceType.Smooth
- o162.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o162.Position = Vector3.new(-97, 138.5, -42)
- o163.Parent = o162
- o163.C0 = CFrame.new(-3, 1, 3, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o163.C1 = CFrame.new(-3, -0.5, 3, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o163.Part0 = o167
- o163.Part1 = o162
- o164.Parent = o1
- o164.Material = Enum.Material.Grass
- o164.BrickColor = BrickColor.new("Burnt Sienna")
- o164.Position = Vector3.new(-95.5, 129.5, -39.5)
- o164.Anchored = true
- o164.Size = Vector3.new(1, 1, 1)
- o164.CFrame = CFrame.new(-95.5, 129.5, -39.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o164.BottomSurface = Enum.SurfaceType.Smooth
- o164.TopSurface = Enum.SurfaceType.Smooth
- o164.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o164.Position = Vector3.new(-95.5, 129.5, -39.5)
- o165.Parent = o1
- o165.Material = Enum.Material.Grass
- o165.BrickColor = BrickColor.new("Burnt Sienna")
- o165.Position = Vector3.new(-98.5, 129.5, -43.5)
- o165.Anchored = true
- o165.Size = Vector3.new(1, 1, 1)
- o165.CFrame = CFrame.new(-98.5, 129.5, -43.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o165.BottomSurface = Enum.SurfaceType.Smooth
- o165.TopSurface = Enum.SurfaceType.Smooth
- o165.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o165.Position = Vector3.new(-98.5, 129.5, -43.5)
- o166.Parent = o1
- o166.Material = Enum.Material.Grass
- o166.BrickColor = BrickColor.new("Burnt Sienna")
- o166.Position = Vector3.new(-97.5, 122.5, -42.5)
- o166.Anchored = true
- o166.Size = Vector3.new(1, 1, 1)
- o166.CFrame = CFrame.new(-97.5, 122.5, -42.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o166.BottomSurface = Enum.SurfaceType.Smooth
- o166.TopSurface = Enum.SurfaceType.Smooth
- o166.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o166.Position = Vector3.new(-97.5, 122.5, -42.5)
- o167.Parent = o1
- o167.Material = Enum.Material.Grass
- o167.BrickColor = BrickColor.new("Burnt Sienna")
- o167.Position = Vector3.new(-97, 137, -42)
- o167.Anchored = true
- o167.Size = Vector3.new(6, 2, 6)
- o167.CFrame = CFrame.new(-97, 137, -42, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o167.BottomSurface = Enum.SurfaceType.Smooth
- o167.TopSurface = Enum.SurfaceType.Smooth
- o167.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o167.Position = Vector3.new(-97, 137, -42)
- o168.Parent = o1
- o168.Material = Enum.Material.Grass
- o168.BrickColor = BrickColor.new("Bright green")
- o168.Position = Vector3.new(-104.5, 152.5, -79)
- o168.Anchored = true
- o168.Size = Vector3.new(27, 1, 22)
- o168.CFrame = CFrame.new(-104.5, 152.5, -79, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o168.BottomSurface = Enum.SurfaceType.Smooth
- o168.TopSurface = Enum.SurfaceType.Smooth
- o168.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o168.Position = Vector3.new(-104.5, 152.5, -79)
- o169.Parent = o168
- o169.C0 = CFrame.new(-13.5, 3, 11, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o169.C1 = CFrame.new(-13.5, -0.5, 11, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o169.Part0 = o161
- o169.Part1 = o168
- o170.Parent = o1
- o170.Material = Enum.Material.Grass
- o170.BrickColor = BrickColor.new("Burnt Sienna")
- o170.Position = Vector3.new(-103.5, 145, -81.5)
- o170.Anchored = true
- o170.Size = Vector3.new(7, 2, 7)
- o170.CFrame = CFrame.new(-103.5, 145, -81.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o170.BottomSurface = Enum.SurfaceType.Smooth
- o170.TopSurface = Enum.SurfaceType.Smooth
- o170.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o170.Position = Vector3.new(-103.5, 145, -81.5)
- o171.Parent = o170
- o171.C0 = CFrame.new(13.5, -3, 11, 1, 0, 0, 0, 0, -1, 0, 1, 0)
- o171.C1 = CFrame.new(12.5, 1, 13.5, 1, 0, 0, 0, 0, -1, 0, 1, 0)
- o171.Part0 = o161
- o171.Part1 = o170
- o172.Parent = o1
- o172.Material = Enum.Material.Grass
- o172.BrickColor = BrickColor.new("Burnt Sienna")
- o172.Position = Vector3.new(-93.5, 131.5, -45.5)
- o172.Anchored = true
- o172.Size = Vector3.new(1, 1, 1)
- o172.CFrame = CFrame.new(-93.5, 131.5, -45.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o172.BottomSurface = Enum.SurfaceType.Smooth
- o172.TopSurface = Enum.SurfaceType.Smooth
- o172.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o172.Position = Vector3.new(-93.5, 131.5, -45.5)
- o173.Parent = o1
- o173.Material = Enum.Material.Grass
- o173.BrickColor = BrickColor.new("Burnt Sienna")
- o173.Position = Vector3.new(-96.5, 135, -41.5)
- o173.Anchored = true
- o173.Size = Vector3.new(3, 4, 3)
- o173.CFrame = CFrame.new(-96.5, 135, -41.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o173.BottomSurface = Enum.SurfaceType.Smooth
- o173.TopSurface = Enum.SurfaceType.Smooth
- o173.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o173.Position = Vector3.new(-96.5, 135, -41.5)
- o174.Parent = o1
- o174.Material = Enum.Material.Grass
- o174.BrickColor = BrickColor.new("Burnt Sienna")
- o174.Position = Vector3.new(-100, 136, -42)
- o174.Anchored = true
- o174.Size = Vector3.new(2, 2, 2)
- o174.CFrame = CFrame.new(-100, 136, -42, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o174.BottomSurface = Enum.SurfaceType.Smooth
- o174.TopSurface = Enum.SurfaceType.Smooth
- o174.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o174.Position = Vector3.new(-100, 136, -42)
- o175.Parent = o1
- o175.Material = Enum.Material.Grass
- o175.BrickColor = BrickColor.new("Burnt Sienna")
- o175.Position = Vector3.new(-97.5, 126.5, -40.5)
- o175.Anchored = true
- o175.Size = Vector3.new(1, 1, 1)
- o175.CFrame = CFrame.new(-97.5, 126.5, -40.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o175.BottomSurface = Enum.SurfaceType.Smooth
- o175.TopSurface = Enum.SurfaceType.Smooth
- o175.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o175.Position = Vector3.new(-97.5, 126.5, -40.5)
- o176.Name = "Fiber Rope"
- o176.Parent = o1
- o177.Name = "Rope"
- o177.Parent = o176
- o179.Parent = mas
- o179.Texture = "rbxassetid://3573417005"
- o179.Face = Enum.NormalId.Top
- o181.Parent = mas
- o181.Texture = "rbxassetid://3573417005"
- o181.Face = Enum.NormalId.Top
- o183.Name = "Back"
- o183.Parent = mas
- o183.Texture = "rbxassetid://3573417005"
- o183.Face = Enum.NormalId.Back
- o183.StudsPerTileU = 0.56568002700806
- o183.StudsPerTileV = 0.43692725896835
- o184.Name = "Left"
- o184.Parent = mas
- o184.Texture = "rbxassetid://3573417005"
- o184.Face = Enum.NormalId.Left
- o184.StudsPerTileU = 0.56568002700806
- o184.StudsPerTileV = 0.43692725896835
- o185.Name = "Front"
- o185.Parent = mas
- o185.Texture = "rbxassetid://3573417005"
- o185.StudsPerTileU = 0.56568002700806
- o185.StudsPerTileV = 0.43692725896835
- o186.Name = "Right"
- o186.Parent = mas
- o186.Texture = "rbxassetid://3573417005"
- o186.Face = Enum.NormalId.Right
- o186.StudsPerTileU = 0.56568002700806
- o186.StudsPerTileV = 0.43692725896835
- o188.Name = "Back"
- o188.Parent = mas
- o188.Texture = "rbxassetid://3573417005"
- o188.Face = Enum.NormalId.Back
- o188.StudsPerTileU = 0.56568002700806
- o188.StudsPerTileV = 0.43692725896835
- o189.Name = "Left"
- o189.Parent = mas
- o189.Texture = "rbxassetid://3573417005"
- o189.Face = Enum.NormalId.Left
- o189.StudsPerTileU = 0.56568002700806
- o189.StudsPerTileV = 0.43692725896835
- o190.Name = "Front"
- o190.Parent = mas
- o190.Texture = "rbxassetid://3573417005"
- o190.StudsPerTileU = 0.56568002700806
- o190.StudsPerTileV = 0.43692725896835
- o191.Name = "Right"
- o191.Parent = mas
- o191.Texture = "rbxassetid://3573417005"
- o191.Face = Enum.NormalId.Right
- o191.StudsPerTileU = 0.56568002700806
- o191.StudsPerTileV = 0.43692725896835
- o193.Name = "Back"
- o193.Parent = mas
- o193.Texture = "rbxassetid://3573417005"
- o193.Face = Enum.NormalId.Back
- o193.StudsPerTileU = 0.56568002700806
- o193.StudsPerTileV = 0.43692725896835
- o194.Name = "Left"
- o194.Parent = mas
- o194.Texture = "rbxassetid://3573417005"
- o194.Face = Enum.NormalId.Left
- o194.StudsPerTileU = 0.56568002700806
- o194.StudsPerTileV = 0.43692725896835
- o195.Name = "Front"
- o195.Parent = mas
- o195.Texture = "rbxassetid://3573417005"
- o195.StudsPerTileU = 0.56568002700806
- o195.StudsPerTileV = 0.43692725896835
- o196.Name = "Right"
- o196.Parent = mas
- o196.Texture = "rbxassetid://3573417005"
- o196.Face = Enum.NormalId.Right
- o196.StudsPerTileU = 0.56568002700806
- o196.StudsPerTileV = 0.43692725896835
- o198.Name = "Back"
- o198.Parent = mas
- o198.Texture = "rbxassetid://3573417005"
- o198.Face = Enum.NormalId.Back
- o198.StudsPerTileU = 0.56568002700806
- o198.StudsPerTileV = 0.43692725896835
- o199.Name = "Left"
- o199.Parent = mas
- o199.Texture = "rbxassetid://3573417005"
- o199.Face = Enum.NormalId.Left
- o199.StudsPerTileU = 0.56568002700806
- o199.StudsPerTileV = 0.43692725896835
- o200.Name = "Front"
- o200.Parent = mas
- o200.Texture = "rbxassetid://3573417005"
- o200.StudsPerTileU = 0.56568002700806
- o200.StudsPerTileV = 0.43692725896835
- o201.Name = "Right"
- o201.Parent = mas
- o201.Texture = "rbxassetid://3573417005"
- o201.Face = Enum.NormalId.Right
- o201.StudsPerTileU = 0.56568002700806
- o201.StudsPerTileV = 0.43692725896835
- o203.Name = "Back"
- o203.Parent = mas
- o203.Texture = "rbxassetid://3573417005"
- o203.Face = Enum.NormalId.Back
- o203.StudsPerTileU = 0.56568002700806
- o203.StudsPerTileV = 0.43692725896835
- o204.Name = "Left"
- o204.Parent = mas
- o204.Texture = "rbxassetid://3573417005"
- o204.Face = Enum.NormalId.Left
- o204.StudsPerTileU = 0.56568002700806
- o204.StudsPerTileV = 0.43692725896835
- o205.Name = "Front"
- o205.Parent = mas
- o205.Texture = "rbxassetid://3573417005"
- o205.StudsPerTileU = 0.56568002700806
- o205.StudsPerTileV = 0.43692725896835
- o206.Name = "Right"
- o206.Parent = mas
- o206.Texture = "rbxassetid://3573417005"
- o206.Face = Enum.NormalId.Right
- o206.StudsPerTileU = 0.56568002700806
- o206.StudsPerTileV = 0.43692725896835
- o207.Name = "Fiber Rope"
- o207.Parent = o1
- o208.Name = "Rope"
- o208.Parent = o207
- o210.Parent = mas
- o210.Texture = "rbxassetid://3573417005"
- o210.Face = Enum.NormalId.Top
- o212.Parent = mas
- o212.Texture = "rbxassetid://3573417005"
- o212.Face = Enum.NormalId.Top
- o214.Name = "Back"
- o214.Parent = mas
- o214.Texture = "rbxassetid://3573417005"
- o214.Face = Enum.NormalId.Back
- o214.StudsPerTileU = 0.56568002700806
- o214.StudsPerTileV = 0.43913006782532
- o215.Name = "Left"
- o215.Parent = mas
- o215.Texture = "rbxassetid://3573417005"
- o215.Face = Enum.NormalId.Left
- o215.StudsPerTileU = 0.56568002700806
- o215.StudsPerTileV = 0.43913006782532
- o216.Name = "Front"
- o216.Parent = mas
- o216.Texture = "rbxassetid://3573417005"
- o216.StudsPerTileU = 0.56568002700806
- o216.StudsPerTileV = 0.43913006782532
- o217.Name = "Right"
- o217.Parent = mas
- o217.Texture = "rbxassetid://3573417005"
- o217.Face = Enum.NormalId.Right
- o217.StudsPerTileU = 0.56568002700806
- o217.StudsPerTileV = 0.43913006782532
- o219.Name = "Back"
- o219.Parent = mas
- o219.Texture = "rbxassetid://3573417005"
- o219.Face = Enum.NormalId.Back
- o219.StudsPerTileU = 0.56568002700806
- o219.StudsPerTileV = 0.43913006782532
- o220.Name = "Left"
- o220.Parent = mas
- o220.Texture = "rbxassetid://3573417005"
- o220.Face = Enum.NormalId.Left
- o220.StudsPerTileU = 0.56568002700806
- o220.StudsPerTileV = 0.43913006782532
- o221.Name = "Front"
- o221.Parent = mas
- o221.Texture = "rbxassetid://3573417005"
- o221.StudsPerTileU = 0.56568002700806
- o221.StudsPerTileV = 0.43913006782532
- o222.Name = "Right"
- o222.Parent = mas
- o222.Texture = "rbxassetid://3573417005"
- o222.Face = Enum.NormalId.Right
- o222.StudsPerTileU = 0.56568002700806
- o222.StudsPerTileV = 0.43913006782532
- o224.Name = "Back"
- o224.Parent = mas
- o224.Texture = "rbxassetid://3573417005"
- o224.Face = Enum.NormalId.Back
- o224.StudsPerTileU = 0.56568002700806
- o224.StudsPerTileV = 0.43913006782532
- o225.Name = "Left"
- o225.Parent = mas
- o225.Texture = "rbxassetid://3573417005"
- o225.Face = Enum.NormalId.Left
- o225.StudsPerTileU = 0.56568002700806
- o225.StudsPerTileV = 0.43913006782532
- o226.Name = "Front"
- o226.Parent = mas
- o226.Texture = "rbxassetid://3573417005"
- o226.StudsPerTileU = 0.56568002700806
- o226.StudsPerTileV = 0.43913006782532
- o227.Name = "Right"
- o227.Parent = mas
- o227.Texture = "rbxassetid://3573417005"
- o227.Face = Enum.NormalId.Right
- o227.StudsPerTileU = 0.56568002700806
- o227.StudsPerTileV = 0.43913006782532
- o229.Name = "Back"
- o229.Parent = mas
- o229.Texture = "rbxassetid://3573417005"
- o229.Face = Enum.NormalId.Back
- o229.StudsPerTileU = 0.56568002700806
- o229.StudsPerTileV = 0.43913006782532
- o230.Name = "Left"
- o230.Parent = mas
- o230.Texture = "rbxassetid://3573417005"
- o230.Face = Enum.NormalId.Left
- o230.StudsPerTileU = 0.56568002700806
- o230.StudsPerTileV = 0.43913006782532
- o231.Name = "Front"
- o231.Parent = mas
- o231.Texture = "rbxassetid://3573417005"
- o231.StudsPerTileU = 0.56568002700806
- o231.StudsPerTileV = 0.43913006782532
- o232.Name = "Right"
- o232.Parent = mas
- o232.Texture = "rbxassetid://3573417005"
- o232.Face = Enum.NormalId.Right
- o232.StudsPerTileU = 0.56568002700806
- o232.StudsPerTileV = 0.43913006782532
- o234.Name = "Back"
- o234.Parent = mas
- o234.Texture = "rbxassetid://3573417005"
- o234.Face = Enum.NormalId.Back
- o234.StudsPerTileU = 0.56568002700806
- o234.StudsPerTileV = 0.43913006782532
- o235.Name = "Left"
- o235.Parent = mas
- o235.Texture = "rbxassetid://3573417005"
- o235.Face = Enum.NormalId.Left
- o235.StudsPerTileU = 0.56568002700806
- o235.StudsPerTileV = 0.43913006782532
- o236.Name = "Front"
- o236.Parent = mas
- o236.Texture = "rbxassetid://3573417005"
- o236.StudsPerTileU = 0.56568002700806
- o236.StudsPerTileV = 0.43913006782532
- o237.Name = "Right"
- o237.Parent = mas
- o237.Texture = "rbxassetid://3573417005"
- o237.Face = Enum.NormalId.Right
- o237.StudsPerTileU = 0.56568002700806
- o237.StudsPerTileV = 0.43913006782532
- o238.Name = "Fiber Rope"
- o238.Parent = o1
- o239.Name = "Rope"
- o239.Parent = o238
- o241.Parent = mas
- o241.Texture = "rbxassetid://3573417005"
- o241.Face = Enum.NormalId.Top
- o243.Parent = mas
- o243.Texture = "rbxassetid://3573417005"
- o243.Face = Enum.NormalId.Top
- o245.Name = "Back"
- o245.Parent = mas
- o245.Texture = "rbxassetid://3573417005"
- o245.Face = Enum.NormalId.Back
- o245.StudsPerTileU = 0.56568002700806
- o245.StudsPerTileV = 0.49758985638618
- o246.Name = "Left"
- o246.Parent = mas
- o246.Texture = "rbxassetid://3573417005"
- o246.Face = Enum.NormalId.Left
- o246.StudsPerTileU = 0.56568002700806
- o246.StudsPerTileV = 0.49758985638618
- o247.Name = "Front"
- o247.Parent = mas
- o247.Texture = "rbxassetid://3573417005"
- o247.StudsPerTileU = 0.56568002700806
- o247.StudsPerTileV = 0.49758985638618
- o248.Name = "Right"
- o248.Parent = mas
- o248.Texture = "rbxassetid://3573417005"
- o248.Face = Enum.NormalId.Right
- o248.StudsPerTileU = 0.56568002700806
- o248.StudsPerTileV = 0.49758985638618
- o250.Name = "Back"
- o250.Parent = mas
- o250.Texture = "rbxassetid://3573417005"
- o250.Face = Enum.NormalId.Back
- o250.StudsPerTileU = 0.56568002700806
- o250.StudsPerTileV = 0.49758985638618
- o251.Name = "Left"
- o251.Parent = mas
- o251.Texture = "rbxassetid://3573417005"
- o251.Face = Enum.NormalId.Left
- o251.StudsPerTileU = 0.56568002700806
- o251.StudsPerTileV = 0.49758985638618
- o252.Name = "Front"
- o252.Parent = mas
- o252.Texture = "rbxassetid://3573417005"
- o252.StudsPerTileU = 0.56568002700806
- o252.StudsPerTileV = 0.49758985638618
- o253.Name = "Right"
- o253.Parent = mas
- o253.Texture = "rbxassetid://3573417005"
- o253.Face = Enum.NormalId.Right
- o253.StudsPerTileU = 0.56568002700806
- o253.StudsPerTileV = 0.49758985638618
- o255.Name = "Back"
- o255.Parent = mas
- o255.Texture = "rbxassetid://3573417005"
- o255.Face = Enum.NormalId.Back
- o255.StudsPerTileU = 0.56568002700806
- o255.StudsPerTileV = 0.49758985638618
- o256.Name = "Left"
- o256.Parent = mas
- o256.Texture = "rbxassetid://3573417005"
- o256.Face = Enum.NormalId.Left
- o256.StudsPerTileU = 0.56568002700806
- o256.StudsPerTileV = 0.49758985638618
- o257.Name = "Front"
- o257.Parent = mas
- o257.Texture = "rbxassetid://3573417005"
- o257.StudsPerTileU = 0.56568002700806
- o257.StudsPerTileV = 0.49758985638618
- o258.Name = "Right"
- o258.Parent = mas
- o258.Texture = "rbxassetid://3573417005"
- o258.Face = Enum.NormalId.Right
- o258.StudsPerTileU = 0.56568002700806
- o258.StudsPerTileV = 0.49758985638618
- o260.Name = "Back"
- o260.Parent = mas
- o260.Texture = "rbxassetid://3573417005"
- o260.Face = Enum.NormalId.Back
- o260.StudsPerTileU = 0.56568002700806
- o260.StudsPerTileV = 0.49758985638618
- o261.Name = "Left"
- o261.Parent = mas
- o261.Texture = "rbxassetid://3573417005"
- o261.Face = Enum.NormalId.Left
- o261.StudsPerTileU = 0.56568002700806
- o261.StudsPerTileV = 0.49758985638618
- o262.Name = "Front"
- o262.Parent = mas
- o262.Texture = "rbxassetid://3573417005"
- o262.StudsPerTileU = 0.56568002700806
- o262.StudsPerTileV = 0.49758985638618
- o263.Name = "Right"
- o263.Parent = mas
- o263.Texture = "rbxassetid://3573417005"
- o263.Face = Enum.NormalId.Right
- o263.StudsPerTileU = 0.56568002700806
- o263.StudsPerTileV = 0.49758985638618
- o265.Name = "Back"
- o265.Parent = mas
- o265.Texture = "rbxassetid://3573417005"
- o265.Face = Enum.NormalId.Back
- o265.StudsPerTileU = 0.56568002700806
- o265.StudsPerTileV = 0.49758985638618
- o266.Name = "Left"
- o266.Parent = mas
- o266.Texture = "rbxassetid://3573417005"
- o266.Face = Enum.NormalId.Left
- o266.StudsPerTileU = 0.56568002700806
- o266.StudsPerTileV = 0.49758985638618
- o267.Name = "Front"
- o267.Parent = mas
- o267.Texture = "rbxassetid://3573417005"
- o267.StudsPerTileU = 0.56568002700806
- o267.StudsPerTileV = 0.49758985638618
- o268.Name = "Right"
- o268.Parent = mas
- o268.Texture = "rbxassetid://3573417005"
- o268.Face = Enum.NormalId.Right
- o268.StudsPerTileU = 0.56568002700806
- o268.StudsPerTileV = 0.49758985638618
- o270.Name = "Back"
- o270.Parent = mas
- o270.Texture = "rbxassetid://3573417005"
- o270.Face = Enum.NormalId.Back
- o270.StudsPerTileU = 0.56568002700806
- o270.StudsPerTileV = 0.49758985638618
- o271.Name = "Left"
- o271.Parent = mas
- o271.Texture = "rbxassetid://3573417005"
- o271.Face = Enum.NormalId.Left
- o271.StudsPerTileU = 0.56568002700806
- o271.StudsPerTileV = 0.49758985638618
- o272.Name = "Front"
- o272.Parent = mas
- o272.Texture = "rbxassetid://3573417005"
- o272.StudsPerTileU = 0.56568002700806
- o272.StudsPerTileV = 0.49758985638618
- o273.Name = "Right"
- o273.Parent = mas
- o273.Texture = "rbxassetid://3573417005"
- o273.Face = Enum.NormalId.Right
- o273.StudsPerTileU = 0.56568002700806
- o273.StudsPerTileV = 0.49758985638618
- o275.Name = "Back"
- o275.Parent = mas
- o275.Texture = "rbxassetid://3573417005"
- o275.Face = Enum.NormalId.Back
- o275.StudsPerTileU = 0.56568002700806
- o275.StudsPerTileV = 0.49758985638618
- o276.Name = "Left"
- o276.Parent = mas
- o276.Texture = "rbxassetid://3573417005"
- o276.Face = Enum.NormalId.Left
- o276.StudsPerTileU = 0.56568002700806
- o276.StudsPerTileV = 0.49758985638618
- o277.Name = "Front"
- o277.Parent = mas
- o277.Texture = "rbxassetid://3573417005"
- o277.StudsPerTileU = 0.56568002700806
- o277.StudsPerTileV = 0.49758985638618
- o278.Name = "Right"
- o278.Parent = mas
- o278.Texture = "rbxassetid://3573417005"
- o278.Face = Enum.NormalId.Right
- o278.StudsPerTileU = 0.56568002700806
- o278.StudsPerTileV = 0.49758985638618
- o280.Name = "Back"
- o280.Parent = mas
- o280.Texture = "rbxassetid://3573417005"
- o280.Face = Enum.NormalId.Back
- o280.StudsPerTileU = 0.56568002700806
- o280.StudsPerTileV = 0.49758985638618
- o281.Name = "Left"
- o281.Parent = mas
- o281.Texture = "rbxassetid://3573417005"
- o281.Face = Enum.NormalId.Left
- o281.StudsPerTileU = 0.56568002700806
- o281.StudsPerTileV = 0.49758985638618
- o282.Name = "Front"
- o282.Parent = mas
- o282.Texture = "rbxassetid://3573417005"
- o282.StudsPerTileU = 0.56568002700806
- o282.StudsPerTileV = 0.49758985638618
- o283.Name = "Right"
- o283.Parent = mas
- o283.Texture = "rbxassetid://3573417005"
- o283.Face = Enum.NormalId.Right
- o283.StudsPerTileU = 0.56568002700806
- o283.StudsPerTileV = 0.49758985638618
- o284.Name = "Fiber Rope"
- o284.Parent = o1
- o285.Name = "Rope"
- o285.Parent = o284
- o287.Parent = mas
- o287.Texture = "rbxassetid://3573417005"
- o287.Face = Enum.NormalId.Top
- o289.Parent = mas
- o289.Texture = "rbxassetid://3573417005"
- o289.Face = Enum.NormalId.Top
- o291.Name = "Back"
- o291.Parent = mas
- o291.Texture = "rbxassetid://3573417005"
- o291.Face = Enum.NormalId.Back
- o291.StudsPerTileU = 0.56568002700806
- o291.StudsPerTileV = 0.47140204906464
- o292.Name = "Left"
- o292.Parent = mas
- o292.Texture = "rbxassetid://3573417005"
- o292.Face = Enum.NormalId.Left
- o292.StudsPerTileU = 0.56568002700806
- o292.StudsPerTileV = 0.47140204906464
- o293.Name = "Front"
- o293.Parent = mas
- o293.Texture = "rbxassetid://3573417005"
- o293.StudsPerTileU = 0.56568002700806
- o293.StudsPerTileV = 0.47140204906464
- o294.Name = "Right"
- o294.Parent = mas
- o294.Texture = "rbxassetid://3573417005"
- o294.Face = Enum.NormalId.Right
- o294.StudsPerTileU = 0.56568002700806
- o294.StudsPerTileV = 0.47140204906464
- o296.Name = "Back"
- o296.Parent = mas
- o296.Texture = "rbxassetid://3573417005"
- o296.Face = Enum.NormalId.Back
- o296.StudsPerTileU = 0.56568002700806
- o296.StudsPerTileV = 0.47140204906464
- o297.Name = "Left"
- o297.Parent = mas
- o297.Texture = "rbxassetid://3573417005"
- o297.Face = Enum.NormalId.Left
- o297.StudsPerTileU = 0.56568002700806
- o297.StudsPerTileV = 0.47140204906464
- o298.Name = "Front"
- o298.Parent = mas
- o298.Texture = "rbxassetid://3573417005"
- o298.StudsPerTileU = 0.56568002700806
- o298.StudsPerTileV = 0.47140204906464
- o299.Name = "Right"
- o299.Parent = mas
- o299.Texture = "rbxassetid://3573417005"
- o299.Face = Enum.NormalId.Right
- o299.StudsPerTileU = 0.56568002700806
- o299.StudsPerTileV = 0.47140204906464
- o301.Name = "Back"
- o301.Parent = mas
- o301.Texture = "rbxassetid://3573417005"
- o301.Face = Enum.NormalId.Back
- o301.StudsPerTileU = 0.56568002700806
- o301.StudsPerTileV = 0.47140204906464
- o302.Name = "Left"
- o302.Parent = mas
- o302.Texture = "rbxassetid://3573417005"
- o302.Face = Enum.NormalId.Left
- o302.StudsPerTileU = 0.56568002700806
- o302.StudsPerTileV = 0.47140204906464
- o303.Name = "Front"
- o303.Parent = mas
- o303.Texture = "rbxassetid://3573417005"
- o303.StudsPerTileU = 0.56568002700806
- o303.StudsPerTileV = 0.47140204906464
- o304.Name = "Right"
- o304.Parent = mas
- o304.Texture = "rbxassetid://3573417005"
- o304.Face = Enum.NormalId.Right
- o304.StudsPerTileU = 0.56568002700806
- o304.StudsPerTileV = 0.47140204906464
- o306.Name = "Back"
- o306.Parent = mas
- o306.Texture = "rbxassetid://3573417005"
- o306.Face = Enum.NormalId.Back
- o306.StudsPerTileU = 0.56568002700806
- o306.StudsPerTileV = 0.47140204906464
- o307.Name = "Left"
- o307.Parent = mas
- o307.Texture = "rbxassetid://3573417005"
- o307.Face = Enum.NormalId.Left
- o307.StudsPerTileU = 0.56568002700806
- o307.StudsPerTileV = 0.47140204906464
- o308.Name = "Front"
- o308.Parent = mas
- o308.Texture = "rbxassetid://3573417005"
- o308.StudsPerTileU = 0.56568002700806
- o308.StudsPerTileV = 0.47140204906464
- o309.Name = "Right"
- o309.Parent = mas
- o309.Texture = "rbxassetid://3573417005"
- o309.Face = Enum.NormalId.Right
- o309.StudsPerTileU = 0.56568002700806
- o309.StudsPerTileV = 0.47140204906464
- o311.Name = "Back"
- o311.Parent = mas
- o311.Texture = "rbxassetid://3573417005"
- o311.Face = Enum.NormalId.Back
- o311.StudsPerTileU = 0.56568002700806
- o311.StudsPerTileV = 0.47140204906464
- o312.Name = "Left"
- o312.Parent = mas
- o312.Texture = "rbxassetid://3573417005"
- o312.Face = Enum.NormalId.Left
- o312.StudsPerTileU = 0.56568002700806
- o312.StudsPerTileV = 0.47140204906464
- o313.Name = "Front"
- o313.Parent = mas
- o313.Texture = "rbxassetid://3573417005"
- o313.StudsPerTileU = 0.56568002700806
- o313.StudsPerTileV = 0.47140204906464
- o314.Name = "Right"
- o314.Parent = mas
- o314.Texture = "rbxassetid://3573417005"
- o314.Face = Enum.NormalId.Right
- o314.StudsPerTileU = 0.56568002700806
- o314.StudsPerTileV = 0.47140204906464
- o316.Name = "Back"
- o316.Parent = mas
- o316.Texture = "rbxassetid://3573417005"
- o316.Face = Enum.NormalId.Back
- o316.StudsPerTileU = 0.56568002700806
- o316.StudsPerTileV = 0.47140204906464
- o317.Name = "Left"
- o317.Parent = mas
- o317.Texture = "rbxassetid://3573417005"
- o317.Face = Enum.NormalId.Left
- o317.StudsPerTileU = 0.56568002700806
- o317.StudsPerTileV = 0.47140204906464
- o318.Name = "Front"
- o318.Parent = mas
- o318.Texture = "rbxassetid://3573417005"
- o318.StudsPerTileU = 0.56568002700806
- o318.StudsPerTileV = 0.47140204906464
- o319.Name = "Right"
- o319.Parent = mas
- o319.Texture = "rbxassetid://3573417005"
- o319.Face = Enum.NormalId.Right
- o319.StudsPerTileU = 0.56568002700806
- o319.StudsPerTileV = 0.47140204906464
- o321.Name = "Back"
- o321.Parent = mas
- o321.Texture = "rbxassetid://3573417005"
- o321.Face = Enum.NormalId.Back
- o321.StudsPerTileU = 0.56568002700806
- o321.StudsPerTileV = 0.47140204906464
- o322.Name = "Left"
- o322.Parent = mas
- o322.Texture = "rbxassetid://3573417005"
- o322.Face = Enum.NormalId.Left
- o322.StudsPerTileU = 0.56568002700806
- o322.StudsPerTileV = 0.47140204906464
- o323.Name = "Front"
- o323.Parent = mas
- o323.Texture = "rbxassetid://3573417005"
- o323.StudsPerTileU = 0.56568002700806
- o323.StudsPerTileV = 0.47140204906464
- o324.Name = "Right"
- o324.Parent = mas
- o324.Texture = "rbxassetid://3573417005"
- o324.Face = Enum.NormalId.Right
- o324.StudsPerTileU = 0.56568002700806
- o324.StudsPerTileV = 0.47140204906464
- o326.Name = "Back"
- o326.Parent = mas
- o326.Texture = "rbxassetid://3573417005"
- o326.Face = Enum.NormalId.Back
- o326.StudsPerTileU = 0.56568002700806
- o326.StudsPerTileV = 0.47140204906464
- o327.Name = "Left"
- o327.Parent = mas
- o327.Texture = "rbxassetid://3573417005"
- o327.Face = Enum.NormalId.Left
- o327.StudsPerTileU = 0.56568002700806
- o327.StudsPerTileV = 0.47140204906464
- o328.Name = "Front"
- o328.Parent = mas
- o328.Texture = "rbxassetid://3573417005"
- o328.StudsPerTileU = 0.56568002700806
- o328.StudsPerTileV = 0.47140204906464
- o329.Name = "Right"
- o329.Parent = mas
- o329.Texture = "rbxassetid://3573417005"
- o329.Face = Enum.NormalId.Right
- o329.StudsPerTileU = 0.56568002700806
- o329.StudsPerTileV = 0.47140204906464
- o330.Name = "Flower"
- o330.Parent = o1
- o330.PrimaryPart = o332
- o331.Name = "Stem"
- o331.Parent = o330
- o331.Material = Enum.Material.Grass
- o331.BrickColor = BrickColor.new("Bright green")
- o331.Position = Vector3.new(-106.827339, 153.700027, -79.8616562)
- o331.Rotation = Vector3.new(0, 75.5500031, 0)
- o331.Anchored = true
- o331.CanCollide = false
- o331.FormFactor = Enum.FormFactor.Custom
- o331.Size = Vector3.new(0.300000012, 1.200001, 0.300000012)
- o331.CFrame = CFrame.new(-106.827339, 153.700027, -79.8616562, 0.24954012, 0, 0.968364477, 0, 1, 0, -0.968364477, 0, 0.24954012)
- o331.BottomSurface = Enum.SurfaceType.Smooth
- o331.TopSurface = Enum.SurfaceType.Smooth
- o331.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o331.Position = Vector3.new(-106.827339, 153.700027, -79.8616562)
- o332.Name = "Prime"
- o332.Parent = o330
- o332.Material = Enum.Material.Grass
- o332.BrickColor = BrickColor.new("Bright green")
- o332.Position = Vector3.new(-106.827339, 153, -79.8616562)
- o332.Rotation = Vector3.new(0, 75.5500031, 0)
- o332.Anchored = true
- o332.CanCollide = false
- o332.FormFactor = Enum.FormFactor.Custom
- o332.Size = Vector3.new(0.300000012, 0.400000006, 0.300000012)
- o332.CFrame = CFrame.new(-106.827339, 153, -79.8616562, 0.24954012, 0, 0.968364477, 0, 1, 0, -0.968364477, 0, 0.24954012)
- o332.BottomSurface = Enum.SurfaceType.Smooth
- o332.TopSurface = Enum.SurfaceType.Smooth
- o332.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o332.Position = Vector3.new(-106.827339, 153, -79.8616562)
- o333.Name = "Stamen"
- o333.Parent = o330
- o333.Material = Enum.Material.Grass
- o333.BrickColor = BrickColor.new("Bright yellow")
- o333.Position = Vector3.new(-106.834183, 154.400024, -79.8488007)
- o333.Rotation = Vector3.new(180, 74.4499969, -180)
- o333.Anchored = true
- o333.CanCollide = false
- o333.FormFactor = Enum.FormFactor.Custom
- o333.Size = Vector3.new(0.50000006, 0.200000003, 0.5)
- 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)
- o333.BottomSurface = Enum.SurfaceType.Smooth
- o333.TopSurface = Enum.SurfaceType.Smooth
- o333.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o333.Position = Vector3.new(-106.834183, 154.400024, -79.8488007)
- o334.Name = "Pedals"
- o334.Parent = o330
- o335.Name = "Flower"
- o335.Parent = o334
- o335.Material = Enum.Material.Grass
- o335.BrickColor = BrickColor.new("Navy blue")
- o335.Position = Vector3.new(-107.017052, 154.573212, -80.3389969)
- o335.Rotation = Vector3.new(-180, 74.4499969, -150)
- o335.Anchored = true
- o335.CanCollide = false
- o335.FormFactor = Enum.FormFactor.Custom
- o335.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o335.BottomSurface = Enum.SurfaceType.Smooth
- o335.TopSurface = Enum.SurfaceType.Smooth
- o335.Color = Color3.new(0, 0.12549, 0.376471)
- o335.Position = Vector3.new(-107.017052, 154.573212, -80.3389969)
- o336.Name = "Flower"
- o336.Parent = o334
- o336.Material = Enum.Material.Grass
- o336.BrickColor = BrickColor.new("Navy blue")
- o336.Position = Vector3.new(-107.006592, 154.573212, -79.3098755)
- o336.Rotation = Vector3.new(0, 75.5500031, -30)
- o336.Anchored = true
- o336.CanCollide = false
- o336.FormFactor = Enum.FormFactor.Custom
- o336.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o336.BottomSurface = Enum.SurfaceType.Smooth
- o336.TopSurface = Enum.SurfaceType.Smooth
- o336.Color = Color3.new(0, 0.12549, 0.376471)
- o336.Position = Vector3.new(-107.006592, 154.573212, -79.3098755)
- o337.Name = "Flower"
- o337.Parent = o334
- o337.Material = Enum.Material.Grass
- o337.BrickColor = BrickColor.new("Navy blue")
- o337.Position = Vector3.new(-106.364845, 154.573212, -79.5418091)
- o337.Rotation = Vector3.new(-180, 29.4500008, 150)
- o337.Anchored = true
- o337.CanCollide = false
- o337.FormFactor = Enum.FormFactor.Custom
- o337.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o337.BottomSurface = Enum.SurfaceType.Smooth
- o337.TopSurface = Enum.SurfaceType.Smooth
- o337.Color = Color3.new(0, 0.12549, 0.376471)
- o337.Position = Vector3.new(-106.364845, 154.573212, -79.5418091)
- o338.Name = "Flower"
- o338.Parent = o334
- o338.Material = Enum.Material.Grass
- o338.BrickColor = BrickColor.new("Navy blue")
- o338.Position = Vector3.new(-107.464828, 154.573212, -79.8262711)
- o338.Rotation = Vector3.new(0, 0.550000012, -30)
- o338.Anchored = true
- o338.CanCollide = false
- o338.FormFactor = Enum.FormFactor.Custom
- o338.Size = Vector3.new(0.900000036, 0.200000003, 0.5)
- 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)
- o338.BottomSurface = Enum.SurfaceType.Smooth
- o338.TopSurface = Enum.SurfaceType.Smooth
- o338.Color = Color3.new(0, 0.12549, 0.376471)
- o338.Position = Vector3.new(-107.464828, 154.573212, -79.8262711)
- o339.Name = "Flower"
- o339.Parent = o334
- o339.Material = Enum.Material.Grass
- o339.BrickColor = BrickColor.new("Navy blue")
- o339.Position = Vector3.new(-106.47493, 154.573212, -80.2100677)
- o339.Rotation = Vector3.new(0, 45.5499992, 30)
- o339.Anchored = true
- o339.CanCollide = false
- o339.FormFactor = Enum.FormFactor.Custom
- o339.Size = Vector3.new(0.900000036, 0.200000003, 0.49999997)
- 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)
- o339.BottomSurface = Enum.SurfaceType.Smooth
- o339.TopSurface = Enum.SurfaceType.Smooth
- o339.Color = Color3.new(0, 0.12549, 0.376471)
- o339.Position = Vector3.new(-106.47493, 154.573212, -80.2100677)
- o340.Name = "Fiber Rope"
- o340.Parent = o1
- o341.Name = "Rope"
- o341.Parent = o340
- o343.Parent = mas
- o343.Texture = "rbxassetid://3573417005"
- o343.Face = Enum.NormalId.Top
- o345.Parent = mas
- o345.Texture = "rbxassetid://3573417005"
- o345.Face = Enum.NormalId.Top
- o347.Name = "Back"
- o347.Parent = mas
- o347.Texture = "rbxassetid://3573417005"
- o347.Face = Enum.NormalId.Back
- o347.StudsPerTileU = 0.56568002700806
- o347.StudsPerTileV = 0.49845477938652
- o348.Name = "Left"
- o348.Parent = mas
- o348.Texture = "rbxassetid://3573417005"
- o348.Face = Enum.NormalId.Left
- o348.StudsPerTileU = 0.56568002700806
- o348.StudsPerTileV = 0.49845477938652
- o349.Name = "Front"
- o349.Parent = mas
- o349.Texture = "rbxassetid://3573417005"
- o349.StudsPerTileU = 0.56568002700806
- o349.StudsPerTileV = 0.49845477938652
- o350.Name = "Right"
- o350.Parent = mas
- o350.Texture = "rbxassetid://3573417005"
- o350.Face = Enum.NormalId.Right
- o350.StudsPerTileU = 0.56568002700806
- o350.StudsPerTileV = 0.49845477938652
- o352.Name = "Back"
- o352.Parent = mas
- o352.Texture = "rbxassetid://3573417005"
- o352.Face = Enum.NormalId.Back
- o352.StudsPerTileU = 0.56568002700806
- o352.StudsPerTileV = 0.49845477938652
- o353.Name = "Left"
- o353.Parent = mas
- o353.Texture = "rbxassetid://3573417005"
- o353.Face = Enum.NormalId.Left
- o353.StudsPerTileU = 0.56568002700806
- o353.StudsPerTileV = 0.49845477938652
- o354.Name = "Front"
- o354.Parent = mas
- o354.Texture = "rbxassetid://3573417005"
- o354.StudsPerTileU = 0.56568002700806
- o354.StudsPerTileV = 0.49845477938652
- o355.Name = "Right"
- o355.Parent = mas
- o355.Texture = "rbxassetid://3573417005"
- o355.Face = Enum.NormalId.Right
- o355.StudsPerTileU = 0.56568002700806
- o355.StudsPerTileV = 0.49845477938652
- o357.Name = "Back"
- o357.Parent = mas
- o357.Texture = "rbxassetid://3573417005"
- o357.Face = Enum.NormalId.Back
- o357.StudsPerTileU = 0.56568002700806
- o357.StudsPerTileV = 0.49845477938652
- o358.Name = "Left"
- o358.Parent = mas
- o358.Texture = "rbxassetid://3573417005"
- o358.Face = Enum.NormalId.Left
- o358.StudsPerTileU = 0.56568002700806
- o358.StudsPerTileV = 0.49845477938652
- o359.Name = "Front"
- o359.Parent = mas
- o359.Texture = "rbxassetid://3573417005"
- o359.StudsPerTileU = 0.56568002700806
- o359.StudsPerTileV = 0.49845477938652
- o360.Name = "Right"
- o360.Parent = mas
- o360.Texture = "rbxassetid://3573417005"
- o360.Face = Enum.NormalId.Right
- o360.StudsPerTileU = 0.56568002700806
- o360.StudsPerTileV = 0.49845477938652
- o362.Name = "Back"
- o362.Parent = mas
- o362.Texture = "rbxassetid://3573417005"
- o362.Face = Enum.NormalId.Back
- o362.StudsPerTileU = 0.56568002700806
- o362.StudsPerTileV = 0.49845477938652
- o363.Name = "Left"
- o363.Parent = mas
- o363.Texture = "rbxassetid://3573417005"
- o363.Face = Enum.NormalId.Left
- o363.StudsPerTileU = 0.56568002700806
- o363.StudsPerTileV = 0.49845477938652
- o364.Name = "Front"
- o364.Parent = mas
- o364.Texture = "rbxassetid://3573417005"
- o364.StudsPerTileU = 0.56568002700806
- o364.StudsPerTileV = 0.49845477938652
- o365.Name = "Right"
- o365.Parent = mas
- o365.Texture = "rbxassetid://3573417005"
- o365.Face = Enum.NormalId.Right
- o365.StudsPerTileU = 0.56568002700806
- o365.StudsPerTileV = 0.49845477938652
- o367.Name = "Back"
- o367.Parent = mas
- o367.Texture = "rbxassetid://3573417005"
- o367.Face = Enum.NormalId.Back
- o367.StudsPerTileU = 0.56568002700806
- o367.StudsPerTileV = 0.49845477938652
- o368.Name = "Left"
- o368.Parent = mas
- o368.Texture = "rbxassetid://3573417005"
- o368.Face = Enum.NormalId.Left
- o368.StudsPerTileU = 0.56568002700806
- o368.StudsPerTileV = 0.49845477938652
- o369.Name = "Front"
- o369.Parent = mas
- o369.Texture = "rbxassetid://3573417005"
- o369.StudsPerTileU = 0.56568002700806
- o369.StudsPerTileV = 0.49845477938652
- o370.Name = "Right"
- o370.Parent = mas
- o370.Texture = "rbxassetid://3573417005"
- o370.Face = Enum.NormalId.Right
- o370.StudsPerTileU = 0.56568002700806
- o370.StudsPerTileV = 0.49845477938652
- o372.Name = "Back"
- o372.Parent = mas
- o372.Texture = "rbxassetid://3573417005"
- o372.Face = Enum.NormalId.Back
- o372.StudsPerTileU = 0.56568002700806
- o372.StudsPerTileV = 0.49845477938652
- o373.Name = "Left"
- o373.Parent = mas
- o373.Texture = "rbxassetid://3573417005"
- o373.Face = Enum.NormalId.Left
- o373.StudsPerTileU = 0.56568002700806
- o373.StudsPerTileV = 0.49845477938652
- o374.Name = "Front"
- o374.Parent = mas
- o374.Texture = "rbxassetid://3573417005"
- o374.StudsPerTileU = 0.56568002700806
- o374.StudsPerTileV = 0.49845477938652
- o375.Name = "Right"
- o375.Parent = mas
- o375.Texture = "rbxassetid://3573417005"
- o375.Face = Enum.NormalId.Right
- o375.StudsPerTileU = 0.56568002700806
- o375.StudsPerTileV = 0.49845477938652
- o377.Name = "Back"
- o377.Parent = mas
- o377.Texture = "rbxassetid://3573417005"
- o377.Face = Enum.NormalId.Back
- o377.StudsPerTileU = 0.56568002700806
- o377.StudsPerTileV = 0.49845477938652
- o378.Name = "Left"
- o378.Parent = mas
- o378.Texture = "rbxassetid://3573417005"
- o378.Face = Enum.NormalId.Left
- o378.StudsPerTileU = 0.56568002700806
- o378.StudsPerTileV = 0.49845477938652
- o379.Name = "Front"
- o379.Parent = mas
- o379.Texture = "rbxassetid://3573417005"
- o379.StudsPerTileU = 0.56568002700806
- o379.StudsPerTileV = 0.49845477938652
- o380.Name = "Right"
- o380.Parent = mas
- o380.Texture = "rbxassetid://3573417005"
- o380.Face = Enum.NormalId.Right
- o380.StudsPerTileU = 0.56568002700806
- o380.StudsPerTileV = 0.49845477938652
- o382.Name = "Back"
- o382.Parent = mas
- o382.Texture = "rbxassetid://3573417005"
- o382.Face = Enum.NormalId.Back
- o382.StudsPerTileU = 0.56568002700806
- o382.StudsPerTileV = 0.49845477938652
- o383.Name = "Left"
- o383.Parent = mas
- o383.Texture = "rbxassetid://3573417005"
- o383.Face = Enum.NormalId.Left
- o383.StudsPerTileU = 0.56568002700806
- o383.StudsPerTileV = 0.49845477938652
- o384.Name = "Front"
- o384.Parent = mas
- o384.Texture = "rbxassetid://3573417005"
- o384.StudsPerTileU = 0.56568002700806
- o384.StudsPerTileV = 0.49845477938652
- o385.Name = "Right"
- o385.Parent = mas
- o385.Texture = "rbxassetid://3573417005"
- o385.Face = Enum.NormalId.Right
- o385.StudsPerTileU = 0.56568002700806
- o385.StudsPerTileV = 0.49845477938652
- o387.Name = "Back"
- o387.Parent = mas
- o387.Texture = "rbxassetid://3573417005"
- o387.Face = Enum.NormalId.Back
- o387.StudsPerTileU = 0.56568002700806
- o387.StudsPerTileV = 0.49845477938652
- o388.Name = "Left"
- o388.Parent = mas
- o388.Texture = "rbxassetid://3573417005"
- o388.Face = Enum.NormalId.Left
- o388.StudsPerTileU = 0.56568002700806
- o388.StudsPerTileV = 0.49845477938652
- o389.Name = "Front"
- o389.Parent = mas
- o389.Texture = "rbxassetid://3573417005"
- o389.StudsPerTileU = 0.56568002700806
- o389.StudsPerTileV = 0.49845477938652
- o390.Name = "Right"
- o390.Parent = mas
- o390.Texture = "rbxassetid://3573417005"
- o390.Face = Enum.NormalId.Right
- o390.StudsPerTileU = 0.56568002700806
- o390.StudsPerTileV = 0.49845477938652
- o391.Name = "Fiber Rope"
- o391.Parent = o1
- o392.Name = "Rope"
- o392.Parent = o391
- o394.Parent = mas
- o394.Texture = "rbxassetid://3573417005"
- o394.Face = Enum.NormalId.Top
- o396.Parent = mas
- o396.Texture = "rbxassetid://3573417005"
- o396.Face = Enum.NormalId.Top
- o398.Name = "Back"
- o398.Parent = mas
- o398.Texture = "rbxassetid://3573417005"
- o398.Face = Enum.NormalId.Back
- o398.StudsPerTileU = 0.56568002700806
- o398.StudsPerTileV = 0.47161793708801
- o399.Name = "Left"
- o399.Parent = mas
- o399.Texture = "rbxassetid://3573417005"
- o399.Face = Enum.NormalId.Left
- o399.StudsPerTileU = 0.56568002700806
- o399.StudsPerTileV = 0.47161793708801
- o400.Name = "Front"
- o400.Parent = mas
- o400.Texture = "rbxassetid://3573417005"
- o400.StudsPerTileU = 0.56568002700806
- o400.StudsPerTileV = 0.47161793708801
- o401.Name = "Right"
- o401.Parent = mas
- o401.Texture = "rbxassetid://3573417005"
- o401.Face = Enum.NormalId.Right
- o401.StudsPerTileU = 0.56568002700806
- o401.StudsPerTileV = 0.47161793708801
- o403.Name = "Back"
- o403.Parent = mas
- o403.Texture = "rbxassetid://3573417005"
- o403.Face = Enum.NormalId.Back
- o403.StudsPerTileU = 0.56568002700806
- o403.StudsPerTileV = 0.47161793708801
- o404.Name = "Left"
- o404.Parent = mas
- o404.Texture = "rbxassetid://3573417005"
- o404.Face = Enum.NormalId.Left
- o404.StudsPerTileU = 0.56568002700806
- o404.StudsPerTileV = 0.47161793708801
- o405.Name = "Front"
- o405.Parent = mas
- o405.Texture = "rbxassetid://3573417005"
- o405.StudsPerTileU = 0.56568002700806
- o405.StudsPerTileV = 0.47161793708801
- o406.Name = "Right"
- o406.Parent = mas
- o406.Texture = "rbxassetid://3573417005"
- o406.Face = Enum.NormalId.Right
- o406.StudsPerTileU = 0.56568002700806
- o406.StudsPerTileV = 0.47161793708801
- o408.Name = "Back"
- o408.Parent = mas
- o408.Texture = "rbxassetid://3573417005"
- o408.Face = Enum.NormalId.Back
- o408.StudsPerTileU = 0.56568002700806
- o408.StudsPerTileV = 0.47161793708801
- o409.Name = "Left"
- o409.Parent = mas
- o409.Texture = "rbxassetid://3573417005"
- o409.Face = Enum.NormalId.Left
- o409.StudsPerTileU = 0.56568002700806
- o409.StudsPerTileV = 0.47161793708801
- o410.Name = "Front"
- o410.Parent = mas
- o410.Texture = "rbxassetid://3573417005"
- o410.StudsPerTileU = 0.56568002700806
- o410.StudsPerTileV = 0.47161793708801
- o411.Name = "Right"
- o411.Parent = mas
- o411.Texture = "rbxassetid://3573417005"
- o411.Face = Enum.NormalId.Right
- o411.StudsPerTileU = 0.56568002700806
- o411.StudsPerTileV = 0.47161793708801
- o413.Name = "Back"
- o413.Parent = mas
- o413.Texture = "rbxassetid://3573417005"
- o413.Face = Enum.NormalId.Back
- o413.StudsPerTileU = 0.56568002700806
- o413.StudsPerTileV = 0.47161793708801
- o414.Name = "Left"
- o414.Parent = mas
- o414.Texture = "rbxassetid://3573417005"
- o414.Face = Enum.NormalId.Left
- o414.StudsPerTileU = 0.56568002700806
- o414.StudsPerTileV = 0.47161793708801
- o415.Name = "Front"
- o415.Parent = mas
- o415.Texture = "rbxassetid://3573417005"
- o415.StudsPerTileU = 0.56568002700806
- o415.StudsPerTileV = 0.47161793708801
- o416.Name = "Right"
- o416.Parent = mas
- o416.Texture = "rbxassetid://3573417005"
- o416.Face = Enum.NormalId.Right
- o416.StudsPerTileU = 0.56568002700806
- o416.StudsPerTileV = 0.47161793708801
- o417.Name = "Small"
- o417.Parent = o1
- o417.PrimaryPart = o418
- o418.Name = "Wood"
- o418.Parent = o417
- o418.Material = Enum.Material.Wood
- o418.BrickColor = BrickColor.new("Brown")
- o418.Position = Vector3.new(-113.069946, 168, -71.7227478)
- o418.Rotation = Vector3.new(-180, -12.1700001, -180)
- o418.Anchored = true
- o418.FormFactor = Enum.FormFactor.Custom
- o418.Size = Vector3.new(5, 38, 5)
- o418.CFrame = CFrame.new(-113.069946, 168, -71.7227478, -0.977526963, 0, -0.210810527, 0, 1, 0, 0.210810527, 0, -0.977526963)
- o418.BottomSurface = Enum.SurfaceType.Smooth
- o418.TopSurface = Enum.SurfaceType.Smooth
- o418.Color = Color3.new(0.486275, 0.360784, 0.27451)
- o418.Position = Vector3.new(-113.069946, 168, -71.7227478)
- o419.Name = "Leaves"
- o419.Parent = o417
- o420.Parent = o419
- o420.Material = Enum.Material.Grass
- o420.BrickColor = BrickColor.new("Bright green")
- o420.Position = Vector3.new(-113.996567, 180.994202, -77.7347946)
- o420.Rotation = Vector3.new(-180, -27.1700001, -120)
- o420.Anchored = true
- o420.FormFactor = Enum.FormFactor.Custom
- o420.Size = Vector3.new(15, 14, 15)
- 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)
- o420.BottomSurface = Enum.SurfaceType.Smooth
- o420.TopSurface = Enum.SurfaceType.Smooth
- o420.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o420.Position = Vector3.new(-113.996567, 180.994202, -77.7347946)
- o421.Parent = o419
- o421.Material = Enum.Material.Grass
- o421.BrickColor = BrickColor.new("Bright green")
- o421.Position = Vector3.new(-107.003952, 180.994202, -75.9731903)
- o421.Rotation = Vector3.new(-167.690002, -30.8500004, -157.619995)
- o421.Anchored = true
- o421.FormFactor = Enum.FormFactor.Custom
- o421.Size = Vector3.new(15, 14, 15)
- 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)
- o421.BottomSurface = Enum.SurfaceType.Smooth
- o421.TopSurface = Enum.SurfaceType.Smooth
- o421.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o421.Position = Vector3.new(-107.003952, 180.994202, -75.9731903)
- o422.Parent = o419
- o422.Material = Enum.Material.Grass
- o422.BrickColor = BrickColor.new("Bright green")
- o422.Position = Vector3.new(-111.45092, 180.994202, -71.9452438)
- o422.Rotation = Vector3.new(-120.379997, -50.8800011, -137.759995)
- o422.Anchored = true
- o422.FormFactor = Enum.FormFactor.Custom
- o422.Size = Vector3.new(15, 14, 15)
- 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)
- o422.BottomSurface = Enum.SurfaceType.Smooth
- o422.TopSurface = Enum.SurfaceType.Smooth
- o422.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o422.Position = Vector3.new(-111.45092, 180.994202, -71.9452438)
- o423.Parent = o419
- o423.Material = Enum.Material.Grass
- o423.BrickColor = BrickColor.new("Bright green")
- o423.Position = Vector3.new(-102.976028, 180.994202, -71.5262756)
- o423.Rotation = Vector3.new(-33.9300003, -70.4199982, -57.0999985)
- o423.Anchored = true
- o423.FormFactor = Enum.FormFactor.Custom
- o423.Size = Vector3.new(15, 14, 15)
- 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)
- o423.BottomSurface = Enum.SurfaceType.Smooth
- o423.TopSurface = Enum.SurfaceType.Smooth
- o423.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o423.Position = Vector3.new(-102.976028, 180.994202, -71.5262756)
- o424.Parent = o419
- o424.Material = Enum.Material.Grass
- o424.BrickColor = BrickColor.new("Bright green")
- o424.Position = Vector3.new(-109.017967, 177.994141, -78.1966782)
- o424.Rotation = Vector3.new(-133.990005, -15.21, 168.600006)
- o424.Anchored = true
- o424.FormFactor = Enum.FormFactor.Custom
- o424.Size = Vector3.new(15, 14, 15)
- 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)
- o424.BottomSurface = Enum.SurfaceType.Smooth
- o424.TopSurface = Enum.SurfaceType.Smooth
- o424.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o424.Position = Vector3.new(-109.017967, 177.994141, -78.1966782)
- o425.Parent = o419
- o425.Material = Enum.Material.Grass
- o425.BrickColor = BrickColor.new("Bright green")
- o425.Position = Vector3.new(-119.619263, 179.734192, -75.4230576)
- o425.Rotation = Vector3.new(0, -47.8300018, 0)
- o425.Anchored = true
- o425.FormFactor = Enum.FormFactor.Custom
- o425.Size = Vector3.new(15, 14, 15)
- o425.CFrame = CFrame.new(-119.619263, 179.734192, -75.4230576, 0.67133081, 0, -0.74115777, 0, 1, 0, 0.74115777, 0, 0.67133081)
- o425.BottomSurface = Enum.SurfaceType.Smooth
- o425.TopSurface = Enum.SurfaceType.Smooth
- o425.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o425.Position = Vector3.new(-119.619263, 179.734192, -75.4230576)
- o426.Parent = o419
- o426.Material = Enum.Material.Grass
- o426.BrickColor = BrickColor.new("Bright green")
- o426.Position = Vector3.new(-121.198708, 177.994141, -75.2590485)
- o426.Rotation = Vector3.new(116.07, -43.7900009, 57.7599983)
- o426.Anchored = true
- o426.FormFactor = Enum.FormFactor.Custom
- o426.Size = Vector3.new(15, 14, 15)
- 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)
- o426.BottomSurface = Enum.SurfaceType.Smooth
- o426.TopSurface = Enum.SurfaceType.Smooth
- o426.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o426.Position = Vector3.new(-121.198708, 177.994141, -75.2590485)
- o427.Parent = o419
- o427.Material = Enum.Material.Grass
- o427.BrickColor = BrickColor.new("Bright green")
- o427.Position = Vector3.new(-106.751617, 180.994202, -66.7571335)
- o427.Rotation = Vector3.new(-167.300003, -30.4200001, 157.630005)
- o427.Anchored = true
- o427.FormFactor = Enum.FormFactor.Custom
- o427.Size = Vector3.new(15, 14, 15)
- 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)
- o427.BottomSurface = Enum.SurfaceType.Smooth
- o427.TopSurface = Enum.SurfaceType.Smooth
- o427.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o427.Position = Vector3.new(-106.751617, 180.994202, -66.7571335)
- o428.Parent = o419
- o428.Material = Enum.Material.Grass
- o428.BrickColor = BrickColor.new("Bright green")
- o428.Position = Vector3.new(-114.555229, 180.994202, -66.4349365)
- o428.Rotation = Vector3.new(-179.990005, -26.6299992, -164.940002)
- o428.Anchored = true
- o428.FormFactor = Enum.FormFactor.Custom
- o428.Size = Vector3.new(15, 14, 15)
- 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)
- o428.BottomSurface = Enum.SurfaceType.Smooth
- o428.TopSurface = Enum.SurfaceType.Smooth
- o428.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o428.Position = Vector3.new(-114.555229, 180.994202, -66.4349365)
- mas.Parent = workspace
- mas:MakeJoints()
- local mas1 = mas:GetChildren()
- for i=1,#mas1 do
- mas1[i].Parent = workspace
- ypcall(function() mas1[i]:MakeJoints() end)
- end
- mas:Destroy()
- for i=1,#cors do
- coroutine.resume(cors[i])
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement