How to disable player movement

maherar

Member
Hi,
How I can disable player movement at runtime for a short time and reduce mouse sensitivity?
I have a scenario in which a player will do a short conversation with another character in-game, during that time, the player can't move in any direction while he can look around by moving the mouse.
Thank you,
 
You can disable positional and rotational input on your conversation ability. You can also use the state system to modify the mouse sensitivity while your ability is active.
 
Top