script.Parent.Touched:connect(function(hit)
local p = game.Players:GetPlayerFromCharacter(hit.Parent)
if p then
if p.PlayerGui then
p.PlayerGui.GUINAME.Frame.Visible = true
end end end)?
I tried it something is missing or im wrong.
0
Are you touching it or clicking it?SanityMan239— 10y