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

How do i get the player camera in a server script?

Asked by 6 years ago
Edited 6 years ago

Hi i', working on a fe game and i wanted to make a follow camera script my issue is that i don't know how to get the camera of the player / if it's possible?

Is it possible to get the player camera with a server script?

(sorry for my bad english :/)

0
You can use a sever script to clone a local script into your player to get the current camera. Impacthills 223 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

I don't think you need a server script for this. Camera manipulations should be done locally since they create unneeded stress on the server. If you have a server script that controls whom the camera follows, then parse the subject to the local script using a remote event.

Ad

Answer this question