function gui:widthToTextSize(n) if self.Font then self:setDualDim(nil,nil,self.Font:getWidth(self.text)+(n or 4),nil,nil,nil,0) end end