The Intruder. After starting the script, it will locate the trespasser and you can then report them.
“🚀 Hop on WhatsApp & Telegram to Grab the Latest Scripts Instantly! 🌟 Stay ahead, stay updated. Join us now!”
Script Name | Script The Intruder |
Script Features | Intruder Detection |
Use Options | Copy & Download |
Update Date | 24.05.2024 |
local player = game.Players.LocalPlayer
local playerui = player.PlayerGui
print(“Loaded!”)
task.spawn(function()
while task.wait(1.9) do
if playerui.Outside.Frame.Close.Visible == true then
game:GetService(“StarterGui”):SetCore(“SendNotification”, {
Title = “The intruder is at the fuse box\n(KINDA SAFE)”;
Text = ” “;
Duration = 2;
});
elseif playerui.FrontDoor.Frame.Close.Visible == true then
game:GetService(“StarterGui”):SetCore(“SendNotification”, {
Title = “The intruder is at the frontdoor\n(SAFE)”;
Text = ” “;
Duration = 2;
});
elseif playerui.Street.Frame.Close.Visible == true then
game:GetService(“StarterGui”):SetCore(“SendNotification”, {
Title = “The intruder is at the street\n(SAFE)”;
Text = ” “;
Duration = 2;
});
elseif playerui.Hallway.Frame.Close.Visible == true then
game:GetService(“StarterGui”):SetCore(“SendNotification”, {
Title = “The intruder is close \nCLOSE THE LIGHTS AND HIDE\n(DANGER)”;
Text = ” “;
Duration = 2;
})
elseif playerui.Vent.Frame.Close.Visible == true then
game:GetService(“StarterGui”):SetCore(“SendNotification”, {
Title = “The intruder is at the vents\nCLOSE THE LIGHTS AND HIDE\n(DANGER)”;
Text = ” “;
Duration = 2;
});
end;
end;
end);
Steps:
1. Click COPY button for auto copy script
2. Paste the script into your script application
3. Run and done
With these simple steps, players can quickly and easily use the script to improve their Roblox game experience.