function gui:newTextLabel(t,name, x, y, w, h, sx ,sy ,sw ,sh) local x,y,w,h,sx,sy,sw,sh=filter(name, x, y, w, h, sx ,sy ,sw ,sh) return self:newTextBase("TextLabel",t,name, x, y, w, h, sx ,sy ,sw ,sh) end