Shrink platform

Does anyone know how I can make a platform that gradually gets smaller until nothing is left? I’m new to UEFN and still learning how to use it.

One approach would be to repeatedly teleport the platform, using TeleportTo(), assuming it’s a custom prop.

The TeleportTo() takes a ‘transform’ parameter which includes translation (x,y,z coordinate location), rotation (how it’s rotated/facing) and scale. By calling it repeatedly, with an appropriate delay and setting the scale slightly smaller each time, it would appear as a shrinking platform.

You can use the cinematic sequence device, theres a few tutorials in this link