Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

repeat wait() until game:IsLoaded()

if game.PlaceId ~= 5591597781 then return end


getgenv().DefaultCam = 1
function deek()
getgenv().DefaultCam = 1
for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
if v.ClassName == "MeshPart" and v.Name == "PhilipsRazor" and v.Position.Y < 1000
then

game.Players.LocalPlayer.Character.HumanoidRootPart.Position = v.Position
--game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame

end
end
end
deek()
game.Workspace.ChildAdded:Connect(function(e)
deek()
end)

You might also like