RO-BOTS Script | BARREL SPAM

Created by Xypher42

Features:

  • BARREL SPAM
getgenv().troll = true

while troll do
   for i,v in pairs(game.Players.GetChildren()) do
       if not v == game.Players.LocalPlayer then
           game:GetService("Players").LocalPlayer.Character.Barrel.SpawnBarrel:FireServer(v.Character.HumanoidRootPart.CFrame)
       end
   end
   wait()
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!