|
| 19 May 2012 04:47 PM |
text = script.Parent.LenT.Value for i = 1,text:len() do script.Parent.Text = text:sub(1,i) wait(0.095) end
I'm trying to make the Text of a TextLabel the LenT.Value, but it won't work(I'm trying to make it look like someones typing). I don't know why. I can't check it either. Now that's just the script inside of the chat script I made, if you want the chat script then ask. Also, if you want to see the chat script in action just check my place and say something. It'll show up and do every it's supposed to except the separate script I added into the Chat Script. |
|
|
| Report Abuse |
|
|
|
| 19 May 2012 04:49 PM |
| Anyone know what I'm talking about? |
|
|
| Report Abuse |
|
|
|
| 19 May 2012 05:34 PM |
I have one of those, I may let you have it I guess. Mine works fully functional and it sounds like a type writer just typing each letter to a word in a sentence. |
|
|
| Report Abuse |
|
|
|
| 20 May 2012 11:45 AM |
Oh, I was thinking this thread was dead, but I fixed it. It just needed a wait... :P. Thanks anyway.
wait(0.15) worked like a charm... |
|
|
| Report Abuse |
|
|