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

SPECIFIC TITLE HERE. ENDS NOT WORKING?

Asked by 5 years ago

I have a few scripts though It doesn't let me write down end blocks. Here are the scripts.

Text = script.Parent wait(1) Text.Text = ("Loading.") wait(1) Text.Text = ("Loading..") wait(1) Text.Text = ("Loading..") wait(1) Text.Text = ("Loading...") wait(1) Text.Text = ("Loading")

wait(6) Modes = script.Parent Modes:TweenPosition(UDim2.new(0,0,0,0), 'Out', 'Bounce', 1)

wait(6.2) Modes = script.Parent Modes:TweenPosition(UDim2.new(0.3,0,0.206,0), 'Out', 'Bounce', 1)

Am I doing something wrong that I can't finish my script without an end?

0
Please use code blocks. T0XN 276 — 5y
0
What do you mean? Xtmate_Roblox -5 — 5y
0
when editing your question, select the code, click the lua icon fanofpixels 718 — 5y
0
You don't need `end` in the script you have posted. theCJarmy7 1293 — 5y
0
But it doesn't work on ROBLOX. It only works in Studio. Xtmate_Roblox -5 — 5y

Answer this question