Text Practice Mode
Roblox Lua
created Aug 20th 2020, 20:40 by SacredLegendPlaysFN
1
46 words
11 completed
0
Rating visible after 3 or more votes
saving score / loading statistics ...
00:00
for _,v in pairs(game.Workspace:GetDescendants()) do
if v:IsA("BasePart") then
v:Destroy()
print(v.Name .. " has been destroyed")
end
end
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local ServerScriptService = game:GetService("ServerScriptService")
local ServerStorage = game:GetService("ServerStorage")
local StarterGui = game:GetService("StarterGui")
local CoreGui = game:GetService("CoreGui")
local Workspace = workspace
:GetChildren()
:FindFirstChild()
:GetChildren()
:WaitForChild()
if v:IsA("BasePart") then
v:Destroy()
print(v.Name .. " has been destroyed")
end
end
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local ServerScriptService = game:GetService("ServerScriptService")
local ServerStorage = game:GetService("ServerStorage")
local StarterGui = game:GetService("StarterGui")
local CoreGui = game:GetService("CoreGui")
local Workspace = workspace
:GetChildren()
:FindFirstChild()
:GetChildren()
:WaitForChild()
