SKIDNOOB

FE CHECk

Mar 23rd, 2020
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. wait(0.3)
  2. game:GetService("StarterGui"):SetCore("SendNotification", {
  3. Title = "Loaded successfully!";
  4. Text = "Angelax by Heng Kimmeng";
  5. })
  6. wait(0.1)
  7. print("Reviz Admin V2 loaded!")
  8. if game:GetService("Workspace").FilteringEnabled == true then
  9. warn("FE is Enabled (Filtering Enabled)")
  10. game:GetService("StarterGui"):SetCore("SendNotification", {
  11. Title = "FE is Enabled";
  12. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  13. })
  14. else
  15. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  16. game:GetService("StarterGui"):SetCore("SendNotification", {
  17. Title = "FE is Disabled";
  18. Text = "Filtering Disabled. Consider using a different admin script.";
  19. })
  20. end
  21. wait(0.1)
  22. print("Angelax Loaded")
  23. if game:GetService("Workspace").FilteringEnabled == true then
  24. warn("FE is Enabled (Filtering Enabled)")
  25. game:GetService("StarterGui"):SetCore("SendNotification", {
  26. Title = "FE is Enabled";
  27. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  28. })
  29. else
  30. warn("FE is Disabled (Filtering Disabled)")
  31. game:GetService("StarterGui"):SetCore("SendNotification", {
  32. Title = "FE is Disabled";
  33. Text = "Filtering Disabled.";
  34. })
  35. end
Advertisement
Add Comment
Please, Sign In to add comment