Ad
Log in to vote
0

My text engine localscript isn't working?

Asked by 1 year ago
Edited 1 year 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 — 1y

Answer this question