[ad_1]
Created by Pirator
Features:
- FIND ALL GUNS
local player = game.Players.LocalPlayer
for i,p in pairs(game.Workspace.Interaction.Guns:GetChildren()) do
if p.Hitbox then
p.Hitbox.CanCollide = false
p.Hitbox.Position = player.Character.HumanoidRootPart.Position
end
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]