Mods/Fun/Ember's 1 spawning sponge bricks/Scripts/Turn brick piles into physics objects.pluto

6 lines
192 B
Plaintext
Raw Normal View History

2025-06-10 14:44:49 +02:00
repeat
for gRegion:FindAll(Type("/Lotus/Objects/Lasria/Props/Destructibles/Interior/LASxReptiliaSpongePoolPileADestructible")) as deco do
deco:Destroy()
end
until yield()