Skip to content

Instantly share code, notes, and snippets.

View syskas's full-sized avatar

syskas

  • Joined Oct 3, 2025
View GitHub Profile
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local Title = Instance.new("TextLabel")
local InputBox = Instance.new("TextBox")
local GetKeyButton = Instance.new("TextButton")
local SubmitButton = Instance.new("TextButton")
local CloseButton = Instance.new("TextButton")