Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --This Script was made by the Epix Incorporated GUI to Script Converter--
- ----------------------Created by darkelementallord-----------------------
- CreateGui = function()
- local NewGuiPart1 = Instance.new("ScreenGui")
- NewGuiPart1.Name = "Respawn"
- -------
- local NewGuiPart2 = Instance.new("TextButton")
- NewGuiPart2.Active = true
- NewGuiPart2.BackgroundTransparency = 0.40000000596046
- NewGuiPart2.BorderSizePixel = 0
- NewGuiPart2.Position = UDim2.new(0.846982777, 0, 0.944139183, 0)
- NewGuiPart2.Selectable = true
- NewGuiPart2.Size = UDim2.new(-0.125, 300, -0.0750915781, 100)
- NewGuiPart2.Style = Enum.ButtonStyle.Custom
- NewGuiPart2.Font = Enum.Font.SourceSansBold
- NewGuiPart2.FontSize = Enum.FontSize.Size14
- NewGuiPart2.Text = "Respawn"
- NewGuiPart2.TextScaled = true
- NewGuiPart2.TextWrapped = true
- NewGuiPart2.Parent = NewGuiPart1
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement