Hello! I’m wondering how to “disallow” specific roles from using gears in-game.
I was planning on adding a list of gears that players can try, but only want specific roles to be able to use it. Is there any way to disable the use of gear through code? I know some games do this.
Any help or guide to the right direction will help!
Great part of geears doesn’t work becouse RXBUTILITY has been removed;
You should avoid using gears in first place.
Hower i belive you still can get information about it through AssetService | Documentation - Roblox Creator Hub
That’s true! I’ve actually figured it out - I’ve forgot that every gear’s got a script inside, and just removing it before giving it to the player solves the problem! Facepalm.