Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local m=Instance.new("Message",workspace)
- m.Text="..."
- local s=Instance.new("Sound",workspace)
- s.SoundId = "http://www.roblox.com/asset?id=1372260"
- s.Volume = 10
- s.Pitch = 1
- s.Looped = true
- s:Play()
- while true do
- local m=workspace.Message
- m.Text="ÿÔÛ $HÆlL ÑÕT LÈÆVÊ THÈ ßÉRVËR"
- wait(0.5)
- m.Text=" "
- wait(0.5)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement