Skip to content

Instantly share code, notes, and snippets.

View javiercorona's full-sized avatar

jc javiercorona

View GitHub Profile
-- Ultimate Living City Simulator - Enhanced Edition
-- Major improvements over the original version
local RunService = game:GetService("RunService")
local TweenService = game:GetService("TweenService")
local PathfindingService = game:GetService("PathfindingService")
local Lighting = game:GetService("Lighting")
local Workspace = game:GetService("Workspace")
local SoundService = game:GetService("SoundService")
local Debris = game:GetService("Debris")