Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UIS.InputBegan:connect(function(input)
- if input.KeyCode == Enum.KeyCode.Q then
- Character.Humanoid.WalkSpeed = 10
- UIS.InputBegan:connect(function(input)
- if input.KeyCode == Enum.KeyCode.E then
- Character.Humanoid.WalkSpeed = 20
- return
- UIS.InputBegan:connect(function(input)
- if input.KeyCode == Enum.KeyCode.R then
- Character.Humanoid.WalkSpeed = 30
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement