i’ve tried the SetCommandRankByName table and it didnt work this is what i put in it:
SetCommandRankByName = {
--["jump"] = "VIP";
--["Rank"] = "HeadAdmin";
Jump = {"HeadAdmin"};
};
i’ve tried the SetCommandRankByName table and it didnt work this is what i put in it:
SetCommandRankByName = {
--["jump"] = "VIP";
--["Rank"] = "HeadAdmin";
Jump = {"HeadAdmin"};
};
also whenever i try to set the command it sets itself as NonAdmin rank / 0
The correct way would probably be
["jump"] = "HeadAdmin”;