I am really new to scripting and I am trying to make a game with notes... It's difficult.
To do that you have to make a function that when touched the transparency goes to 1. Place a script in the part. Put this in the script: script.Parent.Touched:connect(function() script.Parent.Transparency = 1 end)