Find The Codes Script | SHUTDOWN SERVER, WARN PLAYERS

Created by whitearmor

Features:

  • SHUTDOWN
game:GetService("ReplicatedStorage").Shutdown:FireServer();
  • WARN PEOPLE
game:GetService("ReplicatedStorage").warn:FireServer("username", "reason")
  • WARN ALL
for i,v in pairs(game:service'Players':GetPlayers()) do
game:GetService("ReplicatedStorage").warn:FireServer(v.Name, "reason")
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS