Does Context Action Service support 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?

1 Like

Mouse button input EnumItems are located inside UserInputType Enum, which ContextActionService:BindAction function also supports.

1 Like

do you know what their called?

1 Like

This link should help you.

1 Like

Thank you!

I searched this instead