Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local SegwaySpawnerGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local SpawnSegway = Instance.new("TextButton")
- local RemoveSegway = Instance.new("TextButton")
- local Name = Instance.new("TextLabel")
- local Credits = Instance.new("TextLabel")
- local ImageLabel = Instance.new("ImageLabel")
- local Outline = Instance.new("TextLabel")
- local DiscordCredits = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- -- Properties
- SegwaySpawnerGui.Name = "Segway Spawner Gui"
- SegwaySpawnerGui.Parent = game.CoreGui
- SegwaySpawnerGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = SegwaySpawnerGui
- Main.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- Main.BorderColor3 = Color3.new(0.647059, 0.188235, 0.839216)
- Main.BorderSizePixel = 5
- Main.Position = UDim2.new(0.516969204, 0, 0.521888256, 0)
- Main.Size = UDim2.new(0, 511, 0, 343)
- Main.Visible = true
- Main.Active = true
- Main.Draggable = true
- SpawnSegway.Name = "Spawn Segway"
- SpawnSegway.Parent = Main
- SpawnSegway.BackgroundColor3 = Color3.new(0, 0, 0)
- SpawnSegway.BorderColor3 = Color3.new(0.647059, 0.188235, 0.839216)
- SpawnSegway.Position = UDim2.new(0.589041054, 0, 0.169096217, 0)
- SpawnSegway.Size = UDim2.new(0, 200, 0, 83)
- SpawnSegway.Style = Enum.ButtonStyle.RobloxButton
- SpawnSegway.Font = Enum.Font.Garamond
- SpawnSegway.Text = "Spawn Segway"
- SpawnSegway.TextColor3 = Color3.new(0.647059, 0.188235, 0.839216)
- SpawnSegway.TextScaled = true
- SpawnSegway.TextSize = 14
- SpawnSegway.TextWrapped = true
- SpawnSegway.MouseButton1Down:connect(function()
- workspace.SegwayEvents.SegwayEvent:FireServer()
- end)
- RemoveSegway.Name = "Remove Segway"
- RemoveSegway.Parent = Main
- RemoveSegway.BackgroundColor3 = Color3.new(0, 0, 0)
- RemoveSegway.BorderColor3 = Color3.new(0.647059, 0.188235, 0.839216)
- RemoveSegway.Position = UDim2.new(0.589041054, 0, 0.516034961, 0)
- RemoveSegway.Size = UDim2.new(0, 200, 0, 83)
- RemoveSegway.Style = Enum.ButtonStyle.RobloxButton
- RemoveSegway.Font = Enum.Font.Garamond
- RemoveSegway.Text = "Remove Segway's"
- RemoveSegway.TextColor3 = Color3.new(0.647059, 0.188235, 0.839216)
- RemoveSegway.TextScaled = true
- RemoveSegway.TextSize = 14
- RemoveSegway.TextWrapped = true
- RemoveSegway.MouseButton1Down:connect(function()
- workspace.SegwayEvents.SegwayEventRemove:FireServer()
- end)
- Name.Name = "Name"
- Name.Parent = Main
- Name.BackgroundColor3 = Color3.new(0, 0.000507498, 0.000507498)
- Name.BorderColor3 = Color3.new(0, 0.000507498, 0.000507498)
- Name.Size = UDim2.new(0, 511, 0, 50)
- Name.Font = Enum.Font.Garamond
- Name.Text = "Fe Segway Spawner V3"
- Name.TextColor3 = Color3.new(0.647059, 0.188235, 0.839216)
- Name.TextScaled = true
- Name.TextSize = 14
- Name.TextWrapped = true
- Credits.Name = "Credits"
- Credits.Parent = Main
- Credits.BackgroundColor3 = Color3.new(0, 0, 0)
- Credits.BorderColor3 = Color3.new(0, 0.000507498, 0.000507498)
- Credits.Position = UDim2.new(0, 0, 0.775510192, 0)
- Credits.Size = UDim2.new(0, 402, 0, 77)
- Credits.Font = Enum.Font.Garamond
- Credits.Text = "Subscribe To Ultimate Trolling Guy On YT And Click The Bell :D"
- Credits.TextColor3 = Color3.new(0.647059, 0.188235, 0.839216)
- Credits.TextScaled = true
- Credits.TextSize = 14
- Credits.TextWrapped = true
- ImageLabel.Parent = Main
- ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel.Position = UDim2.new(0.784735799, 0, 0.775510192, 0)
- ImageLabel.Size = UDim2.new(0, 110, 0, 77)
- ImageLabel.Image = "http://www.roblox.com/asset/?id=5431357141"
- Outline.Name = "Outline"
- Outline.Parent = Main
- Outline.BackgroundColor3 = Color3.new(0, 0, 0)
- Outline.BorderColor3 = Color3.new(0, 0, 0)
- Outline.Position = UDim2.new(0.520547926, 0, 0.145772591, 0)
- Outline.Size = UDim2.new(0, 15, 0, 216)
- Outline.Font = Enum.Font.SourceSans
- Outline.Text = ""
- Outline.TextColor3 = Color3.new(0, 0, 0)
- Outline.TextSize = 14
- DiscordCredits.Name = "Discord Credits"
- DiscordCredits.Parent = Main
- DiscordCredits.BackgroundColor3 = Color3.new(0, 0, 0)
- DiscordCredits.BorderColor3 = Color3.new(0.647059, 0.188235, 0.839216)
- DiscordCredits.BorderSizePixel = 5
- DiscordCredits.Position = UDim2.new(0, 0, 0.169096217, 0)
- DiscordCredits.Size = UDim2.new(0, 255, 0, 194)
- DiscordCredits.Font = Enum.Font.Garamond
- DiscordCredits.Text = "Join the discord here https://discord.gg/SdmvQW"
- DiscordCredits.TextColor3 = Color3.new(0.647059, 0.188235, 0.839216)
- DiscordCredits.TextScaled = true
- DiscordCredits.TextSize = 14
- DiscordCredits.TextWrapped = true
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.new(0, 0.000507498, 0.000507498)
- Close.BorderColor3 = Color3.new(0, 0.000507498, 0.000507498)
- Close.Position = UDim2.new(0.882583141, 0, 0, 0)
- Close.Size = UDim2.new(0, 60, 0, 50)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0.647059, 0.188235, 0.839216)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- Main.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement