How do I make a delay between a gui in starterpack showing up and a button within that gui showing up?

Basically if people click too fast on the button their camera breaks. Is there a way to have a 3 second delay of the textbutton appearing after the rest of the gui?

1 Like

Do you have the script? It will be easier to see what you’re doing.

Make the button active = false to start and wait(time) before making it active?

Using Debounce is also an option.

Also, we can’t pretty much help you without seeing what you’ve attempted first… Can you please show us the Script you made?

Sorry, I need to go sleep. I’ll send it tomorrow morning