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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. for i,v in pairs(workspace.Map.Content:GetDescendants()) do
  2.     if v:IsA("Model") and v.Name == "Damage" then
  3.         v:Destroy()
  4.     end
  5. end