Moving Teleport

Hi, So I want to do a moving teleport in UEFN. I want my teleport to be moving with the zone so people can always spawn in zone in my zonewars, but i want the teleport to move after the timer is on success. I know you have to make it with verse but i dont know how. I am new and I dont know how to make that code cause i know there is a lot of things i have to use. I only know i have to use MoveTo or maybe not, i dont know. I will be very happy if someone would help me

You can call TeleportTo on your teleporter_device, which looks weird at first, but it’s how you do it :smiley:

but i want the teleport to be moving, cause i thinkg teleport to is one action and i dont even know how to write it in the verse

Well then teleporter_device.MoveTo() should work, just retrieve your teleporter through an editable field and trigger the MoveTo call whenever you need

You might want to take a look at basic documentation if you really don’t know much