VanThangzxc

Untitled

Jan 22nd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. while true do
  2. wait()
  3. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  4. if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
  5. if v.name == "Vice-Admiral" then
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame + Vector3.new(0, 0, 0)
  7. v.HumanoidRootPart.Anchored = true
  8. end
  9. end
  10. end
  11. end
Add Comment
Please, Sign In to add comment