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

Will translating a model into another model activate a .Touched line of code?

Asked by
TomsGames 225 Moderation Voter
10 years ago

script.Parent.Touched:connect(functiona)

If I move the parent of that script into another brick will that activate functiona? If not, how can I do that?

1 answer

Log in to vote
1
Answered by
1waffle1 2908 Trusted Badge of Merit Moderation Voter Community Moderator
10 years ago

"Will translating a model into another model activate a .Touched line of code?" No. "If I move the parent of that script into another brick will that activate functiona?" Yes, if you move a script it will execute.

0
I mean phyiscally move as in the bricks vector3 not moving the parent. Will post another question with more detail, thanks though TomsGames 225 — 10y
Ad

Answer this question