Advertisement
DrakerMaker

Everybody Do The Flop

May 26th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local FlopSound = Instance.new("Sound")
  2.  
  3. local Player = game.Players.LocalPlayer
  4.  
  5. local Avatar = Player.Character
  6.  
  7. FlopSound.Parent = Avatar.Head
  8.  
  9. FlopSound.SoundId = "rbxassetid://313610689"
  10.  
  11. FlopSound.Volume = 5
  12.  
  13. FlopSound:Play()
  14.  
  15. wait(1.5)
  16.  
  17. Avatar.Humanoid.Health = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement