You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? I would like to make it so the players camera doesn’t orbit around the players head, instead making the camera be actually inside the head.
-
What is the issue? So for a game I have a spawner that makes you tiny, and a few scripts to change fov and camera offset to make it seem like your character is in a normal scaled Roblox game whilst still being tiny. It’s been going fine however I noticed that when you’re in first person, the camera actually orbits quite far behind the players head. This is a problem since this could make first person in vehicles really difficult for my game, since it’s so tiny.
The camera behind the red screen in first person
Where I actually am
- What solutions have you tried so far? At first i thought my camera offset was too far back, but I soon realised that wasn’t the case. My guess is it’s the minimum zoom distance property on starter player, except I can’t change that below 0.5 studs.
Any fix is appreciated even if it’s hacky, i’m just stuck since the script I tried didn’t work. thanks in advance