Untitled

Run Settings
LanguageLua
Language Version
Run Command
-- Get the Workspace service local workspace = game:GetService("Players") -- Loop through and delete all children of Workspace for _, child in pairs(workspace:GetChildren()) do child:Destroy() end
Editor Settings
Theme
Key bindings
Full width
Lines