#💬 ar10goldʹs Feedback
1 messages · Page 1 of 1 (latest)
whyich tween?
if your talking about the text tweening
well you need to loop throw a table of text
and then make a local function that tweens the text
and in that function first you will tween it upwards
then wait until its finished
then tween it downwards and then wait again
and you play the tween for each of the texts
you should also add a wait time
so smt like this:
local text_label = some where
for i, text in texts do
tween(text_label)
text_label.Text = text
task.wait(0.2 * i)
end
very very simple form of it
Ok cool
(:
Underrated, people don't understand how complex a rarity system can be