Advertisement
potatinha

roblox smash

Sep 8th, 2017
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Player = game.Players.Bruno973
  2. gui = script.Parent
  3. Mouse = Player:GetMouse()
  4.  
  5. Mouse.KeyDown:connect(function(key)
  6. if (key == "q") then
  7. c = Instance.new("Sound",game.Workspace.Bruno973.Head)
  8. c.SoundId = "rbxassetid://738087836"
  9. d = Instance.new("DistortionSoundEffect", c)
  10. d.Level = 0.7
  11. c:Play()
  12. end
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement