Why doesn't this teleport my character?

Hi, so i have this code. I have a widget that pops up with buttons, and one of them, engi, is supposed to teleport the player to another floor

of the building. It prints hello, but doesn’t teleport. Why doesn’t my code work?

Because you’re setting the location of the controller not the character. Also why are you using a string to add to vector? There is a node “vector + vector” or in your case use break vector and then make vector nodes if you don’t want to add but set a specific location.