Local script not visible to everyone (only player)

So, pasting the script from starter character scripts to server script service should work?

Unfortunately, no.

You would need to cut the code from the LocalScript, then paste it into a Script.

Then you need to setup a RemoteEvent to receive the Camera info.

You still need a LocalScript, but now it only sends the player camera info to the RemotEvent that is picked up by your new Server script.

You could also use a UnreliableRemoteEvent as pointed out earlier, since they do not care if they drop a few request and are less taxing on the performance.

This is a great page that explains how to setup RemoteEvents:

These are code examples you can learn from.

Ah, i see, Yeah Iā€™m going to ask the guy who made it for me to fix it because of how complicated it looks, i thought it was an easy fix but i guess not, thanks anyways.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.