The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
PLS DONATE | Kill All script pastebin roblox
By PLS DONATE | Kill All on 2024-09-22 08:00 am | Syntax: LUA | Views: 7



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local replicatedstorage = game:GetService("ReplicatedStorage")
  2. local events = replicatedstorage.Events:GetChildren()
  3.  
  4. for i,v in pairs(game.Players:GetChildren()) do
  5.    if v == game.Players.LocalPlayer then continue end
  6.            for _,x in pairs(events) do
  7.                if string.find(x.Name, "Booth") then
  8.                     x:FireServer(v.Character.Head)
  9.                end
  10.            end
  11. end



  • Recent Roblox Scripts