Useful Resources
- Wesbite Tutorial: Introduction to Scripting in Lua a tutorial explaining the fundamentals of scripting, including variables, variable names, maths, and functions.
- Wesbite Tutorial: Getting Started a tutorial illustrating the basics of creating parts and making them into a game. Also contains examples of adding traps and pickups.
- Wesbite Tutorial: Fundamentals of Scripting with GUIs a usefull explanation of how to add GUI objects into a 3D game, with images, text, frames and scroll bars
- Youtube Video: Creating a simple Pet involves the ability of the pet to path find to the player
- Youtube Video: How to create a Health Bar this serves the same funtion as the one in the player stats display
- Youtube Video: How to Get Started with AI Pathfinding
- Lua Code HealthBar