hello
i want to use the function ChatPrint with color argument, is there a way to do so?
example:
for k, v in player.GetAll() do
v:ChatPrint(Color(255,0,0), "Test")
end
unfortunately, it only gets a string but not a color too.
is there a good alternative?
thanks!