How i can remove some commands from mod? (HD ADMIN)

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

image

and thank you for who helping me

2 Likes

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 :pray:

RobloxStudioBeta_qPoXZpwUeL

SetCommandRankByName = {
	["give"] = "Owner";
};
3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.