Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local TextChatService = game:GetService("TextChatService")
- local function chat(message)
- local channel = TextChatService:FindFirstChild("TextChannels"):FindFirstChild("RBXGeneral")
- if channel then
- channel:SendAsync(message)
- else
- warn("Not Supporting")
- end
- end
- chat("A flower's not a flower until they bloom")
- wait(1)
- chat("Like my first time livin' life the day I met you")
- wait(1)
- chat("Hate to think that humans have to die someday")
- wait(1)
- chat("A thousand years won't do, ooh")
- wait(5)
- chat("No wоndеr I fеll in lоve")
- wait(1)
- chat("Even though I'm scared to love")
- wait(1)
- --chat("Baby, I know")
- wait(1)
- chat("The pain is unbearable (There's no way)")
- wait(1)
- chat("Pinsala'y ikinamada")
- wait(1)
- --chat("Mо bІnІbІnІng mаy sаlаmаngkа")
- wait(1)
- chat("You've turned my limbics into a bouquet")
- wait(6)
- chat("Ikaw ay tila sining sa museong 'di naluluma")
- wait(1)
- chat("Binibini kong ginto hanggang kaluluwa")
- wait(1)
- chat("Gonna keep you like a (nu couché)")
- wait(1)
- chat("All my life")
- wait(1)
- chat("At kung sa tingin mo na ang oras mo'y lumipas na")
- wait(1)
- chat("Ako'y patuloy na mararahuyo sa ganda")
- wait(1)
- chat("I'd stіll kіss you every sіngle day")
- wait(1)
- chat("All my life")
- wait(6)
- chat("If I could paint a perfect picture")
- wait(1)
- chat("Of the girl of my dreams with a curvy figure")
- wait(1)
- chat("Voice of an angel like a symphony")
- wait(2)
- chat("No doubt, she's a masterpiece")
- wait(1)
- chat("No matter the color, you're beautiful")
- wait(1)
- chat("You're one of a kind like a miracle")
- wait(1)
- chat("Hindi ka papanaw hanggang huling araw")
- wait(1)
- chat("Maging kabilang buhay, ikaw ay ikaw")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement