-- Create a ScreenGui
local screenGui = Instance.new("ScreenGui")
screenGui.Name = "InfiniteYieldGUI"
screenGui.Parent = game.Players.LocalPlayer.PlayerGui
-- Create a TextButton for executing the script
local executeButton = Instance.new("TextButton")
ex
No comments yet