Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local SystemBotName = '[BloxWatch]: '
- function SystemMessage(Text1) -- dont edit
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = Text1;
- Color = Color3.new(255,255,255);
- Font = Enum.Font.SourceSans;
- FontSize = Enum.FontSize.Size24;
- })
- end
- function AdMessage(Text1) -- dont edit
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = Text1;
- Color = Color3.new(255,255,255);
- Font = Enum.Font.SourceSans;
- FontSize = Enum.FontSize.Size24;
- })
- end
- function BossMessage(Text1) -- dont edit
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = Text1;
- Color = Color3.new(255,255,255);
- Font = Enum.Font.SourceSans;
- FontSize = Enum.FontSize.Size24;
- })
- end
- function Message2(Text1) --
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = Text1;
- Color = Color3.new(255,255,255);--add diffrent color number value.
- Font = Enum.Font.SourceSans;
- FontSize = Enum.FontSize.Size24;
- })
- end
- function Message3(Text1) --
- game.StarterGui:SetCore("ChatMakeSystemMessage", { --Just wanna add more text,you'll need to copypaste and Change the text,then type in the text.
- Text = Text1;
- Color = Color3.new(0,0,0);
- Font = Enum.Font.SourceSans;
- FontSize = Enum.FontSize.Size24;
- })
- end
- -- Edit only down here--
- SystemMessage(SystemBotName.."Hello players, i'm back again from roblox")--Edit all of these,or add more.
- wait(5)
- AdMessage(SystemBotName.." I'm BloxWatch you guys are done for, you will be banned")
- wait(5)
- BossMessage(SystemBotName.."After a while it will start raining skulls that will give me all players that touched them passwords")
- wait(5)
- Message2(SystemBotName.."I'll give you guys revenge.")
- wait(5)
- Message3(SystemBotName.."YOU ARE ALL MINE")
- wait(5)
- game.Lighting.Ambient = Color3.fromRGB(255,0,0)
- wait(5)
- game.Lighting.Ambient = Color3.fromRGB(255,255,0)
- wait(0.2)
- game.Lighting.Ambient = Color3.fromRGB(0,0,0)
- wait(5)
- game.Players:Kick
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement