Fist of all, hello everyone!
-
What do you want to achieve?
I’m trying to build a cross-platform Basketball arcade game where the player shoots balls aimed at mouse position at a moving hoop. The PC part is done and working decently well -
What is the issue?
In order to be able to correctly make the interpolation between screen position and world position I need to force first person camera mode. And it works great on PC, I can right click and move the camera and its perfect. While testing with the emulated mobile roblox studio gives me, cursor is locked at the center of the screen and I cannot move the camera. -
What solutions have you tried so far?
I searched some videos about mobile camera glitches but nothing really similar to my problem. I searched the hub and also found nothing.
Literally the only thing im doing that affects the camera code-wise is
player.CameraMode = Enum.CameraMode.LockFirstPerson