3rdblocks
|
  |
| Joined: 26 May 2013 |
| Total Posts: 176 |
|
|
| 07 Dec 2013 06:56 AM |
PlayersHumanoidA = ToucherA.Parent:findFirstChild("Humanoid") if PlayersHumanoidA ~= nil then PlayerNameA = PlayersHumanoidA.Parent.Name VerificationMatchA = ToucherNames:findFirstChild(PlayerNameA) if VerificationMatchA == nil then
VerificationMatchA = ToucherNames:findFirstChild(PlayerNameA) It errored with this line and I don't know why. What should I change? |
|
|
| Report Abuse |
|
|
|
| 07 Dec 2013 07:18 AM |
| This makes my mind implode. So hard to read it. |
|
|
| Report Abuse |
|
|
|
| 07 Dec 2013 07:32 AM |
If I'm reading the script properly, you are searching for the name in the model of ToucherNames rather than searching in Workspace.
I'm a bit tired so if I am wrong, forgive me. |
|
|
| Report Abuse |
|
|
3rdblocks
|
  |
| Joined: 26 May 2013 |
| Total Posts: 176 |
|
| |
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 07 Dec 2013 09:21 AM |
table? use in pairs?
Also, why is your place called "hacktest" and this is an alternative? |
|
|
| Report Abuse |
|
|