Hello, iām trying to find the keycode for scroll wheel up and down so i can make a camera zooming in/out system using this.
Can anyone explain to me how i can do this with UIS? What can i do.
Thanks
Hello, iām trying to find the keycode for scroll wheel up and down so i can make a camera zooming in/out system using this.
Can anyone explain to me how i can do this with UIS? What can i do.
Thanks
You can probably check the UserInputType when an Input is made using InputBegan
or InputChanged
, but you can also use Player:GetMouse()
to do it, which contains the WheelFoward
and WheelBackward
Events, which those Events will likely help you more.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.