In the workspace there is:
game.Workspace.CurrentCamera
and:
game.Workspace.Camera
What is the difference between these two?
Workspace.CurrentCamera
gives access to the player's viewport camera.. This property was made to fix some replication complications that resulted by directly accessing the camera object.. in other words, this property is essential to successful 3D viewport replication..