Like a part in the camera that follows it..
I made this code but I just inserts a part into the camera:
local cam = game.Workspace.CurrentCamera local part = Instance.new("Part", cam) part.Position = cam.Focus --follow the focus ples