#set camera direction
10 messages · Page 1 of 1 (latest)
Remove the Position
❌
workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position)
✅
workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame)
i hate using cframes
hm doesnt seem to be working
just gives error Players.TheodoreTheDuck.PlayerScripts.LocalScript:10: invalid argument #1 to 'new' (Vector3 expected, got CFrame)
and when i remove the CFrame.new() part and just keep whats inside, it does nothing
show full script