Advertisement
creepstu

Darth's long jump per difficulty [roblox script]

Apr 17th, 2023 (edited)
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. while true do
  3.     for _, v in ipairs(game.Workspace.Checkpoints:GetChildren()) do
  4.         p.Character.HumanoidRootPart.CFrame = v.CFrame
  5.         wait()
  6.     end
  7.     if p.leaderstats.Stage.Value == 29 then p.Character.Humanoid.Health = 0 end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement