Advertisement
AZTKung

Weak Ghouls

Apr 25th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. while wait(0.8) do
  2. for _,i in pairs(game.workspace:GetChildren()) do
  3. if i.Name == "Aogiri Weak Ghoul" then
  4. repeat
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = i.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  6. wait(1)
  7. until i.Humanoid.Health == 0
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement