|
| 17 Jul 2011 03:09 AM |
kk well this script works in Solo mode but not in play mode :C
admin = {"Player", "Bikerking200"}
function Hi(nP) repeat wait() until nP ~= nil print'player' for _,v in pairs(admin) do if nP.Name == v then nP.PlayerGui.Admin.Open.Visible = true end end end game.Players.PlayerAdded:connect(Hi) |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2011 03:11 AM |
admin = { "Player", "Bikerking200" } game.Players.PlayerAdded:connect(function(nP) repeat wait() until nP.PlayerGui for _,v in pairs(admin) do if nP.Name == v then nP.PlayerGui.Admin.Open.Visible = true end end end) |
|
|
| Report Abuse |
|
|
| |
|
|
| 17 Jul 2011 03:15 AM |
That's not the same, try it mate.
For gods sake. |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2011 03:16 AM |
Ohh, I see what you mean... The same outcome.
|
|
|
| Report Abuse |
|
|
|
| 17 Jul 2011 03:16 AM |
| Well, there's nothing wrong with the script. So there's nothing I can do to help you here. |
|
|
| Report Abuse |
|
|