For instance, let’s say I have a LocalScript in StarterPlayerScripts
and a ModuleScript in ReplicatedStorage
If a function in the ModuleScript would run print(script.Parent.Name)
, will the output be "ReplicatedStorage"
or "StarterPlayerScripts"
?