ADVERTISEMENTREMOVE ADS

Roblox developer console rich text

Universal script
2 months ago
Script preview thumbnail
Script Preview

Description

This script enables richtext in the console so you can have custom colors.

ADVERTISEMENTREMOVE ADS
6 Lines • 354 Bytes
Raw
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

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS