2017-11-29 22:13:32 -05:00

5 lines
90 B
Plaintext

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