Does anyone know if you can set perms for textures?

I have seen servers with that if you try to put on certain clothes it doesn’t let you but does anyone know if you can do that with different textures for the same clothing item?

personally I haven’t used anything like this but off the top of my head I would suggest adding a piece of code to your clothing script that checks if the texture id is equal to what you want to restrict and if so it returns instead of updating the value and returns a notification telling the player the clothing texture is restricted.