Advertisement
Lukas17

Untitled

Mar 3rd, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1.  
  2. Music = Instance.new("Sound")
  3. Music.SoundId = "rbxassetid://880159023"
  4. Music.Volume = 100
  5.  
  6. Mouse.KeyDown:connect(function(key) local key = key:lower()
  7. if key == "e" then
  8. if DebounceKey == false then
  9. return
  10. end
  11. DebounceKey = false
  12. Music:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement