Ryan 204966f929 Added Files
Totally not ready
2017-06-10 17:10:46 -04:00

5 lines
90 B
Plaintext

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