R

Bringing=bringNiggaz

public
rrixh Jul 29, 2024 Never 45
Clone
Plaintext bringPlrs-Bringing_rrixh 10 lines (10 loc) | 617 Bytes
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);