Is using string values to store inventory a good practice?

What you’re doing should be completely fine, there shouldn’t be any kind of problems as I assume you create all the values on the server. Exploiters won’t be able to do anything as long as everything is created on the server.

Just don’t give the client the ability to change the values, and make sure it’s read-only on the client.

1 Like