Getting this crash ---------------------------------------------------Signal caught: SIGABRTT - Pastebin.com (https://pastebin.com/FfeHLGed) anyone know how to fix it?
Interesting it looks like its because those cordinates are tile that requires level to pass them and next to it is entry room so it looks like when u exit that room u appear instantly on that tile which requires level and it forces to crashtwo interlocked teleports resulting with "call stack overflow" in these positions:
oldPos = {x = 757, y = 31, z = 7 '\a'}
newPos = {x = 486, y = 80, z = 8 '\b'}
Probably yea, moved this tile away from teleportmy guess is walkback forces it to frompos and frompos is teleport in this case so it tries to teleport again. Add level check before teleporting.