so i made a gamepass that people can buy it and use it so i noitch that some people just type ;give me all
and BOM!!! they have all tools in the game so how i can fix that? i don’t have any idea
and thank you for who helping me
so i made a gamepass that people can buy it and use it so i noitch that some people just type ;give me all
and BOM!!! they have all tools in the game so how i can fix that? i don’t have any idea
and thank you for who helping me
For now the best way is to use SetCommandRankByName
(within the Loader), and very soon in the future I’ll be releasing Roles to make this even easier
SetCommandRankByName = {
["give"] = "Owner";
};
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.