bannedInstanceInstance class '{{className}}' is banned by project configuration. This class may cause performance issues, is deprecated, or has a better alternative. Check project guidelines for the recommended replacement.small-rules/ban-instancesBan specified Roblox Instance classes and configured Instance properties.
bannedInstanceInstance class '{{className}}' is banned by project configuration. This class may cause performance issues, is deprecated, or has a better alternative. Check project guidelines for the recommended replacement.bannedInstanceCustom{{customMessage}}bannedPropertyProperty '{{propertyName}}' on Instance class '{{className}}' is banned by project configuration. This property may cause performance issues, is deprecated, or has a better alternative. Check project guidelines for the recommended replacement.bannedPropertyCustom{{customMessage}}This rule accepts one options object after the severity.
new Instance("Part");new Instance("MeshPart");