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

Pop up gui when character on brick but disappear when off?

Asked by 4 years ago

I know how to do the touch part, but i cant seem to make the gui disappear when the person is off the part.

1 answer

Log in to vote
0
Answered by
Lazarix9 245 Moderation Voter
4 years ago
Instance.TouchEnded:Connect(function(h) --When touch has ended

gui.Enabled = false

end)

sorry if thats not right

Ad

Answer this question