MADE BY Zinity Drops
FEATURE:
(if u don’t like the gun; then press Q to drop it and then press the weapon slot number again)
Gun layout on right:
1. Fists
2. Pistols
3. Rifles,Snipers, rpg, etc…
4. Gas Mask
- https://www.roblox.com/games/8188370101/Kill-R34
SCRIPT:
while true do
wait(0.1)
for _,v in pairs(game.Workspace.GunSpawns:GetDescendants()) do
if v.Name == "ClickDetector" then
fireclickdetector(v)
end
end
end