Garry's Mod

Garry's Mod

PointShop
how to find a position for an object?
function ITEM:ModifyClientsideModel(ply, model, pos, ang)
model:SetModelScale(0.8, 0)
pos = pos + (ang:Right() * 0) + (ang:Up() * 6) + (ang:Forward() * 2) {-----------------------

return model, pos, ang
end


how???
help