Advertisement
marcuslolwtf

Untitled

Mar 23rd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. if game:GetService("Workspace").FilteringEnabled == true then
  2. warn("FE is Enabled (Filtering Enabled)")
  3. game:GetService("StarterGui"):SetCore("SendNotification", {
  4. Title = "FE is Enabled";
  5. Text = "Filtering Enabled, use FE Scripts or a Backdoor.";
  6. })
  7. else
  8. warn("FE is Disabled (Filtering Disabled)")
  9. game:GetService("StarterGui"):SetCore("SendNotification", {
  10. Title = "FE is Disabled";
  11. Text = "Filtering Disabled, you can use FD Scripts..";
  12. })
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement