Is it more Efficient to spawn a StarterCharacter with Attributes, or to Create Attributes after a Character loads in?

Just a Simple Question,

There are a couple of Attributes that I would want to Apply onto the Character when they spawn in, and this came to mind when trying to spawn in the Character and applying these Attributes.

1 Like

I mean logically speaking it makes more sense to just load the character with attributes. If you apply the attributes later then that’s less efficient since they would be automatically created when the character is loaded.

Spawning the character with attributes and waiting for the character to load before adding attributes shouldn’t really affect the both the character or attributes at all.

its really up to you on what you feel is needed for everything to work out.