Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

how to change part name by button click ?

Asked by
PPJASK 19
3 years ago

how to change part name by button click ?

part = game.Workspace.Part

button = script.Parent

-Thank u and best regards -PPJASK

2 answers

Log in to vote
0
Answered by 3 years ago

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.

Ad
Log in to vote
0
Answered by 3 years ago

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"

Answer this question