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
wait() | |
local antiAFKGui = Instance.new("ScreenGui") | |
local mainWindow = Instance.new("TextLabel") | |
local contentFrame = Instance.new("Frame") | |
local creditLabel = Instance.new("TextLabel") | |
local statusLabel = Instance.new("TextLabel") | |
-- GUI Setup | |
antiAFKGui.Parent = game.CoreGui |