how to change part name by button click ?
part = game.Workspace.Part
button = script.Parent
-Thank u and best regards -PPJASK
On this website your not allowed to just ask for scripts, but I'll tell you that your gonna need a click detector in the button.
Add a click detector to the button and put the script inside of it then put this code in the script
part = game.Workspace.Part button = script.Parent part = "Name"