1.5k Views
Reflex Hub
Brookhaven ๐กRPUploaded by 1 month ago
Please login to perform these actions:Description
Spam and Roast On Brookhaven
Comments
1

Offline
VanshErYx 1 month ago
local ToggleCorner = Instance.new("UICorner")
ToggleCorner.CornerRadius = UDim.new(0,8)
ToggleCorner.Parent = SpamToggle
--// ROAST TAB BUTTON
local RoastTab = Instance.new("TextButton")
RoastTab.Parent = Main
RoastTab.Size = UDim2.new(0,90,0,24)
RoastTab.Position = UDim2.new(0,115,0,58)
RoastTab.BackgroundColor3 = Color3.fromRGB(35,35,35)
RoastTab.Text = "Roast"
RoastTab.TextColor3 = Color3.new(1,1,1)
RoastTab.Font = Enum.Font.GothamBold
RoastTab.TextSize = 14
RoastTab.BorderSizePixel = 0
local RTC = Instance.new("UICorner")
RTC.CornerRadius = UDim.new(0,8)
RTC.Parent = RoastTab
--// ROAST PAGE
local RoastPage = Instance.new("Frame")
RoastPage.Parent = Main
RoastPage.Size = UDim2.new(1,-20,1,-70)
RoastPage.Position = UDim2.new(0,10,0,60)
RoastPage.BackgroundTransparency = 1
RoastPage.Visible = false
--// TARGET BOX
local TargetBox = Instance.new("TextBox")
TargetBox.Parent = RoastPage
TargetBox.Size = UDim2.new(1,0,0,35)
TargetBox.Position = UDim2.new(0,0,0,0)
TargetBox.BackgroundColor3 = Color3.fromRGB(30,30,30)
TargetBox.PlaceholderText = "Enter Target..."
TargetBox.Text = ""
TargetBox.TextColor3 = Color3.new(1,1,1)
TargetBox.Font = Enum.Font.Gotham
TargetBox.TextSize = 14
TargetBox.BorderSizePixel = 0
local TBC = Instance.new("UICorner")
TBC.CornerRadius = UDim.new(0,8)
TBC.Parent = TargetBox
--// ROAST BUTTON
local RoastButton = Instance.new("TextButton")
RoastButton.Parent = RoastPage
RoastButton.Size = UDim2.new(1,0,0,35)
RoastButton.Position = UDim2.new(0,0,0,50)
RoastButton.BackgroundColor3 = Color3.fromRGB(255,0,120)
RoastButton.Text = "Start Roasts"
RoastButton.TextColor3 = Color3.new(1,1,1)
RoastButton.Font = Enum.Font.GothamBold
RoastButton.TextSize = 14
RoastButton.BorderSizePixel = 0
local RBC = Instance.new("UICorner")
RBC.CornerRadius = UDim
EXTREMEHUB | 8+ Games