I’m just making a simple lobby for my game so players at least have something to do in game if they come across it!
For whatever reason when I go in game, its stuck in first person! I have no clue why as well. I’ve tried so many things to fix it but nothing works.
I’ve tampered with the camera, I’ve quite literally just scripted back to the classic camera and yet it still didn’t work. Then when I looked it up on the forums well I just got how to get a first person camera not how to remove one that’s there for no reason!
This is really all I did to change the camera back and it didn’t work!
lPlayer = game.Players.LocalPlayer
lPlayer.CameraMode = Enum.CameraMode.Classic
It’s simple yes, but its really not the issue here. I really do need help with this because well, my game isn’t meant to be first person. I doubt it has a lot to do with scripting something because I think its just a camera bug, but if there is a script that can fix it I’d appreciate it! I hope whoever is reading this has a great day!