Skip to content

Instantly share code, notes, and snippets.

View imlogvn's full-sized avatar

Logʌn imlogvn

  • Florida
View GitHub Profile
@imlogvn
imlogvn / demo.luau
Last active February 18, 2026 01:12
ADVANCED KINETIC & VISUAL FRAMEWORK DEMO
local RunService = game:GetService("RunService")
local UserInputService = game:GetService("UserInputService")
local TweenService = game:GetService("TweenService")
local Debris = game:GetService("Debris")
local Players = game:GetService("Players")
local Player = Players.LocalPlayer
local Mouse = Player:GetMouse()
-- // CONSTANTS & PHYSICS SETTINGS