Topic: Is there any update function? Reason: Update function to place code in that updates every tick/frame, to continually check certain conditions? Also, for something like... minetest.register_on_joinplayer(function(player) --player object local pos = player:getpos() local y = pos.y end) ...how d...