|
| 09 Nov 2014 02:42 PM |
Is it possible to have a certain player spawn/join a game and have the GUI automatically pop up on his/her screen WITHOUT having to select on a "Click Giver" ?
If this is possible, what script would I need to insert and where would I need to put the GUI?
|
|
|
| Report Abuse |
|
|
|
| 09 Nov 2014 02:44 PM |
"Click Giver"?
GUIs already DO pop-up on their screen as soon as they spawn, assuming you put it in StarterGui. |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2014 02:47 PM |
| Key word in the first sentence was "a certain player". Therefore I don't want all players who join to have the GUI at their disposal. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 09 Nov 2014 04:35 PM |
if game.Players.PLAYERNAMEHERE then game.Players.PLAYERNAMEHERE.PlayerGui.ScreenGui.Frame.Visible = true |
|
|
| Report Abuse |
|
|