Has anyone a working LUA script that gets the players faction or race?
Ive tried
These keep resulting in:Code:if (plr:GetFaction() == 0) then if (plr:GetRace() == 0) then
Attempt to call method 'getfaction' (a nil value)
Is there anyway to get a players faction/race so i can seperate a teleporter into Alliance and Horde?