|
| 19 Oct 2013 11:46 AM |
I just want to remove a stat GUI after about 12 seconds. I was thinking about puttin a script in it and then doing
wait(12) game.StarterGui.ScreenGui:remove()
I don't think this works. Could someone please help me with this?
~After all is said and done, more is said than done~ |
|
|
| Report Abuse |
|
|
qrrrq
|
  |
| Joined: 27 Jan 2013 |
| Total Posts: 1252 |
|
|
| 19 Oct 2013 11:48 AM |
That would work, but probably not how you want it to.
To remove the GUI from a player do this
wait(12) game.Players.LocalPlayer.PlayerGui.ScreenGui:remove() |
|
|
| Report Abuse |
|
|
|
| 19 Oct 2013 11:49 AM |
Thank you :) I'll try it out.
~After all is said and done, more is said than done~ |
|
|
| Report Abuse |
|
|
|
| 19 Oct 2013 11:51 AM |
Thank you so much. It worked :D
~After all is said and done, more is said than done~ |
|
|
| Report Abuse |
|
|