How do I get where the camera is pointed in a plugin

I’m making a plugin where you insert an object and I want to object to insert where the camera is pointed. Kind of like when you insert a part into the workspace.
Any help is appreciated :slight_smile:

You can use Camera.Hit. This will return the exact Vector3 Position of where the Camera hits a part.