So I’m making this simplistic character creation system but problem is I want to switch back and forth when changing the different skin colors and I’m not sure which logic to use for it
edit : I want to swap back and forth between the skin colors
So I’m making this simplistic character creation system but problem is I want to switch back and forth when changing the different skin colors and I’m not sure which logic to use for it
edit : I want to swap back and forth between the skin colors
You should have control values, like values that define what color is which, like if it’s 1 then its blue and the arrows control if the value goes up or down.
ohhhhhhhhh i gotcha thanks thats what I needed