Not sure how to make something

Hi,

I am trying to make a building that requires something i’ve seen in the past.

Is there something I can use to make airport flaps as shown here.

I have tried using constraints however the part moves as one part and can’t bend as shown in the photo.
Any ideas?

Screenshot_14

1 Like

I would say this is more of a scripting problem but you can likely give them rope physics

This is more likely Roblox physics!

Unfortunately I don’t have this knowledge yet but I totally recommend you watch this 2 tutorials about them:

Part 1: (ROBLOX Building - How to use all Physics & Constraints - Part 1 - YouTube)
Part 2: (ROBLOX Building - How to use all Physics & Constraints - Part 2 - YouTube)

You could try this: 2 parts, a beam, and a rod constraint.

Part 1 is the anchor at the top. Part 2 is freely moving, attatched via the rod constraint. Use the beam as the visual for the flap, and give it enough segments to look bendy and kinda elastic.

Hello.
You can do this in multiple ways. As I have used one of these to the fullest, but not the other one as I know both of these options can accomplish this.

Hinges (Constraint)

As you can see I have done this previously with two invisible parts next to the flap and using the Hinge constraint by anchoring the invisible parts and leaving the flap unacnhored.
Although they don’t flex like what you have up in the picture. But I do show what I have done below:


Photo
robloxapp-20210720-1114281.wmv (1.1 MB)
Video


Beam Effect

Another option is you could use the beam effect, but, i don’t 100% know the properties of it as I haven’t used it much. But it is something else you could try to use, as it does have the bending properties within it if you would rather have your flaps bend when you touch them.

If you need help using the beam effect I would suggest this video:


Conclusion

There is multiple ways to do this. But, I would suggest playing some Airport games, and if they have them you could ask how they made them, but there is more than the two ways I listed to make this possible. Just continue doing some research here on the Devforums and throughout your search engine.


Sincerley

StompyDonut
:roblox: Roblox Beta Tester :roblox:

3 Likes

I’ll give some of these a try and update you further.

1 Like

I’ve tried this previously however it’s very difficult and hard to accomplish decently.