How to make a model/part appear directly under a player?

Hey! I’m looking to see how to have a part appear under a player.
I originally would move the part to HumanoidRootPart, then move on the Y axis 2.5 down, however it isn’t too reliable and gets tricky when doing this with models.

Any ideas on other methods anyone?

Take a look at at this thread…

https://devforum.roblox.com/t/how-can-i-move-a-models-position-with-code/610386/2

Yes, I know MoveTo is used to move models, I’m looking for methods to have it directly under, also, MoveTo (if something is in the way) will move the Model up on the Y axis, meaning it’ll end up on top instead of below (from what I’ve tested).

Any ideas?

You can use Model:SetPrimaryPartCFrame, SetPrimaryPartCFrame changes the model’s position and orientation with a CFrame.

1 Like