IDK any coding soooooooooooooooooooooooooooooooooooooooooooooooo...............................uhhhhhhhhhh.....................hmmmmmm...........yeah? Pls help me or els imma die.
Uh, here?
function onTouched(hit) if script.Parent.Anchored == false then script.Parent.Anchored = true end end script.Parent.Touched:connect(onTouched)
So what you'll need to do is insert a regular Script
in the part that will be your target. Inside of that Script, type:
local part = script.Parent if part.Anchored == false then part.Anchored = true end
Closed as Not Constructive by Ziffixture
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?