Advertisement
yonidrori

Untitled

Oct 9th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. --Basic Enter and exit the game script. By sporkyz
  2.  
  3. function AutoSpeak(t)
  4. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  5. Text= t; -- Required. Has to be a string!
  6. Color=Color3.new(255,0,0); -- Cyan is (0,255/255,255/255) -- Optional
  7. Font=Enum.Font.SourceSansBold; -- Optional
  8. FontSize=Enum.FontSize.Size60; -- Optional
  9. })
  10. end
  11.  
  12. AutoSpeak("Who Can Talk? I'll Kill You!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement