so ive managed to understand a bit more about it but I’m still confused
so far I’ve managed to figure out
1 players joining and rejoining gives them a new id meaning each time a player joins a new id is assigned
2 the id is what I’m guessing pulled straight from the game itself it’s not like in order of player joining so instead of 1,2,3 for id’s it’s this
but my question is what else can you do with them? because I have a feeling there’s more to it than just that
and I still have no idea how these are assigned
so basically you can make if player id = this they get smth and this is gud 4 if u make it your id it can help test ur game (meaning you can give youserlf stuff)
nope the id doesn’t stay the same even if you rejoin as the same name
so cant be used for that
also I know how to use it in blocks ._. I just wanted to know how it worked to see if there was anything worthwhile that my half smooth brain couldn’t see