I get this error:
stack traceback:
[C]: in metamethod '__index'
[string "/stats/effects/nuuracialstat/nuuracialstat.lu..."]:25: in function <[string "/stats/effects/nuuracialstat/nuuracialstat.lu..."]:17>```
When I do this in an attempt to check if the player's hands are empty:
```if not type(player.primaryHandItem()) == "string" and not type(player.altHandItem()) == "string" then
end```