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...")
- print(" made by zachrogamehard133447")
- print(" code is 9281 ")
- 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("Part")
- o11 = Instance.new("Motor6D")
- o12 = Instance.new("Part")
- o14 = Instance.new("Part")
- o15 = Instance.new("Part")
- o17 = Instance.new("Weld")
- o18 = Instance.new("Part")
- o19 = Instance.new("Part")
- o20 = Instance.new("Decal")
- o29 = Instance.new("Motor6D")
- o30 = Instance.new("Motor6D")
- o31 = Instance.new("Humanoid")
- o33 = Instance.new("Part")
- o34 = Instance.new("SpecialMesh")
- o38 = Instance.new("Part")
- o39 = Instance.new("SpecialMesh")
- o42 = Instance.new("CharacterMesh")
- o43 = Instance.new("CharacterMesh")
- o44 = Instance.new("CharacterMesh")
- o45 = Instance.new("CharacterMesh")
- o46 = Instance.new("CharacterMesh")
- o47 = Instance.new("BodyColors")
- o48 = Instance.new("Shirt")
- o49 = Instance.new("Pants")
- o50 = Instance.new("Model")
- o51 = Instance.new("Model")
- o52 = Instance.new("Part")
- o53 = Instance.new("Weld")
- o54 = Instance.new("Part")
- o55 = Instance.new("Weld")
- o56 = Instance.new("Model")
- o57 = Instance.new("Part")
- o58 = Instance.new("Weld")
- o59 = Instance.new("Part")
- o60 = Instance.new("Weld")
- o61 = Instance.new("Model")
- o62 = Instance.new("Part")
- o63 = Instance.new("Weld")
- o64 = Instance.new("Part")
- o65 = Instance.new("Weld")
- o66 = Instance.new("Model")
- o67 = Instance.new("Part")
- o68 = Instance.new("Weld")
- o69 = Instance.new("Part")
- o70 = Instance.new("Weld")
- o71 = Instance.new("Part")
- o72 = Instance.new("Weld")
- o73 = Instance.new("Model")
- o74 = Instance.new("Part")
- o75 = Instance.new("Weld")
- o76 = Instance.new("Part")
- o77 = Instance.new("Weld")
- o78 = Instance.new("Model")
- o79 = Instance.new("Part")
- o80 = Instance.new("Weld")
- o81 = Instance.new("Part")
- o82 = Instance.new("Weld")
- o83 = Instance.new("Part")
- o84 = Instance.new("Weld")
- o85 = Instance.new("Model")
- o91 = Instance.new("Weld")
- o93 = Instance.new("Model")
- o99 = Instance.new("Weld")
- o101 = Instance.new("Model")
- o102 = Instance.new("Part")
- o103 = Instance.new("Weld")
- o104 = Instance.new("Part")
- o105 = Instance.new("Weld")
- o106 = Instance.new("Model")
- o107 = Instance.new("Part")
- o108 = Instance.new("SpecialMesh")
- o113 = Instance.new("Decal")
- o114 = Instance.new("Part")
- o115 = Instance.new("Motor6D")
- o116 = Instance.new("Part")
- o118 = Instance.new("Part")
- o119 = Instance.new("Part")
- o121 = Instance.new("Part")
- o122 = Instance.new("Part")
- o123 = Instance.new("Decal")
- o132 = Instance.new("Motor6D")
- o133 = Instance.new("Motor6D")
- o134 = Instance.new("Motor6D")
- o135 = Instance.new("Humanoid")
- o137 = Instance.new("Part")
- o138 = Instance.new("SpecialMesh")
- o140 = Instance.new("Weld")
- o142 = Instance.new("BodyColors")
- o143 = Instance.new("Shirt")
- o144 = Instance.new("Pants")
- o145 = Instance.new("Model")
- o146 = Instance.new("Part")
- o147 = Instance.new("Part")
- o148 = Instance.new("Weld")
- o149 = Instance.new("Part")
- o150 = Instance.new("Part")
- o151 = Instance.new("Weld")
- o152 = Instance.new("Weld")
- o153 = Instance.new("Weld")
- o154 = Instance.new("Weld")
- o155 = Instance.new("Weld")
- o156 = Instance.new("Weld")
- o157 = Instance.new("Part")
- o158 = Instance.new("Weld")
- o159 = Instance.new("Weld")
- o160 = Instance.new("Model")
- o161 = Instance.new("Part")
- o162 = Instance.new("BlockMesh")
- o163 = Instance.new("Model")
- o164 = Instance.new("Part")
- o165 = Instance.new("ClickDetector")
- o166 = Instance.new("Decal")
- o167 = Instance.new("BlockMesh")
- o168 = Instance.new("Part")
- o169 = Instance.new("ClickDetector")
- o170 = Instance.new("Decal")
- o171 = Instance.new("BlockMesh")
- o172 = Instance.new("Part")
- o173 = Instance.new("ClickDetector")
- o174 = Instance.new("Decal")
- o175 = Instance.new("BlockMesh")
- o176 = Instance.new("Part")
- o177 = Instance.new("ClickDetector")
- o178 = Instance.new("Decal")
- o179 = Instance.new("BlockMesh")
- o180 = Instance.new("Part")
- o181 = Instance.new("ClickDetector")
- o182 = Instance.new("Decal")
- o183 = Instance.new("BlockMesh")
- o184 = Instance.new("Part")
- o185 = Instance.new("ClickDetector")
- o186 = Instance.new("Decal")
- o187 = Instance.new("BlockMesh")
- o188 = Instance.new("Part")
- o189 = Instance.new("ClickDetector")
- o190 = Instance.new("Decal")
- o191 = Instance.new("BlockMesh")
- o192 = Instance.new("Part")
- o193 = Instance.new("ClickDetector")
- o194 = Instance.new("Decal")
- o195 = Instance.new("BlockMesh")
- o196 = Instance.new("Part")
- o197 = Instance.new("ClickDetector")
- o198 = Instance.new("Decal")
- o199 = Instance.new("BlockMesh")
- o200 = Instance.new("Part")
- o201 = Instance.new("ClickDetector")
- o202 = Instance.new("Decal")
- o203 = Instance.new("BlockMesh")
- o204 = Instance.new("Part")
- o205 = Instance.new("ClickDetector")
- o206 = Instance.new("Decal")
- o207 = Instance.new("BlockMesh")
- o208 = Instance.new("Part")
- o209 = Instance.new("ClickDetector")
- o210 = Instance.new("Decal")
- o211 = Instance.new("BlockMesh")
- o212 = Instance.new("Script")
- o213 = Instance.new("Model")
- o214 = Instance.new("Part")
- o215 = Instance.new("Weld")
- o216 = Instance.new("Part")
- o217 = Instance.new("Weld")
- o218 = Instance.new("Part")
- o219 = Instance.new("Script")
- o220 = Instance.new("NumberValue")
- o221 = Instance.new("ClickDetector")
- o222 = Instance.new("Weld")
- o223 = Instance.new("Part")
- o224 = Instance.new("Weld")
- o225 = Instance.new("Weld")
- o226 = Instance.new("Part")
- o227 = Instance.new("Weld")
- o228 = Instance.new("Model")
- o229 = Instance.new("Part")
- o230 = Instance.new("SpecialMesh")
- o231 = Instance.new("Smoke")
- o232 = Instance.new("Part")
- o233 = Instance.new("Part")
- o234 = Instance.new("Part")
- o235 = Instance.new("Part")
- o236 = Instance.new("WedgePart")
- o237 = Instance.new("WedgePart")
- o238 = Instance.new("Part")
- o239 = Instance.new("Part")
- o240 = Instance.new("Weld")
- o241 = Instance.new("WedgePart")
- o242 = Instance.new("WedgePart")
- o243 = Instance.new("WedgePart")
- o244 = Instance.new("WedgePart")
- o245 = Instance.new("Part")
- o246 = Instance.new("Part")
- o247 = Instance.new("Weld")
- o248 = Instance.new("Part")
- o249 = Instance.new("WedgePart")
- o250 = Instance.new("WedgePart")
- o251 = Instance.new("Part")
- o252 = Instance.new("Weld")
- o253 = Instance.new("Model")
- o254 = Instance.new("Part")
- o255 = Instance.new("SpecialMesh")
- o256 = Instance.new("Part")
- o257 = Instance.new("SpecialMesh")
- o258 = Instance.new("Part")
- o259 = Instance.new("SpecialMesh")
- o260 = Instance.new("Part")
- o261 = Instance.new("Weld")
- o262 = Instance.new("Part")
- o263 = Instance.new("Weld")
- o264 = Instance.new("Part")
- o265 = Instance.new("Weld")
- o266 = Instance.new("Part")
- o267 = Instance.new("Fire")
- o268 = Instance.new("Smoke")
- o269 = Instance.new("Model")
- o270 = Instance.new("Part")
- o271 = Instance.new("Part")
- o272 = Instance.new("Weld")
- o273 = Instance.new("Part")
- o274 = Instance.new("Weld")
- o275 = Instance.new("Part")
- o276 = Instance.new("Part")
- o277 = Instance.new("Part")
- o278 = Instance.new("Part")
- o279 = Instance.new("Part")
- o280 = Instance.new("Part")
- o281 = Instance.new("Weld")
- o282 = Instance.new("Part")
- o283 = Instance.new("Model")
- o284 = Instance.new("Part")
- o285 = Instance.new("SpecialMesh")
- o290 = Instance.new("Decal")
- o291 = Instance.new("Part")
- o292 = Instance.new("Motor6D")
- o293 = Instance.new("Part")
- o295 = Instance.new("Part")
- o296 = Instance.new("Part")
- o298 = Instance.new("Part")
- o299 = Instance.new("Part")
- o300 = Instance.new("Decal")
- o309 = Instance.new("Humanoid")
- o311 = Instance.new("Part")
- o312 = Instance.new("SpecialMesh")
- o316 = Instance.new("Part")
- o317 = Instance.new("SpecialMesh")
- o319 = Instance.new("Weld")
- o320 = Instance.new("CharacterMesh")
- o321 = Instance.new("CharacterMesh")
- o322 = Instance.new("CharacterMesh")
- o323 = Instance.new("CharacterMesh")
- o324 = Instance.new("CharacterMesh")
- o325 = Instance.new("BodyColors")
- o326 = Instance.new("Shirt")
- o327 = Instance.new("Pants")
- o328 = Instance.new("Model")
- o329 = Instance.new("Part")
- o330 = Instance.new("SpecialMesh")
- o335 = Instance.new("Decal")
- o336 = Instance.new("Part")
- o337 = Instance.new("Motor6D")
- o338 = Instance.new("Part")
- o340 = Instance.new("Part")
- o341 = Instance.new("Snap")
- o342 = Instance.new("Part")
- o344 = Instance.new("Part")
- o345 = Instance.new("Part")
- o346 = Instance.new("Decal")
- o355 = Instance.new("Motor6D")
- o356 = Instance.new("Motor6D")
- o357 = Instance.new("Motor6D")
- o358 = Instance.new("Humanoid")
- o360 = Instance.new("Part")
- o361 = Instance.new("SpecialMesh")
- o363 = Instance.new("Weld")
- o364 = Instance.new("BodyColors")
- o365 = Instance.new("Part")
- o366 = Instance.new("Weld")
- o367 = Instance.new("Weld")
- o368 = Instance.new("Weld")
- o369 = Instance.new("Weld")
- o370 = Instance.new("Weld")
- o371 = Instance.new("Weld")
- o372 = Instance.new("Model")
- o373 = Instance.new("Part")
- o374 = Instance.new("SpecialMesh")
- o375 = Instance.new("ManualWeld")
- o376 = Instance.new("Model")
- o377 = Instance.new("Part")
- o382 = Instance.new("SpecialMesh")
- o383 = Instance.new("StringValue")
- o384 = Instance.new("Vector3Value")
- o385 = Instance.new("Vector3Value")
- o386 = Instance.new("Vector3Value")
- o387 = Instance.new("Vector3Value")
- o388 = Instance.new("Vector3Value")
- o389 = Instance.new("Decal")
- o390 = Instance.new("Snap")
- o391 = Instance.new("Part")
- o392 = Instance.new("Part")
- o394 = Instance.new("Weld")
- o395 = Instance.new("Weld")
- o396 = Instance.new("Weld")
- o397 = Instance.new("Weld")
- o398 = Instance.new("Weld")
- o399 = Instance.new("Weld")
- o400 = Instance.new("Part")
- o401 = Instance.new("Snap")
- o402 = Instance.new("Part")
- o404 = Instance.new("Weld")
- o405 = Instance.new("Weld")
- o406 = Instance.new("Weld")
- o407 = Instance.new("Weld")
- o408 = Instance.new("Weld")
- o409 = Instance.new("Weld")
- o410 = Instance.new("Part")
- o411 = Instance.new("Snap")
- o412 = Instance.new("Part")
- o413 = Instance.new("Decal")
- o422 = Instance.new("Humanoid")
- o424 = Instance.new("Part")
- o425 = Instance.new("SpecialMesh")
- o426 = Instance.new("StringValue")
- o428 = Instance.new("Weld")
- o430 = Instance.new("Part")
- o431 = Instance.new("SpecialMesh")
- o433 = Instance.new("Vector3Value")
- o434 = Instance.new("Weld")
- o436 = Instance.new("BodyColors")
- o437 = Instance.new("Shirt")
- o438 = Instance.new("ShirtGraphic")
- o439 = Instance.new("Pants")
- o440 = Instance.new("Model")
- o441 = Instance.new("Part")
- o446 = Instance.new("Decal")
- o447 = Instance.new("SpecialMesh")
- o448 = Instance.new("StringValue")
- o449 = Instance.new("Vector3Value")
- o450 = Instance.new("Vector3Value")
- o451 = Instance.new("Vector3Value")
- o452 = Instance.new("Vector3Value")
- o453 = Instance.new("Vector3Value")
- o454 = Instance.new("Snap")
- o455 = Instance.new("Part")
- o456 = Instance.new("Motor6D")
- o457 = Instance.new("Part")
- o459 = Instance.new("Part")
- o460 = Instance.new("Part")
- o462 = Instance.new("Part")
- o463 = Instance.new("Part")
- o464 = Instance.new("Decal")
- o473 = Instance.new("Humanoid")
- o475 = Instance.new("Part")
- o476 = Instance.new("SpecialMesh")
- o478 = Instance.new("Weld")
- o480 = Instance.new("BodyColors")
- o481 = Instance.new("Shirt")
- o482 = Instance.new("Pants")
- o483 = Instance.new("Tool")
- o484 = Instance.new("Part")
- o485 = Instance.new("SpecialMesh")
- o487 = Instance.new("Animation")
- o1.Name = "Ultimate house"
- o1.Parent = mas
- o2.Name = "Badmylife1234"
- o2.Parent = o1
- o2.PrimaryPart = o10
- o3.Name = "Head"
- o3.Parent = o2
- o3.BrickColor = BrickColor.new("Light orange")
- o3.Position = Vector3.new(176, 2.00000024, 11)
- o3.Rotation = Vector3.new(0, -90, 0)
- o3.Anchored = true
- o3.FormFactor = Enum.FormFactor.Symmetric
- o3.Size = Vector3.new(2, 1, 1)
- o3.CFrame = CFrame.new(176, 2.00000024, 11, 1.19248806e-08, -1.88079096e-37, -1, 1.97686953e-22, 1, 2.35739336e-30, 1, 2.02629122e-22, 1.19248806e-08)
- o3.TopSurface = Enum.SurfaceType.Smooth
- o3.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o3.Position = Vector3.new(176, 2.00000024, 11)
- 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.Name = "HumanoidRootPart"
- o10.Parent = o2
- o10.Transparency = 1
- o10.Position = Vector3.new(175, 1.49999976, 11)
- o10.Rotation = Vector3.new(-90, 0, -90)
- o10.Anchored = true
- o10.CanCollide = false
- o10.FormFactor = Enum.FormFactor.Symmetric
- o10.Size = Vector3.new(2, 2, 1)
- o10.CFrame = CFrame.new(175, 1.49999976, 11, 2.93641657e-14, 1, -1.19248824e-08, -1.19249099e-08, 1.19248824e-08, 1, 1, 2.93641657e-14, 1.19248522e-08)
- o10.BottomSurface = Enum.SurfaceType.Smooth
- o10.TopSurface = Enum.SurfaceType.Smooth
- o10.Position = Vector3.new(175, 1.49999976, 11)
- o11.Name = "RootJoint"
- o11.Parent = o10
- o11.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o11.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o11.Part0 = o10
- o11.Part1 = o19
- o11.MaxVelocity = 0.10000000149012
- o12.Name = "Left Arm"
- o12.Parent = o2
- o12.BrickColor = BrickColor.new("Light orange")
- o12.Position = Vector3.new(175, 1.49999976, 9.5)
- o12.Rotation = Vector3.new(90, -30, 90)
- o12.Anchored = true
- o12.CanCollide = false
- o12.FormFactor = Enum.FormFactor.Symmetric
- o12.Size = Vector3.new(1, 2, 1)
- o12.CFrame = CFrame.new(175, 1.49999976, 9.5, 5.96242966e-09, -0.866025329, -0.49999997, 1.03272892e-08, 0.49999997, -0.866025329, 1, 2.92219624e-14, 1.19248522e-08)
- o12.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o12.Position = Vector3.new(175, 1.49999976, 9.5)
- o14.Name = "Left Leg"
- o14.Parent = o2
- o14.BrickColor = BrickColor.new("Light orange")
- o14.Position = Vector3.new(173, 1.49999976, 10.5)
- o14.Rotation = Vector3.new(-90, 0, -90)
- o14.Anchored = true
- o14.CanCollide = false
- o14.FormFactor = Enum.FormFactor.Symmetric
- o14.Size = Vector3.new(1, 2, 1)
- o14.CFrame = CFrame.new(173, 1.49999976, 10.5, 2.93641657e-14, 1, -1.19248824e-08, -1.19249099e-08, 1.19248824e-08, 1, 1, 2.93641657e-14, 1.19248522e-08)
- o14.BottomSurface = Enum.SurfaceType.Smooth
- o14.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o14.Position = Vector3.new(173, 1.49999976, 10.5)
- o15.Name = "Right Arm"
- o15.Parent = o2
- o15.BrickColor = BrickColor.new("Light orange")
- o15.Position = Vector3.new(175.931854, 2.01763797, 12.5)
- o15.Rotation = Vector3.new(90, 0, 90)
- o15.Anchored = true
- o15.CanCollide = false
- o15.FormFactor = Enum.FormFactor.Symmetric
- o15.Size = Vector3.new(1, 2, 1)
- o15.CFrame = CFrame.new(175.931854, 2.01763797, 12.5, 4.45628506e-14, -1, 2.38418579e-07, 1.19248336e-08, -2.38418579e-07, -1, 1, -4.79209093e-14, 1.19249268e-08)
- o15.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o15.Position = Vector3.new(175.931854, 2.01763797, 12.5)
- o17.Parent = o15
- o17.C0 = CFrame.new(-0.5, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- o17.C1 = CFrame.new(1, 0.931854248, 0.517638206, 2.3849779e-08, -1.58558401e-14, -1, 2.26493697e-07, -1, -1.54830914e-14, -1, -2.26493697e-07, -2.38497435e-08)
- o17.Part0 = o15
- o17.Part1 = o19
- o18.Name = "Right Leg"
- o18.Parent = o2
- o18.BrickColor = BrickColor.new("Light orange")
- o18.Position = Vector3.new(173, 1.49999976, 11.5)
- o18.Rotation = Vector3.new(-90, 0, -90)
- o18.Anchored = true
- o18.CanCollide = false
- o18.FormFactor = Enum.FormFactor.Symmetric
- o18.Size = Vector3.new(1, 2, 1)
- o18.CFrame = CFrame.new(173, 1.49999976, 11.5, 2.93641657e-14, 1, -1.19248824e-08, -1.19249099e-08, 1.19248824e-08, 1, 1, 2.93641657e-14, 1.19248522e-08)
- o18.BottomSurface = Enum.SurfaceType.Smooth
- o18.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o18.Position = Vector3.new(173, 1.49999976, 11.5)
- o19.Name = "Torso"
- o19.Parent = o2
- o19.BrickColor = BrickColor.new("Light orange")
- o19.Position = Vector3.new(175, 1.49999976, 11)
- o19.Rotation = Vector3.new(-90, 0, -90)
- o19.Anchored = true
- o19.FormFactor = Enum.FormFactor.Symmetric
- o19.Size = Vector3.new(2, 2, 1)
- o19.CFrame = CFrame.new(175, 1.49999976, 11, 2.93641657e-14, 1, -1.19248824e-08, -1.19249099e-08, 1.19248824e-08, 1, 1, 2.93641657e-14, 1.19248522e-08)
- o19.LeftSurface = Enum.SurfaceType.Weld
- o19.RightSurface = Enum.SurfaceType.Weld
- o19.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o19.Position = Vector3.new(175, 1.49999976, 11)
- o20.Name = "roblox"
- o20.Parent = o19
- o29.Name = "Right Hip"
- o29.Parent = o19
- o29.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- o29.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- o29.Part0 = o19
- o29.Part1 = o18
- o29.MaxVelocity = 0.10000000149012
- o30.Name = "Left Hip"
- o30.Parent = o19
- o30.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o30.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o30.Part0 = o19
- o30.Part1 = o14
- o30.MaxVelocity = 0.10000000149012
- o31.Parent = o2
- o31.RightLeg = o18
- o31.LeftLeg = o14
- o31.Torso = o10
- o33.Name = "Handle"
- o33.Parent = mas
- o33.Position = Vector3.new(176.249725, 2.19999981, 11)
- o33.Rotation = Vector3.new(0, -90, 0)
- o33.Anchored = true
- o33.CanCollide = false
- o33.Locked = true
- o33.FormFactor = Enum.FormFactor.Plate
- o33.Size = Vector3.new(1, 0.400000006, 1)
- o33.CFrame = CFrame.new(176.249725, 2.19999981, 11, 1.19248806e-08, 3.20576983e-16, -1, 7.87137555e-09, 1, 4.1444221e-16, 1, -7.87137555e-09, 1.19248806e-08)
- o33.BottomSurface = Enum.SurfaceType.Smooth
- o33.TopSurface = Enum.SurfaceType.Smooth
- o33.Position = Vector3.new(176.249725, 2.19999981, 11)
- o34.Parent = o33
- o34.MeshId = "http://www.roblox.com/asset/?id=11419729"
- o34.TextureId = "http://www.roblox.com/asset/?id=112346956"
- o34.MeshType = Enum.MeshType.FileMesh
- o38.Name = "Handle"
- o38.Parent = mas
- o38.Position = Vector3.new(175.799728, 2.36999989, 10.9499998)
- o38.Rotation = Vector3.new(0, -90, 0)
- o38.Anchored = true
- o38.CanCollide = false
- o38.Locked = true
- o38.FormFactor = Enum.FormFactor.Custom
- o38.Size = Vector3.new(1.4000001, 1.79999995, 1.60000014)
- o38.CFrame = CFrame.new(175.799728, 2.36999989, 10.9499998, 1.19248806e-08, 3.20576983e-16, -1, 7.87137555e-09, 1, 4.1444221e-16, 1, -7.87137555e-09, 1.19248806e-08)
- o38.BottomSurface = Enum.SurfaceType.Smooth
- o38.TopSurface = Enum.SurfaceType.Smooth
- o38.Position = Vector3.new(175.799728, 2.36999989, 10.9499998)
- o39.Parent = o38
- o39.MeshId = "http://www.roblox.com/asset/?id=62246019"
- o39.TextureId = "http://www.roblox.com/asset/?id=292346519 "
- o39.MeshType = Enum.MeshType.FileMesh
- o42.Parent = o2
- o42.MeshId = 27111882
- o42.BodyPart = Enum.BodyPart.RightLeg
- o43.Parent = o2
- o43.MeshId = 27111857
- o43.BodyPart = Enum.BodyPart.LeftLeg
- o44.Parent = o2
- o44.MeshId = 27111894
- o44.BodyPart = Enum.BodyPart.Torso
- o45.Name = "Roblox 2.0 Right Arm"
- o45.Parent = o2
- o45.MeshId = 27111864
- o45.BodyPart = Enum.BodyPart.RightArm
- o46.Parent = o2
- o46.MeshId = 27111419
- o46.BodyPart = Enum.BodyPart.LeftArm
- o47.Parent = o2
- o47.HeadColor = BrickColor.new("Light orange")
- o47.LeftArmColor = BrickColor.new("Light orange")
- o47.LeftLegColor = BrickColor.new("Light orange")
- o47.RightArmColor = BrickColor.new("Light orange")
- o47.RightLegColor = BrickColor.new("Light orange")
- o47.TorsoColor = BrickColor.new("Light orange")
- o48.Name = "Shirt"
- o48.Parent = o2
- o48.ShirtTemplate = "http://www.roblox.com/asset/?id=3814588571"
- o49.Name = "Pants"
- o49.Parent = o2
- o49.PantsTemplate = "http://www.roblox.com/asset/?id=3025178655"
- o50.Parent = o1
- o51.Parent = o50
- o52.Parent = o51
- o52.Material = Enum.Material.Wood
- o52.BrickColor = BrickColor.new("Burnt Sienna")
- o52.Position = Vector3.new(198.225006, 1.78750277, 7.75)
- o52.Anchored = true
- o52.Size = Vector3.new(0.34375, 1.375, 0.34375)
- o52.CFrame = CFrame.new(198.225006, 1.78750277, 7.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o52.BottomSurface = Enum.SurfaceType.Smooth
- o52.TopSurface = Enum.SurfaceType.Smooth
- o52.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o52.Position = Vector3.new(198.225006, 1.78750277, 7.75)
- o53.Parent = o52
- o53.C0 = CFrame.new(-10.75, 0.0249999985, 12.4750004, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o53.C1 = CFrame.new(-18.3500004, -0.687500596, 13.4000006, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o53.Part0 = o83
- o53.Part1 = o52
- o54.Parent = o51
- o54.Material = Enum.Material.Grass
- o54.BrickColor = BrickColor.new("Forest green")
- o54.Position = Vector3.new(198.225006, 3.16250277, 7.75)
- o54.Anchored = true
- o54.Size = Vector3.new(1.375, 1.375, 1.375)
- o54.CFrame = CFrame.new(198.225006, 3.16250277, 7.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o54.BottomSurface = Enum.SurfaceType.Smooth
- o54.TopSurface = Enum.SurfaceType.Smooth
- o54.Color = Color3.new(0.121569, 0.501961, 0.113725)
- o54.Position = Vector3.new(198.225006, 3.16250277, 7.75)
- o55.Parent = o54
- o55.C0 = CFrame.new(-0.171875, 0.6875, 0.171875, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o55.C1 = CFrame.new(-0.171875, -0.6875, 0.171875, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o55.Part0 = o52
- o55.Part1 = o54
- o56.Parent = o50
- o57.Parent = o56
- o57.Material = Enum.Material.Wood
- o57.BrickColor = BrickColor.new("Burnt Sienna")
- o57.Position = Vector3.new(191.524994, 1.78750277, 3.19995117)
- o57.Anchored = true
- o57.Size = Vector3.new(0.34375, 1.375, 0.34375)
- o57.CFrame = CFrame.new(191.524994, 1.78750277, 3.19995117, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o57.BottomSurface = Enum.SurfaceType.Smooth
- o57.TopSurface = Enum.SurfaceType.Smooth
- o57.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o57.Position = Vector3.new(191.524994, 1.78750277, 3.19995117)
- o58.Parent = o57
- o58.C0 = CFrame.new(-10.75, 0.0249999985, 12.4750004, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o58.C1 = CFrame.new(-11.6500006, -0.687500596, 17.9500008, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o58.Part0 = o83
- o58.Part1 = o57
- o59.Parent = o56
- o59.Material = Enum.Material.Grass
- o59.BrickColor = BrickColor.new("Forest green")
- o59.Position = Vector3.new(191.524994, 3.16250277, 3.19995117)
- o59.Anchored = true
- o59.Size = Vector3.new(1.375, 1.375, 1.375)
- o59.CFrame = CFrame.new(191.524994, 3.16250277, 3.19995117, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o59.BottomSurface = Enum.SurfaceType.Smooth
- o59.TopSurface = Enum.SurfaceType.Smooth
- o59.Color = Color3.new(0.121569, 0.501961, 0.113725)
- o59.Position = Vector3.new(191.524994, 3.16250277, 3.19995117)
- o60.Parent = o59
- o60.C0 = CFrame.new(-0.171875, 0.6875, 0.171875, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o60.C1 = CFrame.new(-0.171875, -0.6875, 0.171875, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o60.Part0 = o57
- o60.Part1 = o59
- o61.Parent = o50
- o62.Parent = o61
- o62.Material = Enum.Material.Wood
- o62.BrickColor = BrickColor.new("Burnt Sienna")
- o62.Position = Vector3.new(189.375, 1.78750372, 17.0499268)
- o62.Anchored = true
- o62.Size = Vector3.new(0.34375, 1.375, 0.34375)
- o62.CFrame = CFrame.new(189.375, 1.78750372, 17.0499268, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o62.BottomSurface = Enum.SurfaceType.Smooth
- o62.TopSurface = Enum.SurfaceType.Smooth
- o62.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o62.Position = Vector3.new(189.375, 1.78750372, 17.0499268)
- o63.Parent = o62
- o63.C0 = CFrame.new(-10.75, 0.0249999985, 12.4750004, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o63.C1 = CFrame.new(-9.5, -0.68750155, 4.0999999, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o63.Part0 = o83
- o63.Part1 = o62
- o64.Parent = o61
- o64.Material = Enum.Material.Grass
- o64.BrickColor = BrickColor.new("Forest green")
- o64.Position = Vector3.new(189.375, 3.16250372, 17.0499268)
- o64.Anchored = true
- o64.Size = Vector3.new(1.375, 1.375, 1.375)
- o64.CFrame = CFrame.new(189.375, 3.16250372, 17.0499268, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o64.BottomSurface = Enum.SurfaceType.Smooth
- o64.TopSurface = Enum.SurfaceType.Smooth
- o64.Color = Color3.new(0.121569, 0.501961, 0.113725)
- o64.Position = Vector3.new(189.375, 3.16250372, 17.0499268)
- o65.Parent = o64
- o65.C0 = CFrame.new(-0.171875, 0.6875, 0.171875, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o65.C1 = CFrame.new(-0.171875, -0.6875, 0.171875, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o65.Part0 = o62
- o65.Part1 = o64
- o66.Parent = o50
- o67.Parent = o66
- o67.Material = Enum.Material.Wood
- o67.BrickColor = BrickColor.new("Burnt Sienna")
- o67.Position = Vector3.new(198.875, 1.787503, -1.15002441)
- o67.Anchored = true
- o67.Size = Vector3.new(0.34375, 1.375, 0.34375)
- o67.CFrame = CFrame.new(198.875, 1.787503, -1.15002441, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o67.BottomSurface = Enum.SurfaceType.Smooth
- o67.TopSurface = Enum.SurfaceType.Smooth
- o67.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o67.Position = Vector3.new(198.875, 1.787503, -1.15002441)
- o68.Parent = o67
- o68.C0 = CFrame.new(-10.75, 0.0249999985, 12.4750004, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o68.C1 = CFrame.new(-19, -0.687500954, 22.3000011, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o68.Part0 = o83
- o68.Part1 = o67
- o69.Parent = o66
- o69.Material = Enum.Material.Grass
- o69.BrickColor = BrickColor.new("Forest green")
- o69.Position = Vector3.new(198.875, 3.16250324, -1.15002441)
- o69.Anchored = true
- o69.Size = Vector3.new(1.375, 1.375, 1.375)
- o69.CFrame = CFrame.new(198.875, 3.16250324, -1.15002441, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o69.BottomSurface = Enum.SurfaceType.Smooth
- o69.TopSurface = Enum.SurfaceType.Smooth
- o69.Color = Color3.new(0.121569, 0.501961, 0.113725)
- o69.Position = Vector3.new(198.875, 3.16250324, -1.15002441)
- o70.Parent = o69
- o70.C0 = CFrame.new(-0.171875, 0.6875, 0.171875, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o70.C1 = CFrame.new(-0.171875, -0.6875, 0.171875, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o70.Part0 = o67
- o70.Part1 = o69
- o71.Parent = o50
- o71.Material = Enum.Material.Sand
- o71.BrickColor = BrickColor.new("Light orange")
- o71.Position = Vector3.new(190.5, 1.02500224, 8.625)
- o71.Anchored = true
- o71.Size = Vector3.new(24.5500011, 0.049999997, 29.2499981)
- o71.CFrame = CFrame.new(190.5, 1.02500224, 8.625, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o71.BottomSurface = Enum.SurfaceType.Smooth
- o71.TopSurface = Enum.SurfaceType.Smooth
- o71.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o71.Position = Vector3.new(190.5, 1.02500224, 8.625)
- o72.Parent = o71
- o72.C0 = CFrame.new(-55, 0.5, 49, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o72.C1 = CFrame.new(-86.5, -0.0250022411, 55.375, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o72.Part0 = o150
- o72.Part1 = o71
- o73.Parent = o50
- o74.Parent = o73
- o74.Material = Enum.Material.Wood
- o74.BrickColor = BrickColor.new("Burnt Sienna")
- o74.Position = Vector3.new(196.425003, 1.78750324, 16.1499634)
- o74.Anchored = true
- o74.Size = Vector3.new(0.34375, 1.375, 0.34375)
- o74.CFrame = CFrame.new(196.425003, 1.78750324, 16.1499634, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o74.BottomSurface = Enum.SurfaceType.Smooth
- o74.TopSurface = Enum.SurfaceType.Smooth
- o74.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o74.Position = Vector3.new(196.425003, 1.78750324, 16.1499634)
- o75.Parent = o74
- o75.C0 = CFrame.new(-10.75, 0.0249999985, 12.4750004, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o75.C1 = CFrame.new(-16.5500011, -0.687501073, 5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o75.Part0 = o83
- o75.Part1 = o74
- o76.Parent = o73
- o76.Material = Enum.Material.Grass
- o76.BrickColor = BrickColor.new("Forest green")
- o76.Position = Vector3.new(196.425003, 3.16250324, 16.1499634)
- o76.Anchored = true
- o76.Size = Vector3.new(1.375, 1.375, 1.375)
- o76.CFrame = CFrame.new(196.425003, 3.16250324, 16.1499634, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o76.BottomSurface = Enum.SurfaceType.Smooth
- o76.TopSurface = Enum.SurfaceType.Smooth
- o76.Color = Color3.new(0.121569, 0.501961, 0.113725)
- o76.Position = Vector3.new(196.425003, 3.16250324, 16.1499634)
- o77.Parent = o76
- o77.C0 = CFrame.new(-0.171875, 0.6875, 0.171875, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o77.C1 = CFrame.new(-0.171875, -0.6875, 0.171875, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o77.Part0 = o74
- o77.Part1 = o76
- o78.Parent = o50
- o79.Parent = o78
- o79.Material = Enum.Material.Wood
- o79.BrickColor = BrickColor.new("Burnt Sienna")
- o79.Position = Vector3.new(182.725006, 1.78750277, 4.84997559)
- o79.Anchored = true
- o79.Size = Vector3.new(0.34375, 1.375, 0.34375)
- o79.CFrame = CFrame.new(182.725006, 1.78750277, 4.84997559, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o79.BottomSurface = Enum.SurfaceType.Smooth
- o79.TopSurface = Enum.SurfaceType.Smooth
- o79.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o79.Position = Vector3.new(182.725006, 1.78750277, 4.84997559)
- o80.Parent = o79
- o80.C0 = CFrame.new(-10.75, 0.0249999985, 12.4750004, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o80.C1 = CFrame.new(-2.85000014, -0.687500775, 16.3000011, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o80.Part0 = o83
- o80.Part1 = o79
- o81.Parent = o78
- o81.Material = Enum.Material.Grass
- o81.BrickColor = BrickColor.new("Forest green")
- o81.Position = Vector3.new(182.725006, 3.16250277, 4.84997559)
- o81.Anchored = true
- o81.Size = Vector3.new(1.375, 1.375, 1.375)
- o81.CFrame = CFrame.new(182.725006, 3.16250277, 4.84997559, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o81.BottomSurface = Enum.SurfaceType.Smooth
- o81.TopSurface = Enum.SurfaceType.Smooth
- o81.Color = Color3.new(0.121569, 0.501961, 0.113725)
- o81.Position = Vector3.new(182.725006, 3.16250277, 4.84997559)
- o82.Parent = o81
- o82.C0 = CFrame.new(-0.171875, 0.6875, 0.171875, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o82.C1 = CFrame.new(-0.171875, -0.6875, 0.171875, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o82.Part0 = o79
- o82.Part1 = o81
- o83.Parent = o50
- o83.Material = Enum.Material.Grass
- o83.BrickColor = BrickColor.new("Bright green")
- o83.Position = Vector3.new(190.625, 1.07500219, 8.67492676)
- o83.Anchored = true
- o83.Size = Vector3.new(21.5, 0.049999997, 24.9500008)
- o83.CFrame = CFrame.new(190.625, 1.07500219, 8.67492676, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o83.BottomSurface = Enum.SurfaceType.Smooth
- o83.TopSurface = Enum.SurfaceType.Smooth
- o83.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o83.Position = Vector3.new(190.625, 1.07500219, 8.67492676)
- o84.Parent = o83
- o84.C0 = CFrame.new(-12.2750006, 0.0249999985, 14.624999, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o84.C1 = CFrame.new(-12.4000006, -0.0249999985, 14.5749989, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o84.Part0 = o71
- o84.Part1 = o83
- o85.Parent = o50
- o91.Parent = mas
- o91.C0 = CFrame.new(-10.75, 0.0249999985, 12.4750004, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o91.C1 = CFrame.new(15.5433111, -0.430375487, 15.4916735, 0, 1, 0, 0, 0, 1, 1, 0, 0)
- o91.Part0 = o83
- o93.Parent = o50
- o99.Parent = mas
- o99.C0 = CFrame.new(-10.75, 0.0249999985, 12.4750004, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o99.C1 = CFrame.new(6.03749418, -0.430369675, -13.7859564, 1, 0, 0, 0, 0, 1, 0, -1, 0)
- o99.Part0 = o83
- o101.Parent = o50
- o102.Parent = o101
- o102.Material = Enum.Material.Wood
- o102.BrickColor = BrickColor.new("Burnt Sienna")
- o102.Position = Vector3.new(191.774994, 1.78750277, 9.59997559)
- o102.Anchored = true
- o102.Size = Vector3.new(0.34375, 1.375, 0.34375)
- o102.CFrame = CFrame.new(191.774994, 1.78750277, 9.59997559, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o102.BottomSurface = Enum.SurfaceType.Smooth
- o102.TopSurface = Enum.SurfaceType.Smooth
- o102.Color = Color3.new(0.415686, 0.223529, 0.0352941)
- o102.Position = Vector3.new(191.774994, 1.78750277, 9.59997559)
- o103.Parent = o102
- o103.C0 = CFrame.new(-10.75, 0.0249999985, 12.4750004, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o103.C1 = CFrame.new(-11.9000006, -0.687500596, 11.5500002, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o103.Part0 = o83
- o103.Part1 = o102
- o104.Parent = o101
- o104.Material = Enum.Material.Grass
- o104.BrickColor = BrickColor.new("Forest green")
- o104.Position = Vector3.new(191.774994, 3.16250277, 9.59997559)
- o104.Anchored = true
- o104.Size = Vector3.new(1.375, 1.375, 1.375)
- o104.CFrame = CFrame.new(191.774994, 3.16250277, 9.59997559, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o104.BottomSurface = Enum.SurfaceType.Smooth
- o104.TopSurface = Enum.SurfaceType.Smooth
- o104.Color = Color3.new(0.121569, 0.501961, 0.113725)
- o104.Position = Vector3.new(191.774994, 3.16250277, 9.59997559)
- o105.Parent = o104
- o105.C0 = CFrame.new(-0.171875, 0.6875, 0.171875, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o105.C1 = CFrame.new(-0.171875, -0.6875, 0.171875, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o105.Part0 = o102
- o105.Part1 = o104
- o106.Name = "tuNggod1"
- o106.Parent = o50
- o106.PrimaryPart = o114
- o107.Name = "Head"
- o107.Parent = o106
- o107.BrickColor = BrickColor.new("Institutional white")
- o107.Position = Vector3.new(188.925903, 2.81211281, 5.8425293)
- o107.Anchored = true
- o107.FormFactor = Enum.FormFactor.Symmetric
- o107.Size = Vector3.new(0.760937333, 0.380468667, 0.380468667)
- o107.CFrame = CFrame.new(188.925903, 2.81211281, 5.8425293, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o107.TopSurface = Enum.SurfaceType.Smooth
- o107.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o107.Position = Vector3.new(188.925903, 2.81211281, 5.8425293)
- o108.Parent = o107
- o108.Scale = Vector3.new(1.25, 1.25, 1.25)
- o113.Name = "face"
- o113.Parent = o107
- o113.Texture = "http://www.roblox.com/asset/?id=7074749"
- o114.Name = "HumanoidRootPart"
- o114.Parent = o106
- o114.Transparency = 1
- o114.Position = Vector3.new(188.925903, 2.2414093, 5.8425293)
- o114.Anchored = true
- o114.CanCollide = false
- o114.FormFactor = Enum.FormFactor.Symmetric
- o114.Size = Vector3.new(0.760937333, 0.760937333, 0.380468667)
- o114.CFrame = CFrame.new(188.925903, 2.2414093, 5.8425293, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o114.BottomSurface = Enum.SurfaceType.Smooth
- o114.TopSurface = Enum.SurfaceType.Smooth
- o114.Position = Vector3.new(188.925903, 2.2414093, 5.8425293)
- o115.Name = "RootJoint"
- o115.Parent = o114
- o115.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o115.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o115.Part0 = o114
- o115.Part1 = o122
- o115.MaxVelocity = 0.10000000149012
- o116.Name = "Left Arm"
- o116.Parent = o106
- o116.BrickColor = BrickColor.new("Institutional white")
- o116.Position = Vector3.new(188.355209, 2.2414093, 5.8425293)
- o116.Rotation = Vector3.new(0, 0, -15)
- o116.Anchored = true
- o116.CanCollide = false
- o116.FormFactor = Enum.FormFactor.Symmetric
- o116.Size = Vector3.new(0.380468667, 0.760937333, 0.380468667)
- o116.CFrame = CFrame.new(188.355209, 2.2414093, 5.8425293, 0.965925872, 0.258818835, 0, -0.258818835, 0.965925872, 0, 0, 0, 1)
- o116.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o116.Position = Vector3.new(188.355209, 2.2414093, 5.8425293)
- o118.Name = "Left Leg"
- o118.Parent = o106
- o118.BrickColor = BrickColor.new("Institutional white")
- o118.Position = Vector3.new(188.735672, 1.48047233, 5.8425293)
- o118.Anchored = true
- o118.CanCollide = false
- o118.FormFactor = Enum.FormFactor.Symmetric
- o118.Size = Vector3.new(0.380468667, 0.760937333, 0.380468667)
- o118.CFrame = CFrame.new(188.735672, 1.48047233, 5.8425293, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o118.BottomSurface = Enum.SurfaceType.Smooth
- o118.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o118.Position = Vector3.new(188.735672, 1.48047233, 5.8425293)
- o119.Name = "Right Arm"
- o119.Parent = o106
- o119.BrickColor = BrickColor.new("Institutional white")
- o119.Position = Vector3.new(189.496613, 2.2414093, 5.8425293)
- o119.Rotation = Vector3.new(0, 0, 15)
- o119.Anchored = true
- o119.CanCollide = false
- o119.FormFactor = Enum.FormFactor.Symmetric
- o119.Size = Vector3.new(0.380468667, 0.760937333, 0.380468667)
- o119.CFrame = CFrame.new(189.496613, 2.2414093, 5.8425293, 0.965925813, -0.258819044, 0, 0.258819044, 0.965925813, 0, 0, 0, 1)
- o119.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o119.Position = Vector3.new(189.496613, 2.2414093, 5.8425293)
- o121.Name = "Right Leg"
- o121.Parent = o106
- o121.BrickColor = BrickColor.new("Institutional white")
- o121.Position = Vector3.new(189.11615, 1.48047233, 5.8425293)
- o121.Anchored = true
- o121.CanCollide = false
- o121.FormFactor = Enum.FormFactor.Symmetric
- o121.Size = Vector3.new(0.380468667, 0.760937333, 0.380468667)
- o121.CFrame = CFrame.new(189.11615, 1.48047233, 5.8425293, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o121.BottomSurface = Enum.SurfaceType.Smooth
- o121.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o121.Position = Vector3.new(189.11615, 1.48047233, 5.8425293)
- o122.Name = "Torso"
- o122.Parent = o106
- o122.BrickColor = BrickColor.new("Institutional white")
- o122.Position = Vector3.new(188.925903, 2.2414093, 5.8425293)
- o122.Anchored = true
- o122.FormFactor = Enum.FormFactor.Symmetric
- o122.Size = Vector3.new(0.760937333, 0.760937333, 0.380468667)
- o122.CFrame = CFrame.new(188.925903, 2.2414093, 5.8425293, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o122.LeftSurface = Enum.SurfaceType.Weld
- o122.RightSurface = Enum.SurfaceType.Weld
- o122.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o122.Position = Vector3.new(188.925903, 2.2414093, 5.8425293)
- o123.Name = "roblox"
- o123.Parent = o122
- o132.Name = "Right Hip"
- o132.Parent = o122
- o132.C0 = CFrame.new(0.380468667, -0.380468667, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- o132.C1 = CFrame.new(0.190234333, 0.380468667, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- o132.Part0 = o122
- o132.Part1 = o121
- o132.MaxVelocity = 0.10000000149012
- o133.Name = "Neck"
- o133.Parent = o122
- o133.C0 = CFrame.new(0, 0.380468667, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o133.C1 = CFrame.new(0, -0.190234333, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o133.Part0 = o122
- o133.Part1 = o107
- o133.MaxVelocity = 0.10000000149012
- o134.Name = "Left Hip"
- o134.Parent = o122
- o134.C0 = CFrame.new(-0.380468667, -0.380468667, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o134.C1 = CFrame.new(-0.190234333, 0.380468667, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o134.Part0 = o122
- o134.Part1 = o118
- o134.MaxVelocity = 0.10000000149012
- o135.Parent = o106
- o135.RightLeg = o121
- o135.LeftLeg = o118
- o135.Torso = o114
- o137.Name = "Handle"
- o137.Parent = mas
- o137.Position = Vector3.new(188.925903, 2.95288563, 5.83081055)
- o137.Anchored = true
- o137.CanCollide = false
- o137.Locked = true
- o137.FormFactor = Enum.FormFactor.Symmetric
- o137.Size = Vector3.new(0.391882718, 0.380468667, 0.635382652)
- o137.CFrame = CFrame.new(188.925903, 2.95288563, 5.83081055, 1, -7.87137555e-09, 0, 7.87137555e-09, 1, 4.1444221e-16, -3.26223034e-24, -4.1444221e-16, 1)
- o137.BottomSurface = Enum.SurfaceType.Smooth
- o137.TopSurface = Enum.SurfaceType.Smooth
- o137.Position = Vector3.new(188.925903, 2.95288563, 5.83081055)
- o138.Parent = o137
- o138.MeshId = "http://www.roblox.com/asset/?id=319337852"
- o138.Scale = Vector3.new(0.209257737, 0.209257737, 0.209257737)
- o138.TextureId = "http://www.roblox.com/asset/?id=376189070"
- o138.MeshType = Enum.MeshType.FileMesh
- o140.Name = "AccessoryWeld"
- o140.Parent = o137
- o140.C0 = CFrame.new(3.29389982e-09, 0.0875077993, 0.0116909472, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
- o140.C1 = CFrame.new(0, 0.228281185, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o140.Part0 = o137
- o140.Part1 = o107
- o142.Parent = o106
- o142.HeadColor = BrickColor.new("Institutional white")
- o142.LeftArmColor = BrickColor.new("Institutional white")
- o142.LeftLegColor = BrickColor.new("Institutional white")
- o142.RightArmColor = BrickColor.new("Institutional white")
- o142.RightLegColor = BrickColor.new("Institutional white")
- o142.TorsoColor = BrickColor.new("Institutional white")
- o143.Name = "Shirt"
- o143.Parent = o106
- o143.ShirtTemplate = "http://www.roblox.com/asset/?id=3043830787"
- o144.Name = "Pants"
- o144.Parent = o106
- o144.PantsTemplate = "http://www.roblox.com/asset/?id=3029787064"
- o145.Name = "New house"
- o145.Parent = o1
- o146.Parent = o145
- o146.Material = Enum.Material.WoodPlanks
- o146.BrickColor = BrickColor.new("Dark orange")
- o146.Position = Vector3.new(159, 20, -33.5)
- o146.Anchored = true
- o146.Size = Vector3.new(110, 38, 1)
- o146.CFrame = CFrame.new(159, 20, -33.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o146.BottomSurface = Enum.SurfaceType.Smooth
- o146.TopSurface = Enum.SurfaceType.Smooth
- o146.Color = Color3.new(0.627451, 0.372549, 0.207843)
- o146.Position = Vector3.new(159, 20, -33.5)
- o147.Parent = o145
- o147.Material = Enum.Material.WoodPlanks
- o147.BrickColor = BrickColor.new("Dark orange")
- o147.Position = Vector3.new(104.5, 27, 14)
- o147.Rotation = Vector3.new(0, 90, 0)
- o147.Anchored = true
- o147.Size = Vector3.new(20, 24, 1)
- o147.CFrame = CFrame.new(104.5, 27, 14, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- o147.BottomSurface = Enum.SurfaceType.Smooth
- o147.TopSurface = Enum.SurfaceType.Smooth
- o147.Color = Color3.new(0.627451, 0.372549, 0.207843)
- o147.Position = Vector3.new(104.5, 27, 14)
- o148.Parent = o147
- o148.C0 = CFrame.new(19.5, -19, 0.5, -0, 0, 1, 0, 1, 0, -1, 0, -0)
- o148.C1 = CFrame.new(-10, -26, 0.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- o148.Part0 = o226
- o148.Part1 = o147
- o149.Parent = o145
- o149.Material = Enum.Material.WoodPlanks
- o149.BrickColor = BrickColor.new("Dark orange")
- o149.Position = Vector3.new(159, 20, 63.5)
- o149.Anchored = true
- o149.Size = Vector3.new(110, 38, 1)
- o149.CFrame = CFrame.new(159, 20, 63.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o149.BottomSurface = Enum.SurfaceType.Smooth
- o149.TopSurface = Enum.SurfaceType.Smooth
- o149.Color = Color3.new(0.627451, 0.372549, 0.207843)
- o149.Position = Vector3.new(159, 20, 63.5)
- o150.Parent = o145
- o150.Material = Enum.Material.WoodPlanks
- o150.BrickColor = BrickColor.new("Dark orange")
- o150.Position = Vector3.new(159, 0.5, 15)
- o150.Anchored = true
- o150.Size = Vector3.new(110, 1, 98)
- o150.CFrame = CFrame.new(159, 0.5, 15, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o150.BottomSurface = Enum.SurfaceType.Smooth
- o150.TopSurface = Enum.SurfaceType.Smooth
- o150.Color = Color3.new(0.627451, 0.372549, 0.207843)
- o150.Position = Vector3.new(159, 0.5, 15)
- o151.Parent = o150
- o151.C0 = CFrame.new(0.5, -7.20000029, 10.5, 1, 0, 0, 0, 0, -1, -0, 1, 0)
- o151.C1 = CFrame.new(-53.4356613, 0.500704765, 9.35669136, 1, -9.62472342e-08, -1.37147617e-05, -1.37147581e-05, 3.10043251e-05, -1, 9.66724514e-08, 1, 3.10043251e-05)
- o151.Part0 = o161
- o151.Part1 = o150
- o152.Parent = o150
- o152.C0 = CFrame.new(19.5, -19, 0.5, 1, 0, 0, 0, 0, -1, -0, 1, 0)
- o152.C1 = CFrame.new(-54, 0.5, 9, 0, 1, 0, 0, 0, -1, -1, 0, 0)
- o152.Part0 = o226
- o152.Part1 = o150
- o153.Parent = o150
- o153.C0 = CFrame.new(49, -19.5, -0.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- o153.C1 = CFrame.new(55, -0.5, -49, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o153.Part0 = o157
- o153.Part1 = o150
- o154.Parent = o150
- o154.C0 = CFrame.new(18.5, -19, 0.5, 1, 0, 0, 0, 0, -1, -0, 1, 0)
- o154.C1 = CFrame.new(-54, 0.5, -48, 0, 1, 0, 0, 0, -1, -1, 0, 0)
- o154.Part0 = o223
- o154.Part1 = o150
- o155.Parent = o150
- o155.C0 = CFrame.new(55, -19, 0.5, 0.99999994, 0, 0, 0, 0, -0.99999994, -0, 1, 0)
- o155.C1 = CFrame.new(55, 0.5, -48, 0.99999994, 0, 0, 0, 0, -0.99999994, 0, 1, 0)
- o155.Part0 = o146
- o155.Part1 = o150
- o156.Parent = o150
- o156.C0 = CFrame.new(55, -19, 0.5, 0.99999994, 0, 0, 0, 0, -0.99999994, -0, 1, 0)
- o156.C1 = CFrame.new(55, 0.5, 49, 0.99999994, 0, 0, 0, 0, -0.99999994, 0, 1, 0)
- o156.Part0 = o149
- o156.Part1 = o150
- o157.Parent = o145
- o157.Material = Enum.Material.WoodPlanks
- o157.BrickColor = BrickColor.new("Dark orange")
- o157.Position = Vector3.new(214.5, 19.5, 15)
- o157.Rotation = Vector3.new(0, 90, 0)
- o157.Anchored = true
- o157.Size = Vector3.new(98, 39, 1)
- o157.CFrame = CFrame.new(214.5, 19.5, 15, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- o157.BottomSurface = Enum.SurfaceType.Smooth
- o157.TopSurface = Enum.SurfaceType.Smooth
- o157.Color = Color3.new(0.627451, 0.372549, 0.207843)
- o157.Position = Vector3.new(214.5, 19.5, 15)
- o158.Parent = o157
- o158.C0 = CFrame.new(55, -19, 0.5, -0, 0, 1, 0, 1, 0, -1, 0, -0)
- o158.C1 = CFrame.new(48, -18.5, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o158.Part0 = o146
- o158.Part1 = o157
- o159.Parent = o157
- o159.C0 = CFrame.new(55, -19, 0.5, -0, 0, 1, 0, 1, 0, -1, 0, -0)
- o159.C1 = CFrame.new(-49, -18.5, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o159.Part0 = o149
- o159.Part1 = o157
- o160.Name = "Code door"
- o160.Parent = o145
- o161.Name = "Door"
- o161.Parent = o160
- o161.Material = Enum.Material.Fabric
- o161.BrickColor = BrickColor.new("Dark stone grey")
- o161.Position = Vector3.new(105.064438, 8.20038605, 13.8564682)
- o161.Anchored = true
- o161.Size = Vector3.new(1, 14.4000006, 21)
- o161.CFrame = CFrame.new(105.064438, 8.20038605, 13.8564682, 1, 1.37147617e-05, -9.62472342e-08, -1.37147581e-05, 1, 3.10043251e-05, 9.66724514e-08, -3.10043251e-05, 1)
- o161.BackSurface = Enum.SurfaceType.Weld
- o161.BottomSurface = Enum.SurfaceType.Weld
- o161.FrontSurface = Enum.SurfaceType.Weld
- o161.LeftSurface = Enum.SurfaceType.Weld
- o161.RightSurface = Enum.SurfaceType.Weld
- o161.TopSurface = Enum.SurfaceType.Weld
- o161.Color = Color3.new(0.388235, 0.372549, 0.384314)
- o161.Position = Vector3.new(105.064438, 8.20038605, 13.8564682)
- o162.Parent = o161
- o163.Name = "KeyPad"
- o163.Parent = o160
- o164.Name = "B9"
- o164.Parent = o163
- o164.BrickColor = BrickColor.new("Institutional white")
- o164.Position = Vector3.new(103.36438, 4.69985676, 26.8565941)
- o164.Rotation = Vector3.new(-90, 0, 90)
- o164.Anchored = true
- o164.Size = Vector3.new(1, 0.400000006, 1)
- o164.CFrame = CFrame.new(103.36438, 4.69985676, 26.8565941, 5.64723628e-08, -1, 1.37147599e-05, -1.81749492e-05, 1.3714759e-05, 1, -1, -5.67216283e-08, -1.81749492e-05)
- o164.BottomSurface = Enum.SurfaceType.Weld
- o164.TopSurface = Enum.SurfaceType.Smooth
- o164.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o164.Position = Vector3.new(103.36438, 4.69985676, 26.8565941)
- o165.Parent = o164
- o165.MaxActivationDistance = 20
- o166.Parent = o164
- o166.Texture = "http://www.roblox.com/asset/?id=2761971"
- o166.Face = Enum.NormalId.Top
- o167.Parent = o164
- o168.Name = "B7"
- o168.Parent = o163
- o168.BrickColor = BrickColor.new("Institutional white")
- o168.Position = Vector3.new(103.364388, 4.69982529, 24.8565903)
- o168.Rotation = Vector3.new(-90, 0, 90)
- o168.Anchored = true
- o168.Size = Vector3.new(1, 0.400000006, 1)
- o168.CFrame = CFrame.new(103.364388, 4.69982529, 24.8565903, 5.64723628e-08, -1, 1.37147599e-05, -1.81749492e-05, 1.3714759e-05, 1, -1, -5.67216283e-08, -1.81749492e-05)
- o168.BottomSurface = Enum.SurfaceType.Weld
- o168.TopSurface = Enum.SurfaceType.Smooth
- o168.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o168.Position = Vector3.new(103.364388, 4.69982529, 24.8565903)
- o169.Parent = o168
- o169.MaxActivationDistance = 20
- o170.Parent = o168
- o170.Texture = "http://www.roblox.com/asset/?id=2761956"
- o170.Face = Enum.NormalId.Top
- o171.Parent = o168
- o172.Name = "B8"
- o172.Parent = o163
- o172.BrickColor = BrickColor.new("Institutional white")
- o172.Position = Vector3.new(103.364388, 4.69984293, 25.8565941)
- o172.Rotation = Vector3.new(-90, 0, 90)
- o172.Anchored = true
- o172.Size = Vector3.new(1, 0.400000006, 1)
- o172.CFrame = CFrame.new(103.364388, 4.69984293, 25.8565941, 5.64723628e-08, -1, 1.37147599e-05, -1.81749492e-05, 1.3714759e-05, 1, -1, -5.67216283e-08, -1.81749492e-05)
- o172.BottomSurface = Enum.SurfaceType.Weld
- o172.TopSurface = Enum.SurfaceType.Smooth
- o172.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o172.Position = Vector3.new(103.364388, 4.69984293, 25.8565941)
- o173.Parent = o172
- o173.MaxActivationDistance = 20
- o174.Parent = o172
- o174.Texture = "http://www.roblox.com/asset/?id=2761961"
- o174.Face = Enum.NormalId.Top
- o175.Parent = o172
- o176.Name = "B6"
- o176.Parent = o163
- o176.BrickColor = BrickColor.new("Institutional white")
- o176.Position = Vector3.new(103.364395, 5.69989204, 26.8565598)
- o176.Rotation = Vector3.new(-90, 0, 90)
- o176.Anchored = true
- o176.Size = Vector3.new(1, 0.400000006, 1)
- o176.CFrame = CFrame.new(103.364395, 5.69989204, 26.8565598, 5.64723628e-08, -1, 1.37147599e-05, -1.81749492e-05, 1.3714759e-05, 1, -1, -5.67216283e-08, -1.81749492e-05)
- o176.BottomSurface = Enum.SurfaceType.Weld
- o176.TopSurface = Enum.SurfaceType.Smooth
- o176.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o176.Position = Vector3.new(103.364395, 5.69989204, 26.8565598)
- o177.Parent = o176
- o177.MaxActivationDistance = 20
- o178.Parent = o176
- o178.Texture = "http://www.roblox.com/asset/?id=2761948"
- o178.Face = Enum.NormalId.Top
- o179.Parent = o176
- o180.Name = "B5"
- o180.Parent = o163
- o180.BrickColor = BrickColor.new("Institutional white")
- o180.Position = Vector3.new(103.364395, 5.69987583, 25.8565598)
- o180.Rotation = Vector3.new(-90, 0, 90)
- o180.Anchored = true
- o180.Size = Vector3.new(1, 0.400000006, 1)
- o180.CFrame = CFrame.new(103.364395, 5.69987583, 25.8565598, 5.64723628e-08, -1, 1.37147599e-05, -1.81749492e-05, 1.3714759e-05, 1, -1, -5.67216283e-08, -1.81749492e-05)
- o180.BottomSurface = Enum.SurfaceType.Weld
- o180.TopSurface = Enum.SurfaceType.Smooth
- o180.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o180.Position = Vector3.new(103.364395, 5.69987583, 25.8565598)
- o181.Parent = o180
- o181.MaxActivationDistance = 20
- o182.Parent = o180
- o182.Texture = "http://www.roblox.com/asset/?id=2761943"
- o182.Face = Enum.NormalId.Top
- o183.Parent = o180
- o184.Name = "B4"
- o184.Parent = o163
- o184.BrickColor = BrickColor.new("Institutional white")
- o184.Position = Vector3.new(103.364395, 5.69985771, 24.8565598)
- o184.Rotation = Vector3.new(-90, 0, 90)
- o184.Anchored = true
- o184.Size = Vector3.new(1, 0.400000006, 1)
- o184.CFrame = CFrame.new(103.364395, 5.69985771, 24.8565598, 5.64723628e-08, -1, 1.37147599e-05, -1.81749492e-05, 1.3714759e-05, 1, -1, -5.67216283e-08, -1.81749492e-05)
- o184.BottomSurface = Enum.SurfaceType.Weld
- o184.TopSurface = Enum.SurfaceType.Smooth
- o184.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o184.Position = Vector3.new(103.364395, 5.69985771, 24.8565598)
- o185.Parent = o184
- o185.MaxActivationDistance = 10
- o186.Parent = o184
- o186.Texture = "http://www.roblox.com/asset/?id=2761938"
- o186.Face = Enum.NormalId.Top
- o187.Parent = o184
- o188.Name = "B3"
- o188.Parent = o163
- o188.BrickColor = BrickColor.new("Institutional white")
- o188.Position = Vector3.new(103.364403, 6.69989109, 26.8565273)
- o188.Rotation = Vector3.new(-90, 0, 90)
- o188.Anchored = true
- o188.Size = Vector3.new(1, 0.400000006, 1)
- o188.CFrame = CFrame.new(103.364403, 6.69989109, 26.8565273, 5.64723628e-08, -1, 1.37147599e-05, -1.81749492e-05, 1.3714759e-05, 1, -1, -5.67216283e-08, -1.81749492e-05)
- o188.BottomSurface = Enum.SurfaceType.Weld
- o188.TopSurface = Enum.SurfaceType.Smooth
- o188.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o188.Position = Vector3.new(103.364403, 6.69989109, 26.8565273)
- o189.Parent = o188
- o189.MaxActivationDistance = 20
- o190.Parent = o188
- o190.Texture = "http://www.roblox.com/asset/?id=2761927"
- o190.Face = Enum.NormalId.Top
- o191.Parent = o188
- o192.Name = "B1"
- o192.Parent = o163
- o192.BrickColor = BrickColor.new("Institutional white")
- o192.Position = Vector3.new(103.364418, 6.69876957, 24.8565044)
- o192.Rotation = Vector3.new(-90, 0, -90)
- o192.Anchored = true
- o192.Size = Vector3.new(1, 0.400000006, 1)
- o192.CFrame = CFrame.new(103.364418, 6.69876957, 24.8565044, -5.5435585e-08, 1, 1.38625483e-05, 1.78408518e-05, -1.38625473e-05, 1, 1, 5.56829036e-08, -1.78408518e-05)
- o192.BottomSurface = Enum.SurfaceType.Smooth
- o192.TopSurface = Enum.SurfaceType.Weld
- o192.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o192.Position = Vector3.new(103.364418, 6.69876957, 24.8565044)
- o193.Parent = o192
- o193.MaxActivationDistance = 20
- o194.Parent = o192
- o194.Texture = "http://www.roblox.com/asset/?id=2761913"
- o194.Face = Enum.NormalId.Bottom
- o195.Parent = o192
- o196.Name = "B0"
- o196.Parent = o163
- o196.BrickColor = BrickColor.new("Institutional white")
- o196.Position = Vector3.new(103.364372, 3.69981575, 25.8566208)
- o196.Rotation = Vector3.new(-90, 0, 90)
- o196.Anchored = true
- o196.Size = Vector3.new(1, 0.400000006, 1)
- o196.CFrame = CFrame.new(103.364372, 3.69981575, 25.8566208, 5.64723628e-08, -1, 1.37147599e-05, -1.81749492e-05, 1.3714759e-05, 1, -1, -5.67216283e-08, -1.81749492e-05)
- o196.BottomSurface = Enum.SurfaceType.Weld
- o196.TopSurface = Enum.SurfaceType.Smooth
- o196.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o196.Position = Vector3.new(103.364372, 3.69981575, 25.8566208)
- o197.Parent = o196
- o197.MaxActivationDistance = 20
- o198.Parent = o196
- o198.Texture = "http://www.roblox.com/asset/?id=2761903"
- o198.Face = Enum.NormalId.Top
- o199.Parent = o196
- o200.Name = "Enter"
- o200.Parent = o163
- o200.BrickColor = BrickColor.new("Lime green")
- o200.Position = Vector3.new(103.364372, 3.69979787, 24.8566208)
- o200.Rotation = Vector3.new(-90, 0, 90)
- o200.Anchored = true
- o200.Size = Vector3.new(1, 0.400000006, 1)
- o200.CFrame = CFrame.new(103.364372, 3.69979787, 24.8566208, 5.64723628e-08, -1, 1.37147599e-05, -1.81749492e-05, 1.3714759e-05, 1, -1, -5.67216283e-08, -1.81749492e-05)
- o200.BottomSurface = Enum.SurfaceType.Weld
- o200.TopSurface = Enum.SurfaceType.Smooth
- o200.Color = Color3.new(0, 1, 0)
- o200.Position = Vector3.new(103.364372, 3.69979787, 24.8566208)
- o201.Parent = o200
- o201.MaxActivationDistance = 20
- o202.Parent = o200
- o202.Texture = "http://www.roblox.com/asset/?id=2761987"
- o202.Face = Enum.NormalId.Top
- o203.Parent = o200
- o204.Name = "Clear"
- o204.Parent = o163
- o204.BrickColor = BrickColor.new("Really red")
- o204.Position = Vector3.new(103.364174, 3.69647813, 26.8564072)
- o204.Rotation = Vector3.new(-90, 0, 90)
- o204.Anchored = true
- o204.Size = Vector3.new(1, 0.400000006, 1)
- o204.CFrame = CFrame.new(103.364174, 3.69647813, 26.8564072, 2.38539641e-08, -1, 2.49300065e-05, -5.80889446e-06, 2.49300065e-05, 1, -1, -2.39987799e-08, -5.80889355e-06)
- o204.BottomSurface = Enum.SurfaceType.Weld
- o204.TopSurface = Enum.SurfaceType.Smooth
- o204.Color = Color3.new(1, 0, 0)
- o204.Position = Vector3.new(103.364174, 3.69647813, 26.8564072)
- o205.Parent = o204
- o205.MaxActivationDistance = 20
- o206.Parent = o204
- o206.Texture = "http://www.roblox.com/asset/?id=2761996"
- o206.Face = Enum.NormalId.Top
- o207.Parent = o204
- o208.Name = "B2"
- o208.Parent = o163
- o208.BrickColor = BrickColor.new("Institutional white")
- o208.Position = Vector3.new(103.364403, 6.69987297, 25.8565273)
- o208.Rotation = Vector3.new(-90, 0, 90)
- o208.Anchored = true
- o208.Size = Vector3.new(1, 0.400000006, 1)
- o208.CFrame = CFrame.new(103.364403, 6.69987297, 25.8565273, 5.64723628e-08, -1, 1.37147599e-05, -1.81749492e-05, 1.3714759e-05, 1, -1, -5.67216283e-08, -1.81749492e-05)
- o208.BottomSurface = Enum.SurfaceType.Weld
- o208.TopSurface = Enum.SurfaceType.Smooth
- o208.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o208.Position = Vector3.new(103.364403, 6.69987297, 25.8565273)
- o209.Parent = o208
- o209.MaxActivationDistance = 20
- o210.Parent = o208
- o210.Texture = "http://www.roblox.com/asset/?id=2761922"
- o210.Face = Enum.NormalId.Top
- o211.Parent = o208
- o212.Name = "MasterScript"
- o212.Parent = o163
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- Code = "9281" --change To any numbers You like
- Input = ""
- --This Is for my buddy siros
- --created by
- ------------------------------------------
- --Clear And Enter
- function Clear()
- print("Cleared")
- Input = ""
- end
- script.Parent.Clear.ClickDetector.MouseClick:connect(Clear)
- function Enter()
- if Input == Code then
- print("Entered")
- Input = ""
- local door = script.Parent.Parent.Door
- door.CanCollide = false
- door.Transparency = door.Transparency + 0.1
- wait(0.1)
- door.Transparency = door.Transparency + 0.1
- wait(0.1)
- door.Transparency = door.Transparency + 0.1
- wait(0.1)
- door.Transparency = door.Transparency + 0.1
- wait(0.1)
- door.Transparency = door.Transparency + 0.1
- wait(0.1)
- door.Transparency = door.Transparency + 0.1
- wait(0.1)
- door.Transparency = door.Transparency + 0.1
- wait(0.1)
- door.Transparency = 0.8
- wait(3)--
- door.Transparency = door.Transparency - 0.1
- wait(0.1)
- door.Transparency = door.Transparency - 0.1
- wait(0.1)
- door.Transparency = door.Transparency - 0.1
- wait(0.1)
- door.Transparency = door.Transparency - 0.1
- wait(0.1)
- door.Transparency = door.Transparency - 0.1
- wait(0.1)
- door.Transparency = door.Transparency - 0.1
- wait(0.1)
- door.Transparency = door.Transparency - 0.1
- wait(0.1)
- door.Transparency = 0
- door.CanCollide = true
- return end
- Input = ""
- print("Wrong Code")
- end
- script.Parent.Enter.ClickDetector.MouseClick:connect(Enter)
- ------------------------------------------
- --Digets
- function Click0()
- Input = Input..0
- print("0")
- script.Parent.B0.Decal.Texture = "http://www.roblox.com/asset/?id=2767674"
- wait(0.1)
- script.Parent.B0.Decal.Texture = "http://www.roblox.com/asset/?id=2761903"
- end
- script.Parent.B0.ClickDetector.MouseClick:connect(Click0)
- function Click1()
- Input = Input..1
- print("1")
- script.Parent.B1.Decal.Texture = "http://www.roblox.com/asset/?id=2767677"
- wait(0.1)
- script.Parent.B1.Decal.Texture = "http://www.roblox.com/asset/?id=2761913"
- end
- script.Parent.B1.ClickDetector.MouseClick:connect(Click1)
- function Click2()
- Input = Input..2
- print("2")
- script.Parent.B2.Decal.Texture = "http://www.roblox.com/asset/?id=2767680"
- wait(0.1)
- script.Parent.B2.Decal.Texture = "http://www.roblox.com/asset/?id=2761922"
- end
- script.Parent.B2.ClickDetector.MouseClick:connect(Click2)
- function Click3()
- Input = Input..3
- print("3")
- script.Parent.B3.Decal.Texture = "http://www.roblox.com/asset/?id=2767686"
- wait(0.1)
- script.Parent.B3.Decal.Texture = "http://www.roblox.com/asset/?id=2761927"
- end
- script.Parent.B3.ClickDetector.MouseClick:connect(Click3)
- function Click4()
- Input = Input..4
- print("4")
- script.Parent.B4.Decal.Texture = "http://www.roblox.com/asset/?id=2767693"
- wait(0.1)
- script.Parent.B4.Decal.Texture = "http://www.roblox.com/asset/?id=2761938"
- end
- script.Parent.B4.ClickDetector.MouseClick:connect(Click4)
- function Click5()
- Input = Input..5
- print("5")
- script.Parent.B5.Decal.Texture = "http://www.roblox.com/asset/?id=2767695"
- wait(0.1)
- script.Parent.B5.Decal.Texture = "http://www.roblox.com/asset/?id=2761943"
- end
- script.Parent.B5.ClickDetector.MouseClick:connect(Click5)
- function Click6()
- Input = Input..6
- print("6")
- script.Parent.B6.Decal.Texture = "http://www.roblox.com/asset/?id=2767699"
- wait(0.1)
- script.Parent.B6.Decal.Texture = "http://www.roblox.com/asset/?id=2761948"
- end
- script.Parent.B6.ClickDetector.MouseClick:connect(Click6)
- function Click7()
- Input = Input..7
- print("7")
- script.Parent.B7.Decal.Texture = "http://www.roblox.com/asset/?id=2767701"
- wait(0.1)
- script.Parent.B7.Decal.Texture = "http://www.roblox.com/asset/?id=2761956"
- end
- script.Parent.B7.ClickDetector.MouseClick:connect(Click7)
- function Click8()
- Input = Input..8
- print("8")
- script.Parent.B8.Decal.Texture = "http://www.roblox.com/asset/?id=2767707"
- wait(0.1)
- script.Parent.B8.Decal.Texture = "http://www.roblox.com/asset/?id=2761961"
- end
- script.Parent.B8.ClickDetector.MouseClick:connect(Click8)
- function Click9()
- Input = Input..9
- print("9")
- script.Parent.B9.Decal.Texture = "http://www.roblox.com/asset/?id=2767714"
- wait(0.1)
- script.Parent.B9.Decal.Texture = "http://www.roblox.com/asset/?id=2761971"
- end
- script.Parent.B9.ClickDetector.MouseClick:connect(Click9)
- end,o212)
- end))
- o213.Parent = o160
- o214.Parent = o213
- o214.Material = Enum.Material.SmoothPlastic
- o214.BrickColor = BrickColor.new("Dark stone grey")
- o214.Position = Vector3.new(113.5, 1.5, 30.5)
- o214.Anchored = true
- o214.Size = Vector3.new(5, 1, 5)
- o214.CFrame = CFrame.new(113.5, 1.5, 30.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o214.BottomSurface = Enum.SurfaceType.Smooth
- o214.TopSurface = Enum.SurfaceType.Smooth
- o214.Color = Color3.new(0.388235, 0.372549, 0.384314)
- o214.Position = Vector3.new(113.5, 1.5, 30.5)
- o215.Parent = o214
- o215.C0 = CFrame.new(-55, 0.5, 49, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o215.C1 = CFrame.new(-9.5, -0.5, 33.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o215.Part0 = o150
- o215.Part1 = o214
- o216.Parent = o213
- o216.Material = Enum.Material.SmoothPlastic
- o216.BrickColor = BrickColor.new("Fossil")
- o216.Position = Vector3.new(113.5, 3, 30.5)
- o216.Anchored = true
- o216.Size = Vector3.new(1, 2, 1)
- o216.CFrame = CFrame.new(113.5, 3, 30.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o216.BottomSurface = Enum.SurfaceType.Smooth
- o216.TopSurface = Enum.SurfaceType.Smooth
- o216.Color = Color3.new(0.623529, 0.631373, 0.67451)
- o216.Position = Vector3.new(113.5, 3, 30.5)
- o217.Parent = o216
- o217.C0 = CFrame.new(-2.5, 0.5, 2.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o217.C1 = CFrame.new(-2.5, -1, 2.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o217.Part0 = o214
- o217.Part1 = o216
- o218.Parent = o213
- o218.Material = Enum.Material.DiamondPlate
- o218.BrickColor = BrickColor.new("Bright red")
- o218.Position = Vector3.new(113.5, 4.5, 30.5)
- o218.Anchored = true
- o218.Size = Vector3.new(1, 1, 1)
- o218.CFrame = CFrame.new(113.5, 4.5, 30.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o218.BottomSurface = Enum.SurfaceType.Smooth
- o218.TopSurface = Enum.SurfaceType.Smooth
- o218.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o218.Position = Vector3.new(113.5, 4.5, 30.5)
- o219.Parent = o218
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- door = script.Parent.Parent.Door
- function clicked()
- if script.Value.Value == 0 then
- print("Opened")
- script.Value.Value = 1
- local door = script.Parent.Parent.Door
- door.CanCollide = false
- door.Transparency = door.Transparency + 0.1
- wait(0.1)
- door.Transparency = door.Transparency + 0.1
- wait(0.1)
- door.Transparency = door.Transparency + 0.1
- wait(0.1)
- door.Transparency = door.Transparency + 0.1
- wait(0.1)
- door.Transparency = door.Transparency + 0.1
- wait(0.1)
- door.Transparency = door.Transparency + 0.1
- wait(0.1)
- door.Transparency = door.Transparency + 0.1
- wait(0.1)
- door.Transparency = 0.8
- wait(3)--
- door.Transparency = door.Transparency - 0.1
- wait(0.1)
- door.Transparency = door.Transparency - 0.1
- wait(0.1)
- door.Transparency = door.Transparency - 0.1
- wait(0.1)
- door.Transparency = door.Transparency - 0.1
- wait(0.1)
- door.Transparency = door.Transparency - 0.1
- wait(0.1)
- door.Transparency = door.Transparency - 0.1
- wait(0.1)
- door.Transparency = door.Transparency - 0.1
- wait(0.1)
- door.Transparency = 0
- door.CanCollide = true
- script.Value.Value = 0
- end
- end
- script.Parent.ClickDetector.MouseClick:connect(clicked)
- end,o219)
- end))
- o220.Parent = o219
- o221.Parent = o218
- o221.MaxActivationDistance = 5
- o222.Parent = o218
- o222.C0 = CFrame.new(-0.5, 1, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o222.C1 = CFrame.new(-0.5, -0.5, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o222.Part0 = o216
- o222.Part1 = o218
- o223.Parent = o145
- o223.Material = Enum.Material.WoodPlanks
- o223.BrickColor = BrickColor.new("Dark orange")
- o223.Position = Vector3.new(104.5, 20, -14.5)
- o223.Rotation = Vector3.new(0, 90, 0)
- o223.Anchored = true
- o223.Size = Vector3.new(37, 38, 1)
- o223.CFrame = CFrame.new(104.5, 20, -14.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- o223.BottomSurface = Enum.SurfaceType.Smooth
- o223.TopSurface = Enum.SurfaceType.Smooth
- o223.Color = Color3.new(0.627451, 0.372549, 0.207843)
- o223.Position = Vector3.new(104.5, 20, -14.5)
- o224.Parent = o223
- o224.C0 = CFrame.new(-55, -19, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o224.C1 = CFrame.new(18.5, -19, -0.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o224.Part0 = o146
- o224.Part1 = o223
- o225.Parent = o223
- o225.C0 = CFrame.new(10, -12, 0.5, -0, 0, 1, 0, 1, 0, -1, 0, -0)
- o225.C1 = CFrame.new(-18.5, -5, 0.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- o225.Part0 = o147
- o225.Part1 = o223
- o226.Parent = o145
- o226.Material = Enum.Material.WoodPlanks
- o226.BrickColor = BrickColor.new("Dark orange")
- o226.Position = Vector3.new(104.5, 20, 43.5)
- o226.Rotation = Vector3.new(0, 90, 0)
- o226.Anchored = true
- o226.Size = Vector3.new(39, 38, 1)
- o226.CFrame = CFrame.new(104.5, 20, 43.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- o226.BottomSurface = Enum.SurfaceType.Smooth
- o226.TopSurface = Enum.SurfaceType.Smooth
- o226.Color = Color3.new(0.627451, 0.372549, 0.207843)
- o226.Position = Vector3.new(104.5, 20, 43.5)
- o227.Parent = o226
- o227.C0 = CFrame.new(55, -19, -0.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- o227.C1 = CFrame.new(-19.5, -19, 109.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- o227.Part0 = o149
- o227.Part1 = o226
- o228.Name = "Fireplace"
- o228.Parent = o145
- o228.PrimaryPart = o251
- o229.Parent = o228
- o229.BrickColor = BrickColor.new("Dark orange")
- o229.Transparency = 1
- o229.Position = Vector3.new(139.204147, 13.1000185, 60.6887054)
- o229.Rotation = Vector3.new(0, -90, 0)
- o229.Anchored = true
- o229.FormFactor = Enum.FormFactor.Custom
- o229.Size = Vector3.new(1, 0.200000003, 2)
- o229.CFrame = CFrame.new(139.204147, 13.1000185, 60.6887054, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o229.Color = Color3.new(0.627451, 0.372549, 0.207843)
- o229.Position = Vector3.new(139.204147, 13.1000185, 60.6887054)
- o230.Parent = o229
- o231.Parent = o229
- o231.Color = Color3.new(0.372549, 0.372549, 0.372549)
- o231.RiseVelocity = 10
- o232.Parent = o228
- o232.Material = Enum.Material.Brick
- o232.BrickColor = BrickColor.new("Sand red")
- o232.Position = Vector3.new(140.004166, 11.3000145, 60.9886932)
- o232.Rotation = Vector3.new(0, -90, 0)
- o232.Anchored = true
- o232.FormFactor = Enum.FormFactor.Custom
- o232.Size = Vector3.new(3.60000086, 8.60000038, 0.400000006)
- o232.CFrame = CFrame.new(140.004166, 11.3000145, 60.9886932, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o232.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o232.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o232.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o232.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o232.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o232.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o232.Color = Color3.new(0.584314, 0.47451, 0.466667)
- o232.Position = Vector3.new(140.004166, 11.3000145, 60.9886932)
- o233.Parent = o228
- o233.Material = Enum.Material.Brick
- o233.BrickColor = BrickColor.new("Sand red")
- o233.Position = Vector3.new(139.204147, 11.3000145, 62.9886932)
- o233.Rotation = Vector3.new(0, -90, 0)
- o233.Anchored = true
- o233.FormFactor = Enum.FormFactor.Custom
- o233.Size = Vector3.new(0.400000006, 8.60000038, 2.00000024)
- o233.CFrame = CFrame.new(139.204147, 11.3000145, 62.9886932, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o233.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o233.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o233.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o233.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o233.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o233.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o233.Color = Color3.new(0.584314, 0.47451, 0.466667)
- o233.Position = Vector3.new(139.204147, 11.3000145, 62.9886932)
- o234.Parent = o228
- o234.Material = Enum.Material.Brick
- o234.BrickColor = BrickColor.new("Sand red")
- o234.Position = Vector3.new(138.404144, 11.3000145, 60.9886932)
- o234.Rotation = Vector3.new(0, -90, 0)
- o234.Anchored = true
- o234.FormFactor = Enum.FormFactor.Custom
- o234.Size = Vector3.new(3.60000086, 8.60000038, 0.400000006)
- o234.CFrame = CFrame.new(138.404144, 11.3000145, 60.9886932, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o234.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o234.Color = Color3.new(0.584314, 0.47451, 0.466667)
- o234.Position = Vector3.new(138.404144, 11.3000145, 60.9886932)
- o235.Parent = o228
- o235.Material = Enum.Material.Brick
- o235.BrickColor = BrickColor.new("Bright red")
- o235.Position = Vector3.new(139.204147, 11.3000145, 58.6887054)
- o235.Rotation = Vector3.new(0, -90, 0)
- o235.Anchored = true
- o235.FormFactor = Enum.FormFactor.Custom
- o235.Size = Vector3.new(1, 8.60000038, 2.00000024)
- o235.CFrame = CFrame.new(139.204147, 11.3000145, 58.6887054, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o235.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o235.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o235.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o235.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o235.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o235.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o235.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o235.Position = Vector3.new(139.204147, 11.3000145, 58.6887054)
- o236.Parent = o228
- o236.Material = Enum.Material.Brick
- o236.BrickColor = BrickColor.new("Sand red")
- o236.Position = Vector3.new(137.204147, 7.60002232, 61.1887054)
- o236.Rotation = Vector3.new(0, 90, 0)
- o236.Anchored = true
- o236.CFrame = CFrame.new(137.204147, 7.60002232, 61.1887054, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- o236.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o236.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o236.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o236.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o236.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o236.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o236.Color = Color3.new(0.584314, 0.47451, 0.466667)
- o236.Position = Vector3.new(137.204147, 7.60002232, 61.1887054)
- o237.Parent = o228
- o237.Material = Enum.Material.Brick
- o237.BrickColor = BrickColor.new("Bright red")
- o237.Position = Vector3.new(137.204132, 7.60002232, 58.6887054)
- o237.Rotation = Vector3.new(0, 90, 0)
- o237.Anchored = true
- o237.Size = Vector3.new(1, 1.20000005, 2)
- o237.CFrame = CFrame.new(137.204132, 7.60002232, 58.6887054, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- o237.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o237.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o237.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o237.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o237.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o237.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o237.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o237.Position = Vector3.new(137.204132, 7.60002232, 58.6887054)
- o238.Parent = o228
- o238.Material = Enum.Material.Brick
- o238.BrickColor = BrickColor.new("Sand red")
- o238.Position = Vector3.new(139.204147, 5.80002403, 62.6887054)
- o238.Rotation = Vector3.new(0, -90, 0)
- o238.Anchored = true
- o238.Size = Vector3.new(1, 2.4000001, 6)
- o238.CFrame = CFrame.new(139.204147, 5.80002403, 62.6887054, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o238.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o238.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o238.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o238.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o238.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o238.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o238.Color = Color3.new(0.584314, 0.47451, 0.466667)
- o238.Position = Vector3.new(139.204147, 5.80002403, 62.6887054)
- o239.Parent = o228
- o239.Material = Enum.Material.Brick
- o239.BrickColor = BrickColor.new("Sand red")
- o239.Position = Vector3.new(134.304184, 2.90002823, 61.0886993)
- o239.Rotation = Vector3.new(0, -90, 0)
- o239.Anchored = true
- o239.FormFactor = Enum.FormFactor.Custom
- o239.Size = Vector3.new(3.79999995, 3.40000057, 0.200000003)
- o239.CFrame = CFrame.new(134.304184, 2.90002823, 61.0886993, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o239.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o239.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o239.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o239.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o239.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o239.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o239.Color = Color3.new(0.584314, 0.47451, 0.466667)
- o239.Position = Vector3.new(134.304184, 2.90002823, 61.0886993)
- o240.Parent = o239
- o240.C0 = CFrame.new(55, -19, -0.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- o240.C1 = CFrame.new(1.91130066, -1.90002823, -79.695816, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o240.Part0 = o149
- o240.Part1 = o239
- o241.Parent = o228
- o241.Material = Enum.Material.Brick
- o241.BrickColor = BrickColor.new("Sand red")
- o241.Position = Vector3.new(141.204147, 7.60002232, 61.1887054)
- o241.Rotation = Vector3.new(0, -90, 0)
- o241.Anchored = true
- o241.CFrame = CFrame.new(141.204147, 7.60002232, 61.1887054, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o241.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o241.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o241.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o241.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o241.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o241.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o241.Color = Color3.new(0.584314, 0.47451, 0.466667)
- o241.Position = Vector3.new(141.204147, 7.60002232, 61.1887054)
- o242.Parent = o228
- o242.Material = Enum.Material.Brick
- o242.BrickColor = BrickColor.new("Bright red")
- o242.Position = Vector3.new(135.204147, 5.80002403, 58.6887054)
- o242.Rotation = Vector3.new(0, 90, 0)
- o242.Anchored = true
- o242.Size = Vector3.new(1, 2.4000001, 2)
- o242.CFrame = CFrame.new(135.204147, 5.80002403, 58.6887054, -8.74227766e-08, 0, 1, 0, 1, 0, -1, 0, -8.74227766e-08)
- o242.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o242.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o242.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o242.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o242.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o242.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o242.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o242.Position = Vector3.new(135.204147, 5.80002403, 58.6887054)
- o243.Parent = o228
- o243.Material = Enum.Material.Brick
- o243.BrickColor = BrickColor.new("Sand red")
- o243.Position = Vector3.new(135.204147, 5.80002403, 61.1887054)
- o243.Rotation = Vector3.new(0, 90, 0)
- o243.Anchored = true
- o243.Size = Vector3.new(4, 2.4000001, 2)
- o243.CFrame = CFrame.new(135.204147, 5.80002403, 61.1887054, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- o243.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o243.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o243.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o243.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o243.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o243.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o243.Color = Color3.new(0.584314, 0.47451, 0.466667)
- o243.Position = Vector3.new(135.204147, 5.80002403, 61.1887054)
- o244.Parent = o228
- o244.Material = Enum.Material.Brick
- o244.BrickColor = BrickColor.new("Sand red")
- o244.Position = Vector3.new(143.204147, 5.80002403, 61.1887054)
- o244.Rotation = Vector3.new(0, -90, 0)
- o244.Anchored = true
- o244.Size = Vector3.new(4, 2.4000001, 2)
- o244.CFrame = CFrame.new(143.204147, 5.80002403, 61.1887054, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o244.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o244.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o244.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o244.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o244.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o244.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o244.Color = Color3.new(0.584314, 0.47451, 0.466667)
- o244.Position = Vector3.new(143.204147, 5.80002403, 61.1887054)
- o245.Parent = o228
- o245.Material = Enum.Material.Brick
- o245.BrickColor = BrickColor.new("Bright red")
- o245.Position = Vector3.new(139.204132, 5.80002403, 58.6887054)
- o245.Rotation = Vector3.new(0, -90, 0)
- o245.Anchored = true
- o245.Size = Vector3.new(1, 2.4000001, 6)
- o245.CFrame = CFrame.new(139.204132, 5.80002403, 58.6887054, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o245.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o245.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o245.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o245.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o245.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o245.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o245.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o245.Position = Vector3.new(139.204132, 5.80002403, 58.6887054)
- o246.Parent = o228
- o246.Material = Enum.Material.Brick
- o246.BrickColor = BrickColor.new("Bright red")
- o246.Position = Vector3.new(135.40416, 2.80003023, 58.6887054)
- o246.Rotation = Vector3.new(0, -90, 0)
- o246.Anchored = true
- o246.FormFactor = Enum.FormFactor.Custom
- o246.Size = Vector3.new(1, 3.60000014, 2.4000001)
- o246.CFrame = CFrame.new(135.40416, 2.80003023, 58.6887054, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o246.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o246.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o246.Position = Vector3.new(135.40416, 2.80003023, 58.6887054)
- o247.Parent = o246
- o247.C0 = CFrame.new(-55, 0.5, 49, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o247.C1 = CFrame.new(5.31129456, -1.80003023, 31.4041595, 0, 1, 0, 0, 0, 1, 1, 0, 0)
- o247.Part0 = o150
- o247.Part1 = o246
- o248.Parent = o228
- o248.Material = Enum.Material.Brick
- o248.BrickColor = BrickColor.new("Sand red")
- o248.Position = Vector3.new(139.204178, 2.90002823, 63.0886993)
- o248.Rotation = Vector3.new(0, -90, 0)
- o248.Anchored = true
- o248.FormFactor = Enum.FormFactor.Custom
- o248.Size = Vector3.new(0.200000003, 3.39999986, 10)
- o248.CFrame = CFrame.new(139.204178, 2.90002823, 63.0886993, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o248.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o248.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o248.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o248.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o248.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o248.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o248.Color = Color3.new(0.584314, 0.47451, 0.466667)
- o248.Position = Vector3.new(139.204178, 2.90002823, 63.0886993)
- o249.Parent = o228
- o249.Material = Enum.Material.Brick
- o249.BrickColor = BrickColor.new("Bright red")
- o249.Position = Vector3.new(141.204147, 7.60002232, 58.6887054)
- o249.Rotation = Vector3.new(0, -90, 0)
- o249.Anchored = true
- o249.Size = Vector3.new(1, 1.20000005, 2)
- o249.CFrame = CFrame.new(141.204147, 7.60002232, 58.6887054, 8.74227766e-08, 0, -1, 0, 1, 0, 1, 0, 8.74227766e-08)
- o249.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o249.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o249.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o249.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o249.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o249.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o249.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o249.Position = Vector3.new(141.204147, 7.60002232, 58.6887054)
- o250.Parent = o228
- o250.Material = Enum.Material.Brick
- o250.BrickColor = BrickColor.new("Bright red")
- o250.Position = Vector3.new(143.204147, 5.80002403, 58.6887054)
- o250.Rotation = Vector3.new(0, -90, 0)
- o250.Anchored = true
- o250.Size = Vector3.new(1, 2.4000001, 2)
- o250.CFrame = CFrame.new(143.204147, 5.80002403, 58.6887054, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o250.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o250.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o250.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o250.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o250.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o250.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o250.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o250.Position = Vector3.new(143.204147, 5.80002403, 58.6887054)
- o251.Name = "Base"
- o251.Parent = o228
- o251.Material = Enum.Material.Brick
- o251.BrickColor = BrickColor.new("Sand red")
- o251.Position = Vector3.new(139.204178, 1.10002995, 61.1887054)
- o251.Rotation = Vector3.new(0, -90, 0)
- o251.Anchored = true
- o251.FormFactor = Enum.FormFactor.Custom
- o251.Size = Vector3.new(4, 0.200000003, 10)
- o251.CFrame = CFrame.new(139.204178, 1.10002995, 61.1887054, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o251.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o251.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o251.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o251.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o251.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o251.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o251.Color = Color3.new(0.584314, 0.47451, 0.466667)
- o251.Position = Vector3.new(139.204178, 1.10002995, 61.1887054)
- o252.Parent = o251
- o252.C0 = CFrame.new(-55, 0.5, 49, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o252.C1 = CFrame.new(2.81129456, -0.100029945, 35.2041779, 0, 1, 0, 0, 0, 1, 1, 0, 0)
- o252.Part0 = o150
- o252.Part1 = o251
- o253.Name = "Logs"
- o253.Parent = o228
- o254.Parent = o253
- o254.BrickColor = BrickColor.new("Dark orange")
- o254.Position = Vector3.new(139.360153, 2.20003009, 60.3406982)
- o254.Rotation = Vector3.new(-90, -15, -105)
- o254.Anchored = true
- o254.Size = Vector3.new(1, 4.80000019, 1)
- o254.CFrame = CFrame.new(139.360153, 2.20003009, 60.3406982, -0.249999985, 0.933012664, -0.258819044, -0.0669873431, 0.25, 0.965925813, 0.965925813, 0.258819044, 4.83159823e-08)
- o254.Color = Color3.new(0.627451, 0.372549, 0.207843)
- o254.Position = Vector3.new(139.360153, 2.20003009, 60.3406982)
- o255.Parent = o254
- o256.Parent = o253
- o256.BrickColor = BrickColor.new("Dark orange")
- o256.Position = Vector3.new(139.004166, 1.80003119, 60.6887054)
- o256.Rotation = Vector3.new(-90, 0, -60)
- o256.Anchored = true
- o256.Size = Vector3.new(1, 4.80000019, 1)
- o256.CFrame = CFrame.new(139.004166, 1.80003119, 60.6887054, 0.5, 0.866025388, 2.23203944e-08, -7.53276126e-08, 1.77170527e-08, 1, 0.866025388, -0.5, 7.40941459e-08)
- o256.Color = Color3.new(0.627451, 0.372549, 0.207843)
- o256.Position = Vector3.new(139.004166, 1.80003119, 60.6887054)
- o257.Parent = o256
- o258.Parent = o253
- o258.BrickColor = BrickColor.new("Dark orange")
- o258.Position = Vector3.new(137.772156, 2.46402907, 61.6296997)
- o258.Rotation = Vector3.new(-65.8899994, 12.0699997, -157.160004)
- o258.Anchored = true
- o258.FormFactor = Enum.FormFactor.Custom
- o258.Size = Vector3.new(1, 3.00000072, 1)
- o258.CFrame = CFrame.new(137.772156, 2.46402907, 61.6296997, -0.901220858, 0.379555881, 0.209134907, 0.0173453093, -0.450610399, 0.89255172, 0.43301174, 0.808014154, 0.399516046)
- o258.Color = Color3.new(0.627451, 0.372549, 0.207843)
- o258.Position = Vector3.new(137.772156, 2.46402907, 61.6296997)
- o259.Parent = o258
- o260.Parent = o228
- o260.Material = Enum.Material.Brick
- o260.BrickColor = BrickColor.new("Sand red")
- o260.Position = Vector3.new(144.104172, 2.90002823, 61.0886993)
- o260.Rotation = Vector3.new(0, -90, 0)
- o260.Anchored = true
- o260.FormFactor = Enum.FormFactor.Custom
- o260.Size = Vector3.new(3.79999995, 3.40000057, 0.200000003)
- o260.CFrame = CFrame.new(144.104172, 2.90002823, 61.0886993, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o260.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o260.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o260.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o260.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o260.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o260.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o260.Color = Color3.new(0.584314, 0.47451, 0.466667)
- o260.Position = Vector3.new(144.104172, 2.90002823, 61.0886993)
- o261.Parent = o260
- o261.C0 = CFrame.new(55, -19, -0.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- o261.C1 = CFrame.new(1.91130066, -1.90002823, -69.8958282, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o261.Part0 = o149
- o261.Part1 = o260
- o262.Parent = o228
- o262.Material = Enum.Material.Brick
- o262.BrickColor = BrickColor.new("Bright red")
- o262.Position = Vector3.new(139.204147, 1.40003109, 58.6887054)
- o262.Rotation = Vector3.new(0, -90, 0)
- o262.Anchored = true
- o262.FormFactor = Enum.FormFactor.Custom
- o262.Size = Vector3.new(1, 0.800000012, 5.20000076)
- o262.CFrame = CFrame.new(139.204147, 1.40003109, 58.6887054, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o262.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o262.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o262.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o262.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o262.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o262.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o262.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o262.Position = Vector3.new(139.204147, 1.40003109, 58.6887054)
- o263.Parent = o262
- o263.C0 = CFrame.new(-55, 0.5, 49, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o263.C1 = CFrame.new(5.31129456, -0.40003109, 35.2041473, 0, 1, 0, 0, 0, 1, 1, 0, 0)
- o263.Part0 = o150
- o263.Part1 = o262
- o264.Parent = o228
- o264.Material = Enum.Material.Brick
- o264.BrickColor = BrickColor.new("Bright red")
- o264.Position = Vector3.new(143.004135, 2.80003023, 58.6887054)
- o264.Rotation = Vector3.new(0, -90, 0)
- o264.Anchored = true
- o264.FormFactor = Enum.FormFactor.Custom
- o264.Size = Vector3.new(1, 3.60000014, 2.4000001)
- o264.CFrame = CFrame.new(143.004135, 2.80003023, 58.6887054, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o264.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o264.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o264.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o264.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o264.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o264.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o264.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o264.Position = Vector3.new(143.004135, 2.80003023, 58.6887054)
- o265.Parent = o264
- o265.C0 = CFrame.new(-55, 0.5, 49, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o265.C1 = CFrame.new(5.31129456, -1.80003023, 39.0041351, 0, 1, 0, 0, 0, 1, 1, 0, 0)
- o265.Part0 = o150
- o265.Part1 = o264
- o266.Name = "FirePart"
- o266.Parent = o228
- o266.Transparency = 1
- o266.Position = Vector3.new(139.104156, 2.30003023, 60.6887054)
- o266.Anchored = true
- o266.FormFactor = Enum.FormFactor.Symmetric
- o266.Size = Vector3.new(5, 1, 5)
- o266.CFrame = CFrame.new(139.104156, 2.30003023, 60.6887054, 1, 0, 4.37113883e-08, 0, 1, 0, -4.37113883e-08, 0, 1)
- o266.BottomSurface = Enum.SurfaceType.Smooth
- o266.TopSurface = Enum.SurfaceType.Smooth
- o266.Position = Vector3.new(139.104156, 2.30003023, 60.6887054)
- o267.Parent = o266
- o267.Size = 6
- o267.Color = Color3.new(1, 0.501961, 0)
- o267.SecondaryColor = Color3.new(1, 0, 0)
- o268.Parent = o266
- o268.Size = 0.10000000149012
- o268.Color = Color3.new(0.372549, 0.372549, 0.372549)
- o268.Opacity = 0.30000001192093
- o268.RiseVelocity = 0.10000000149012
- o269.Name = "Cozy Chair"
- o269.Parent = o145
- o270.Parent = o269
- o270.Material = Enum.Material.Fabric
- o270.BrickColor = BrickColor.new("Bright red")
- o270.Position = Vector3.new(139.956024, 2.91208887, 47.907589)
- o270.Rotation = Vector3.new(0, -90, 0)
- o270.Anchored = true
- o270.Size = Vector3.new(3.82417607, 0.764835179, 0.975824177)
- o270.CFrame = CFrame.new(139.956024, 2.91208887, 47.907589, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o270.BottomSurface = Enum.SurfaceType.Smooth
- o270.TopSurface = Enum.SurfaceType.Smooth
- o270.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o270.Position = Vector3.new(139.956024, 2.91208887, 47.907589)
- o271.Parent = o269
- o271.Material = Enum.Material.Fabric
- o271.BrickColor = BrickColor.new("Bright red")
- o271.Position = Vector3.new(139.956024, 1.38241839, 49.5295601)
- o271.Rotation = Vector3.new(0, -90, 0)
- o271.Anchored = true
- o271.Size = Vector3.new(0.949450493, 0.764835179, 0.975824177)
- o271.CFrame = CFrame.new(139.956024, 1.38241839, 49.5295601, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o271.BottomSurface = Enum.SurfaceType.Smooth
- o271.TopSurface = Enum.SurfaceType.Smooth
- o271.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o271.Position = Vector3.new(139.956024, 1.38241839, 49.5295601)
- o272.Parent = o271
- o272.C0 = CFrame.new(-55, 0.5, 49, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o272.C1 = CFrame.new(14.4704399, -0.382418394, 35.9560242, 0, 1, 0, 0, 0, 1, 1, 0, 0)
- o272.Part0 = o150
- o272.Part1 = o271
- o273.Parent = o269
- o273.Material = Enum.Material.Fabric
- o273.BrickColor = BrickColor.new("Bright red")
- o273.Position = Vector3.new(139.956024, 1.38241839, 46.4701881)
- o273.Rotation = Vector3.new(0, -90, 0)
- o273.Anchored = true
- o273.Size = Vector3.new(0.949450493, 0.764835179, 0.975824177)
- o273.CFrame = CFrame.new(139.956024, 1.38241839, 46.4701881, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o273.BottomSurface = Enum.SurfaceType.Smooth
- o273.TopSurface = Enum.SurfaceType.Smooth
- o273.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o273.Position = Vector3.new(139.956024, 1.38241839, 46.4701881)
- o274.Parent = o273
- o274.C0 = CFrame.new(-55, 0.5, 49, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o274.C1 = CFrame.new(17.5298119, -0.382418394, 35.9560242, 0, 1, 0, 0, 0, 1, 1, 0, 0)
- o274.Part0 = o150
- o274.Part1 = o273
- o275.Parent = o269
- o275.Material = Enum.Material.Fabric
- o275.BrickColor = BrickColor.new("Persimmon")
- o275.Position = Vector3.new(139.956024, 2.91208887, 49.9119492)
- o275.Rotation = Vector3.new(0, -90, 0)
- o275.Anchored = true
- o275.Size = Vector3.new(0.184615389, 0.764835179, 0.975824177)
- o275.CFrame = CFrame.new(139.956024, 2.91208887, 49.9119492, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o275.BottomSurface = Enum.SurfaceType.Smooth
- o275.TopSurface = Enum.SurfaceType.Smooth
- o275.Color = Color3.new(1, 0.34902, 0.34902)
- o275.Position = Vector3.new(139.956024, 2.91208887, 49.9119492)
- o276.Parent = o269
- o276.Material = Enum.Material.Fabric
- o276.BrickColor = BrickColor.new("Persimmon")
- o276.Position = Vector3.new(144.043976, 2.91208887, 49.9119492)
- o276.Rotation = Vector3.new(0, -90, 0)
- o276.Anchored = true
- o276.Size = Vector3.new(0.184615389, 0.764835179, 0.975824177)
- o276.CFrame = CFrame.new(144.043976, 2.91208887, 49.9119492, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o276.BottomSurface = Enum.SurfaceType.Smooth
- o276.TopSurface = Enum.SurfaceType.Smooth
- o276.Color = Color3.new(1, 0.34902, 0.34902)
- o276.Position = Vector3.new(144.043976, 2.91208887, 49.9119492)
- o277.Parent = o269
- o277.Material = Enum.Material.Fabric
- o277.BrickColor = BrickColor.new("Bright red")
- o277.Position = Vector3.new(142, 2.14725375, 47.9998741)
- o277.Rotation = Vector3.new(0, -90, 0)
- o277.Anchored = true
- o277.Size = Vector3.new(4.00879097, 0.764835179, 5.06373644)
- o277.CFrame = CFrame.new(142, 2.14725375, 47.9998741, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o277.BottomSurface = Enum.SurfaceType.Smooth
- o277.TopSurface = Enum.SurfaceType.Smooth
- o277.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o277.Position = Vector3.new(142, 2.14725375, 47.9998741)
- o278.Parent = o269
- o278.Material = Enum.Material.Fabric
- o278.BrickColor = BrickColor.new("Bright red")
- o278.Position = Vector3.new(144.043976, 2.91208887, 47.907589)
- o278.Rotation = Vector3.new(0, -90, 0)
- o278.Anchored = true
- o278.Size = Vector3.new(3.82417607, 0.764835179, 0.975824177)
- o278.CFrame = CFrame.new(144.043976, 2.91208887, 47.907589, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o278.BottomSurface = Enum.SurfaceType.Smooth
- o278.TopSurface = Enum.SurfaceType.Smooth
- o278.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o278.Position = Vector3.new(144.043976, 2.91208887, 47.907589)
- o279.Parent = o269
- o279.Material = Enum.Material.Fabric
- o279.BrickColor = BrickColor.new("Bright red")
- o279.Position = Vector3.new(144.043976, 1.40879202, 49.5295601)
- o279.Rotation = Vector3.new(0, -90, 0)
- o279.Anchored = true
- o279.Size = Vector3.new(0.949450493, 0.764835179, 0.975824177)
- o279.CFrame = CFrame.new(144.043976, 1.40879202, 49.5295601, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o279.BottomSurface = Enum.SurfaceType.Smooth
- o279.TopSurface = Enum.SurfaceType.Smooth
- o279.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o279.Position = Vector3.new(144.043976, 1.40879202, 49.5295601)
- o280.Parent = o269
- o280.Material = Enum.Material.Fabric
- o280.BrickColor = BrickColor.new("Bright red")
- o280.Position = Vector3.new(144.043976, 1.38241839, 46.4701881)
- o280.Rotation = Vector3.new(0, -90, 0)
- o280.Anchored = true
- o280.Size = Vector3.new(0.949450493, 0.764835179, 0.975824177)
- o280.CFrame = CFrame.new(144.043976, 1.38241839, 46.4701881, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o280.BottomSurface = Enum.SurfaceType.Smooth
- o280.TopSurface = Enum.SurfaceType.Smooth
- o280.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o280.Position = Vector3.new(144.043976, 1.38241839, 46.4701881)
- o281.Parent = o280
- o281.C0 = CFrame.new(-55, 0.5, 49, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o281.C1 = CFrame.new(17.5298119, -0.382418394, 40.0439758, 0, 1, 0, 0, 0, 1, 1, 0, 0)
- o281.Part0 = o150
- o281.Part1 = o280
- o282.Parent = o269
- o282.Material = Enum.Material.Fabric
- o282.BrickColor = BrickColor.new("Bright red")
- o282.Position = Vector3.new(141.986816, 5.14066029, 46.4306374)
- o282.Rotation = Vector3.new(0, -90, 0)
- o282.Anchored = true
- o282.Size = Vector3.new(0.870329678, 5.43296671, 5.03736258)
- o282.CFrame = CFrame.new(141.986816, 5.14066029, 46.4306374, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o282.BottomSurface = Enum.SurfaceType.Smooth
- o282.TopSurface = Enum.SurfaceType.Smooth
- o282.Color = Color3.new(0.768627, 0.156863, 0.109804)
- o282.Position = Vector3.new(141.986816, 5.14066029, 46.4306374)
- o283.Name = "zachrogamehard133447"
- o283.Parent = o145
- o283.PrimaryPart = o291
- o284.Name = "Head"
- o284.Parent = o283
- o284.BrickColor = BrickColor.new("Institutional white")
- o284.Position = Vector3.new(141.537262, 5.50001097, 48.3370514)
- o284.Rotation = Vector3.new(-180, 0, 0)
- o284.Anchored = true
- o284.FormFactor = Enum.FormFactor.Symmetric
- o284.Size = Vector3.new(2, 1, 1)
- o284.CFrame = CFrame.new(141.537262, 5.50001097, 48.3370514, 1, 8.74200552e-08, 8.7419977e-08, 8.74200552e-08, -1, 1.58287654e-11, 8.7419977e-08, -1.58211222e-11, -1)
- o284.TopSurface = Enum.SurfaceType.Smooth
- o284.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o284.Position = Vector3.new(141.537262, 5.50001097, 48.3370514)
- o285.Parent = o284
- o285.Scale = Vector3.new(1.25, 1.25, 1.25)
- o290.Name = "face"
- o290.Parent = o284
- o290.Texture = "http://www.roblox.com/asset/?id=18151722"
- o291.Name = "HumanoidRootPart"
- o291.Parent = o283
- o291.Transparency = 1
- o291.Position = Vector3.new(141.537262, 4.00001097, 48.3370514)
- o291.Rotation = Vector3.new(180, 0, -180)
- o291.Anchored = true
- o291.CanCollide = false
- o291.FormFactor = Enum.FormFactor.Symmetric
- o291.Size = Vector3.new(2, 2, 1)
- o291.CFrame = CFrame.new(141.537262, 4.00001097, 48.3370514, -1, 2.72137868e-12, -8.7419977e-08, 2.72137868e-12, 1, -1.58211222e-11, 8.7419977e-08, -1.58211222e-11, -1)
- o291.BottomSurface = Enum.SurfaceType.Smooth
- o291.TopSurface = Enum.SurfaceType.Smooth
- o291.Position = Vector3.new(141.537262, 4.00001097, 48.3370514)
- o292.Name = "RootJoint"
- o292.Parent = o291
- o292.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o292.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o292.Part0 = o291
- o292.Part1 = o299
- o292.MaxVelocity = 0.10000000149012
- o293.Name = "Left Arm"
- o293.Parent = o283
- o293.BrickColor = BrickColor.new("Institutional white")
- o293.Position = Vector3.new(143.037262, 4.00001097, 48.3370514)
- o293.Rotation = Vector3.new(180, 0, 165)
- o293.Anchored = true
- o293.CanCollide = false
- o293.FormFactor = Enum.FormFactor.Symmetric
- o293.Size = Vector3.new(1, 2, 1)
- o293.CFrame = CFrame.new(143.037262, 4.00001097, 48.3370514, -0.965925813, -0.258819044, -8.44371186e-08, -0.258819044, 0.965925813, -2.26412364e-08, 8.7419977e-08, -1.58211222e-11, -1)
- o293.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o293.Position = Vector3.new(143.037262, 4.00001097, 48.3370514)
- o295.Name = "Left Leg"
- o295.Parent = o283
- o295.BrickColor = BrickColor.new("Institutional white")
- o295.Position = Vector3.new(142.037201, 3.00001097, 49.3369904)
- o295.Rotation = Vector3.new(105, 0, 165)
- o295.Anchored = true
- o295.CanCollide = false
- o295.FormFactor = Enum.FormFactor.Symmetric
- o295.Size = Vector3.new(1, 2, 1)
- o295.CFrame = CFrame.new(142.037201, 3.00001097, 49.3369904, -0.965925813, -0.258819044, -8.7530303e-08, -0.0669872165, 0.25, -0.965925813, 0.25000003, -0.933012664, -0.258819044)
- o295.BottomSurface = Enum.SurfaceType.Smooth
- o295.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o295.Position = Vector3.new(142.037201, 3.00001097, 49.3369904)
- o296.Name = "Right Arm"
- o296.Parent = o283
- o296.BrickColor = BrickColor.new("Institutional white")
- o296.Position = Vector3.new(140.037201, 4.00001097, 48.3369904)
- o296.Rotation = Vector3.new(-180, 0, -165)
- o296.Anchored = true
- o296.CanCollide = false
- o296.FormFactor = Enum.FormFactor.Symmetric
- o296.Size = Vector3.new(1, 2, 1)
- o296.CFrame = CFrame.new(140.037201, 4.00001097, 48.3369904, -0.965925872, 0.258818835, -8.44439185e-08, 0.258818835, 0.965925872, 2.26266614e-08, 8.74227766e-08, 0, -1)
- o296.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o296.Position = Vector3.new(140.037201, 4.00001097, 48.3369904)
- o298.Name = "Right Leg"
- o298.Parent = o283
- o298.BrickColor = BrickColor.new("Institutional white")
- o298.Position = Vector3.new(141.037201, 3.00001097, 49.3369904)
- o298.Rotation = Vector3.new(90, 0, -165)
- o298.Anchored = true
- o298.CanCollide = false
- o298.FormFactor = Enum.FormFactor.Symmetric
- o298.Size = Vector3.new(1, 2, 1)
- o298.CFrame = CFrame.new(141.037201, 3.00001097, 49.3369904, -0.965925872, 0.258818835, -8.1357534e-08, 8.74227766e-08, 1.19248806e-08, -1, -0.258818835, -0.965925872, -3.41452129e-08)
- o298.BottomSurface = Enum.SurfaceType.Smooth
- o298.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o298.Position = Vector3.new(141.037201, 3.00001097, 49.3369904)
- o299.Name = "Torso"
- o299.Parent = o283
- o299.BrickColor = BrickColor.new("Institutional white")
- o299.Position = Vector3.new(141.537262, 4.00001097, 48.3370514)
- o299.Rotation = Vector3.new(180, 0, -180)
- o299.Anchored = true
- o299.FormFactor = Enum.FormFactor.Symmetric
- o299.Size = Vector3.new(2, 2, 1)
- o299.CFrame = CFrame.new(141.537262, 4.00001097, 48.3370514, -1, 2.72137868e-12, -8.7419977e-08, 2.72137868e-12, 1, -1.58211222e-11, 8.7419977e-08, -1.58211222e-11, -1)
- o299.LeftSurface = Enum.SurfaceType.Weld
- o299.RightSurface = Enum.SurfaceType.Weld
- o299.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o299.Position = Vector3.new(141.537262, 4.00001097, 48.3370514)
- o300.Name = "roblox"
- o300.Parent = o299
- o309.Parent = o283
- o309.RightLeg = o298
- o309.LeftLeg = o295
- o309.Torso = o291
- o311.Name = "Handle"
- o311.Parent = mas
- o311.Position = Vector3.new(141.537262, 5.95001078, 48.3367805)
- o311.Rotation = Vector3.new(180, 0, -180)
- o311.Anchored = true
- o311.CanCollide = false
- o311.Locked = true
- o311.FormFactor = Enum.FormFactor.Custom
- o311.Size = Vector3.new(1.3400265, 1.34999824, 0.779999673)
- o311.CFrame = CFrame.new(141.537262, 5.95001078, 48.3367805, -1, 7.87409693e-09, -8.7419977e-08, 7.87409693e-09, 1, -1.58207076e-11, 8.7419977e-08, -1.58213963e-11, -1)
- o311.BottomSurface = Enum.SurfaceType.Smooth
- o311.TopSurface = Enum.SurfaceType.Smooth
- o311.Position = Vector3.new(141.537262, 5.95001078, 48.3367805)
- o312.Parent = o311
- o312.MeshId = "http://www.roblox.com/asset/?id=188004660 "
- o312.TextureId = "http://www.roblox.com/asset/?id=451217406"
- o312.MeshType = Enum.MeshType.FileMesh
- o316.Name = "Handle"
- o316.Parent = mas
- o316.Position = Vector3.new(141.537262, 4.15001106, 48.8867798)
- o316.Rotation = Vector3.new(180, 0, -180)
- o316.Anchored = true
- o316.CanCollide = false
- o316.Locked = true
- o316.FormFactor = Enum.FormFactor.Symmetric
- o316.Size = Vector3.new(1, 2, 1)
- o316.CFrame = CFrame.new(141.537262, 4.15001106, 48.8867798, -1, 2.72137868e-12, -8.7419977e-08, 2.72137868e-12, 1, -1.58211222e-11, 8.7419977e-08, -1.58211222e-11, -1)
- o316.BottomSurface = Enum.SurfaceType.Smooth
- o316.TopSurface = Enum.SurfaceType.Smooth
- o316.Position = Vector3.new(141.537262, 4.15001106, 48.8867798)
- o317.Parent = o316
- o317.MeshId = "http://www.roblox.com/asset/?id=28463033"
- o317.Scale = Vector3.new(1.39999998, 1.20000005, 1.39999998)
- o317.TextureId = "http://www.roblox.com/asset/?id=28463022"
- o317.MeshType = Enum.MeshType.FileMesh
- o319.Name = "AccessoryWeld"
- o319.Parent = o316
- o319.C0 = CFrame.new(5.96046448e-08, 0.849999666, 0.549727678, 1, -6.83440315e-31, 0, 6.83440315e-31, 1, -0, 0, 0, 1)
- o319.C1 = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o319.Part0 = o316
- o319.Part1 = o299
- o320.Parent = o283
- o320.MeshId = 27111882
- o320.BodyPart = Enum.BodyPart.RightLeg
- o321.Parent = o283
- o321.MeshId = 27111857
- o321.BodyPart = Enum.BodyPart.LeftLeg
- o322.Parent = o283
- o322.MeshId = 27111419
- o322.BodyPart = Enum.BodyPart.LeftArm
- o323.Name = "Roblox 2.0 Right Arm"
- o323.Parent = o283
- o323.MeshId = 27111864
- o323.BodyPart = Enum.BodyPart.RightArm
- o324.Parent = o283
- o324.MeshId = 27111894
- o324.BodyPart = Enum.BodyPart.Torso
- o325.Parent = o283
- o325.HeadColor = BrickColor.new("Institutional white")
- o325.LeftArmColor = BrickColor.new("Institutional white")
- o325.LeftLegColor = BrickColor.new("Institutional white")
- o325.RightArmColor = BrickColor.new("Institutional white")
- o325.RightLegColor = BrickColor.new("Institutional white")
- o325.TorsoColor = BrickColor.new("Institutional white")
- o326.Name = "Shirt"
- o326.Parent = o283
- o326.ShirtTemplate = "http://www.roblox.com/asset/?id=607785311"
- o327.Name = "Pants"
- o327.Parent = o283
- o327.PantsTemplate = "http://www.roblox.com/asset/?id=382537568"
- o328.Name = "seed_rememebrmesquid"
- o328.Parent = o145
- o328.PrimaryPart = o336
- o329.Name = "Head"
- o329.Parent = o328
- o329.BrickColor = BrickColor.new("Bright yellow")
- o329.Position = Vector3.new(141.838821, 8.90715694, 46.8603249)
- o329.Rotation = Vector3.new(180, 0, 0)
- o329.Anchored = true
- o329.FormFactor = Enum.FormFactor.Symmetric
- o329.Size = Vector3.new(2, 1, 1)
- o329.CFrame = CFrame.new(141.838821, 8.90715694, 46.8603249, 1, 8.74227766e-08, 0, 8.74227766e-08, -1, -0, 0, 0, -1)
- o329.TopSurface = Enum.SurfaceType.Smooth
- o329.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o329.Position = Vector3.new(141.838821, 8.90715694, 46.8603249)
- o330.Parent = o329
- o330.Scale = Vector3.new(1.25, 1.25, 1.25)
- o335.Name = "face"
- o335.Parent = o329
- o335.Texture = "rbxasset://textures/face.png"
- o336.Name = "HumanoidRootPart"
- o336.Parent = o328
- o336.Transparency = 1
- o336.Position = Vector3.new(141.838821, 10.4071569, 46.8603249)
- o336.Rotation = Vector3.new(180, 0, 0)
- o336.Anchored = true
- o336.CanCollide = false
- o336.FormFactor = Enum.FormFactor.Symmetric
- o336.Size = Vector3.new(2, 2, 1)
- o336.CFrame = CFrame.new(141.838821, 10.4071569, 46.8603249, 1, 8.74227766e-08, 0, 8.74227766e-08, -1, -0, 0, 0, -1)
- o336.BottomSurface = Enum.SurfaceType.Smooth
- o336.TopSurface = Enum.SurfaceType.Smooth
- o336.Position = Vector3.new(141.838821, 10.4071569, 46.8603249)
- o337.Name = "RootJoint"
- o337.Parent = o336
- o337.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o337.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o337.Part0 = o336
- o337.Part1 = o345
- o337.MaxVelocity = 0.10000000149012
- o338.Name = "Left Arm"
- o338.Parent = o328
- o338.BrickColor = BrickColor.new("Bright yellow")
- o338.Position = Vector3.new(140.338821, 9.40715694, 46.8603249)
- o338.Rotation = Vector3.new(-180, 0, -90)
- o338.Anchored = true
- o338.CanCollide = false
- o338.FormFactor = Enum.FormFactor.Symmetric
- o338.Size = Vector3.new(1, 2, 1)
- o338.CFrame = CFrame.new(140.338821, 9.40715694, 46.8603249, -1.31134158e-07, 1, -0, 1, 1.31134158e-07, 0, 0, 0, -0.99999994)
- o338.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o338.Position = Vector3.new(140.338821, 9.40715694, 46.8603249)
- o340.Name = "Left Leg"
- o340.Parent = o328
- o340.BrickColor = BrickColor.new("Black")
- o340.Position = Vector3.new(141.338821, 12.4071569, 46.8603249)
- o340.Rotation = Vector3.new(180, 0, 0)
- o340.Anchored = true
- o340.CanCollide = false
- o340.FormFactor = Enum.FormFactor.Symmetric
- o340.Size = Vector3.new(1, 2, 1)
- o340.CFrame = CFrame.new(141.338821, 12.4071569, 46.8603249, 1, 8.74227766e-08, 0, 8.74227766e-08, -1, -0, 0, 0, -1)
- o340.BottomSurface = Enum.SurfaceType.Smooth
- o340.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o340.Position = Vector3.new(141.338821, 12.4071569, 46.8603249)
- o341.Parent = o340
- o341.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- o341.C1 = CFrame.new(-0.5, -1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o341.Part0 = o340
- o341.Part1 = o345
- o342.Name = "Right Arm"
- o342.Parent = o328
- o342.BrickColor = BrickColor.new("Bright yellow")
- o342.Position = Vector3.new(143.338821, 9.40715694, 46.8603249)
- o342.Rotation = Vector3.new(-180, 0, 90)
- o342.Anchored = true
- o342.CanCollide = false
- o342.FormFactor = Enum.FormFactor.Symmetric
- o342.Size = Vector3.new(1, 2, 1)
- o342.CFrame = CFrame.new(143.338821, 9.40715694, 46.8603249, 9.9347659e-08, -1, 0, -1, -9.9347659e-08, 0, 0, 0, -1)
- o342.Color = Color3.new(0.960784, 0.803922, 0.188235)
- o342.Position = Vector3.new(143.338821, 9.40715694, 46.8603249)
- o344.Name = "Right Leg"
- o344.Parent = o328
- o344.BrickColor = BrickColor.new("Black")
- o344.Position = Vector3.new(142.338821, 12.4071569, 46.8603249)
- o344.Rotation = Vector3.new(180, 0, 0)
- o344.Anchored = true
- o344.CanCollide = false
- o344.FormFactor = Enum.FormFactor.Symmetric
- o344.Size = Vector3.new(1, 2, 1)
- o344.CFrame = CFrame.new(142.338821, 12.4071569, 46.8603249, 1, 8.74227766e-08, 0, 8.74227766e-08, -1, -0, 0, 0, -1)
- o344.BottomSurface = Enum.SurfaceType.Smooth
- o344.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o344.Position = Vector3.new(142.338821, 12.4071569, 46.8603249)
- o345.Name = "Torso"
- o345.Parent = o328
- o345.BrickColor = BrickColor.new("Pastel yellow")
- o345.Position = Vector3.new(141.838821, 10.4071569, 46.8603249)
- o345.Rotation = Vector3.new(180, 0, 0)
- o345.Anchored = true
- o345.FormFactor = Enum.FormFactor.Symmetric
- o345.Size = Vector3.new(2, 2, 1)
- o345.CFrame = CFrame.new(141.838821, 10.4071569, 46.8603249, 1, 8.74227766e-08, 0, 8.74227766e-08, -1, -0, 0, 0, -1)
- o345.LeftSurface = Enum.SurfaceType.Weld
- o345.RightSurface = Enum.SurfaceType.Weld
- o345.Color = Color3.new(1, 1, 0.8)
- o345.Position = Vector3.new(141.838821, 10.4071569, 46.8603249)
- o346.Name = "roblox"
- o346.Parent = o345
- o355.Name = "Right Hip"
- o355.Parent = o345
- o355.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- o355.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- o355.Part0 = o345
- o355.Part1 = o344
- o355.MaxVelocity = 0.10000000149012
- o356.Name = "Left Hip"
- o356.Parent = o345
- o356.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o356.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o356.Part0 = o345
- o356.Part1 = o340
- o356.MaxVelocity = 0.10000000149012
- o357.Name = "Neck"
- o357.Parent = o345
- o357.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o357.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o357.Part0 = o345
- o357.Part1 = o329
- o357.MaxVelocity = 0.10000000149012
- o358.Parent = o328
- o358.RightLeg = o344
- o358.LeftLeg = o340
- o358.Torso = o336
- o360.Name = "Handle"
- o360.Parent = mas
- o360.Position = Vector3.new(141.838821, 8.35715675, 46.9600525)
- o360.Rotation = Vector3.new(180, 0, 0)
- o360.Anchored = true
- o360.CanCollide = false
- o360.Locked = true
- o360.FormFactor = Enum.FormFactor.Symmetric
- o360.Size = Vector3.new(1, 1, 2)
- o360.CFrame = CFrame.new(141.838821, 8.35715675, 46.9600525, 1, 7.95513984e-08, 3.62316872e-23, 7.95513984e-08, -1, -4.1444221e-16, 3.26223034e-24, 4.1444221e-16, -1)
- o360.BottomSurface = Enum.SurfaceType.Smooth
- o360.TopSurface = Enum.SurfaceType.Smooth
- o360.Position = Vector3.new(141.838821, 8.35715675, 46.9600525)
- o361.Parent = o360
- o361.MeshId = "http://www.roblox.com/asset/?id=46834172"
- o361.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
- o361.TextureId = "http://www.roblox.com/asset/?id=47991609"
- o361.MeshType = Enum.MeshType.FileMesh
- o363.Name = "AccessoryWeld"
- o363.Parent = o360
- o363.C0 = CFrame.new(8.65838956e-09, 0.0499997139, 0.0997277573, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
- o363.C1 = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o363.Part0 = o360
- o363.Part1 = o329
- o364.Parent = o328
- o364.HeadColor = BrickColor.new("Bright yellow")
- o364.LeftArmColor = BrickColor.new("Bright yellow")
- o364.LeftLegColor = BrickColor.new("Black")
- o364.RightArmColor = BrickColor.new("Bright yellow")
- o364.RightLegColor = BrickColor.new("Black")
- o364.TorsoColor = BrickColor.new("Pastel yellow")
- o365.Parent = o145
- o365.Material = Enum.Material.Wood
- o365.BrickColor = BrickColor.new("Maroon")
- o365.Position = Vector3.new(159.5, 39.5, 15)
- o365.Anchored = true
- o365.Size = Vector3.new(111, 1, 98)
- o365.CFrame = CFrame.new(159.5, 39.5, 15, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o365.BottomSurface = Enum.SurfaceType.Smooth
- o365.TopSurface = Enum.SurfaceType.Smooth
- o365.Color = Color3.new(0.458824, 0, 0)
- o365.Position = Vector3.new(159.5, 39.5, 15)
- o366.Parent = o365
- o366.C0 = CFrame.new(-55, 19, 0.5, -0.99999994, 0, 0, 0, 0, 0.99999994, 0, 1, 0)
- o366.C1 = CFrame.new(-55.5, -0.5, 49, -0.99999994, 0, 0, 0, 0, 0.99999994, 0, 1, 0)
- o366.Part0 = o149
- o366.Part1 = o365
- o367.Parent = o365
- o367.C0 = CFrame.new(-55, 19, 0.5, -0.99999994, 0, 0, 0, 0, 0.99999994, 0, 1, 0)
- o367.C1 = CFrame.new(-55.5, -0.5, -48, -0.99999994, 0, 0, 0, 0, 0.99999994, 0, 1, 0)
- o367.Part0 = o146
- o367.Part1 = o365
- o368.Parent = o365
- o368.C0 = CFrame.new(-19.5, 19, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o368.C1 = CFrame.new(-54.5, -0.5, 48, 0, 1, 0, 0, 0, 1, 1, 0, 0)
- o368.Part0 = o226
- o368.Part1 = o365
- o369.Parent = o365
- o369.C0 = CFrame.new(-49, 19.5, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o369.C1 = CFrame.new(55.5, -0.5, 49, 0, 1, 0, 0, 0, 1, 1, 0, 0)
- o369.Part0 = o157
- o369.Part1 = o365
- o370.Parent = o365
- o370.C0 = CFrame.new(-10, 12, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o370.C1 = CFrame.new(-54.5, -0.5, 9, 0, 1, 0, 0, 0, 1, 1, 0, 0)
- o370.Part0 = o147
- o370.Part1 = o365
- o371.Parent = o365
- o371.C0 = CFrame.new(-18.5, 19, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- o371.C1 = CFrame.new(-54.5, -0.5, -11, 0, 1, 0, 0, 0, 1, 1, 0, 0)
- o371.Part0 = o223
- o371.Part1 = o365
- o372.Parent = o1
- o373.Name = "Dumpster"
- o373.Parent = o372
- o373.BrickColor = BrickColor.new("Bright green")
- o373.Position = Vector3.new(-83.8000183, 3.5, -413.200012)
- o373.Rotation = Vector3.new(0, 90, 0)
- o373.Anchored = true
- o373.FormFactor = Enum.FormFactor.Custom
- o373.Size = Vector3.new(8.39999962, 7.00000048, 5.59999943)
- o373.CFrame = CFrame.new(-83.8000183, 3.5, -413.200012, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, 0)
- o373.Color = Color3.new(0.294118, 0.592157, 0.294118)
- o373.Position = Vector3.new(-83.8000183, 3.5, -413.200012)
- o374.Parent = o373
- o374.MeshId = "http://www.roblox.com/asset/?id=93054682"
- o374.TextureId = "http://www.roblox.com/asset/?id=93054830"
- o374.MeshType = Enum.MeshType.FileMesh
- o375.Name = "Dumpster-to-Trashcan Strong Joint"
- o375.Parent = o373
- o375.C0 = CFrame.new(-4.19999981, -3.50000024, -2.79999971, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o375.C1 = CFrame.new(-1.5, -2.20000029, 2.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, 0)
- o375.Part0 = o373
- o376.Name = "jeenzaza131"
- o376.Parent = o372
- o376.PrimaryPart = o391
- o377.Name = "Head"
- o377.Parent = o376
- o377.BrickColor = BrickColor.new("Light orange")
- o377.Position = Vector3.new(-83.990715, 7.50000715, -413.009308)
- o377.Rotation = Vector3.new(0, 90, 0)
- o377.Anchored = true
- o377.FormFactor = Enum.FormFactor.Symmetric
- o377.Size = Vector3.new(2, 1, 1)
- o377.CFrame = CFrame.new(-83.990715, 7.50000715, -413.009308, -8.74227268e-08, -5.56362707e-08, 1, 0, 1, 5.56362707e-08, -0.999999464, -4.86387706e-15, 8.74227766e-08)
- o377.TopSurface = Enum.SurfaceType.Smooth
- o377.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o377.Position = Vector3.new(-83.990715, 7.50000715, -413.009308)
- o382.Parent = o377
- o382.MeshId = "http://www.roblox.com/asset/?id=83001675"
- o382.Scale = Vector3.new(1.25, 1.25, 1.25)
- o382.MeshType = Enum.MeshType.FileMesh
- o383.Name = "AvatarPartScaleType"
- o383.Parent = o382
- o383.Value = "Classic"
- o384.Name = "FaceCenterAttachment"
- o384.Parent = o382
- o385.Name = "FaceFrontAttachment"
- o385.Parent = o382
- o385.Value = Vector3.new(0, 0, -0.589999974)
- o386.Name = "HairAttachment"
- o386.Parent = o382
- o386.Value = Vector3.new(0, 0.589999974, -0)
- o387.Name = "HatAttachment"
- o387.Parent = o382
- o387.Value = Vector3.new(0, 0.589999974, -0)
- o388.Name = "NeckRigAttachment"
- o388.Parent = o382
- o388.Value = Vector3.new(0, -0.490999997, -0)
- o389.Name = "face"
- o389.Parent = o377
- o389.Texture = "http://www.roblox.com/asset/?id=20418518"
- o390.Parent = o377
- o390.C0 = CFrame.new(0, -0.5, 0, 1, 0, 0, 0, 0, -1, 0, 1, 0)
- o390.C1 = CFrame.new(0, 1, 0, 0.999998331, -8.74226771e-08, -4.86387155e-15, 4.86387452e-15, -1.06303412e-22, -1, -8.74227268e-08, 1, 1.06303412e-22)
- o390.Part0 = o377
- o390.Part1 = o412
- o391.Name = "HumanoidRootPart"
- o391.Parent = o376
- o391.Transparency = 1
- o391.Position = Vector3.new(-83.990715, 6.00000715, -413.009308)
- o391.Rotation = Vector3.new(0, 90, 0)
- o391.Anchored = true
- o391.CanCollide = false
- o391.FormFactor = Enum.FormFactor.Symmetric
- o391.Size = Vector3.new(2, 2, 1)
- o391.CFrame = CFrame.new(-83.990715, 6.00000715, -413.009308, 0, -5.56362707e-08, 1, 0, 1, 5.56362707e-08, -0.99999994, 0, 0)
- o391.BottomSurface = Enum.SurfaceType.Smooth
- o391.TopSurface = Enum.SurfaceType.Smooth
- o391.Position = Vector3.new(-83.990715, 6.00000715, -413.009308)
- o392.Name = "Left Arm"
- o392.Parent = o376
- o392.BrickColor = BrickColor.new("Light orange")
- o392.Position = Vector3.new(-83.990715, 6.00000715, -411.509308)
- o392.Rotation = Vector3.new(0, 90, 0)
- o392.Anchored = true
- o392.CanCollide = false
- o392.FormFactor = Enum.FormFactor.Symmetric
- o392.Size = Vector3.new(1, 2, 1)
- o392.CFrame = CFrame.new(-83.990715, 6.00000715, -411.509308, -2.62267378e-07, -5.56362707e-08, 1, 0, 1, 5.56362707e-08, -0.999994934, -1.45916096e-14, 2.62267946e-07)
- o392.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o392.Position = Vector3.new(-83.990715, 6.00000715, -411.509308)
- o394.Parent = o392
- o394.C0 = CFrame.new(0.5, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- o394.C1 = CFrame.new(-1, 0, 0, 8.74226771e-08, 4.86387155e-15, 0.999997139, 1.06303412e-22, 1, 4.86386901e-15, -1, -1.06303412e-22, -8.74226274e-08)
- o394.Part0 = o392
- o394.Part1 = o412
- o395.Parent = o392
- o395.C0 = CFrame.new(0.5, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- o395.C1 = CFrame.new(-1, 0, 0, -0, 0, 0.999999881, 0, 1, 0, -1, 0, 0)
- o395.Part0 = o392
- o395.Part1 = o412
- o396.Parent = o392
- o396.C0 = CFrame.new(0.5, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- o396.C1 = CFrame.new(-1, 0, 0, -0, 0, 0.999999762, 0, 1, 0, -1, 0, 0)
- o396.Part0 = o392
- o396.Part1 = o412
- o397.Parent = o392
- o397.C0 = CFrame.new(0.5, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- o397.C1 = CFrame.new(-1, 0, 0, -0, 0, 0.999999642, 0, 1, 0, -1, 0, 0)
- o397.Part0 = o392
- o397.Part1 = o412
- o398.Parent = o392
- o398.C0 = CFrame.new(0.5, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- o398.C1 = CFrame.new(-1, 0, 0, -0, 0, 0.999999404, 0, 1, 0, -1, 0, 0)
- o398.Part0 = o392
- o398.Part1 = o412
- o399.Parent = o392
- o399.C0 = CFrame.new(0.5, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- o399.C1 = CFrame.new(-1, 0, 0, -0, 0, 0.999999523, 0, 1, 0, -1, 0, 0)
- o399.Part0 = o392
- o399.Part1 = o412
- o400.Name = "Left Leg"
- o400.Parent = o376
- o400.BrickColor = BrickColor.new("Light orange")
- o400.Position = Vector3.new(-83.990715, 4.00000811, -412.509308)
- o400.Rotation = Vector3.new(0, 90, 0)
- o400.Anchored = true
- o400.CanCollide = false
- o400.FormFactor = Enum.FormFactor.Symmetric
- o400.Size = Vector3.new(1, 2, 1)
- o400.CFrame = CFrame.new(-83.990715, 4.00000811, -412.509308, -2.62267378e-07, -5.56362707e-08, 1, 0, 1, 5.56362707e-08, -0.999994934, -1.45916096e-14, 2.62267946e-07)
- o400.BottomSurface = Enum.SurfaceType.Smooth
- o400.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o400.Position = Vector3.new(-83.990715, 4.00000811, -412.509308)
- o401.Parent = o400
- o401.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o401.C1 = CFrame.new(-0.5, -1, 0, -0.999997139, -8.74226771e-08, 4.86387155e-15, -4.86386901e-15, -1.06303412e-22, 1, 8.74226274e-08, 1, -1.06303412e-22)
- o401.Part0 = o400
- o401.Part1 = o412
- o402.Name = "Right Arm"
- o402.Parent = o376
- o402.BrickColor = BrickColor.new("Light orange")
- o402.Position = Vector3.new(-83.990715, 6.00000715, -414.509277)
- o402.Rotation = Vector3.new(0, 90, 0)
- o402.Anchored = true
- o402.CanCollide = false
- o402.FormFactor = Enum.FormFactor.Symmetric
- o402.Size = Vector3.new(1, 2, 1)
- o402.CFrame = CFrame.new(-83.990715, 6.00000715, -414.509277, -2.62267378e-07, -5.56362707e-08, 1, 0, 1, 5.56362707e-08, -0.999994934, -1.45916096e-14, 2.62267946e-07)
- o402.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o402.Position = Vector3.new(-83.990715, 6.00000715, -414.509277)
- o404.Parent = o402
- o404.C0 = CFrame.new(-0.5, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o404.C1 = CFrame.new(1, 0, 0, -8.74226771e-08, 4.86387155e-15, -0.999997139, -1.06303412e-22, 1, -4.86386901e-15, 1, -1.06303412e-22, 8.74226274e-08)
- o404.Part0 = o402
- o404.Part1 = o412
- o405.Parent = o402
- o405.C0 = CFrame.new(-0.5, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o405.C1 = CFrame.new(1, 0, 0, 0, 0, -0.999999762, 0, 1, 0, 1, 0, 0)
- o405.Part0 = o402
- o405.Part1 = o412
- o406.Parent = o402
- o406.C0 = CFrame.new(-0.5, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o406.C1 = CFrame.new(1, 0, 0, 0, 0, -0.999999404, 0, 1, 0, 1, 0, 0)
- o406.Part0 = o402
- o406.Part1 = o412
- o407.Parent = o402
- o407.C0 = CFrame.new(-0.5, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o407.C1 = CFrame.new(1, 0, 0, 0, 0, -0.999999523, 0, 1, 0, 1, 0, 0)
- o407.Part0 = o402
- o407.Part1 = o412
- o408.Parent = o402
- o408.C0 = CFrame.new(-0.5, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o408.C1 = CFrame.new(1, 0, 0, 0, 0, -0.999999642, 0, 1, 0, 1, 0, 0)
- o408.Part0 = o402
- o408.Part1 = o412
- o409.Parent = o402
- o409.C0 = CFrame.new(-0.5, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- o409.C1 = CFrame.new(1, 0, 0, 0, 0, -0.999999881, 0, 1, 0, 1, 0, 0)
- o409.Part0 = o402
- o409.Part1 = o412
- o410.Name = "Right Leg"
- o410.Parent = o376
- o410.BrickColor = BrickColor.new("Light orange")
- o410.Position = Vector3.new(-83.990715, 4.00000811, -413.509308)
- o410.Rotation = Vector3.new(0, 90, 0)
- o410.Anchored = true
- o410.CanCollide = false
- o410.FormFactor = Enum.FormFactor.Symmetric
- o410.Size = Vector3.new(1, 2, 1)
- o410.CFrame = CFrame.new(-83.990715, 4.00000811, -413.509308, -2.62267264e-07, -5.56362707e-08, 1, 0, 1, 5.56362707e-08, -0.999994457, -1.45916096e-14, 2.62267946e-07)
- o410.BottomSurface = Enum.SurfaceType.Smooth
- o410.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o410.Position = Vector3.new(-83.990715, 4.00000811, -413.509308)
- o411.Parent = o410
- o411.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o411.C1 = CFrame.new(0.5, -1, 0, -0.999996662, -8.74226771e-08, 4.86387155e-15, -4.86386647e-15, -1.06303412e-22, 1, 8.74225847e-08, 1, -1.06303412e-22)
- o411.Part0 = o410
- o411.Part1 = o412
- o412.Name = "Torso"
- o412.Parent = o376
- o412.BrickColor = BrickColor.new("Light orange")
- o412.Position = Vector3.new(-83.990715, 6.00000715, -413.009308)
- o412.Rotation = Vector3.new(0, 90, 0)
- o412.Anchored = true
- o412.FormFactor = Enum.FormFactor.Symmetric
- o412.Size = Vector3.new(2, 2, 1)
- o412.CFrame = CFrame.new(-83.990715, 6.00000715, -413.009308, -1.74845255e-07, -5.56362707e-08, 1, 0, 1, 5.56362707e-08, -0.999997795, -9.72774904e-15, 1.74845454e-07)
- o412.LeftSurface = Enum.SurfaceType.Weld
- o412.RightSurface = Enum.SurfaceType.Weld
- o412.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o412.Position = Vector3.new(-83.990715, 6.00000715, -413.009308)
- o413.Name = "roblox"
- o413.Parent = o412
- o413.Texture = "http://www.roblox.com/asset/?id=2313289396"
- o422.Parent = o376
- o422.RightLeg = o410
- o422.LeftLeg = o400
- o422.Torso = o391
- o424.Name = "Handle"
- o424.Parent = mas
- o424.Position = Vector3.new(-84.194313, 7.7412138, -413.00528)
- o424.Rotation = Vector3.new(0, 90, 0)
- o424.Anchored = true
- o424.CanCollide = false
- o424.Locked = true
- o424.Size = Vector3.new(1.10000002, 1.10000002, 1.10000002)
- o424.CFrame = CFrame.new(-84.194313, 7.7412138, -413.00528, 2.59204724e-15, -5.56362707e-08, 1, 7.87137555e-09, 1, 5.56362707e-08, -0.99999994, 7.87137466e-09, 3.02998106e-15)
- o424.BottomSurface = Enum.SurfaceType.Smooth
- o424.TopSurface = Enum.SurfaceType.Smooth
- o424.Position = Vector3.new(-84.194313, 7.7412138, -413.00528)
- o425.Name = "SpecialMesh"
- o425.Parent = o424
- o425.MeshId = "rbxassetid://4082083430"
- o425.TextureId = "http://www.roblox.com/asset/?id=4082013712"
- o425.MeshType = Enum.MeshType.FileMesh
- o426.Name = "AvatarPartScaleType"
- o426.Parent = o424
- o426.Value = "Classic"
- o428.Name = "AccessoryWeld"
- o428.Parent = o424
- o428.C0 = CFrame.new(0.00401687622, -0.241205215, -0.396402359, 1, 7.87137555e-09, 3.02998127e-15, -7.87137555e-09, 1, -4.1444258e-16, -3.02998127e-15, 4.14442554e-16, 1)
- o428.C1 = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o428.Part0 = o424
- o428.Part1 = o377
- o430.Name = "Handle"
- o430.Parent = mas
- o430.Position = Vector3.new(-83.9607162, 7.75000715, -413.009308)
- o430.Rotation = Vector3.new(0, 90, 0)
- o430.Anchored = true
- o430.CanCollide = false
- o430.Locked = true
- o430.FormFactor = Enum.FormFactor.Symmetric
- o430.Size = Vector3.new(1.4200002, 0.870000005, 1.40999985)
- o430.CFrame = CFrame.new(-83.9607162, 7.75000715, -413.009308, 2.59204724e-15, -5.56362707e-08, 1, 7.87137555e-09, 1, 5.56362707e-08, -0.99999994, 7.87137466e-09, 3.02998106e-15)
- o430.BottomSurface = Enum.SurfaceType.Smooth
- o430.TopSurface = Enum.SurfaceType.Smooth
- o430.Position = Vector3.new(-83.9607162, 7.75000715, -413.009308)
- o431.Parent = o430
- o431.MeshId = "rbxassetid://726889242"
- o431.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
- o431.TextureId = "rbxassetid://726600123"
- o431.MeshType = Enum.MeshType.FileMesh
- o433.Name = "OriginalSize"
- o433.Parent = o430
- o433.Value = Vector3.new(1.4200002, 0.870000005, 1.40999985)
- o434.Name = "AccessoryWeld"
- o434.Parent = o430
- o434.C0 = CFrame.new(0, 0.349999994, -0.0299999993, 1, 7.87137555e-09, 3.02998127e-15, -7.87137555e-09, 1, -4.1444258e-16, -3.02998127e-15, 4.14442554e-16, 1)
- o434.C1 = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o434.Part0 = o430
- o434.Part1 = o377
- o436.Parent = o376
- o436.HeadColor = BrickColor.new("Light orange")
- o436.LeftArmColor = BrickColor.new("Light orange")
- o436.LeftLegColor = BrickColor.new("Light orange")
- o436.RightArmColor = BrickColor.new("Light orange")
- o436.RightLegColor = BrickColor.new("Light orange")
- o436.TorsoColor = BrickColor.new("Light orange")
- o437.Name = "Shirt"
- o437.Parent = o376
- o437.ShirtTemplate = "http://www.roblox.com/asset/?id=1942939563"
- o438.Parent = o376
- o438.Graphic = "http://www.roblox.com/asset/?id=2313289396"
- o439.Name = "Pants"
- o439.Parent = o376
- o439.PantsTemplate = "http://www.roblox.com/asset/?id=1686871468"
- o440.Name = "l0uh"
- o440.Parent = o1
- o440.PrimaryPart = o455
- o441.Name = "Head"
- o441.Parent = o440
- o441.BrickColor = BrickColor.new("Light orange")
- o441.Position = Vector3.new(173.282166, 6.50001097, 10.7303581)
- o441.Rotation = Vector3.new(0, -90, 0)
- o441.Anchored = true
- o441.FormFactor = Enum.FormFactor.Symmetric
- o441.Size = Vector3.new(1, 1, 1)
- o441.CFrame = CFrame.new(173.282166, 6.50001097, 10.7303581, 0, 0, -1, 0, 1, 0, 0.999999523, 0, 0)
- o441.TopSurface = Enum.SurfaceType.Smooth
- o441.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o441.Position = Vector3.new(173.282166, 6.50001097, 10.7303581)
- o446.Name = "face"
- o446.Parent = o441
- o446.Texture = "rbxasset://textures/face.png"
- o447.Parent = o441
- o447.MeshId = "http://www.roblox.com/asset/?id=2953451364"
- o447.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
- o447.TextureId = "http://roblox.com/asset/?id=2952976127"
- o447.MeshType = Enum.MeshType.FileMesh
- o448.Name = "AvatarPartScaleType"
- o448.Parent = o447
- o448.Value = "ProportionsSlender"
- o449.Name = "NeckRigAttachment"
- o449.Parent = o447
- o449.Value = Vector3.new(-0, -0.702411532, 0.0221303143)
- o450.Name = "FaceFrontAttachment"
- o450.Parent = o447
- o450.Value = Vector3.new(0, -0.27201128, -0.588587582)
- o451.Name = "HatAttachment"
- o451.Parent = o447
- o451.Value = Vector3.new(0, 0.479756117, 0.0221303124)
- o452.Name = "HairAttachment"
- o452.Parent = o447
- o452.Value = Vector3.new(0, 0.479756117, 0.0221303124)
- o453.Name = "FaceCenterAttachment"
- o453.Parent = o447
- o453.Value = Vector3.new(0, -0.27201128, 0.0221303124)
- o454.Parent = o441
- o454.C0 = CFrame.new(0, -0.5, 0, 1, 0, 0, -0, -0, -1, 0, 1, 0)
- o454.C1 = CFrame.new(0, 1, 0, 1, 0, 0, 0, 0, -1, 0, 1, 0)
- o454.Part0 = o441
- o454.Part1 = o463
- o455.Name = "HumanoidRootPart"
- o455.Parent = o440
- o455.Transparency = 1
- o455.Position = Vector3.new(173.282166, 5.00001097, 10.7303581)
- o455.Rotation = Vector3.new(0, -90, 0)
- o455.Anchored = true
- o455.CanCollide = false
- o455.FormFactor = Enum.FormFactor.Symmetric
- o455.Size = Vector3.new(2, 2, 1)
- o455.CFrame = CFrame.new(173.282166, 5.00001097, 10.7303581, 0, 0, -1, 0, 1, 0, 0.999999523, 0, 0)
- o455.BottomSurface = Enum.SurfaceType.Smooth
- o455.TopSurface = Enum.SurfaceType.Smooth
- o455.Position = Vector3.new(173.282166, 5.00001097, 10.7303581)
- o456.Name = "RootJoint"
- o456.Parent = o455
- o456.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o456.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- o456.Part0 = o455
- o456.Part1 = o463
- o456.MaxVelocity = 0.10000000149012
- o457.Name = "Left Arm"
- o457.Parent = o440
- o457.BrickColor = BrickColor.new("Light orange")
- o457.Position = Vector3.new(174.282166, 5.00001097, 10.2303591)
- o457.Rotation = Vector3.new(-105, -90, 0)
- o457.Anchored = true
- o457.CanCollide = false
- o457.FormFactor = Enum.FormFactor.Symmetric
- o457.Size = Vector3.new(1, 2, 1)
- o457.CFrame = CFrame.new(174.282166, 5.00001097, 10.2303591, 0, 0, -1, 0.9659217, -0.258818835, 0, -0.258817732, -0.965925872, 0)
- o457.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o457.Position = Vector3.new(174.282166, 5.00001097, 10.2303591)
- o459.Name = "Left Leg"
- o459.Parent = o440
- o459.BrickColor = BrickColor.new("Light orange")
- o459.Position = Vector3.new(174.282166, 3.00001097, 10.2303581)
- o459.Rotation = Vector3.new(90, -60, 90)
- o459.Anchored = true
- o459.CanCollide = false
- o459.FormFactor = Enum.FormFactor.Symmetric
- o459.Size = Vector3.new(1, 2, 1)
- o459.CFrame = CFrame.new(174.282166, 3.00001097, 10.2303581, 0, -0.5, -0.866025388, 0, 0.866025388, -0.5, 1, 0, 0)
- o459.BottomSurface = Enum.SurfaceType.Smooth
- o459.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o459.Position = Vector3.new(174.282166, 3.00001097, 10.2303581)
- o460.Name = "Right Arm"
- o460.Parent = o440
- o460.BrickColor = BrickColor.new("Light orange")
- o460.Position = Vector3.new(174.282166, 5.00001097, 11.2303572)
- o460.Rotation = Vector3.new(90, 0, 0)
- o460.Anchored = true
- o460.CanCollide = false
- o460.FormFactor = Enum.FormFactor.Symmetric
- o460.Size = Vector3.new(1, 2, 1)
- o460.CFrame = CFrame.new(174.282166, 5.00001097, 11.2303572, 0.999993563, -1.19208948e-07, 5.8021219e-15, -4.7306446e-16, -4.37113421e-08, -0.999999464, 1.19208948e-07, 1, -4.37114167e-08)
- o460.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o460.Position = Vector3.new(174.282166, 5.00001097, 11.2303572)
- o462.Name = "Right Leg"
- o462.Parent = o440
- o462.BrickColor = BrickColor.new("Light orange")
- o462.Position = Vector3.new(173.282166, 3.00001097, 11.2303581)
- o462.Rotation = Vector3.new(-90, -75, -90)
- o462.Anchored = true
- o462.CanCollide = false
- o462.FormFactor = Enum.FormFactor.Symmetric
- o462.Size = Vector3.new(1, 2, 1)
- o462.CFrame = CFrame.new(173.282166, 3.00001097, 11.2303581, 0, 0.258818835, -0.965925872, 0, 0.965925872, 0.258818835, 0.999999523, 0, 0)
- o462.BottomSurface = Enum.SurfaceType.Smooth
- o462.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o462.Position = Vector3.new(173.282166, 3.00001097, 11.2303581)
- o463.Name = "Torso"
- o463.Parent = o440
- o463.BrickColor = BrickColor.new("Light orange")
- o463.Position = Vector3.new(173.282166, 5.00001097, 10.7303581)
- o463.Rotation = Vector3.new(0, -90, 0)
- o463.Anchored = true
- o463.FormFactor = Enum.FormFactor.Symmetric
- o463.Size = Vector3.new(2, 2, 1)
- o463.CFrame = CFrame.new(173.282166, 5.00001097, 10.7303581, 0, 0, -1, 0, 1, 0, 0.999999523, 0, 0)
- o463.LeftSurface = Enum.SurfaceType.Weld
- o463.RightSurface = Enum.SurfaceType.Weld
- o463.Color = Color3.new(0.917647, 0.721569, 0.572549)
- o463.Position = Vector3.new(173.282166, 5.00001097, 10.7303581)
- o464.Name = "roblox"
- o464.Parent = o463
- o473.Parent = o440
- o473.RightLeg = o462
- o473.LeftLeg = o459
- o473.Torso = o455
- o475.Name = "Handle"
- o475.Parent = mas
- o475.Position = Vector3.new(173.4319, 5.70001125, 10.7303581)
- o475.Rotation = Vector3.new(0, -90, 0)
- o475.Anchored = true
- o475.CanCollide = false
- o475.Locked = true
- o475.FormFactor = Enum.FormFactor.Symmetric
- o475.Size = Vector3.new(1, 1, 1)
- o475.CFrame = CFrame.new(173.4319, 5.70001125, 10.7303581, 0, 0, -1, -6.83440315e-31, 1, 0, 0.999999523, 6.83439986e-31, 0)
- o475.BottomSurface = Enum.SurfaceType.Smooth
- o475.TopSurface = Enum.SurfaceType.Smooth
- o475.Position = Vector3.new(173.4319, 5.70001125, 10.7303581)
- o476.Parent = o475
- o476.MeshId = "http://www.roblox.com/asset/?id=315518694 "
- o476.TextureId = "http://www.roblox.com/asset/?id=315518757 "
- o476.MeshType = Enum.MeshType.FileMesh
- o478.Name = "AccessoryWeld"
- o478.Parent = o475
- o478.C0 = CFrame.new(5.96037353e-08, 0.299999714, 0.149727643, 1, -6.83440315e-31, 0, 6.83440315e-31, 1, -0, 0, 0, 1)
- o478.C1 = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o478.Part0 = o475
- o478.Part1 = o463
- o480.Parent = o440
- o480.HeadColor = BrickColor.new("Light orange")
- o480.LeftArmColor = BrickColor.new("Light orange")
- o480.LeftLegColor = BrickColor.new("Light orange")
- o480.RightArmColor = BrickColor.new("Light orange")
- o480.RightLegColor = BrickColor.new("Light orange")
- o480.TorsoColor = BrickColor.new("Light orange")
- o481.Name = "Shirt"
- o481.Parent = o440
- o481.ShirtTemplate = "http://www.roblox.com/asset/?id=2146593171"
- o482.Name = "Pants"
- o482.Parent = o440
- o482.PantsTemplate = "http://www.roblox.com/asset/?id=2688156990"
- o483.Name = "BanHammar"
- o483.Parent = o440
- o483.TextureId = "http://www.roblox.com/asset/?id=10684453"
- o483.GripPos = Vector3.new(0, -1, 0)
- o484.Name = "Handle"
- o484.Parent = o483
- o484.BrickColor = BrickColor.new("Dark stone grey")
- o484.Position = Vector3.new(174.804321, 5.53989458, 10.9165268)
- o484.Rotation = Vector3.new(24.3600006, 11.4200001, -18.2399998)
- o484.Anchored = true
- o484.FormFactor = Enum.FormFactor.Plate
- o484.Size = Vector3.new(1, 5.20000029, 1)
- o484.CFrame = CFrame.new(174.804321, 5.53989458, 10.9165268, 0.93096751, 0.30672428, 0.19803977, -0.207502678, 0.890807927, -0.404232681, -0.300403386, 0.335233867, 0.892959118)
- o484.BottomSurface = Enum.SurfaceType.Smooth
- o484.TopSurface = Enum.SurfaceType.Smooth
- o484.Color = Color3.new(0.388235, 0.372549, 0.384314)
- o484.Position = Vector3.new(174.804321, 5.53989458, 10.9165268)
- o485.Parent = o484
- o485.MeshId = "http://www.roblox.com/asset/?id=10604848"
- o485.Scale = Vector3.new(0.5, 0.5, 0.5)
- o485.TextureId = "http://www.roblox.com/asset/?id=10605252"
- o485.MeshType = Enum.MeshType.FileMesh
- o487.Parent = o483
- o487.AnimationId = "http://www.roblox.com/twohandswordwithswingout-item?id=32659706"
- 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