I have tried to tween one of my models. I have tried everything, like unanchoring all parts except for primary part, welding, etc. It just won’t work. Nothing moves except the one part. Help, please.
have everything but the primary part unanchored, and weld stuff. Then, you need to tween the CFrame instead of the Position. in order to have the welds remain attached
Returns an error. TweenService:Create property named ‘Position’ cannot be tweened due to type mismatch (property is a ‘Vector3’, but given type is ‘CoordinateFrame’)
You are doing Position = CFrame.new()
or whatever, It should be CFrame = CFrame.new()
in the tween
You’re right. Thank you so much! Have a good day!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.