Advertisement
Migas3456

fe detector script lol pls

Dec 25th, 2017
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local TextLabel = Instance.new("TextLabel")
  3. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  4. TextLabel.Parent = ScreenGui
  5. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  6. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  7. TextLabel.Font = Enum.Font.SourceSans
  8. TextLabel.FontSize = Enum.FontSize.Size14
  9. TextLabel.TextSize = 14
  10. TextLabel.BackgroundTransparency = 1
  11. if game:GetService('Workspace').FilteringEnabled == true then
  12. TextLabel.Text = "FE IS ENABLED LOL REKT XDDDDDDDD"
  13. else
  14. TextLabel.Text = "FE is Disabled, lucky"
  15. end
  16. wait(3)
  17. ScreenGui:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement