|
| 22 Aug 2011 03:17 AM |
Ok so i am trying to make a welcome gui. When a new player joins i want it to pop up a gui and then wait(5) I only want it on the new players screen. Help Me! |
|
|
| Report Abuse |
|
|
| |
|
ns001111
|
  |
| Joined: 15 Jan 2011 |
| Total Posts: 2849 |
|
|
| 22 Aug 2011 06:21 AM |
| We don't do requests. But I am one who can be bribed. >:O |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2011 06:29 AM |
| ill give u 900000000000000000000000000000000000000000 robux to help him jk I AM KIDDING |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2011 06:42 AM |
| Im not asking for a completed script. Im asking how to make it only appear on new players screens |
|
|
| Report Abuse |
|
|
Miro034
|
  |
| Joined: 07 Oct 2009 |
| Total Posts: 6568 |
|
|
| 22 Aug 2011 07:45 AM |
| script.Parent.Visible = true |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2011 08:16 AM |
Put it in StarterGui <.< wait(5) script.Parent:remove() |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2011 08:52 AM |
Put your GUI in a script. And put this inside the script.
game.Players.PlayerAdded:connect(function(plr) repeat wait() until plr:findFirstChild("PlayerGui",true) script.GUINAME:clone().Parent = plr.PlayerGui end) |
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 22 Aug 2011 09:37 AM |
@Techboy6601
He wants a GUI to appear when the player enters his game, not everytime they respawn. |
|
|
| Report Abuse |
|
|
| |
|