so i want it to wait so the gui doesn't keep flashing so you enter the box the gui appears you leave the box and the gui disappears
gui = script.Parent.shopFrame
part = game.Workspace.guiactive
function onTouch()
if gui.Visible == false then
gui.Visible = true
else
gui.Visible = false
end
end
part.Touched:connect(onTouch)
lads R$0 |