Roblox Fe Gui Script -
-- Create a Button local button = Instance.new("TextButton") button.Parent = gui button.Text = "Click Me!" button.Size = UDim2.new(1, 0, 1, 0)
Cookies
This website uses cookies to analyse traffic anonymously and ensure the best possible user experience. Cookie policy.
Cookies
This website uses cookies to analyse traffic anonymously and ensure the best possible user experience. Cookie policy.
Enter your search query in the box below.
-- Create a Button local button = Instance.new("TextButton") button.Parent = gui button.Text = "Click Me!" button.Size = UDim2.new(1, 0, 1, 0)