Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local m = math.random(1, 4)
- if m == 1 then
- wait(100)
- game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
- Text = "[YeeterMan] How do i get money ?";
- Color = Color3.new(255/255, 0/0, 0/0);
- FontSize = Enum.FontSize.Size24;
- })
- end
- if m == 2 then
- wait(100)
- game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
- Text = "[wechfgjh] Can Anybody help me get money ?";
- Color = Color3.new(255/255, 0/0, 0/0);
- FontSize = Enum.FontSize.Size24;
- })
- end
- if m == 3 then
- wait(100)
- game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
- Text = "[iloveunicorns] anybody wanna go to the ice cream place with me ?";
- Color = Color3.new(9/225, 137/225, 207/225);
- FontSize = Enum.FontSize.Size24;
- })
- end
- if m == 4 then
- wait(100)
- game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
- Text = "[iloveunicorns] heyyyyyy ";
- Color = Color3.new(9/225, 137/225, 207/225);
- FontSize = Enum.FontSize.Size24;
- })
- end
- end
Add Comment
Please, Sign In to add comment