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

Touched is only working for character parts not other parts?

Asked by 6 years ago

Touched is only working for character parts not other parts. https://www.youtube.com/watch?v=YM3ca5cArYo&amp;feature=youtu.be < I tried to make the blue part turn other parts Transparent.

Tele.Touched:connect(function(otherPart)
  if otherPart ~= game.Workspace.Baseplate then
  otherPart.Transparency = 1
end
end)
0
Link is broken. Whoever wants to hotlink: https://www.youtube.com/watch?v=YM3ca5cArYo&amp;feature=youtu.be Void_Frost 571 — 6y
0
Thx for fixing the link e.e gamingsugo 0 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

Parts required to be touched by something moving without script commands. This has happened to me before.

I know this because when I moved a part into another, it did not activate the function but if dropped from the air, it would activate.

So basically it's gotta have gravity or a character to activate it.

Ad

Answer this question