I have been cutting down this script in an attempt to find the problem with it for a long time now, and I have finally isolated the problem but I have no idea why it is not working!
I want a Part to become unanchored when it is Touched by any part, but it WILL NOT WORK.
script.Parent.Touched:connect(function(part) script.Parent.Anchored = false end)
What am I doing wrong???