Advertisement
EVANEMC

Untitled

Sep 7th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.60 KB | None | 0 0
  1.         GlobalTextColor = Color3.new(112/255, 110/255, 106/255);
  2.         WhisperTextColor = Color3.new(77/255, 139/255, 255/255);
  3.         TeamTextColor = Color3.new(230/255, 207/255, 0);
  4.         DefaultMessageTextColor = Color3.new(255/255, 255/255, 243/255);
  5.         AdminTextColor = Color3.new(1, 215/255, 0);
  6.         InternTextColor = Color3.new(175/255, 221/255, 1);
  7.         TextStrokeTransparency = 0.75;
  8.         TextStrokeColor = Color3.new(34/255,34/255,34/255);
  9.         Font = Enum.Font.SourceSansBold;
  10.         SmallScreenFontSize = Enum.FontSize.Size14;
  11.         FontSize = Enum.FontSize.Size18;
  12.         MaxWindowChatMessages = 50;
  13.         MaxCharactersInMessage = 140;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement