Last active
July 7, 2022 05:08
-
-
Save mrsprinkler/74b9cb16153d1ec3581dc101d325291d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i,v in next, game.Workspace:GetChildren() do | |
if not v:IsA("Terrain") then | |
v:Destroy() | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment