Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Scrolling Text or Credit Roll

Was looking for a Scrolling Text or Credit Roll for my game, Found one script , It scrolls Text and I followed instructions, but it always adds the Html &lt;&gt; into it as well if I try to break lines or add color and stuff.. Anyone worked with this Creditroll before, or might know how to fix it. or <a href="https://gist.github.com/Bastlifa/447de26082a30baa91fbbd32a77e1f99" rel="nofollow">https://gist.github.com/Bastlifa/447de26082a30baa91fbbd32a77e1f99</a>
1556485282
The Aaron
Roll20 Production Team
API Scripter
Interesting.&nbsp; I've not used it.&nbsp; You can get rid of the HTML by replacing: text: line with text: line.replace(/&lt;[^&gt;]*&gt;/g,'')
1556485321
The Aaron
Roll20 Production Team
API Scripter
It would take a much more complicated script to support differing text size, font, color, etc.
thanks that worked.