The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Undertale Kill All script pastebin roblox
By Undertale 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. _G.toggle = true
  2.  
  3. while _G.toggle and wait(0.7) do
  4.    for i, v in pairs(game.Workspace:GetDescendants()) do
  5.        if v.Name == "Head" and v.Parent.Parent.Name == "Stuff" then
  6.            v:Destroy()
  7.        end
  8.    end
  9. end



  • Recent Roblox Scripts