Try this, I haven't tested it so idk how well it would work. You'll have to adjust the positions to work with your server though.
local premiumZone = {
fromPosition = Position(1000, 1000, 7),
toPosition = Position(1000, 1000, 7),
}
local freeAccountPosition = Position(1000, 1000, 7)...