Advertisement
Mediakiller7Cool

No Scope Brick Made By Me

Jul 18th, 2019
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. wait(0.9)
  2.  
  3. warn("No SCOPE BRICK")
  4. warn("Made By Mediakiller7")
  5.  
  6. -----------Music and Scripts---------------------
  7.  
  8. local sound = Instance.new("Sound", game.Workspace)
  9. sound.SoundId = "rbxassetid://193528674"
  10. sound.Looped = true
  11. sound:Play()
  12.  
  13. -------------------------------------------------
  14. local part = Instance.new('Part')
  15. part.Anchored = true
  16. part.BrickColor = BrickColor.new("Deep blue")
  17. part.Parent = workspace
  18. part.Touched:connect(function(hit)
  19. part.Size = Vector3.new(1000, 1, 1000)
  20. local hum = hit.Parent:FindFirstChild("Humanoid")
  21. if hum then
  22. hum.Health = 0
  23. end
  24. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement