The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
NERF Strike script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 21



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local function TheIndustrialRevolutionAndItsConsequences()
  2.     for i, v in pairs(game.Players:GetPlayers()) do
  3.         if v ~= game.Players.LocalPlayer.Character then
  4.             pcall(function()
  5.                 local key = game.HttpService:GenerateGUID(false)--you're gonna shoot your eye out with that protection
  6.                 local args = {
  7.                     [1] = v.Character.Head.Position,
  8.                     [2] = v.Character.Head.Position,
  9.                     [3] = 0.1025786002477,
  10.                     [4] = key,
  11.                     [5] = "EliteTurbine",
  12.                     [6] = 1,
  13.                     [7] = v.Character,
  14.                     [8] = "Dart_Default"
  15.                 }
  16.                 game:GetService("ReplicatedStorage").TGSShootCombatV2_ServerCreateProjectile:FireServer(unpack(args))
  17.                 local args = {
  18.                     [1] = 100,
  19.                     [2] = key,
  20.                     [3] = v.Character.Head,
  21.                     [4] = v.Character.Head.Position,
  22.                     [5] = v.Character.Head.Position,
  23.                     [6] = "EliteTurbine"
  24.                 }
  25.                 game:GetService("ReplicatedStorage").TGSShootCombatV2_ReportHit:FireServer(unpack(args))
  26.             end)
  27.         end
  28.     end
  29. end
  30. while wait() do
  31. TheIndustrialRevolutionAndItsConsequences()
  32. end