repeat wait() until game:IsLoaded() local plr = game.Players.LocalPlayer local char = plr.Character or plr.CharacterAdded:Wait() local hrp = char:WaitForChild("HumanoidRootPart") task.delay(0, function() hrp.Velocity = Vector3.zero hrp.RotVelocity = Vector3.zero hrp.CFrame = CFrame.new(-1017.56, -1, 2475.20) end) task.delay(8 , function() local TeleportService = game:GetService("TeleportService") TeleportService:TeleportToPlaceInstance(game.PlaceId, game.JobId, plr) end)