Advertisement
Mediakiller7Cool

John Cena Brick made by me

Jul 19th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. wait(0.9)
  2.  
  3. warn("AND HIS NAME IS JOHN CENAAAAA")
  4. warn("Ik This is A dead meme But i just Learned Position")
  5.  
  6. -----------Music-------------------
  7.  
  8. local sound = Instance.new("Sound", game.Workspace)
  9. sound.SoundId = "rbxassetid://272322032"
  10. sound.Looped = true
  11. sound:Play()
  12.  
  13. -----------------------------------
  14.  
  15.  
  16. -----DESpAciTO 3 wiLL comE OUt latEr------------------
  17. local part = Instance.new('Part')
  18. part.Parent = Workspace
  19. part.Size = Vector3.new(100, 1, 100)
  20. part.Position = Vector3.new(1, 150, 1)
  21. part.BrickColor = BrickColor.new("Bright green")
  22. part.Touched:connect(function(hit)
  23. local hum = hit.Parent:FindFirstChild("Humanoid")
  24. if hum then
  25. hum.Health = 0
  26. end
  27. end)
  28. ------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement