This article is tagged with:
Roblox lua how to make something go invisible
and lua
roblox lua how to make something go invisible
local part = script.parent
part.Transparency = 1 --makes it invisible
part.CanCollide = false -- makes it so you can walk through it