Advertisement
yonidrori

Untitled

Oct 9th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. --Hi Your Welcome!
  2.  
  3. function AutoSpeak(t)
  4. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  5. Text= t; -- Required. Has to be a string!
  6. Color=Color3.new(188,188,0); -- Hi
  7. Font=Enum.Font.SourceSansBold; -- Optional
  8. FontSize=Enum.FontSize.Size20; -- Optional
  9. })
  10. end
  11.  
  12. AutoSpeak("Hi! Today I Show You Me!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement