Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it possible to disable mobile camera? [SOLVED]

Asked by 6 years ago
Edited 5 years ago

I created a sort of 2D platformer where your camera is in one position and just scrolls to the right and left. However, when I tested it out on a mobile device the camera was normal and could look in all directions. I haven't tried anything because well, after looking for a while on several sources I couldn't find anything to try. Any help at all would be appreciated!

1 answer

Log in to vote
0
Answered by
DanzLua 2879 Moderation Voter Community Moderator
6 years ago

You could probably remove this feature all entirely by creating a new localscript instance and placing it inside starterplayerscripts, after that rename it "CameraScript" (there doesn't need to be anything inside it) this will replace the default camera script where this feature is most likely located inside.

Ad

Answer this question