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

How to make FPS camera movement?

Asked by 5 years ago

I have this zombie game where I want people to walk around in First Person Lock but I wan the camera to bob up and down. I also have the walkspeed set to 8 if it has any effect. I tried this...

--This Part is Fake... OBVIOUSLY--
while true do
    if game.Players.LocalPlayer.Moving = true then
        game.StarterPlayer.StarterCharacter:GetChildren().Position = ypos+5
        wait(0.3)
        game.StarterPlayer.StarterCharacter:GetChildren().Position = ypos-5




--Thats just an  IDEA of what I want it to do so don't just report me because that is fake ok?--

Anyways does anyone know how I could implement this?

I also know about Humanoid.Running but Idk much about it.

0
This isn't a request site, and I think there is a fps tutorial on scripting helpers blog. MahadTheIronSword 98 — 5y
0
I want to know how to move the camera, not make people in FPS zboi082007 270 — 5y

Answer this question