This is a question regarding performance / optimization
I’d say it’s better to use :GetAttribute()
directly when you only need the attribute a couple of times throughout the script but otherwise keep the attribute in a table or a variable for example when you need them every render frame. Is this correct?