Mega Jump
Make a jump command to send yourself as far up as you want.
Try the code:
player.onChat("jump", function (num1) {
player.teleport(pos(0, num1, 0))
})
Make a jump command to send yourself as far up as you want.
player.onChat("jump", function (num1) {
player.teleport(pos(0, num1, 0))
})