of     1   

redfatguy223
#219123273Sunday, June 18, 2017 1:14 AM GMT

Yeah, the title says it all. How do I force the player to play a game in a certain camera perspective? i like turtles.
F_0xie
#219183892Sunday, June 18, 2017 9:37 PM GMT

So there is more than 1 way, but they are different. First way is to go to File and click settings then click camera or something like that. Another way is to open explorer and under workspace click camera with properties open and you can edit it.
JellyYn
#219184834Sunday, June 18, 2017 9:51 PM GMT

@F_0xie | They are right. I don't know if you mean like, first person and third person, but there is a script for locking first person mode, and keeping people out. I will just give them to you, in case you ever need them.. Lock First Person: game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson Keeping them OUT of First Person game:GetService('Players').LocalPlayer.CameraMaxZoomDistance = 5 -- Keep at 5, so they can't zoom into first person^ game:GetService('Players').LocalPlayer.CameraMinZoomDistance = 5 -- Your value here I only make homemade models, free models are what people use as excuses for their laziness

    of     1