ADVERTISEMENTREMOVE ADS
Roblox developer console rich text
43,248 views
Universal script•
2 months ago

Script Preview
Description
This script enables richtext in the console so you can have custom colors.
ADVERTISEMENTREMOVE ADS
6 Lines • 354 Bytes
loadstring(game:HttpGet("https://raw.githubusercontent.com/Saersa/Fun_Scripts/refs/heads/main/Console_Rich_Text.lua"))()
-- you can change the RGB to whatever color you want
print('<font color="rgb(0,255,0)">This is green</font>')
print('<font color="rgb(0,128,255)">This is blue</font>')
print('<font color="rgb(255,105,180)">This is pink</font>')
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS







Comments