Skip to content

Instantly share code, notes, and snippets.

@kayzlow
kayzlow / Fly_Gui_Script
Created July 19, 2022 04:30
Fly gui roblox
--made by k4yl0w#8915 / roblox : augier126
local FlyingGuiStarterGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local TextLabel = Instance.new("TextLabel")
local UICorner = Instance.new("UICorner")
local UIGradient = Instance.new("UIGradient")
local _1st = Instance.new("TextButton")
local UIGradient_2 = Instance.new("UIGradient")
local UICorner_2 = Instance.new("UICorner")