Like what really gets me confuse is how Parent is under Script when it's a child. Please explain it to me like I'm a 5 years old because I'm really new at scripting. Thank you very much!
PROPERTY:
If the script is something .Parent
means that the coder/scripter/developer wants to get whatever object that is currently hold it.
For example:
script.Parent
That meant that I want to get the object that is currently holding the script.