local G2L = {}
G2L["1"] = Instance.new("ScreenGui", game:GetService("CoreGui"))
G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling
G2L["1"]["ResetOnSpawn"] = false  -- Ensure GUI persists across respawns

G2L["2"] = Instance.new("Frame", G2L["1"])
G2L["2"]["BorderSizePixel"] = 0
G2L["2"]["BackgroundColor3"] = Color3.fromRGB(68, 71, 75)
G2L["2"]["Size"] = UDim2.new(0.3, 0, 0.3, 0)  -- Use Scale for Size
G2L["2"]["AnchorPoint"] = Vector2.new(0.5, 0.5)  -- Center the Frame
G2L["2"]["Position"] = UDim2.new(0.5, 0, 0.5, 0)  -- Centered on the screen
G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)

G2L["3"] = Instance.new("TextButton", G2L["2"])
G2L["3"]["BorderSizePixel"] = 0
G2L["3"]["TextSize"] = 23
G2L["3"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
G2L["3"]["BackgroundColor3"] = Color3.fromRGB(32, 35, 38)
G2L["3"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal)
G2L["3"]["Size"] = UDim2.new(0.7, 0, 0.15, 0)  -- Adjusted size for mobile
G2L["3"]["Name"] = [[close]]
G2L["3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
G2L["3"]["Text"] = [[close]]
G2L["3"]["Position"] = UDim2.new(0.5, 0, 0.85, 0)  -- Adjusted position
G2L["3"]["AnchorPoint"] = Vector2.new(0.5, 0.5)  -- Center the button

G2L["4"] = Instance.new("TextButton", G2L["2"])
G2L["4"]["TextWrapped"] = true
G2L["4"]["BorderSizePixel"] = 0
G2L["4"]["TextSize"] = 27
G2L["4"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
G2L["4"]["BackgroundColor3"] = Color3.fromRGB(116, 139, 220)
G2L["4"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal)
G2L["4"]["Size"] = UDim2.new(0.8, 0, 0.2, 0)  -- Adjusted size for mobile
G2L["4"]["Name"] = [[copy]]
G2L["4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
G2L["4"]["Text"] = [[copy link]]
G2L["4"]["Position"] = UDim2.new(0.5, 0, 0.65, 0)  -- Adjusted position
G2L["4"]["AnchorPoint"] = Vector2.new(0.5, 0.5)  -- Center the button

G2L["5"] = Instance.new("UICorner", G2L["4"])
G2L["5"]["CornerRadius"] = UDim.new(0, 2)

G2L["6"] = Instance.new("TextLabel", G2L["2"])
G2L["6"]["TextWrapped"] = true
G2L["6"]["BorderSizePixel"] = 0
G2L["6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
G2L["6"]["TextSize"] = 30
G2L["6"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal)
G2L["6"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
G2L["6"]["BackgroundTransparency"] = 1
G2L["6"]["Size"] = UDim2.new(1, 0, 0.3, 0)  -- Adjusted size for mobile
G2L["6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
G2L["6"]["Text"] = [[join the discord :3]]
G2L["6"]["Name"] = [[join]]
G2L["6"]["Position"] = UDim2.new(0.5, 0, 0.2, 0)  -- Adjusted position
G2L["6"]["AnchorPoint"] = Vector2.new(0.5, 0.5)  -- Center the label

G2L["7"] = Instance.new("UICorner", G2L["2"])
G2L["7"]["CornerRadius"] = UDim.new(0, 4)

G2L["8"] = Instance.new("ImageLabel", G2L["2"])
G2L["8"]["BorderSizePixel"] = 0
G2L["8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
G2L["8"]["Image"] = [[rbxassetid://18817097052]]
G2L["8"]["Size"] = UDim2.new(0.3, 0, 0.4, 0)  -- Adjusted size for mobile
G2L["8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
G2L["8"]["BackgroundTransparency"] = 1
G2L["8"]["Position"] = UDim2.new(0.8, 0, 0.4, 0)  -- Adjusted position
G2L["8"]["AnchorPoint"] = Vector2.new(0.5, 0.5)  -- Center the image

G2L["9"] = Instance.new("ImageLabel", G2L["2"])
G2L["9"]["BorderSizePixel"] = 0
G2L["9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
G2L["9"]["Image"] = [[rbxassetid://18817519330]]
G2L["9"]["Size"] = UDim2.new(0.4, 0, 0.4, 0)  -- Adjusted size for mobile
G2L["9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
G2L["9"]["BackgroundTransparency"] = 1
G2L["9"]["Position"] = UDim2.new(0.2, 0, 0.4, 0)  -- Adjusted position
G2L["9"]["AnchorPoint"] = Vector2.new(0.5, 0.5)  -- Center the image

G2L["a"] = Instance.new("LocalScript", G2L["2"])
G2L["a"]["Name"] = [[close]]

G2L["b"] = Instance.new("LocalScript", G2L["2"])
G2L["b"]["Name"] = [[copy]]

G2L["c"] = Instance.new("LocalScript", G2L["2"])

-- Scripts remain the same as original

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: