How to make a game like this?

To save bees you need to use DataStoreService (there are some modules such as ProfileService that may help you). To make bees collect you can use .Touched event which fires once a part is touched (ofc you would need to add some animations/effects to make it look like they’re actually collecting). To show what your bees collected, make a table or something and once bees collect something add the thing to the table. Then make a gui and visualize that table.

1 Like