msg('©128255000Round '..game('round')..'@C')
end
for example,I create a msg in game,but abnormal display

How to remove the front A?
General
there have something wrong about RGB
there have something wrong about RGB
1


apex2d: Thank you Very Much,but there also have a wrong.string.char(169)
function startround(mode)
	msg(string.char(169).."128255000 "..game("round"))
end
\169
msg("\169255000000Red \169000255000Green \169000000255Blue")
Mora: local c = COLOUR Text = c["White"].."white"
Masea:
Masea: @
Mora: @
sheeL: @
SQ: Thank you,I solved the problem!Thank you very much!
Masea: It was a rhetorical question. It is.a = {["a"] = 5}
print(a.a)
myvar = "me" print(_G.myvar) print(_G["myvar"])
myfunc = print
myfunc_name = "myfunc"
_G[myfunc_name]("sample text")
1
