roblox lua how to make something go invisible code example
Example: 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
local part = script.parent
part.Transparency = 1 --makes it invisible
part.CanCollide = false -- makes it so you can walk through it