What are some must knows things for scripting?

Learn about data stores for saving information, remote events/functions for communication, the Instance hierarchy for game structure, and logic/control flow tools. Explore key APIs like Players and UserInputService.

After you’re good with those, you can learn about advanced techniques like object-oriented programming with metatables, module creation for organized code, and optimization strategies for efficient scripts. Additionally, delve into services like TweenService for animations and MarketplaceService for in-game purchases.

5 Likes