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

Question with FilterEnabled...?

Asked by 9 years ago

Could i get an example on how to make anything work using FilterEnabled? I want to make my games more secure but i'm not sure on how to do so when FilterEnabledjust breaks it...

I'VE ALREADY READ THE WIKI, it's not helping...

0
Did you not read the wiki? It says it will brake many game scripts. fireboltofdeath 635 — 9y

1 answer

Log in to vote
0
Answered by
jobro13 980 Moderation Voter
9 years ago

Try reading the blog post I wrote yesterday! It explains what filtering does and how you need to write your code in order to make it work!

0
I already read that, it's not really helping...i mean i understand but like if i want to get a button to work or just the game. Those examples were not what i was looking for. peoplemove12 148 — 9y
0
A button usually does something to the work, such as opening doors. If you want to do this, you will need a RemoteEvent (or RemoteFunction, doesn't really matter in this case) ON the server which opens the door for you. Once a client clicks the button the script should signal the server (Invoke) that the door should open. That's how filtering should work. jobro13 980 — 9y
Ad

Answer this question