Advertisement
Mediakiller7Cool

You Are An Idiot (Lua Annoying Script)

Jul 17th, 2019
3,003
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. wait(0.9)
  2.  
  3. warn("Lol You Trapped B###")
  4. warn("You Got Fucked By Mediakiller7")
  5.  
  6. ---Music---------
  7. local sound = Instance.new("Sound", game.Workspace)
  8. sound.SoundId = "rbxassetid://131490087"
  9. sound.Looped = true
  10. sound:Play()
  11. ------------------
  12.  
  13. local part = Instance.new('Part')
  14. part.BrickColor = BrickColor.new("Really red")
  15. part.Anchored = true
  16. part.Size = Vector3.new(400, 200, 400)
  17. part.Parent = workspace
  18. part.Touched:connect(function(hit)
  19. local hum = hit.Parent:FindFirstChild("Humanoid")
  20. if hum then
  21. hum.Health = 0
  22. end
  23. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement