Hello. So I am trying to make so that if the player with the tag “Playertag”, collides with something that has the tag “whatevertag”, then the player will also get the tag “whatever”. Example: The player with the tag “Playertag”, walks into a box with the tag “whatevertag”, colliding with it, I want the player to also get that same tag, so that if that player then collides with something that has the tag “player”, he will then change his tag too, meaning there will be more and more with the “whatevertag”.
I’ve tried a few methods but can’t seem to actually get it to work even though it should be so simple… Can anyone help me with this?