View difference between Paste ID: J94xvPbT and XJwi4yJN
SHOW: | | - or go back to the newest paste.
1
function meme()
2
while true do
3
wait(0.1)
4-
    game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
4+
	game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
5-
    Text = ("hi daddy");
5+
	Text = ("hi daddy");
6-
    Color = Color3.new(255,255,255);
6+
	Color = Color3.new(255,255,255);
7-
    Font = Enum.Font.SourceSansBold; 
7+
	Font = Enum.Font.SourceSansBold; 
8-
    FontSize = Enum.FontSize.Size18;
8+
	FontSize = Enum.FontSize.Size18;
9
})
10
end
11
end
12
 
13
14
 
15
for _,player in pairs(game.Players:GetPlayers()) do
16-
     meme()
16+
     meme(Player)
17
end