So how do i change
player.GlowColor = new GlowColor((float)<enc 1>, (float)<enc 0>, (float)<enc 1> / (float)<enc 2>, (float)<enc 1>);
Into a different colour? because 1, 0, 1, 1 isn't purple on a rgba colour picker.
value ranges : 0f - 1f where 1f is full color
if you want a purple set it to 1,0,1,1
glow structure : RED,GREEN,BLUE,ALPHA