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...