1 | game:GetService( "UserInputService" ).InputBegan:connect( function (input, _) |
2 |
3 | if input.KeyCode = = enum.KeyCode.W then |
4 |
5 | print ( "the player pressed W" ) |
6 |
7 | end |
8 |
9 | end ) |
I Want It So That When You Press W Then The CameraMaxZoomDistance In Local Player To Change It's Property To Change A Value