Advertisement
kingkoolie

Untitled

Aug 27th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. workspace:WaitForChild('RE').OnServerEvent:connect(function(Player)
  2. game:GetService('StarterGui'):SetCore('ChatMakeSystemMessage',{
  3. Text = '[Server]: '..Player.Name..' is ugly';
  4. Color = Color3.new(1,0,0);
  5. Font = Enum.Font.SourceSansBold;
  6. FontSize = Enum.FontSize.Size18;
  7. })
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement