Alright, so basically what I'm trying to do is make it so that the player can swap between characters with the press of a button- each of these characters are intended to have their own unique skills for puzzle solving purposes. Problem is, I'm having trouble figuring out how to switch them out. I figured it'd be a matter of destroying the current instance of the character and all other possible instances of the characters, then spawning the intended character in the same spot, but either that's incorrect or I'm going about it wrongly. Here's the .capx for anyone to look at, but as it stands I'm kind of confused.
https://www.dropbox.com/s/vl110s7nrywl5 ... .capx?dl=0
Thanks for the help in advance!