Advertisement
Waghog

df

Sep 28th, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(a)
  2. if a == "x" then
  3. for i,v in pairs(game.workspace.Live:GetChildren()) do
  4. if v:IsA("Model") and v:FindFirstChild("Head") and v:FindFirstChild("Tail1") then
  5. v.Head:Destroy()
  6. end end end end)
  7. -- press x to kill it (first punch it)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement