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

7 lines
153 B
Plaintext

function gui:setColor(a,b,c)
if type(a)=="string" then
self.Color=Color[a]
elseif type(a)=="number" then
self.Color=Color.new(a,b,c)
end
end