part = script.Parent
part.Touched:Connect(function(hit)
local plr = game.Players:GetPlayerFromCharacter(hit.Parent)
plr.PlayerGui.upd.Enabled = true
end)
that script run only once, but must run any time player touching part. Why?