Skip to content

Instantly share code, notes, and snippets.

View karbid-dev's full-sized avatar

karbiddev karbid-dev

View GitHub Profile
@karbid-dev
karbid-dev / 01_Universal_Starlight.lua
Last active December 29, 2025 05:00
Universal Starlight
local vercount = 11
print("Ver_Universal : 2.0." .. vercount)
-------------------------------------------------------------------------------------------------------------------------- ⚠️ Variables
-- Roblox Services
local Players = game:GetService("Players")
local TweenService = game:GetService("TweenService")
local RunService = game:GetService("RunService")
local UserInputService = game:GetService("UserInputService")
local CoreGui = game:GetService("CoreGui")
local HttpService = game:GetService("HttpService")