Advertisement
HiDad910

Fe Checker

Feb 16th, 2021
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. if workspace.FilteringEnabled == true then
  2. game.StarterGui:SetCore("SendNotification", {
  3. Title = "Fe Enabled",
  4. Text = "Retard",
  5. Duration = 10
  6. }
  7. )
  8.  
  9. elseif workspace.FilteringEnabled == false then
  10.  
  11. game.StarterGui:SetCore("SendNotification", {
  12. Title = "Fe Disabled",
  13. Text = "Noice",
  14. Duration = 10
  15. }
  16. )
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement