#best way to track simple data?
1 messages · Page 1 of 1 (latest)
No
Tick
yeah just use leaderstats folder or make another folder which has a similair structure to leaderstats
i don't use ticks that much. are they the best for ts?
no i dont mean saving across servers. im asking whether the best way to hold this data is an intvalue in leaderstats or maybe something else.
i might just do that and figure out how to transfer to a different system later if i need to
depends for the use case
could just store it all on a table in a ss
if the point is for it to be 'simple' i think that'd be best
what im most worried about is performance (even though this definitely would be negligible but still)
is a table best for that?
technically yes
but on this scale the performance would be so incredibly negligible
its honestly up to your own scripting practices atp
yeah i think ill just see which is easier to use
also, should every piece of information saved for a player be stored the same way (through value instances for example) or is it fine to mix them?
its fine to mix
like coins might be stored as a leaderstat value inside an instance, whereas tracking robux spent might be stored in a table
alright thanks
tick is outdated, use DateTime.now().UnixTimestamp