Mouse.MouseButton1Down:connect(function(WHATICLICKEDONTHEGUIAXIS)-- "What I clicked on the gui axis"
print(WHATICLICKEDONTHEGUIAXIS)
end)
for instance, I click a Frame, but its not a button, frame and when I click down on my mouse on it, it prints its name without it being a button |