Can you maybe try this, but change your coordinates in the script
local tpId = 5023
local tps = {
["Grand War Golem"] = {pos = {x=553, y=674, z=7}, toPos = {x=553, y=666, z=4}, time = 50},
}
function removeTp(tp)
local t = getTileItemById(tp.pos, tpId)
if t then...