So before what I would be able to do with teams is go Team.TeamColor.Color
but now after the recent studio update I get HSV colors than RGB and I don’t know what to do as this would need a whole color rewrite of current game
Team.TeamColor.Color should be returning red, green, and blue values in a rage of [0,1]. So if this is correct you can multiple the numbers by 255 and round to the nearest integer.
It returns values nowhere close to RGB
HSV is also within a domain of [0, 1].