I'm making a game, and so multiple characters are involved, which the player can use at any minute by pressing SHIFT. But I don't understand how to do this with ONE type of object when there are TWO or more. I could spawn the same objects and give them the same control and switching. I don't want to clutter my project with thousands of similar commands and objects. I want to use one type of object, but in large numbers. If you know how to do this, can you explain what commands should be entered in case of two objects of the same type.