Model Tweening help

Hi, im a developer making a find the flags game, I am trying to make it so that a flag and its hitbox Tween to a place but the model doesnt, because it is a model, what can i do?

1 Like

Here https://devforum.roblox.com/t/introduction-to-tweening-models/315253

1 Like

You can create a cframevalue and tween that and set the model’s pivot to that cframvevalue.

1 Like

Use Pivot() functions to make your own tween as needed

Here is a YouTube Video mainly On GetPivot() and PivotTo() and how you can a tweening effect

YouTube Video

1 Like

but what if I only want it to tween position and not rotation or anything like that? i have this written

TS:Create(Flag.PrimaryPart,TweenInfo.new(2,Enum.EasingStyle.Sine,Enum.EasingDirection.In,0,false,0),{Position = Vector3.new(192.939, 7.922, 63.066)}):Play()
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.