Hey there! One of the games I am making on my dev group needs a character creation system, and in order to do that I need to point a camera at a dummy, yet the script I made just points the camera to the floor,
I've check many sites including the wiki and tried there methods and everything I could POSSIBLY can. Please help!
repeat wait() workspace.CurrentCamera = Enum.CameraType.Scriptable workspace.CurrentCamera.CFrame = CFrame.new(workspace.cameraPart) until workspace.CurrentCamera == Enum.CameraType.Scriptable and workspace.CurrentCamera.CFrame == workspace.cameraPart
There you go bud
workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable workspace.CurrentCamera.CFrame = game.Workspace.cameraPart.CFrame