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

How to change camera offset?

Asked by 6 years ago

I don't like the ROBLOX normal camera offset, makes the character looks small. How to do this, without glitching the camera?

1 answer

Log in to vote
0
Answered by
Anubizx 76
6 years ago

First, create a LocalScript at StarterPack then use this code:

local cam = game.Workspace.CurrentCamera

cam.CameraSubject = game.Workspace.Humanoid
cam.CameraType = "CameraType"

All Camera Types, you can find at Roblox Wiki, there has a lot of types and videos that you can see how it work.

Ad

Answer this question