About
Attribute
is a extended Resolvable
class that sets a attribute when building instances.
Throws error if not Instance
If the description where this Attribute
is put is not a Roblox Instance
, it will throw a error while resolving.
Using it in a Description
:
{
[Builder.Attribute("AttributeName")] = AttributeValue
}