Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function AnimateText(Text)
- for i = 1, #Text, 1 do
- script.Parent.Writing.Text = string.sub(Text, 1, i)
- wait(0.03)
- end
- end
- while true do
- AnimateText("👍 Make Sure To Leave A Like! 👍 ")
- wait(5)
- AnimateText("✨ Subscribe To Primal Dev! ✨ ")
- wait(5)
- AnimateText("🛒 Check Out The Shop! 🛒 ")
- wait(5)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement