How do I get the CurrentCamera of the Studio camera?

I am making a plugin and I need the CurrentCamera of the studio workspace.

I made a RemoteEvent and had it fired to a LocalScript but problem being, I don’t have a player I could shoot it to.

workspace.CurrentCamera in studio’s command bar.

The camera is what you move in studio, I don’t understand what you mean.

Erm… couldn’t you just manipulate the Studio camera itself?

game.Workspace.Camera
1 Like

Yeah, this is it. There was some influence in the game somehow and way but after opening a new studio this worked

1 Like