#does anyone know how to make a part dissapear when a different part is touched?

28 messages · Page 1 of 1 (latest)

slim jewel
#

If you rename or put a private Bool value inside the part then we can do it like

#
local part = script.Parent

part.Touched:Connect(function(hit)
if hit.Parent or hit or hit:FindFirstChildOfClass("BoolValue") then
part.CanCollide = false
part.Transparency = 1
end
end)
strong thunder
#

Spoon feeded agony

timber silo
slim jewel
slim jewel
#

Lol

crystal glacier
#

😂

#

No but like if there isn't a book value in the player, it won't open the door lol

slim jewel
#

I just give him idea

#

I think he could do more from here

crystal glacier
#

Why not just

key.Touched:Connect(function(h) door:Destroy() end)
crystal glacier
slim jewel
strong thunder
slim jewel
timber silo
sand anchor
#

uhh

slim jewel
timber silo
# slim jewel Lol ye

from now on u dont send the script, u send the picture of script so its no more fork feeding, cuz some people dont like it for some reason:

#

handsome font

slim jewel
#

Fr tho which font is this

timber silo
#

fantasque

#

sans mono

slim jewel
timber silo
#

snapcode extension

timber silo