samiovia
(sam)
September 25, 2019, 6:48pm
#1
You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? A Model of around 20 parts being tweened
What is the issue?
how would I tween this model?
What solutions have you tried so far? I have tried To tween it like that however only the part I said to tween tweened, I have tried welding them still nothing?
I am just interested on how to tween a model as a collective all parts on one script essentially (easy if possible)
if you are using tweenservice, try using this: Any way to tween a model via TweenService?
colbert2677
(ImagineerColbert)
September 25, 2019, 6:54pm
#4
This is an old topic I wrote and is not something I recommend taking solutions from. I wrote an entire tutorial dedicated to tweening models.
Edit (06/30/2021): Due to the release of the new pivot APIs and the thankful deprecation of SetPrimaryPartCFrame, the legacy method of CFraming is now also appropriate and you do not necessarily need to use this welding method. Do note that the pivot CFrame is different from the PrimaryPart CFrame though, so you will have to account for that when writing your proxy objects.
Edit (05/31/2023): Roblox has an official code sample for model tweening! It’s very lightweight and covers the necessities…
ah, ok. i am new to this so i need to learn xD