por
competition

Text Practice Mode

Roblox Lua

criado Aug 20th 2020, 20:40 por SacredLegendPlaysFN


1


Classificação

46 palavras
11 completo
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()
 
 

saving score / loading statistics ...