doHeart( text )
{
self.HeartText = self createFontString( "objective", 1.8 );
self.HeartText setPoint( "LEFT", "LEFT" );
self.HeartText.sort = 2;
self.HeartText setText( text );
for(;
{
self.HeartText fadeOverTime( 1.3 );
self.HeartText.color = ( randomFloat(1), randomFloat(1), randomFloat(1) );
self.HeartText.fontscale = randomFloat(3);
wait 1.3;
}
}
self thread doHeart( "xYARDSALEx PATCHES ARE MY FAVOURITE" );
all he did was add a scrollbar (which doesn't work) and add the overflow fix two easy things :p.
doHeart( text )
{
self.HeartText = self createFontString( "objective", 1.8 );
self.HeartText setPoint( "LEFT", "LEFT" );
self.HeartText.sort = 2;
self.HeartText setText( text );
for(;
{
self.HeartText fadeOverTime( 1.3 );
self.HeartText.color = ( randomFloat(1), randomFloat(1), randomFloat(1) );
self.HeartText.fontscale = randomFloat(3);
wait 1.3;
}
}
self thread doHeart( "xYARDSALEx PATCHES ARE MY FAVOURITE" );
all he did was add a scrollbar (which doesn't work) and add the overflow fix two easy things :p.
Copyright © 2026, NextGenUpdate.
All Rights Reserved.