So I have this little snippet of code here and I am just curious as to what indexes when this code is run:
script.Parent.Touched:Connect(function(hit) end)
What does the hit link to? Thanks!
The first parameter of .Touched given (a.k.a. hit) returns a part that touched the object.