I want to make a brick, then when the player touches it, comes a sceengui with a message then it disappears. If you have played Stroll, you know what Im talking about.
function(guivisible)
check if it was a player who touched it
set gui.Visible to true
wait(time)
set gui.Visible to false
end
brick.Touched:connect(guivisible)