of     1   

Xonious
#182804471Monday, February 01, 2016 2:41 AM GMT

I am looking for a textlabel that types out its own text, which I already have but you may have to make yourself, and when the box gets full with words, it moves down a bit EX1: TEXT: "Hello! My name is james and I am a very nice person and I am very happy to meet you and blah blah blah blah bl-" - The textlabel gets filled here, so the textlabe moves down when you click the "Z" key, and then once it moves down, this is at the top because there is now more room: "appy to meet you and blah blah blah blah blah" - and it keeps typing down to "blah blah hi blah blah person blah blah" - then that loops, and it is the same thing with clicking the Z key. I need a script/,odel that does that and works. If you need a typing text script, I can provide it via messages. [PAY]: I am willing to pay AT THE LEAST 300R$. This can go up to 1500R$ [ALL PAYOUTS, NO TAX, NO DEDUCTIONS, NO TRICKS] The price all depends on: -Clean Code -Efficient Code -Works smoothly -No errors -Nothing I have to fix -Time it takes -How long the code is -How easy it is to implement it into an NPC.
Xonious
#182804505Monday, February 01, 2016 2:41 AM GMT

[Title fix]: text scripting*
llaserx
#182804607Monday, February 01, 2016 2:43 AM GMT

U want it efficiently Yet pricing the person on how long it takes to make it?
Xonious
#182805614Monday, February 01, 2016 2:58 AM GMT

I don't expect it to be done in 1 minute, but I don't want it done in 14 days. As long as it doesn't take TOO long but works good, it's fine.
emantsevich1
#182809354Monday, February 01, 2016 3:55 AM GMT

...
emantsevich1
#182809428Monday, February 01, 2016 3:56 AM GMT

I'm somewhat confused by all that "bla blah hi eh" but I can try
Xonious
#182809495Monday, February 01, 2016 3:57 AM GMT

That was just a placeholder for the text.
rowerowe71
#182809679Monday, February 01, 2016 4:00 AM GMT

Xonious
#182810325Monday, February 01, 2016 4:12 AM GMT

[Another good example]: Imagine you're typing on something like Microsoft Word. When one page gets filled, Word moves down a bit to the next page, but you can still see the page above, and it is still there. [Second EX]: The text is typing out, so when the top line gets filled, the text moves down to the next line. Never oes the text delete/remove itself. But when you click "Z", the 'text camera' should move down a bit, showing the next line.
Xonious
#182844509Monday, February 01, 2016 9:06 PM GMT

b
marfit
#182844578Monday, February 01, 2016 9:07 PM GMT

This is fairly easy, just add letters after waits, and have different pages. I did this in 1 hour (bulky stuff)
ParadigmaticAnon
#182844779Monday, February 01, 2016 9:11 PM GMT

""Hello! My name is James and I am a very nice person and I am very happy to meet you and blah blah blah blah bl-"" An algorithm to accomplish this is to simply store the value of the original text-size limit within a variable. Afterwards, utilize a conditional statement bound within a UserInputService-based function to determine whether the current size of the text string is equally divisible by the text limit when the "Z" key is pressed, making sure that you add a "\n" escape sequence if the condition is true.
Xonious
#182847775Monday, February 01, 2016 10:01 PM GMT

BEST Example: [Code for typing text goes here] text1 = "Hello! Welcome to my new game!" text2 = "You can build here!" text3 = "Also, everything you see here may not work correctly, because some things are just like that!" - Notice how text3 went to another line? Instead of the text getting smaller to make room for it, the textbox should lower itself, leaving a whole new line for the remaining of the text.
emantsevich1
#182892511Tuesday, February 02, 2016 8:56 PM GMT

e.e I thought of a simple way to do this if you don't want to do serious scripting =p just select wordwrapped for the text and make a new Textbox appear when the font reaches a certain size something like that
Xonious
#182893823Tuesday, February 02, 2016 9:17 PM GMT

b2
mircostaff
#182895828Tuesday, February 02, 2016 9:50 PM GMT

Just add waits, and for do loops into the coding. You can also make the textbox/textlabel TextWrapped, which moves the code unto the next line.

    of     1