The other functions apart from add_data is not showing players data in print…
1 Like
I’m assuming you’re using a metatable? If you’re using __index, when you index something it will look in the index table, but it will not actually be in the metatable
ohhhh right, yeah thank you that was bothering me for a while now
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.