Advertisement
dubleeyrblxx

Kill on touch -- Roblox

Jul 4th, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. -- Kill on touch
  2. -- Put in the Part that you want the player to be killed by
  3. script.Parent.Touched:Connect(function(p)
  4.  p.Parent.Humanoid.Health= 0
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement