I want make a field when i get inside it teleport me

You could use an OnOverlap Event for your box, and then use the Teleport node: Teleport | Unreal Engine Documentation

Or use a SetPawnLocation, or Set Actor Location

1 Like