Hi all, first off, I would love to thank you for at least considering answering my question or at least show some sort of attention on this.
Myself and a partner are creating this new FPS game that is scripted with a consistent First Person Lock and I would like to have Third Person and First Person available, however, I am not quite sure how to script it and I require your help.
In this script, I would love to have the ability for me and my partner only to be able to change from different POV's.
If this is possible, I would love your help and support.
-Zombierule1
FORGOT TO ADD:
This is what I wrote.
local player = game.Players.LocalPlayer player.CameraMode = Enum.CameraMode.Classic wait() player.CameraMode = Enum.CameraMode.LockFirstPerson --Locks the view into first person local player = game.Players.LocalPlayer = Zombierule1 then do not player.cameramode = Enum.CameraMode.Classic then do player.CameraMode = Enum.Cameramode.LockThirdPerson and LockfirstPerson end
Closed as Not Constructive by User#11440, TheHospitalDev, and Shawnyg
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?