How to start your scripts in lua (mainly for roblox studio)
First, write script.Parent if the script is directly beneath the part you want to
code. If not, write where the part you want to script is located eg. Game.Workspace.Part
Thats's all!
Here's an example:
script.Parent.Transparency = 0.5