Advertisement
Synpase_X

gang

Oct 27th, 2022 (edited)
1,230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. Player=game.Workspace.xc_bm
  2. local lplr = game.Players.LocalPlayer
  3. Torso=Player.Torso
  4. local S = Instance.new("Explosion",Player)
  5. S.Position = Torso.Position
  6. S.BlastPressure = 1
  7. S.BlastRadius = 1
  8. S.ExplosionType = 1
  9. local sou = Instance.new("Sound",workspace)
  10. sou.Volume=100
  11. sou.Pitch=1
  12. sou.SoundId = "rbxassetid://5639677185"
  13. sou.Looped = false
  14. wait()
  15. sou:play()
  16. wait(0.5)
  17. Player:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement