Question, How Do I Make A Pet/Pet Trading System?

I know the function DataStore, but i don’t know how to make pets, Pets That follow you, or Trading System. So, Please, Help me.

If you want to make the pets follow the player, you’ll probably have to look into Character Pathfinding. A Trading System would involve creating GUIs and an inventory datastore.

1 Like

Making a pet trading system is a difficult task and requires some skill to make one without watching tutorials. But here are the stuff you should learn:

  • Data store
  • Inventory system, which mostly consists of tables (for stats),“for loops” and data store
  • Use Align Position and align orientation so that pets will follow you, read here to see how it works.