- Home /
How do I make a button not interactable for a set amount of time after pressed?
So, I have a button (lets call it, DoDeeds) when DoDeeds gets pressed by the player, how do I make it so the player can't press DoDeeds again for 10 minutes. Even if the player changes the scene and comes back, they still can't press DoDeeds until the 10 minutes is up.
Comment