FNF! Text tools work in mobile and pc
I was bored and I try make this event.And it's work!
This event it's useful if you make a mod or make song lyrics.
Explain:
makeLuaText('text', value1, 100, 600, 550);
100: Width
600: xPosition
550: yPosition
Edit the "100" if you want type 10+ text.(Recommend 100,250,300 use if necessary)
Edit the 600 if you want change the x position.
Edit the 550 if you want change the y position.
Edit the "FFFFFFFF" if you want change the color.
Download:https://gamebanana.com/tools/13864
Code(If you need):
function onEvent(name, value1, value2)
if name == "text flash" then
makeLuaText('text', value1, 100, 600, 550);
setTextSize('text', '25') --text size
addLuaText('text', true);
doTweenColor('hello', 'text', 'FFFFFFFF', 0.5, 'quartIn');
setObjectCamera('text', 'other');
runTimer('wait', value2);
end
end
function onTimerCompleted(tag, loops, loopsleft)
if tag == 'wait' then
doTweenAlpha('byebye', 'text', 0, 0.3, 'linear');
end
end
function onTweenCompleted(tag)
if tag == 'byebye' then
removeLuaText('text', true);
end
end
Make by:@raidenalfares
Other Videos By Raiden Alfares
Other Statistics
Gacha Life Statistics For Raiden Alfares
Raiden Alfares currently has 507 views spread across 1 video for Gacha Life. Less than an hour worth of Gacha Life videos were uploaded to his channel, making up less than 0.10% of the total overall content on Raiden Alfares's YouTube channel.