Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait()
- for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if v.name == "Vice-Admiral" then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame + Vector3.new(0, 0, 0)
- v.HumanoidRootPart.Anchored = true
- end
- end
- end
- end
Add Comment
Please, Sign In to add comment