Advertisement
ManlyMemeScripter

Untitled

Mar 30th, 2018
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. mouse = plr:GetMouse()
  3. local s = Instance.new("Sound")
  4. s.Name = "Sound"
  5. s.SoundId = "http://www.roblox.com/asset/?id=150185006"
  6. s.Volume = 1
  7. s.Looped = false
  8. s.archivable = false
  9. s.Parent = game.Workspace
  10. s:play()
  11. mouse.Button1Down:connect(onClicked)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement