Forums » Discussions » [Java 1.16] Teleporting an Entity Every Tick

throughhedges
Avatar

I am trying to teleport an entity one block up every tick from y-level 64 to y-level 111. I've tried this by making a scoreboard objective called "increase" that adds 1 to the objective every tick. I thought I could set the objective as a coordinate so the entity could teleport up a block every tick. (Example: /tp entity ~ increase ~)

However, this does not work. Is there a way to teleport an entity up every tick?