vy doesnt show in the main hud so its your mod, tpt never had a vy or vx thing even in debug menu
if tpt.get_property("type", x, y) >= 1 then
var11 = tpt.get_property("vy", x, y)*1000
else
var11 = 0
end
if var11 <= 9999 or var11 <= -9999 then
vy = math.floor(var11)/1000
else
vy = "Err(2)"
end</code>