How do i check if something new was added into a folder?

Hello developers!
Im currently working on a datastore script and i want to make it save everytime a new value has been added into a folder. Im just confused on how to check if a new value has been added inside the folder. Can anybody help me out?

You can check when something gets added to a folder using the ChildAdded event :slight_smile:

Additionally, if you have multiple folders under that main folder, you can use DescendentAdded

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.