Stage Camera Help

Hello Developers! I’m trying to make a command to do everyone face the stage. I already tried it, but it didn’t worked for no reason, no outputs errors.I will now answer these questions.

  1. What do you want to achieve? Keep it simple and clear!

I want to do a View stage command like this: Command is run then everyone faces the stage.

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

I tried making other topic but it got lost, I tried searching in topics, in the Developer Hub, in others platforms, but nothing of that helped.

I want to do something like this: View Stage command

I hope you can help me.

Kindest regards,
Waum_a.

Can you provide your failed attempt? We’ll be able to tell you why it didn’t work.

First you have to define what the currentcamera is, and the one you want it to be. Something like this:

local cam1 = game.Workspace.CurrentCamera
local cam2 = game.Workspace.Camera

Here you have it! Moving the Camera Help

It doesn’t look like the full code is provided there, at least not for the client side (if that is the full code then you should definitely get a big error in the output when you run it). Also avoid making duplicate topics if you’re asking about the same issue. You should continue to use that more detailed topic instead of creating a new topic.

If you’re unsatisfied with the answers you’ve got on the topic, perhaps look at whether you’ve defined the question well, or whether you’ve fully understood their comments.

Yeah, the remote event isn’t defined.