Advertisement
xcrossy05

Roblox Shift To Sprint Script

Jan 16th, 2019
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. -- Variablesn:Connect(function(key)
  2. if key.KeyCode == Enum.KeyCode.LeftShift then
  3. character.Humanoid.WalkSpeed = ShiftSpeed
  4. end
  5. end)
  6.  
  7. UserInputService.InputEnded:Connect(function(key)
  8. if key.KeyCode == Enum.KeyCode.LeftShift then
  9. character.Humanoid.WalkSpeed = 16
  10. end
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement