Can attributes store larger numbers than NumberValues which is 2^53? Since I can’t tween variables that have nor can I do it with number values with big numbers because they have a limit I was hoping that attributes would allow me to get 10e123 which is 10^123 or maybe 10^60.
Edit: I’m not yet experienced to know how to test this. So I apologize for my lack for knowledge.
If you mean a sort of website to handle big number calculations then I don’t know how to do that. I just know that somewhere %1 of people playing my game in the future might go over the NumberValue limitation both in the server and client, and that could be problematic for their experience.