You should check this post out: Introduction to Tweening Models
Other things to note:
-
Make it more clear what the problem was (I thought you were having trouble with welding and Tweening, turns out, it was just tweening)
-
You don’t really need to use ipairs or pairs anymore, as stated from this guy:
- I suggest you don’t use the parenting argument for instance.new(), this post goes deep into it if you want to know why.
PSA: Don't use Instance.new() with parent argument