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

My text engine localscript isn't working?

Asked by 3 years ago
Edited 3 years ago

A script in StarterGui > ScreenGui > Frame > Textlabel > LocalScript

Code:

local TextLabel = script.Parent

while true do
    wait(1)
    TextLabel.Text = "Loading"
    wait(1)
    TextLabel.Text = "Loading."
    wait(1)
    TextLabel.Text = "Loading.."
    wait(1)
    TextLabel.Text = "Loading..."
end

And it's just not letting it load!

0
are there any errors BulletproofVast 1033 — 3y

Answer this question