Advertisement
IHATEMICROWAVEOVEN

you will jump

Aug 28th, 2021
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. for _, i in pairs(game.Players:GetPlayers()) do
  2. if (i.Character.Torso.Position - Model.Torso.Position).Magnitude <= 150 then
  3. -- local ogjp = i.Character.Humanoid.JumpPower
  4. -- i.Character.Humanoid.JumpPower = 50
  5. i.Character.Humanoid.Jump = true
  6. -- i.Character.Humanoid.JumpPower = ogjp
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement