How do I make the player be forced into first person when he clicks play?
I am currently working on a menu GUI for my FPS (Design going well). In games like Phantom Forces, you can freely scroll around (being able to customize your weapon and such) until you click play, where it locks your player in first person until you die. I already have a code for making the menu disappear when you click play (it works), but how do I lock the player into first person once he does that?
This is the code for making the menu disappear when you click play, considering you guys might have wanted to see my progress with it.
4 | bin.Parent.Visible = false |
6 | bin.MouseButton 1 Down:connect(Clicked) |