Help of Dash system

I’m making a dash system.I use UserinputService.Begin and Ended to detect W,A,S,D to decide Dash direction.
But for mobile player,its useless.How can i detect ThumbStick move direction to decide Dash direction?

1 Like

Hi, you could make a custom UI for mobile, or use TouchMoved or a similar event related to touchscreens.

3 Likes

Use Humanoid.MoveDirection and compare it to the camera’s direction.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.