Advertisement
ExecutorForALLdomain

Tower of hell [GOD MOD SCRIPT] UNDETECTED FOR VIDEO SPEEDRUN

Oct 18th, 2024
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. -- if crashing delete else and the warn("alr deleted") --
  2. for i,v in next, game:FindService("Workspace"):GetDescendants() do
  3.     if v:IsA("Part") then
  4.         if v:FindFirstChildWhichIsA("BoolValue") then
  5.             local no = v:FindFirstChildWhichIsA("BoolValue")
  6.             no:Destroy()
  7.             else
  8.             warn("alr deleted")
  9.         end
  10.     end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement