Hello, I've been testing, but it wouldn't work.
I've been trying to script with a GUI, that once you click something it will print the objects name. But it wouldn't work. I was trying it with a GUI and only that. I didn't want to use any tools.
Can you help me? The idea is: You can click a object with a GUI, without any tools equiped.
Please help me, It would help if you left a script for me.
mouse.Button1Down:connect(function() --mouse clicked --mouse.Target is the part it touches gui.TextLabel.Text = tostring(mouse.Target) --set the gui text to its name end)