Advertisement
Guest User

Kill script voor roblox

a guest
Apr 21st, 2019
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. script: script.Parent.Touched:connect(function(hit)
  2. if hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid") then
  3. hit.Parent.Humanoid.Health = 0
  4. end
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement