of     1   

martainturtles
#141120600Tuesday, July 22, 2014 1:47 AM GMT

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.
Xephyric
#141120791Tuesday, July 22, 2014 1:49 AM GMT

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)
UncleTaz
#141121046Tuesday, July 22, 2014 1:52 AM GMT

What Xephyric said or function(guivisible) check if was a player who touched it clone gui from storage wait() clone:remove() end end
martainturtles
#141177163Tuesday, July 22, 2014 5:27 PM GMT

Do I put the script in the ScreenGui or in the part?
UncleTaz
#141181188Tuesday, July 22, 2014 6:13 PM GMT

the brick

    of     1