Advertisement
yonidrori

Untitled

Oct 9th, 2015
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. function Kiddie(t)
  2. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  3. Text= t; -- Required. Has to be a string!
  4. Color=Color3.new(188,188,188); -- Cyan is (255,0/0,255/0) -- Optional
  5. Font=Enum.Font.SourceSansBold; -- Optional
  6. FontSize=Enum.FontSize.Size20; -- Optional
  7. })
  8. end
  9. Kiddie("I Dont Give a Fuckk!!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement