Datastore not using template

Just reread the code and realized you are using Instance.new with the parent argument which let’s just say is not very performant and you should try to avoid it due to its many drawbacks.