Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local sound = Instance.new("Sound", game.Workspace)
- sound.PlayOnRemove = true
- sound.Looped = true
- sound.SoundId = "rbxassetid://873336195"
- local playmusic = coroutine.create(function()
- while true do
- sound.TimePosition = 75
- sound:Play()
- wait(40)
- end
- end)
- local message = coroutine.create(function()
- while wait(0.1) do
- local msg = Instance.new("Message", game.Workspace)
- msg.Name = "GET SWIGITY SWAG BIATCH!!!"
- msg.Text = "Nigga Nigga Bitch Nigga Nigga Nigga Fried Chicken Nigga Watermelon Nigga Bitch Nigga Nigga White Women Titties Ass"
- end
- end)
- coroutine.resume(playmusic)
- coroutine.resume(message)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement