#question

2 messages · Page 1 of 1 (latest)

scenic furnace
#

local part = script.Parent

part.Touched:Connect(function(hit)
part.Transparency = 0.15
end)

what do i need to do to make the part transparency back to 0 after the players no longer touches the part?

proud stag
#

Use the touchended event