Skip to content

Instantly share code, notes, and snippets.

View toolbox932-a11y's full-sized avatar

toolbox932-a11y

  • Joined Oct 6, 2025
View GitHub Profile
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local UserInputService = game:GetService("UserInputService")
local StarterGui = game:GetService("StarterGui")
local Camera = workspace.CurrentCamera
local HttpService = game:GetService("HttpService")
local LocalPlayer = Players.LocalPlayer
-- Wait for character to load
if not LocalPlayer.Character then