0% found this document useful (0 votes)
40 views1 page

Script

The document is a Lua script for creating a graphical user interface (GUI) in a game. It initializes various UI elements such as frames, buttons, and text boxes, setting their properties and positions. The script is designed to be used within the Roblox game environment.

Uploaded by

dabukaze909
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views1 page

Script

The document is a Lua script for creating a graphical user interface (GUI) in a game. It initializes various UI elements such as frames, buttons, and text boxes, setting their properties and positions. The script is designed to be used within the Roblox game environment.

Uploaded by

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

-- Gui to Lua-- Version: 3.

2-- Instances:local ScreenGui =


Instance.new("ScreenGui")local Frame = Instance.new("Frame")local TextLabel =
Instance.new("TextLabel")local drop = Instance.new("TextButton")local UICorner =
Instance.new("UICorner")local farm = Instance.new("TextButton")local UICorner_2 =
Instance.new("UICorner")local tool = Instance.new("TextBox")local UICorner_3 =
Instance.new("UICorner")local equip = Instance.new("TextButton")local UICorner_4 =
Instance.new("UICorner")local Hud = Instance.new("TextButton")local UICorner_5 =
Instance.new("UICorner")local UICorner_6 =
Instance.new("UICorner")--Properties:ScreenGui.Parent =
game.Players.LocalPlayer:WaitForChild("PlayerGui")Frame.Parent =
ScreenGuiFrame.BackgroundColor3 = Color3.fromRGB(170, 0, 127)Frame.Position =
UDim2.new(0.768526852, 0, 0.665101647, 0)Frame.Size = UDim2.new(0, 280, 0,
2tLabel.TextWrapped = truedrop.Name = "drop"drop.Parent =
Framedrop.BackgroundColor3 = Color3.fromRGB(140, 0, 105)drop.Position =
UDim2.new(0.0607142858, 0, 0.126871943, 0)drop.Size = UDim2.new(0, 105, 0,
40)drop.Font =rapped = trueUICorner.CornerRadius = UDim.new(0

You might also like