Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local it = Instance.new
- local part = it("Part", game.Workspace)
- part.Anchored = false
- local function partcreate()
- while true do
- it("Part", game.Workspace)
- function onTouched(part)
- local h = part.Parent:findFirstChild("Humanoid")
- if h~=nil then
- wait(0.001)
- h.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement