Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What is the difference between CurrentCamera and Camera in workspace?

Asked by 3 years ago

In the workspace there is:

game.Workspace.CurrentCamera

and:

game.Workspace.Camera

What is the difference between these two?

1 answer

Log in to vote
0
Answered by 3 years ago

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..

learn more here

Ad

Answer this question