|
| 22 Jun 2012 01:40 PM |
| I am trying to make a welcome GUI and I have 1 problem with it. I only want the GUI to show up when the player first enters the game and never again. Someone suggested I clone it out of lighting into their startergui. Would that work? And if so how would i script that. I only want the GUI to show up when they first eneter and never again even if they die. |
|
|
| Report Abuse |
|
|
|
| 22 Jun 2012 01:45 PM |
game.Players.PlayerAdded:connect(function(p) while not p:FindFirstChild("PlayerGui") do wait() end game.Lighting.GUINAMEHERE:clone().Parent = p.PlayerGui end) |
|
|
| Report Abuse |
|
|
|
| 22 Jun 2012 01:48 PM |
| Do i post that in the GUI or in Workspace? |
|
|
| Report Abuse |
|
|
| |
|
|
| 22 Jun 2012 01:53 PM |
| Does that make it show up to every player when they enter but never again after that? |
|
|
| Report Abuse |
|
|
| |
|
| |
|