Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make a drop anchor on touch?

Asked by
DSAHS 0
10 years ago

How do i make a drop (lets say a player point model) freeze/Anchor on touch with a player?

2 answers

Log in to vote
1
Answered by
Seraine 103
10 years ago
function onTouched(hit)
    script.Parent.Anchored = true
end

script.Parent.Touched:connect(onTouched)

Copy and paste this into a script, and insert the script into a brick that you want to anchor, it will anchor a brick when a player touches it. Hope it helps!

Ad
Log in to vote
-1
Answered by 10 years ago

I'm sorry, but I really don't understand what you are trying to ask?

Answer this question