Hello! and sorry if I’m using the wrong category…
I’m making a game that use a lot of different cameras position, but there’s a little problem…
It’s very hard to place your parts in a great position to put the camera on them, I think it would be way more easier if there’s a method or plugin that places a part exactly where your camera is in studio (I’ve searched up but didn’t find any result)
So… do you guys know any solution?
You can access your studio camera in the command console through workspace.CurrentCamera . You can also use the Instance.new method to create a new part. Hope this helps
This will put a part at your camera’s current position. You can also easily make a plugin that does that, if you are interested in learning that check this article out.