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

How do you make a client sided map that does not replicate to anyones clients?

Asked by
0ea 0
9 years ago

I'm making a game and I've enabled filtering enabled. What I noticed though is that the script is replicating globally not client-sided. I'm wondering how I could stop the changes replicating to all the clients

2 answers

Log in to vote
1
Answered by
BlueTaslem 18071 Moderation Voter Administrator Community Moderator Super Administrator
9 years ago

Use a LocalScript.

With filtering enabled, changes done by any LocalScript are ignored by the server, and not passed off to the other clients.


With FilteringEnabled, Script objects act as before, since they are executed by the server.

0
I actually love how Filtering enables local parts in the entire Workspace. <3 adark 5487 — 9y
Ad
Log in to vote
0
Answered by
OniiCh_n 410 Moderation Voter
9 years ago

Or...

Put parts in a player's camera

Answer this question