|
| 02 Feb 2015 09:30 AM |
local Button = script.Parent local Player = game.Players.Children local hit = false function click(player) if hit == false then Button.Visible = false end end
Player.Mouseclick1:connect(function(click) end)
|
|
|
| Report Abuse |
|
|
| |
|
davisky2
|
  |
| Joined: 04 Mar 2012 |
| Total Posts: 4710 |
|
|
| 02 Feb 2015 09:32 AM |
script.Parent.MouseButton1Click:connect(function() script.Parent.Visible = false end) |
|
|
| Report Abuse |
|
|
|
| 02 Feb 2015 09:34 AM |
Oh wow, I was thinking way too complicated there. lol thanks.
-Spearmintboy |
|
|
| Report Abuse |
|
|