Advertisement
Frozz_Hub

FE Check

Mar 31st, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. --Press F9 on your keyboard to see the output.
  2. if game.Workspace.FilteringEnabled == true then
  3. print("Filtering is enabled.")
  4. else
  5. print("Filtering is disabled.")
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement