This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |