Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextBox = Instance.new("TextBox")
- local TextBox_2 = Instance.new("TextBox")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Frame.Active = true
- Frame.Draggable = true
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.0307813734, 0, 0.361179352, 0)
- Frame.Size = UDim2.new(0, 322, 0, 212)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.Position = UDim2.new(-0.00168149965, 0, -0.00241060066, 0)
- TextLabel.Size = UDim2.new(0, 322, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Boho Destroyer"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Position = UDim2.new(0, 0, 0.297169805, 0)
- TextButton.Size = UDim2.new(0, 76, 0, 123)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Give card"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:connect(function()
- for _,v in pairs(game.Players:GetPlayers()) do
- local tbl_main =
- {
- TextBox,
- TextBox_2
- }
- game:GetService("ReplicatedStorage").GlobalEvents.RCSubmit:FireServer(unpack(tbl_main))
- end
- end)
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_2.Position = UDim2.new(0.757763982, 0, 0.297169805, 0)
- TextButton_2.Size = UDim2.new(0, 76, 0, 123)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Give everybody a card"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14
- TextButton_2.TextWrapped = true
- TextButton_2.MouseButton1Down:connect(function()
- for _,v in pairs(game.Players:GetPlayers()) do
- local tbl_main =
- {
- v.Name,
- TextBox_2.Text
- }
- game:GetService("ReplicatedStorage").GlobalEvents.RCSubmit:FireServer(unpack(tbl_main))
- end
- end)
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox.Position = UDim2.new(0.236024842, 0, 0.566037714, 0)
- TextBox.Size = UDim2.new(0, 169, 0, 66)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = "Name Of Player"
- TextBox.TextColor3 = Color3.new(0, 0, 0)
- TextBox.TextScaled = true
- TextBox.TextSize = 14
- TextBox.TextWrapped = true
- TextBox_2.Parent = Frame
- TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox_2.Position = UDim2.new(0.232919261, 0, 0.297169805, 0)
- TextBox_2.Size = UDim2.new(0, 169, 0, 57)
- TextBox_2.Font = Enum.Font.SourceSans
- TextBox_2.Text = "Text On Card"
- TextBox_2.TextColor3 = Color3.new(0, 0, 0)
- TextBox_2.TextScaled = true
- TextBox_2.TextSize = 14
- TextBox_2.TextWrapped = true
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement