HowToRoblox

ChangeWalkAndJump

May 6th, 2020
3,380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. game.ReplicatedStorage.OnCrouchBegun.OnServerEvent:Connect(function(plr, hum, speed, jump)
  2.    
  3.     hum.WalkSpeed = speed
  4.     hum.JumpPower = jump   
  5. end)
Add Comment
Please, Sign In to add comment