Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a GUI that when you hit a brick it appears, but after a while, it disappears?

Asked by 7 years ago
Edited 7 years ago

I've tried for atleast 20 minutes now and I'm stuck.

1` Workspace.BG.Lolol.Touched:connect(function(hit)
2    script.Parent.Visible = true
3    wait(60)
4        script.Parent.Visible = false
5end) `
0
What do you mean by "after a while"? Until the player walks away? After a set amount of time? Both? WillieTehWierdo200 966 — 7y
0
After a set amount of time. More precisely 60 seconds. sebse456 13 — 7y

Answer this question