Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- local mouse = player:GetMouse()
- repeat wait() until player.Character
- local character = player.Character
- local song = Instance.new("Sound")
- song.Volume = 1
- song.SoundId = "rbxassetid://1135130274"
- song.Parent = player.Character.Head
- song.MaxDistance = 100000000000000000000000000000000000000000000000000
- mouse.KeyDown:connect(function(key)
- key = key:lower()
- if key == "q" then
- song:Play()
- else
- if key == "e" then
- song:Stop()
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement