On the wiki, I used to automatically deduce classes as abstract if they met the following conditions: - The class cannot be created with `Instance.new` - The class does not have the `[Service]` tag. - At least one descendant inheriting from the class can be created with `Instance.new` With this rule in place, any abstract class using the default icon could use this icon instead: <image src="https://i.imgur.com/1MnuHqo.png"/>
On the wiki, I used to automatically deduce classes as abstract if they met the following conditions:
Instance.new[Service]tag.Instance.newWith this rule in place, any abstract class using the default icon could use this icon instead: