100% found this document useful (1 vote)
3K views2 pages

Infinite Yield FE

The document creates a GUI announcement screen in Roblox with various elements like frames, labels, and buttons. It positions the elements, sets properties like colors and fonts, and adds interactions. The screen notifies players to use a new loadstring from a Discord link. It fades the screen in, displays it for 5 seconds, then fades it out and loads the new script.

Uploaded by

Ersin Keser
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
3K views2 pages

Infinite Yield FE

The document creates a GUI announcement screen in Roblox with various elements like frames, labels, and buttons. It positions the elements, sets properties like colors and fonts, and adds interactions. The screen notifies players to use a new loadstring from a Discord link. It fades the screen in, displays it for 5 seconds, then fades it out and loads the new script.

Uploaded by

Ersin Keser
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

local AnnGUI = Instance.

new("Frame")
local background = [Link]("Frame")
local TextBox = [Link]("TextLabel")
local shadow = [Link]("Frame")
local PopupText = [Link]("TextLabel")
local Exit = [Link]("ImageButton")

screenGui = [Link]("ScreenGui",[Link])

[Link] = 'Boomer'
[Link] = screenGui
[Link] = true
[Link] = 1
[Link] = [Link](0.5, -180, 0, -400)
[Link] = [Link](0, 360, 0, 20)
[Link] = 4

[Link] = "background"
[Link] = AnnGUI
background.BackgroundColor3 = [Link](36, 36, 37)
[Link] = 0
[Link] = [Link](0, 0, 0, 20)
[Link] = [Link](0, 360, 0, 135)

[Link] = background
[Link] = 1
[Link] = [Link](0.017, 0, 0.06, 0)
[Link] = [Link](0, 348, 0, 120)
[Link] = [Link]
[Link] = 18
[Link] = true
[Link] = 'Please use the new Infinite Yield loadstring. You can find it in
the Discord.\n\[Link]/infiniteyield\n\nYou will now be re-directed to the new
loadstring.'
TextBox.TextColor3 = [Link](1, 1, 1)
[Link] = [Link]
[Link] = [Link]

[Link] = "shadow"
[Link] = AnnGUI
shadow.BackgroundColor3 = [Link](46, 46, 47)
[Link] = 0
[Link] = [Link](0, 360, 0, 20)
[Link] = 4

[Link] = "PopupText"
[Link] = shadow
[Link] = 1
[Link] = [Link](0, 51, 0, 0)
[Link] = [Link](0.76, -16, 0.95, 0)
[Link] = 4
[Link] = [Link]
[Link] = 14
[Link] = "Server Announcement"
PopupText.TextColor3 = [Link](1, 1, 1)
[Link] = true

[Link] = "Exit"
[Link] = shadow
[Link] = 1
[Link] = [Link](0, 20, 0, 20)
[Link] = 4
[Link] = "rbxassetid://2132544126"

wait(1)
AnnGUI:TweenPosition([Link](0.5, -180, 0, 150), "InOut", "Quart", 0.5, true,
nil)

Exit.MouseButton1Click:Connect(function()
AnnGUI:TweenPosition([Link](0.5, -180, 0, -400), "InOut", "Quart", 0.5,
true, nil)
wait(0.6)
AnnGUI:Destroy()
end)

wait(5)
loadstring(game:HttpGet(('[Link]
ster/source'),true))()

You might also like