|
| 27 May 2016 10:05 PM |
Is there a way to find a certain player based on a variable such as "x" rather than the script assuming you want to find a player literally named "x"? If so, please share with me how to do this.
|
|
|
| Report Abuse |
|
|
| |
|
|
| 27 May 2016 10:07 PM |
If you mean x is a variable name, not the player name: game.Players[x]
|
|
|
| Report Abuse |
|
|
|
| 27 May 2016 10:09 PM |
Workspace.Script:15: bad argument #2 to '?' (string expected, got Object)
|
|
|
| Report Abuse |
|
|
| |
|