Hello,
I want to create a custom mobile thumbstick/joystick for my game. This joystick should behave like the standard (NOT dynamic) thumbstick ROBLOX has.
The problem I’m encountering has to do with multiple touch inputs at the same time. I am using the .TouchMoved event to rotate the camera, and the problem is that if you want to use the thumbstick, it will prompt issues because 2 fingers will be touching the screen & moving it around, which will eventually cause the camera to rotate badly.
Any solutions?