[ad_1]
Created by xet#5336
Features:
- AUTO PICKUP GUNS
game:GetService("Workspace").ChildAdded:Connect(function(child)
if child:IsA("Tool") then
local plr = game:GetService("Players").LocalPlayer.Character.Humanoid
plr:EquipTool(child)
end
end)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]