So my question is that I am making an obby as some of you already know and I want to know weather I should just make a shop button using the visible true, false method shown below or should I do a smooth transition? Which one do you guys think players will like more because I can do both but I want what players want so what do you guys think?
Adding a smoother transition will appear more visually attracting to players. To further enhance your gui, you should also add sound effects when clicked
if your looking for a simple GUI, I’d go with just changing its visibility. However if your looking for a more detailed UI, I’d say to go with smooth transitions instead.