Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=298676114" -- Type your music ID here
- s.Volume = 10 -- this is the Volume
- s.Pitch = 1 -- tis is the pich
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(0)
- s:play()
- wait (0)
- for i = 1, math.huge do
- body = Instance.new("Message")
- body.Text = "H E O P E N E D T H A T W I N D O W"
- body.Parent = game.Workspace
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement