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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  for _,v in pairs(game.Players:GetPlayers()) do
  2.    local humanoid = v.Character:FindFirstChildOfClass("Humanoid")
  3.    if humanoid then
  4.       game.ReplicatedStorage.GunRemotes.TakeDamage:FireServer(humanoid, math.huge, false)
  5.        end
  6.    end