2016-12-02 19:02:26 -05:00

5 lines
94 B
Plaintext

function gui:getLowest()
if self.Children[1]~=nil then
return self.Children[1]
end
end