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

How do I manipulate ALL players cameras?

Asked by 10 years ago

I know how to manipulate my OWN camera on test mode. But I don't know how to do ALL's (I know you have you use Local Script).

1 answer

Log in to vote
1
Answered by
Perci1 4988 Trusted Moderation Voter Community Moderator
10 years ago

Put a local script in StarterGui. This will make it so that the local script is copied for each player, thus letting you affect each player. As for getting the camera, you just use game.Workspace.CurrentCamera.

Since you already know some camera manipulation, I do not believe I need to explain how to actually manipulate the camera.

Hope I helped!

0
THANKYOU. REALLY! THANKYOU. colguylew 5 — 10y
0
No problemo c: Perci1 4988 — 10y
Ad

Answer this question