Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.55 KB | None | 0 0
  1. I am on phone(using browser) i will try my best to answer this.
  2. Players.PlayerJoined:Connect(function(player)
  3.     while true do
  4.         while Players.Health == 0 then
  5.               repeat wait(0.1) until Player.Health == Player.MaxHealth
  6.               player.Position = Workspace["Checkpoint"..tosting (Leaderboard:GetPlayerColumnValue(player,"Level"))].Position
  7.           end
  8.      end
  9. end)
  10. Idk if this will work,
  11. Here is what to do
  12. Name your checkpoints depending on level
  13. Like the level or obby is 10 then name part Checkpoint10
  14. Hope this helps!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement