#How do i Attach cam

1 messages · Page 1 of 1 (latest)

finite compass
#

How do i attach camera player to part, i use cframe thingy but it doesnt work

shut quarry
thick stone
#

use while loop frfr

runic heron
#

or

local camera = workspace.CurrentCamera
local cameraPart = workspace.CameraPart
local hum = ...

camera.CameraSubject = cameraPart
task.wait(5)
camera.CameraSubject = humanoid
finite compass
#

Alrr ty all