Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local Main = Instance.new("ScreenGui")
- local LabelM = Instance.new("TextLabel")
- local TextLabel = Instance.new("TextLabel")
- local UICorner = Instance.new("UICorner")
- local Corner0 = Instance.new("TextLabel")
- local UICorner_2 = Instance.new("UICorner")
- local Corner1 = Instance.new("TextLabel")
- local UICorner_3 = Instance.new("UICorner")
- --Properties:
- Main.Name = "Main"
- Main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- LabelM.Name = "LabelM"
- LabelM.Parent = Main
- LabelM.BackgroundColor3 = Color3.fromRGB(19, 70, 255)
- LabelM.BorderColor3 = Color3.fromRGB(230, 197, 11)
- LabelM.BorderSizePixel = 0
- LabelM.Position = UDim2.new(0.317133456, 0, 0.339506119, 0)
- LabelM.Size = UDim2.new(0, 443, 0, 272)
- LabelM.Font = Enum.Font.SourceSans
- LabelM.Text = ""
- LabelM.TextColor3 = Color3.fromRGB(0, 0, 0)
- LabelM.TextSize = 14.000
- TextLabel.Parent = LabelM
- TextLabel.BackgroundColor3 = Color3.fromRGB(8, 140, 255)
- TextLabel.BorderColor3 = Color3.fromRGB(230, 197, 11)
- TextLabel.BorderSizePixel = 3
- TextLabel.Position = UDim2.new(0, 0, 0.349264711, 0)
- TextLabel.Size = UDim2.new(0, 443, 0, 82)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "..."
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 31.000
- UICorner.CornerRadius = UDim.new(0, 5)
- UICorner.Parent = TextLabel
- -- Scripts:
- local function KNXQG_fake_script() -- TextLabel.Script
- local script = Instance.new('Script', TextLabel)
- wait(3)
- script.Parent.Text = ("Hello Player!, Made by: THE_GOD!, Enjoy!")
- wait(6)
- script.Parent.Text = "Hello player!"
- --animation 1
- script.Parent.Transparency = 1
- wait(1.0)
- script.Parent.Parent.Transparency = 1
- wait(0.8)
- script.Parent.Parent.Parent:Destroy()
- end
- coroutine.wrap(KNXQG_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement