Hello
When setting an attribute or property of an instance with the same value, will this impact negatively the performance?
I feel that if I start putting verifications whether the attribute/property has the same value before setting it, this will make my code less readable…
The specific question is related to a TextLabel inside BillboardGui, but I would like to know also for the general case.
Thanks