Advertisement
Venus_Playz

Kill Brick Script | Lua

Apr 10th, 2021
59
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 1
  1. -- Made by IM2A_PRO
  2.  
  3. function onTouched(part)
  4. local h = part.Parent:findFirstChild("Humanoid")
  5. if h~=nil then
  6. h.Health = h.Health-100
  7. end
  8. end
  9. script.Parent.Touched:connect(onTouched)
  10.  
  11. -- Subscribe
  12. -- link: https://www.youtube.com/watch?v=1i-wX87UWpY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement