local delay = 2.5 function send(text) local A_delay = text local A_2 = "All" local event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest event:FireServer(A_delay, A_2) end while wait(delay) do send("hey guys today is the time i sing a song on repeat") wait(delay) send("but we all know im bad at singing so expect some voice cracks") wait(delay) send("forgot to mention that the song is kewl😎") wait(delay) send(" *script made by dux!*") -- remove if you want and change the text to anything wait(delay) send("Sawty's like a melody in my head") wait(delay) send("That I can't keep out, got me singin' like") wait(delay) send("Na na na na") wait(delay) send("everyday") wait(delay) send("It's like my iPod's stuck on replay") wait(delay) send("Replay-ay-ay-ay") wait(delay) send("*even more epic music* sawty's like a melody in my head") wait(delay) send("That I can't keep out, got me singin' like") wait(delay) send("Na na na na everyday") wait(delay) send("It's like my iPod's stuck on replay") wait(delay) send("Replay") wait(delay) send("Remember the first time we met") wait(delay) send("You was at the mall wit yo friend") wait(delay) send("I was scared to approach ya") wait(delay) send("But then you came closer") wait(delay) send("Hopin' you would give me a chance") wait(delay) send("Who would have ever knew") wait(delay) send("That we would ever be more than friends") wait(delay) send("We're real worldwide, breakin' all the rules") wait(delay) send("She like a song played again and again") wait(delay) send("That girl, like something off a poster") wait(delay) send("That girl, is a dime they say") wait(delay) send("That girl, is a gun to my holster") wait(delay) send("She's running through my mind all day, ay") wait(delay) send("Sawty's like a melody in my head") wait(delay) send("That I can't keep out, got me singin' like") wait(delay) send("Na na na na everyday") wait(delay) send("It's like my iPod's stuck on replay") wait(delay) send("Replay-ay-ay-ay") wait(delay) send("See you been all around the globe") wait(delay) send("Not once did you leave my mind") wait(delay) send("We talk on the phone, from night 'til the morn'") wait(delay) send("Girl, you really changed my life") wait(delay) send("Doin' things I never do") wait(delay) send("I'm in the kitchen cookin' things she likes") wait(delay) send("We're real worldwide, breakin' all the rules") wait(delay) send("Someday I wanna make you my [OTHER WORD FOR FEMALE S/O]") wait(delay) send("That girl, like something off a poster") wait(delay) send("That girl, is a dime they say (Hey)") wait(delay) send("That girl, is a gun to my holster") wait(delay) send("She's running through my mind all day, ay") wait(delay) send("Sawty's like a melody in my head") wait(delay) send("That I can't keep out, got me singin' like") wait(delay) send("Na na na na everyday") wait(delay) send("It's like my iPod's stuck on replay") wait(delay) send("Replay-ay-ay-ay") wait(delay) send("cmon guys rate the song, script by dux!") wait(delay) send("and i dont mean this to anyone, im not into anyone in this server aswell") wait(delay) send("suggest a song for me to make into a script in scriptblox") wait(delay) send("now its time to repeat the song") end