I know how to tween a objects position at a constant speed. But I have no idea how to tween a objects size at a constant speed. Ive tried researching math and roblox studio forum posts and I still have no idea what to do. Any help will be appreciated. Thanks in advance!
2 Likes
For your tweeninfo, use the easingstyle Linear, and in the property table do {Size = Vector3.new(size)},