How Can I Add 10 studs in the Y direction to somethings CFrame?

The title pretty much sums it up heres what I tried:

CFrame = CFrame + Vector3.new(0, 10, 0)
Position = Position + Vector3.new(0, 10, 0)

You can use Vector3 since you’re just changing the position of the instance.

1 Like

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