@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 |