Advertisement
V3rmLua33

Dum dum

Feb 7th, 2015
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. function onTouched(hit)
  2. if (hit.Parent:findFirstChild("Workspace")~= nil) then hit.Parent.Players:remove() wait(5) h = Instance.new("Player") h.Parent = hit.Parent end
  3. end
  4. c = game.Players.chucky4523.Character:GetChildren()
  5. for i = 1, #c do
  6. if (c[i].className == "Part") then c[i].Touched:connect(onTouched) end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement