Try SetActorLocation. Also what do you mean by duped the button?
Sorry to a while to respond busy week I tried what you said didn’t work. What I mean by duped button is I grabbed a button I already used and made another.
Instead of “GetPlayerCharacter”, you should be using “CastTo” YourCharacterBP with “Object” set as “GetPlayerCharacter” (or if you’re trying to teleport other than player BP - “GetAllActorsOfClass”) and using “ReturnValue” of your cast as a target for “SetActorLocation” (btw, “Teleport” also should be working fine)
Forgot all about this forum I made sorry for not replying. I solve my issue don’t know if its a bad solution or not, but I change “teleport” to “Set Actor Location and Rotation” and now all of my teleporters are working.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.