|
Is there a way to output the color Red to the console. So make this text:
print("This is the color red")
red?
It's just roblox, deal with it. |
|
|
|
Can you do any other colors than red?
It's just roblox, deal with it. |
|
|
no, it's just roblox, dwi |
|
|
Wait, so when it errors is it supposed to stop the script as well?
It's just roblox, deal with it. |
|
|
|
Because I would like to be able to print information to the output, but tell the difference between the information instead of it all being black.
It's just roblox, deal with it. |
|
|
Soooo no?
It's just roblox, deal with it. |
|
|
Yes the script is supposed to stop, make your own output gui if you want to customize it more. |
|
|
warn("Hello") -- orange
error("Hello") -- red
assert (false, "Hello") --I don't know
print("Hello") -- white
use print.
|
|
|
Awesome thanks!
It's just roblox, deal with it. |
|