Advertisement
Shrektella

FE Checker

Feb 23rd, 2017
2,565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if workspace.FilteringEnabled == true then
  2. a = Instance.new('Message',game.Players.LocalPlayer.PlayerGui)
  3. a.Text = "The game has FE enabled."
  4. wait(5)
  5. a:Destroy()
  6. elseif workspace.FilteringEnabled == false then
  7. b = Instance.new('Message',game.Players.LocalPlayer.PlayerGui)
  8. b.Text = "The game has FE disabled."
  9. wait(5)
  10. b:Destroy()
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement