Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- step 1: create a part
- step 2: add local script
- step 3:
- paste script into local script
- for _,i in pairs(workspace.death:GetChildren()) do
- i.BrickColor = BrickColor.Red()
- i.Touched:connect(function(hit)
- if (game.Players:FindFirstChild(hit.Parent.Name)) then
- hit.Parent.Head:Destroy()
- end
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment