|
| 30 Jul 2015 09:24 PM |
| How do I make it so, when just you join, it displays a GUI? Could someone please answer this? |
|
|
| Report Abuse |
|
|
| |
|
|
| 30 Jul 2015 09:25 PM |
Only for once?
You can make a script that clones a gui inside of players PlayerGui using
StarterPack - StarterPlayerScripts |
|
|
| Report Abuse |
|
|
datdude3
|
  |
| Joined: 23 Apr 2010 |
| Total Posts: 577 |
|
|
| 30 Jul 2015 09:33 PM |
game.Players.PlayerAdded:connect(function(plr) g = Instance.new("ScreenGui") g.Parent = game.StarterGui F = Instance.new("Frame") F.Parent = g end)
The Start. |
|
|
| Report Abuse |
|
|
|
| 31 Jul 2015 04:33 PM |
| None of these work, I'm not sure if anyone can read but; I meant when JUST YOU join, that is why I said locally... |
|
|
| Report Abuse |
|
|
|
| 31 Jul 2015 04:37 PM |
| Thats why in On player enter works. If you don't understand this quit making what your making. |
|
|
| Report Abuse |
|
|
datdude3
|
  |
| Joined: 23 Apr 2010 |
| Total Posts: 577 |
|
|
| 31 Jul 2015 05:16 PM |
| game.Players:FindFirstChild("insert your name here") |
|
|
| Report Abuse |
|
|