Jonny_Zuko_onYoutube

Killer block for roblox obby script

Dec 13th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. script.Parent.Touched:connect(function(hit)
  2. if not hit.Parent:findFirstChild("Humanoid") then return end
  3. hit.Parent.Humanoid.Health = 0
  4. end)
Add Comment
Please, Sign In to add comment