#How do I change the Camera's Position/CameraSubject to a specific location/part?
13 messages · Page 1 of 1 (latest)
ill make the part changing part when i remember how to join strings
part is literally the part's name
no work
13 messages · Page 1 of 1 (latest)
local Camera = game.Workspace.CurrentCamera
local Part = game.Workspace.part -- rename "Part" with the part's name
camera.CameraType = Enum.CameraType.Scriptable
Camera.CFrame = CFrame.new(Camera.Position,Part.Position)
lmk if this works
ill make the part changing part when i remember how to join strings
part is literally the part's name
no work