RB Battles GIVE EVERYONE A USELESS GUN – GOOD FOR TROLLING PLAYERS

Created by Amity#0001

Features:

  • GIVE EVERYONE A GUN
local Players = game:FindService("Players")

local function gun(char)
   game:FindService("ReplicatedStorage").Network.ConfettiGunAction:FireServer(char,"ToggleGun",true)
end

for i,v in next, Players:GetPlayers() do
   if v.Character then
       gun(v.Character)
   end
   v.CharacterAdded:Connect(gun)
end

Players.PlayerAdded:Connect(function(plr)
   plr.CharacterAdded:Connect(gun)
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!