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

With FilteringEnabled, how can a script tell a local script to do something?

Asked by 6 years ago

I'm having some difficulty with FilteringEnabled. Especially since GUIs can only be changed with local scripts.

I have a script in the ServerScriptService. I need it to tell a LocalScript in the player's backpack to change an ImageLabel's ImageTransparency.

What I tried: I tried using a BoolValue and .Changed in the LocalScript, but it was having issues detecting values changing.

So how can I make a script tell a local script to do something?

1
use :FireClient() and .OnClientEvent abnotaddable 920 — 6y
0
I thought it would be something to do with FireClient and OnClientEvent. I got it, thanks. Jesse1240 59 — 6y

Answer this question