It’s a dumb question I know but I’m trying to make a combat game with CAS but I don’t know what the left mouse button and right mouse button is called?
Do I need to use UserInputService for LMB and RMB?
It’s a dumb question I know but I’m trying to make a combat game with CAS but I don’t know what the left mouse button and right mouse button is called?
Do I need to use UserInputService for LMB and RMB?
Mouse button input EnumItems are located inside UserInputType
Enum, which ContextActionService:BindAction
function also supports.
do you know what their called?