Hi, I’m developing a Roblox game called Pet game
I’m handling the building and modeling myself, but I’m looking for guidance on structuring two core scripting systems properly.
-
Pet AI System
Pets should wander only inside the owner’s plot
They must not leave the plot area
The system should be optimized (no heavy while true loops per pet) -
Data Saving System
Save player cash
Save rebirth count
Save pets owned and pets placed
Ensure it’s secure and prevents duplication or data loss
I want to build this the right way from the start using good practices and a scalable structure
Any advice or recommended approaches would be greatly appreciated.
** You are now Level 2! **