• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. M

    Lua Need help with movement script!

    ok thanks, but how do i write it so that the script can understand the x+2 part? local pos = getPlayerPosition(cid) local newwall = pos.x+2, pos.y, pos.z something similar to that?
  2. M

    Lua Need help with movement script!

    Hi, I have a script for removing walls, it works fine, but I wanted to change it, if possible. I'll post the script then talk about what I'm trying to do below it. Here's the script: local wall = {x=501, y=301, z=11} ---- I want to make this to x+2 somehow, instead of writing out the coordinates...
Back
Top