Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

Admin Third Person Mode? [closed]

Asked by 8 years ago

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
0
This is a clear definition of a request. This is NOT a request site. User#11440 120 — 8y
0
u so kind Zombierule1 5 — 8y
0
I know <3. Btw, you should learn how to use a code block. Click the blue Lua button and then place your code in the middle. This makes it MUCH more easy to read. User#11440 120 — 8y
1
What's with the random "then"s? You can't write this like English. You have to write it correctly. You're missing "s and also it's quite hard to understand with the code so broad. TheHospitalDev 1134 — 8y
0
wheres the 'if' LifeInDevelopment 364 — 8y

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?