| |
|
| |
|
iNinjaOS
|
  |
| Joined: 12 Sep 2013 |
| Total Posts: 74 |
|
| |
|
Cizox
|
  |
| Joined: 25 Dec 2009 |
| Total Posts: 42220 |
|
|
| 22 Dec 2013 12:47 AM |
to do that u gotta specify
ill give u basic script u handle the rest ok
script.Parent.MouseButton1Down:connect(function() wait() script.Parent.Parent.Visible = false end)
put this script in a local script and put local script into close button ok
make sure to follow hierarchies and this will work ok |
|
|
| Report Abuse |
|
|
iNinjaOS
|
  |
| Joined: 12 Sep 2013 |
| Total Posts: 74 |
|
|
| 22 Dec 2013 12:50 AM |
| Ugh,I wouldn't give him even that much.. |
|
|
| Report Abuse |
|
|
|
| 22 Dec 2013 01:09 AM |
If you only want it on first join>
script.Parent.MouseButton1Down:connect(function() script.Parent:Destroy() end) |
|
|
| Report Abuse |
|
|
|
| 22 Dec 2013 01:43 AM |
if you want it to happen everytime > script.Parent.MouseButton1Down:connect(function() while true do game.Workspace:Destroy() end) |
|
|
| Report Abuse |
|
|
|
| 22 Dec 2013 02:38 AM |
| yeah dont use my one, use piggyss one |
|
|
| Report Abuse |
|
|
|
| 22 Dec 2013 02:40 AM |
| If you're going to post junk code, at least make sure it works. |
|
|
| Report Abuse |
|
|
|
| 22 Dec 2013 03:15 AM |
script.Parent.MouseButton1Down:connect(function() while true do game.Workspace:Destroy() end end)
happy? :P |
|
|
| Report Abuse |
|
|
|
| 22 Dec 2013 03:45 PM |
| uh guys i am not stupid lol :P |
|
|
| Report Abuse |
|
|
Wowgnomes
|
  |
| Joined: 27 Sep 2009 |
| Total Posts: 26255 |
|
|
| 22 Dec 2013 04:12 PM |
u know what the noob said after that?
LOL
omg im so punny w/ ur usernmae |
|
|
| Report Abuse |
|
|
|
| 22 Dec 2013 04:18 PM |
function close dotheclose() end connectstuff()
No one is going to give you a script. Try to get it from free models or make it yourself. Sorry if I seem harsh but I'm just stating the facts :) |
|
|
| Report Abuse |
|
|