Hey, I need some help with this idea.
When a Player enters a Vehicle, I want them to be teleported somewhere else, it sounds so confusing to do but i have no idea on how to do it so help me please.
Hey, I need some help with this idea.
When a Player enters a Vehicle, I want them to be teleported somewhere else, it sounds so confusing to do but i have no idea on how to do it so help me please.
I think you need to explain your objective with more details.
To teleport an actor, all you need to do is using the Set Actor Location
node, if that was what you were looking for
Oh right, I should’ve read the tags more carefully. Though why does it include Unreal?
Hey, sorry! When a player gets inside a vehicle (e.g., Tank, Plane, etc.), I want both the player and the vehicle to be teleported to a specific location. The teleportation should happen immediately upon entering the vehicle.
If this isn’t possible, I’ll look for another approach, but the idea remains the same. Haha!
Oh shoot, i am in the wrong section, i apologies
My apologies i asked in the wrong section, I searched for “Questions” and got to here haha, sorry
Heya ZB-Onalito ツ,
If the place to be teleported is a specific place, the easiest way might be to use 2 vehicles.
The vehicle you first enter and a second vehicle at the place you want them to be teleported to.
In the second vehicle go to the settings under User Options - Functions and add to the Assign Driver array, then select the first vehicle and use the On Player Enters event.
Theoretically this should put the player in the second car, when they enter the first.