Which one is better UserInputService or ContextActionService?

exactly what the title says :arrow_up: and why i ask this question is because im trying to make a game and wondering which one is better

They accomplish completely different goals (aside from they both get user input in some way). What’s your use case?

1 Like

like abilities and stuff (taking space)

I would say context action service is better for that. And I’m saying that because abilities can be context based. I.e. unlocking new abilities. This allows you to easily rebind specific keys to abilities based on specific contexts of the game.

1 Like

Check this out to see the difference and compare!

1 Like

You could even go primitive and just use the mouse object.