I was just wondering if there was some kind of way to get the name a gui that was clicked?
i have done this ,but i have not found a way to get the gui that was clicked.
for i,v in pairs(Guis) do v.mousebutton1Click:connect(function() -- print the name of the gui that was clicked end) end
for i,v in pairs(Guis) do v.mousebutton1Click:connect(function() print(v.Name) end) end