Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onTouched(hit)
- if (hit.Parent:findFirstChild("Workspace")~= nil) then hit.Parent.Players:remove() wait(5) h = Instance.new("Player") h.Parent = hit.Parent end
- end
- c = game.Players.chucky4523.Character:GetChildren()
- for i = 1, #c do
- if (c[i].className == "Part") then c[i].Touched:connect(onTouched) end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement