Rhysical

end

Sep 10th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. local child=game.workspace.Checkpoints:GetChildren()
  2. local module = loadstring(game:HttpGet"https://raw.githubusercontent.com/LeoKholYt/roblox/main/lk_serverhop.lua")()
  3. repeat
  4. wait()
  5. game.StarterGui:SetCore("SendNotification", {
  6. Title = "Waiting for game to load";
  7. Text = "Waiting for game to load";
  8. Duration = 0.1;
  9. })
  10. until
  11. game:IsLoaded()
  12. wait(1)
  13. for i=1,#child do
  14. wait(0.06)
  15. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(game:GetService("Workspace").Checkpoints[i].Position)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment