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 a dux-favorate??") wait(delay) send(" *script made by dux!*") -- remove if you want and change the text to anything wait(delay) send("Dog goes *woof*") wait(delay) send("cat goes *meow*") wait(delay) send("and mouse goes *squeek*") wait(delay) send("cow goes *moo*") wait(delay) send("frog goes *croak*") wait(delay) send("and the elephant goes *toot*") wait(delay) send("ducks say *Quack*") wait(delay) send("and fish go *blub*") wait(delay) send("and the seal goes *ow ow ow*") wait(delay) send("but theres one sound") wait(delay) send("that no one knows") wait(delay) send("WHAT DOES THE FOX SAY?") wait(delay) send("Ring-ding-ding-ding-dingeringeding!") wait(delay) send("Gering-ding-ding-ding-dingeringeding!") wait(delay) send("Gering-ding-ding-ding-dingeringeding!") wait(delay) send("Hopin' you would give me a chance") wait(delay) send("What the fox say?") wait(delay) send("Wa-pa-pa-pa-pa-pa-pow!") wait(delay) send("Wa-pa-pa-pa-pa-pa-pow!") wait(delay) send("Wa-pa-pa-pa-pa-pa-pow!") wait(delay) send("What the fox say?") wait(delay) send("Hatee-hatee-hatee-ho!") wait(delay) send("Hatee-hatee-hatee-ho!") wait(delay) send("Hatee-hatee-hatee-ho!") wait(delay) send("What does the fox say?") wait(delay) send("Joff-tchoff-tchoffo-tchoffo-tchoff!") wait(delay) send("tchoff-tchoff-tchoffo-tchoffo-tchoff!") wait(delay) send("Joff-tchoff-tchoffo-tchoffo-tchoff!"") wait(delay) send("What the fox say?") wait(delay) send("Big blue eyes") wait(delay) send("Pointy nose") wait(delay) send("chasing mice") wait(delay) send("And digging holes") wait(delay) send("Tiny paws") wait(delay) send("Up the hill") wait(delay) send("Suddenly you're standing still") wait(delay) send("Your fur is red") wait(delay) send("So beautiful") wait(delay) send("Like an angel in disguise") wait(delay) send("But if you meet") wait(delay) send("A friendly horse") wait(delay) send("Will you communicate by") wait(delay) send("Mo-o-o-o-orse?") wait(delay) send("Mo-o-o-o-orse?") wait(delay) send("Mo-o-o-o-orse?") wait(delay) send("*sadly i cannot continue the song so this is the end of it*") 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