|
| 09 Nov 2013 01:49 PM |
it is suppose to make the starter screen GUI only pop up when you join the game, not when you reset and re-spawn also. It still pops up when you respawn.
Put this inside a script, then the GUI inside the script. And put the script inside StartGui (I think)
game.Players.PlayerAdded:connect(function(plr) local clone = script.ScreenGui:clone() clone.Parent = plr.PlayerGui end)
|
|
|
| Report Abuse |
|
|
Nhelp
|
  |
| Joined: 05 Aug 2011 |
| Total Posts: 11557 |
|
|
| 09 Nov 2013 01:50 PM |
It's fine.
Just put the script in workspace. |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2013 01:51 PM |
Thank you:) (I am still a new scripter and this is my 4th script, so i was expecting it to not work)
|
|
|
| Report Abuse |
|
|