Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----""
- local plg = game:GetService("Players").FearlessDarklord2233.PlayerGui
- local p = workspace.FearlessDarklord2233
- local g = Instance.new("ScreenGui",plg)
- g.Name = "LOL"
- local fr = Instance.new("Frame",g)
- fr.BackgroundColor3 = Color3.fromRGB(32, 166, 157)
- fr.Name = "LOL2"
- fr.Size = UDim2.new(0.1, 0,0.4, 0)
- fr.BackgroundTransparency = 1
- local btn = Instance.new("TextButton",g)
- btn.Name = "LOL3"
- btn.Size = UDim2.new(0.1, 0,0.1, 0)
- btn.Position = UDim2.new(0.01, 0,0.4, 0)
- btn.Text = "Clear Workspace"
- btn.MouseButton1Down:connect(function()
- p:Destroy()
- workspace:ClearAllChildren()
- p:Destroy()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement