repeat
script.Parent.GUI.Visible = true
wait(5)
script.Parent.GUI.Visible = false
until
0
Use the lua code block to format your code correctlyJustinWe12723— 3y
1
you didn't specify a thing for it to stop for, if you want it forever then just make it say until true == false or use a while true do loopkepiblop124— 3y