I want to know if using ChildRemoved
or PlayerRemoving
is better
PlayerRemoving fires first leaving you more time to grab the players data and save it. I’d go with that.
Just as the above, PlayerRemoving is a lot better and most people use PlayerRemoving.
If you want very safer Datastore look up Datastore2.