Upscalefanatic3

Zombie Attack Sighted Aimbot Script

Jan 8th, 2018
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Size_of_head = 2
  2.  
  3. while wait() do
  4.  
  5. if game.Workspace.enemies:FindFirstChild("Zombie") then
  6.  
  7. for i,v in pairs(game.Workspace.enemies:GetChildren()) do
  8.  
  9. wait()
  10.  
  11. if v:FindFirstChild("Head") then
  12.  
  13. v.Head.CanCollide = false
  14.  
  15. v.Head.Size = Vector3.new(Size_of_head,Size_of_head,Size_of_head)
  16.  
  17. v.Head.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame*CFrame.new(0,0,-10)
  18.  
  19. end
  20.  
  21. end
  22.  
  23. end
  24. end
Add Comment
Please, Sign In to add comment