Can't Move Camera On Mobile Bug

Upon testing my game on mobile, it seems like I cannot turn my camera in any direction. I can still move around just not look in any particular direction using my fingers.

Video of this happening:


If anyone has any idea what may be causing this it would really help. Thanks!

1 Like

This happens to me too, and the way i fix it just by… pressing the roblox icon (i mean, making the player list thing appears) I don’t know if this will work for you though

Just tried it and still doesn’t seem to be working

For those wondering, I just needed to return Enum.ContextActionResult.Pass because the plane movement code in this situation was over-riding default camera movement :slight_smile:

1 Like

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