How did supergolf make these jello blocks?

  1. What do you want to achieve? I want to make the jello blocks like the ones in super golf, not sure how, my guess is mesh deformation?

Video of them:

  1. What is the issue? I cant figure out how to replicate it!

  2. What solutions have you tried so far? Cant find anything

1 Like

It’s probably not mesh deformation. My guess is that it’s just a regular meshpart that’s being resized dynamically, probably with decaying sine & and cosine functions to make that “bouncing” effect. That is, if it gets taller, it will have to get skinnier and vice versa.

Edit: Most likely tweened with Enum.EasingStyle.Elastic

Edit 2: This youtube tutorial probably answers your questions Roblox Slime Mob Tutorial - YouTube

2 Likes