Advertisement
KodingKid

How to customize text in Lua

Apr 10th, 2021
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. Text = "Hello World";
  2. Color = Color3.new(211, 243, 0);
  3. Font = Enum.Font.SourceSansBold;
  4. FontSize = Enum.FontSize.Size30;
  5. --for more roblox/lua scripting, check out some of these scripts:
  6. --https://pastebin.com/UznbgQ4M
  7. --https://pastebin.com/fbd0yW5b
  8. --https://pastebin.com/mM54EbLq
  9. --https://pastebin.com/u4K3ERgk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement