of     1   

OrdinaryBearpanda4
#220347374Monday, July 03, 2017 6:29 AM GMT

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
tentergram
#220347588Monday, July 03, 2017 6:32 AM GMT

function onTouch() wait(w) gui.Visible = not gui.Visible end
OrdinaryBearpanda4
#220370912Monday, July 03, 2017 4:19 PM GMT

b1 lads R$0
OrdinaryBearpanda4
#220372355Monday, July 03, 2017 4:46 PM GMT

bump lads R$1,497
TheKgroup
#220372535Monday, July 03, 2017 4:50 PM GMT

You can't. You have it set to check if its false. And if it is, it'll turn it true. And if it isn't false. Then it will set itself to false. You basically have it infinitely looping. Waits will only delay the time between flashes ngroup stole my cookie
OrdinaryBearpanda4
#220376006Monday, July 03, 2017 5:46 PM GMT

oh so how do i stop it flashing lads R$597

    of     1