Skip to content

Instantly share code, notes, and snippets.

View Revianus's full-sized avatar

Revianus Morales Kuwusay Revianus

View GitHub Profile
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