Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game:service("Players").LocalPlayer
- local m = plr:GetMouse()
- -- Objects
- local PluginForIY = Instance.new("ScreenGui")
- local BaseFrame = Instance.new("Frame")
- local TitleOfPlugin = Instance.new("TextLabel")
- local Bar = Instance.new("TextLabel")
- local Minimize = Instance.new("ImageButton")
- local Disable = Instance.new("TextButton")
- local Enable = Instance.new("TextButton")
- local Action = Instance.new("TextLabel")
- -- Properties
- PluginForIY.Name = "PluginForIY"
- PluginForIY.Parent = game.CoreGui
- BaseFrame.Name = "BaseFrame"
- BaseFrame.Parent = PluginForIY
- BaseFrame.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- BaseFrame.BorderSizePixel = 0
- BaseFrame.Position = UDim2.new(0.332891256, 0, 0.752475142, 0)
- BaseFrame.Size = UDim2.new(0, 238, 0, 100)
- TitleOfPlugin.Name = "TitleOfPlugin"
- TitleOfPlugin.Parent = BaseFrame
- TitleOfPlugin.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- TitleOfPlugin.BorderSizePixel = 0
- TitleOfPlugin.Size = UDim2.new(0, 238, 0, 18)
- TitleOfPlugin.Font = Enum.Font.SourceSans
- TitleOfPlugin.FontSize = Enum.FontSize.Size14
- TitleOfPlugin.Text = "Custom Btools"
- TitleOfPlugin.TextColor3 = Color3.new(0.854902, 0.854902, 0.854902)
- Bar.Name = "Bar"
- Bar.Parent = BaseFrame
- Bar.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
- Bar.BorderSizePixel = 0
- Bar.Position = UDim2.new(0, 0, 0.179999992, 0)
- Bar.Size = UDim2.new(0, 238, 0, 6)
- Bar.Font = Enum.Font.SourceSans
- Bar.FontSize = Enum.FontSize.Size14
- Bar.Text = " "
- Bar.TextColor3 = Color3.new(0.854902, 0.854902, 0.854902)
- Minimize.Name = "Minimize"
- Minimize.Parent = BaseFrame
- Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
- Minimize.BackgroundTransparency = 0.99000000953674
- Minimize.BorderSizePixel = 0
- Minimize.Size = UDim2.new(0, 20, 0, 18)
- Minimize.Image = "rbxassetid://2406617031"
- Minimize.ImageTransparency = 0.30000001192093
- Disable.Name = "Disable"
- Disable.Parent = BaseFrame
- Disable.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
- Disable.BorderSizePixel = 0
- Disable.Position = UDim2.new(0.0252100844, 0, 0.660000086, 0)
- Disable.Size = UDim2.new(0, 106, 0, 22)
- Disable.Font = Enum.Font.SourceSans
- Disable.FontSize = Enum.FontSize.Size14
- Disable.Text = "Disable"
- Disable.TextColor3 = Color3.new(1, 1, 1)
- Enable.Name = "Enable"
- Enable.Parent = BaseFrame
- Enable.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
- Enable.BorderSizePixel = 0
- Enable.Position = UDim2.new(0.0252100825, 0, 0.360000014, 0)
- Enable.Size = UDim2.new(0, 106, 0, 22)
- Enable.Font = Enum.Font.SourceSans
- Enable.FontSize = Enum.FontSize.Size14
- Enable.Text = "Enable"
- Enable.TextColor3 = Color3.new(1, 1, 1)
- Enable.MouseButton1Click:connect(function()
- -- I'm trying to make it go here. ||||||||||||||||||||||||||
- end)
- Action.Name = "Action"
- Action.Parent = BaseFrame
- Action.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
- Action.BorderSizePixel = 0
- Action.Position = UDim2.new(0.49579832, 0, 0.300000012, 0)
- Action.Size = UDim2.new(0, 114, 0, 64)
- Action.Font = Enum.Font.SourceSans
- Action.FontSize = Enum.FontSize.Size14
- Action.Text = "Click to delete parts"
- Action.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
- Action.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement