Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local child=game.workspace.Checkpoints:GetChildren()
- local module = loadstring(game:HttpGet"https://raw.githubusercontent.com/LeoKholYt/roblox/main/lk_serverhop.lua")()
- repeat
- wait()
- game.StarterGui:SetCore("SendNotification", {
- Title = "Waiting for game to load";
- Text = "Waiting for game to load";
- Duration = 0.1;
- })
- until
- game:IsLoaded()
- wait(1)
- for i=1,#child do
- wait(0.06)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(game:GetService("Workspace").Checkpoints[i].Position)
- end
Advertisement
Add Comment
Please, Sign In to add comment