📄️ Update Service
UpdateService is a global service responsible for driving the main update loop of Weo.
📄️ Input Service
Input is a service that manages keyboard and mouse input.
📄️ Theme Service
ThemeService is a service that provides a way to manage and apply themes to UI elements,like colors, fonts, and styles.
📄️ Tween Service
TweenService is a utility service for creating and managing tweens, allowing smooth interpolation of properties such as numbers, colors, UDim2, and Vector2 over time.