Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService('UserInputService').InputBegan:Connect(function(input)
- if input.KeyCode == Enum.KeyCode.W then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end
- if input.KeyCode == Enum.KeyCode.A then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end
- if input.KeyCode == Enum.KeyCode.S then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end
- if input.KeyCode == Enum.KeyCode.D then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end
- if input.KeyCode == Enum.KeyCode.LeftShift then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end
- end)
Add Comment
Please, Sign In to add comment