Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

The until gets an error saying, expected identifier when parsing expression got <eof>?

Asked by 2 years ago
Edited 2 years ago
repeat  
script.Parent.GUI.Visible = true
wait(5)
script.Parent.GUI.Visible = false
until

0
Use the lua code block to format your code correctly JustinWe12 723 — 2y
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 loop kepiblop 124 — 2y

Answer this question