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

For some reason my animated text isn't working?

Asked by 5 years ago
text = "What do you need?"
senzu = script.Parent
print(5)
wait()
for i = 1, #text do
    print('a letter')
    senzu.Text = string.sub(text, 1, i)
    wait()
end

this is my script. For some reason!! my 5 doesn't even print. You probably didn't need the whole script but it's short so i included it all just in case.k

0
script is not disabled HappyTimIsHim 652 — 5y
0
so it doesn't print. It's in a textlabel that's in a screengui in startergui HappyTimIsHim 652 — 5y
0
print ("5") WideSteal321 773 — 5y
0
:/ HappyTimIsHim 652 — 5y
View all comments (4 more)
0
is that why but it's a number HappyTimIsHim 652 — 5y
0
still won't work HappyTimIsHim 652 — 5y
0
what typeof script? WideSteal321 773 — 5y
0
:/ HappyTimIsHim 652 — 5y

1 answer

Log in to vote
3
Answered by 5 years ago
Edited 5 years ago

Make sure you have a local script that script will work unless it's not local

Ad

Answer this question