Text Practice Mode
Roblox Lua
criado Aug 20th 2020, 20:40 por SacredLegendPlaysFN
1
46 palavras
11 completo
0
Clasificação visível quando tiver mais de 3 votos
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()
