Not Locking Camera In Part, Why Is This?
Asked by
5 years ago Edited 5 years ago
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,
can anyone debunk this myth?
I've check many sites including the wiki and tried there methods and everything I could POSSIBLY can. Please help!
2 | workspace.CurrentCamera = Enum.CameraType.Scriptable |
3 | workspace.CurrentCamera.CFrame = CFrame.new(workspace.cameraPart) |
5 | workspace.CurrentCamera = = Enum.CameraType.Scriptable and workspace.CurrentCamera.CFrame = = workspace.cameraPart |
Thanks!,
Narwhal