Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Music = Instance.new("Sound")
- Music.SoundId = "rbxassetid://880159023"
- Music.Volume = 100
- Mouse.KeyDown:connect(function(key) local key = key:lower()
- if key == "e" then
- if DebounceKey == false then
- return
- end
- DebounceKey = false
- Music:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement