Is there any attribute limit?

hello, im making my horde-shooter game, and it has custom weapon, death, etc…
so because of that, player has a lot of attributes, and im afraid is there any limit for attributes for single instance?
current amount:

2 Likes

Yes, this is pretty normal. Attributes doesnt take much memory as a Values like StringValue. Make sure to keep important attributes on server, so exploiters cant change it.

1 Like

The only limit I am aware of for Attributes is that you can’t put RBX_ at the start of Attribute names.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.