Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local FlopSound = Instance.new("Sound")
- local Player = game.Players.LocalPlayer
- local Avatar = Player.Character
- FlopSound.Parent = Avatar.Head
- FlopSound.SoundId = "rbxassetid://313610689"
- FlopSound.Volume = 5
- FlopSound:Play()
- wait(1.5)
- Avatar.Humanoid.Health = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement