I have the click detectors set up I just need to figure out how to unanchor it when I click it
I fixed the script I last posted.
Put the script inside the ClickDetector
to make it work
script.Parent.MouseClick:Connect(function() script.Parent.Parent.Anchored = false end)