I made a building out of parts, and grouped them together in order to move it easier. However, when I tried attaching a script to it that used the Anchored keyword, it did not work. Here is the code –
task.wait(5)
script.Parent.Anchored = false
I expected the building to fall apart after 5 seconds, but it did not. I did some experimentation and the same problem applied to other grouped parts. Could someone please tell me a simple way to apply a script to a large amount of parts, with the “Anchored” keyword allowed?
Brett Albright is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.