|
| 02 Apr 2014 08:42 PM |
I keep getting this error, and I have no idea why.
_G.power() _G.power = function() game.Players.TrueSoulWolf.Chatted:connect(function(m) if m == "reset" then game.Players.TrueSoulWolf.Character:BreakJoints() _G.power() end) --Where the error points end |
|
|
| Report Abuse |
|
|
|
| 02 Apr 2014 08:46 PM |
| take of the ) on the end and that should fixed it |
|
|
| Report Abuse |
|
|
Jonibus
|
  |
| Joined: 30 Jan 2010 |
| Total Posts: 8985 |
|
|
| 02 Apr 2014 08:48 PM |
No it shouldn't because he has an anonymous function.
I never used global funcs in my life though, so I have no clue if that's correct.
Follow me on twitter: @Jonibus_RBX |
|
|
| Report Abuse |
|
|
|
| 02 Apr 2014 08:48 PM |
| NVM, found the issue. I fixed it. I needed an end for the if statement. I thought that it would ask for an end for eof, but I guess not. |
|
|
| Report Abuse |
|
|