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 TextButton = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.Position = UDim2.new(0.67385447, 0, 0.338709682, 0)
- Frame.Size = UDim2.new(0, 220, 0, 100)
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- TextButton.Position = UDim2.new(0, 0, 0.25, 0)
- TextButton.Size = UDim2.new(0, 110, 0, 75)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Get Word"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
- TextButton.MouseButton1Click:connect(function()
- TextLabel.Text = game.Players.LocalPlayer.PlayerGui.SelectedWord.Frame.VariableText.Text
- end)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- TextLabel.Position = UDim2.new(0.5, 0, 0.25, 0)
- TextLabel.Size = UDim2.new(0, 110, 0, 75)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Word"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement