Hey boxers I made a shop to buy and change player and I have a little problem. Basically the 1st player you play with is unlocked but then for the locked skins, I have an image for the skin, an image for the skin with a white circle around for when it’s selected and another image with a lock. The system I made works but when 2 characters are unlocked and I want to select the not selected one, there is like a flash on the other character with the three image appearing and then disappearing very quickly. I thought this was because it’s in the update function but it’s the same in the init and the start functions. Do you have an idea how I could do so that when I select another skin, there is not this flash of all images ? PS: I use setOpacity(0) and setVisible(0) in my script Thanks guys