Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game.Players:FindFirstChild("Ayee_Banditz")
- while wait() do
- local currentPart = nil
- for _, v in pairs(game.Workspace:GetChildren()) do
- if v:FindFirstChild("HumanoidRootPart") then
- if v.Name ~= plr.Name then
- v:FindFirstChild("HumanoidRootPart").Anchored = true
- v:MoveTo(Vector3.new(plr.Character.HumanoidRootPart.Position.X, plr.Character.HumanoidRootPart.Position.Y, plr.Character.HumanoidRootPart.Position.Z))
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement