perhaps elaborate what you are trying to achieve with some visual representation:
for looping, cloning and tweening; yes there are ways you can do each of those
https://create.roblox.com/docs/reference/engine/classes/Instance#Clone
https://create.roblox.com/docs/reference/engine/classes/TweenService
https://create.roblox.com/docs/tutorials/fundamentals/coding-4/intro-to-for-loops
TweenService is used to create Class.Tween|Tweens which are used to
interpolate, or tween, the properties of instances. Class.Tween|Tweens can
be used on any object with compatible property types.
Use for loops to repeat code in this lesson for Roblox Lua. This lesson explains how for loops work and includes practice scripts.