Advertisement
memesbruh03

you shalt not leave 2 script

Sep 18th, 2016
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. local m=Instance.new("Message",workspace)
  2. m.Text="l..."
  3. local s=Instance.new("Sound",workspace)
  4. s.SoundId = "http://www.roblox.com/asset?id=1372260"
  5. s.Volume = 10
  6. s.Pitch = 1
  7. s.Looped = true
  8. s:Play()
  9.  
  10. while true do
  11. local m=workspace.Message
  12. m.Text="Yœų ŝħąłť ńőţ łēăvĕ ţhę šēŕvěŗ. Īţ mįġħŧ māķě ťhĕm fĕęl ľœŋĕļŷ."
  13. wait(0.5)
  14. m.Text=" "
  15. wait(0.5)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement