-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local TextLabel = Instance.new("TextLabel") local UITextSizeConstraint = Instance.new("UITextSizeConstraint") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling TextLabel.Parent = ScreenGui TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.Position = UDim2.new(0.0101873409, 0, 0.861596048, 0) TextLabel.Size = UDim2.new(0, 494, 0, 95) TextLabel.Font = Enum.Font.Michroma TextLabel.Text = "" TextLabel.TextColor3 = Color3.fromRGB(0, 127, 0) TextLabel.TextScaled = true TextLabel.TextSize = 80.000 TextLabel.TextWrapped = true TextLabel.TextXAlignment = Enum.TextXAlignment.Left UITextSizeConstraint.Parent = TextLabel UITextSizeConstraint.MaxTextSize = 80 -- Scripts: local function UYLTE_fake_script() -- TextLabel.Script local script = Instance.new('Script', TextLabel) script.Parent.Visible = false wait(0.2) script.Parent.Visible = true wait(0.5) script.Parent.Text = "|" wait(0.5) script.Parent.Text = "" wait(0.5) script.Parent.Text = "|" wait(0.3) script.Parent.Text = "R|" wait(0.3) script.Parent.Text = "RE|" wait(0.3) script.Parent.Text = "REX|" wait(0.3) script.Parent.Text = "REX |" wait(0.3) script.Parent.Text = "REX L|" wait(0.3) script.Parent.Text = "REX LO|" wait(0.3) script.Parent.Text = "REX LOA|" wait(0.3) script.Parent.Text = "REX LOAD|" wait(0.3) script.Parent.Text = "REX LOADE|" wait(0.3) script.Parent.Text = "REX LOADED|" wait(0.3) script.Parent.Text = "REX LOADED" wait(0.3) script.Parent.Text = "REX LOADED|" wait(0.3) script.Parent.Text = "REX LOADE|" wait(0.3) script.Parent.Text = "REX LOAD|" wait(0.3) script.Parent.Text = "REX LOA|" wait(0.3) script.Parent.Text = "REX LO|" wait(0.3) script.Parent.Text = "REX L|" wait(0.3) script.Parent.Text = "REX |" wait(0.3) script.Parent.Text = "REX|" wait(0.3) script.Parent.Text = "RE|" wait(0.3) script.Parent.Text = "R|" wait(0.5) script.Parent.Text = "|" wait(0.5) script.Parent.Text = "" script.Parent.BackgroundTransparency = 1 end coroutine.wrap(UYLTE_fake_script)()