guy123457

Untitled

Dec 13th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. for i,v in pairs(game.Workspace:GetChildren()) do
  2. if v.ClassName == "Model" then
  3. v.Humanoid.JumpPower = 150
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment