1 | spawn(function() |
2 | while Bringing do wait(0.2) |
3 | task.spawn(function() |
4 | local fag = game:GetService("Players").LocalPlayer |
5 | local distanxe = 1 |
6 | for i,v in pairs(game:GetService("Players"):GetChildren()) do |
7 | if v.ClassName == "Player" and v.Name ~= fag.Name then |
8 | if v.Character and v.Character:FindFirstChild("HumanoidRootPart") then |
9 | local direktion = (fag.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).unit v.Character.HumanoidRootPart.CFrame = CFrame.new(fag.Character.HumanoidRootPart.Position - direktion * distanxe) |
10 | end;end;end;end);end;end); |