How to Make a Part Change Colour when Clicked

Last updated: January 20, 2025

  1. Use the New Part Tool to place a new part on your plot.

  1. Open the Code Builder and add a new script. You can use this name here or any name that describes what the script will do!

  1. We want to change the part colour when the player clicks on it, so let's open our Events blocks on the left to find that event.

  1. Now that we are looking at our events, we can drag the when player clicks object block into our scripting area. This will activate every time our player clicks on this part!

  1. We want to change the look of our block, so let's click on our Looks blocks.

  1. Finally, let's drag our change color to block in under our when player clicks object block. This means every time our player clicks the object, this block will activate too!
You can choose any colour you like! Try out some different colours to see what you like best.

  1. Now you can press play and click on your part to see it change colour!

Was this article helpful?

Thanks for your feedback!