Advertisement
joelastley555

Untitled

Aug 30th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local a = Instance.new("Part",game.Workspace)
  2.  
  3. a.Touched:Connect(function(hit)
  4. if hit.Parent:FindFirstChildOfClass("Humanoid") then
  5. hum = hit.Parent:FindFirstChildOfClass("Humanoid")
  6. hum:Destroy()
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement