Created by 1x1x1x1C00lKid
Features:
- ANNOY ALL (AURA)
for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v.Name == "HumanoidRootPart" then
local userdata_1 = v;
local string_1 = "player";
local Target = game:GetService("ReplicatedStorage").SetNetworkOwner;
Target:FireServer(userdata_1, string_1);
end
end
ENJOY!