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

Can you change how far to the right the camera is in Roblox's "Shift lock mode"?

Asked by 6 years ago

I use shift lock in my game, and it enables it on default the minute you join the game because my game is a 3rd person shooter. But I was wondering if there is anyway you could make the camera go farther to the right than it does by default.

Ive tried looking through the code because they have to obviously tell it somewhere that the camera is supposed to be to the right but I couldnt find it.

The code for the camera is over 1500+ lines so I wont post it here, but does anyone have any ideas, tutorials, maybe wiki pages?

1 answer

Log in to vote
0
Answered by 6 years ago

You can change Humanoid.CameraOffset's X or Z axis.

0
How, usually when I do that it over writes my current camera script. GottaHaveAFunTime 218 — 6y
Ad

Answer this question