How can i let a dropper drop a model?

Only If you care at all about performance

here it does not say that this deprecated yet. Anyway, at this time, when you create a part with Instance.new() the TopSurface and BottomSurface are not Smooth by default.

The way you would be able to let a dropper drop a model is the following:

  • In the model, weld all the parts together and unanchor them.
  • “Drop” the primary part.

I’ve created a module that can be used to drop a model. you can access it here and use the drop function.