|
| 17 Jan 2014 08:36 PM |
What does this mean?
problem line here (sry too lazy to post all the 900 lines related to it)
enemy.PlayerGui.LocalMain.KillRegistered:FireClient(enemy.Name, player)
Just what does this error basically mean in my case, not asking for a detailed explanation, just the possible reasons why im getting the error? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
| 18 Jan 2014 11:27 AM |
The first argument is a Player, not a String, so its trying to convert the String (value) into a Player (Object).
http://wiki.roblox.com/index.php/FireClient_(Method) |
|
|
| Report Abuse |
|
|