Filtering with gui (pretty sure its scripting)

So with the script for a textbutton or something, how do I make it so that everybody can see what a button does after you click it? Is it local and server scripts that toggles filtering?

1 Like

You can create the button on the client side. Then when you click it you can make it fire a RemoteEvent. You can handle the rest on the server utilizing the remote.

1 Like

oh ok. I thought it had something to do with server and local scripts

(I know some scripts break if its supposed to be server and you do local or vice versa)

It can break yes.

Client accepts: LocalScripts, Scripts, and ModuleScripts
Server accepts: Scripts and ModuleScripts

1 Like