|
| 11 Apr 2014 04:50 PM |
| Is there anyway I can access a players name through a script without a localscript? Similar to local player = game.Players.LocalPlayer, Except, I want the name. This all has to be done through a script? |
|
|
| Report Abuse |
|
|
| 11 Apr 2014 04:51 PM |
game.Players.PlayerAdded:connect(function(newPlayer) PlayerName = newPlayer.Name or newPlayer.Character.Name end) |
|
|
| Report Abuse |
|