Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0.3)
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Loaded successfully!";
- Text = "Angelax by Heng Kimmeng";
- })
- wait(0.1)
- print("Reviz Admin V2 loaded!")
- if game:GetService("Workspace").FilteringEnabled == true then
- warn("FE is Enabled (Filtering Enabled)")
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "FE is Enabled";
- Text = "Filtering Enabled. Enjoy using Reviz Admin!";
- })
- else
- warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "FE is Disabled";
- Text = "Filtering Disabled. Consider using a different admin script.";
- })
- end
- wait(0.1)
- print("Angelax Loaded")
- if game:GetService("Workspace").FilteringEnabled == true then
- warn("FE is Enabled (Filtering Enabled)")
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "FE is Enabled";
- Text = "Filtering Enabled. Enjoy using Reviz Admin!";
- })
- else
- warn("FE is Disabled (Filtering Disabled)")
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "FE is Disabled";
- Text = "Filtering Disabled.";
- })
- end
Advertisement
Add Comment
Please, Sign In to add comment