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

I need help with the player camera. Can anyone help?

Asked by 7 years ago

I want to shoot people that is above or under me (It's a FPS game)

Can I make the camera to be pointed straight down/up?


A FPS needs to be in first person. Duhhh

How do I lock the camera to first person. Please help if you have time :)


Join my Discord server Here

1 answer

Log in to vote
0
Answered by
YTGonzo 20
7 years ago

1st to make the camera in first person you have to do this

local Cam = workspace.CurrentCamera

Cam.CameraMode = "1"

and making it so the person can shoot above and below you I don't understand what you mean by that please explain more

0
I mean i want the characters to "learn" to look straight down/up Dannzvmp 4 — 7y
0
And where do i put the script? Dannzvmp 4 — 7y
0
You would put the script inside starterpack YTGonzo 20 — 7y
Ad

Answer this question