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 3 years ago
Edited 3 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 — 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 loop kepiblop 124 — 3y

Answer this question