What would be better Visible or Smooth transition

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?

script.Parent:MouseButton1Up:connect(function()

script.Parent.Frame.Visible = true

end)

Adding a smoother transition will appear more visually attracting to players. To further enhance your gui, you should also add sound effects when clicked

1 Like

@BaggyChris moved it to the appropriate category thx

1 Like

Probably a smooth transition, unless players need to get to your GUI ASAP, then a smooth transition would be more visually appealing.

Ok so I stuck with smooth transition thanks everyone for helping me in making the right choice

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.

1 Like