Help please (Read Desc.)

Hello there! Help me please with a problem.

How do I can make parts/models “land” on the surface?

Now using ...*CFrame.new(0,size.Y,0) but its not ideal

Try switching to a different movment mode then back to Geometric.
image

dude… This is a local script that I made (FreeCam). Not studio

1 Like

Does it happen when you remove the script?

Also, you need a title that isn’t just “Help please”…
That is against the rules, you need a descriptive title and description.

May you should move of your placement code?

apologies if i’m tripping, but where does it say that?

The topic he is using has this base:

"You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

  2. What is the issue? Include screenshots / videos if possible!

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

BELOW

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category."

Try subtracting the position that your rig will move by an offset which has the value of the Y size / 2, since it’s a model, to get the actual size, you wanna get the bounding box (which has the CFrame and Size Vector3 value of a part that covers all the objects in a model), by:

local CFrame, Size -- You can call this whatever you want, doesn't matter
CFrame, Size = (model name):GetBoundingBox() -- However, you should always put the Cframe variable first and then the Size variable

If you’re asking why the offset isn’t the full size and just the Size/2 instead, it’s because if we don’t add any offset, the target position will be in the center, so we only need to use an offset of the Size/2

so what’s your point??

  • he is not asking for code
  • he provided a video
  • what he wants to achieve is clear in the description