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")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.Position = UDim2.new(0.718328774, 0, 0.364965379, 0)
- Frame.Size = UDim2.new(0, 162, 0, 118)
- Frame.Active = true
- Frame.Draggable = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- TextLabel.Position = UDim2.new(0, 0, 0.237288132, 0)
- TextLabel.Size = UDim2.new(0, 162, 0, 90)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 20
- TextLabel.Text = game.Players.LocalPlayer.PlayerGui.SelectedWord.Frame.VariableText.Text
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement