I think I know where the problem is...
local t, player = {
pedestals = {
{x=33098, y=31003, z=2},
{x=33099, y=31003, z=2}
},
newPos = {
{x=33072, y=31023, z=3},
{x=33072, y=31025, z=3}
},
area = {
fromX = 33097, toX = 33100,
fromY = 31002, toY = 31004,
z = 2
},
storageDone...