I read to not Insert the Player.Name to the Table, because people can change their Name then the Table would not identify them again. Im using Player.UserId all the time, would just Player be better or would that also dont work when players change their name?
1 Like
Do you need to JSONEncode the table, e.g. for stroring in a DataStore? In that case, no I don’t think you can use the `Player’ object. Try it and see if it encodes the object as some unique ID for the player, but I doubt it.
If it’s just for information in a single “session” then yeah, using the Player object instead of the ID is great
No i just to use table for Events and more, Okay thanks im using the Player.
If the table doesn’t save and will always re-insert the player when they join, using Player.Name would be fine, you just don’t want to save data to a Player’s name