i try all things and don't work
pls help me
-- In your sayhook 	local r, g, b = lengthen(math.random(0, 255)), lengthen(math.random(0, 255)), lengthen(math.random(0, 255)) 	msg('©'..r..g..b..player(id, 'name')..': '..msg) function lengthen(val) 	while string.len(tostring(val)) < 3 do 		val = '0'..val 	end 	return val; end