How to make a minecraft drop effect?

How would I make a drop effect like minecraft? I want to do this with a part.

You could try using body-movers to achieve this effect. It should probably do the trick.

Otherwise you could use TweenService to change the rotation and Y-position of the dropped item, creating a “floating” effect.

1 Like

What are body movers? Sorry if this is a stupid question. Like body velocity? I don’t really use those. Could you give me incite? I don’t really know how to make the floating effect with it.

There are no stupid questions!

Here are some of them:
LinearVelocity (roblox.com)
AlignPosition (roblox.com)
AlignOrientation (roblox.com)

Complete list can be found on Roblox API Reference Manual in the tab “Constraints” on the left hand side.

– Edit to answer your additional question:
You can use AlignPosition to move a part to a specified location. You can utilize this to make the part go from one location to another (for example, go up and down). But you might be better off using TwenService.

1 Like

I know how to use tween service; its how would I make it so it would float without going inside the ground or anything.

https://developer.roblox.com/en-us/api-reference/property/BasePart/AssemblyAngularVelocity

1 Like

my personal reccomend is by making you actually drop an invisible part, the fire a remote event while specifying the item name and cast it to a local server on every client to make the item icon/model appear and spinning above the invisible part, i cant code it right now since i am on mobile

sorry for the late reply because i just saw this post