The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Godmode (no die) script pastebin roblox
By Godmode (no die) on 2024-09-23 08:00 am | Syntax: LUA | Views: 8



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. while task.wait() do
  2.     for i, v in pairs(workspace:GetDescendants()) do
  3.         if v.Name == "kills" then
  4.             v:Destroy()
  5.         end
  6.     end
  7. end



  • Recent Roblox Scripts