# 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?