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

How do I make a FilteringEnabled Touch part script?

Asked by 6 years ago

Since I am a beginner at using FilteringEnabled, FilteringEvents and FilteringFunctions. Can someone explain how to make a touch part script which does something?

1 answer

Log in to vote
0
Answered by
mattscy 3725 Moderation Voter Community Moderator
6 years ago

If it is just a normal server touch script, you should be able to do the exact same as you would without FilteringEnabled and it should work fine. Otherwise, if you need to change something client-sided when the part is touched, you can add the script in a localscript in a place that somewhere that is individual to each client, such as StarterGui.

0
Is cloning the GUI in the PlayerGui considered Client Sided? Florian27 76 — 6y
0
If there is a local script inside a gui that you clone into PlayerGui, then that local script will run on the client. mattscy 3725 — 6y
0
Thanks. :) Florian27 76 — 6y
Ad

Answer this question