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 6 years ago
Edited 6 years ago

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

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

Answer this question