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

Roblox FPS Problem?

Asked by 9 years ago

I have got a script i made and i put it in starter gui Script:

script.Parent.Parent.CameraMode = Enum.CameraMode.LockFirstPerson

that script works but then when i die i can zoom out again! also i thought of a loop but that crashed roblox studio.

3 answers

Log in to vote
-1
Answered by 9 years ago
script.Parent.Parent.CameraMode = Enum.CameraMode.LockFirstPerson

script.Parent.Parent.Character.Humanoid.Died:connect(function(plr)
script.Parent.Parent.CameraMode = Enum.CameraMode.LockFirstPerson
end)
0
Thanks that really helped :) LittleBigDeveloper 245 — 9y
0
no problemoooo DominusAstra -2 — 9y
Ad
Log in to vote
-1
Answered by 9 years ago

What FPS Stand For?

0
"Frames Per Second" and "First Person Shooter", im using it as First Person Shooter :) LittleBigDeveloper 245 — 9y
0
Thank :D Wilbert026 10 — 9y
Log in to vote
-3
Answered by 9 years ago

Wait, Its not an answer its a question, Where do I put the script:

script.Parent.Parent.CameraMode = Enum.CameraMode.LockFirstPerson

script.Parent.Parent.Characer.Humanoid.Died:connect(function(plr) script.Parent.Parent.CameraMode = Enum.CameraMode.LockFirstPerson end)

Because I don't know if it's local, normal or what?

Answer this question