Which is better for player data

Which is better for player data? Using Base Values like StringValue etc or using Attributes.

attributes exist?!??!? idk strings seem better

Any works, its just what you perfer

Just store it in a table wym

1 Like

If your gonna be using multiple scripts and you need to store a variable on the server, use stuff like StringValue.

Attributes are kinda optional. I prefer to use StringValues, but they are essentially the same thing. Attributes are just a property and StringValues and stuff like that are instances/objects.

Replica service is probably the best, from profile service

Well yeah I know about it, but I mean I ask about specific things.

Attributes are way faster to access in scripts and probably easier to organize so I recommend using attributes.