local _, _, textureName = ("\\"):split(raceTexturePath)
Change it to this.
local _, _, textureName = ("/"):split(textureIds[raceTexturePath])
I havent tested it completely, but it seems to be working correctly with the little testing I did, hopefully the author is still around to fix it, if I missed something.
0