of     1   

Alimegacorn
#220000350Thursday, June 29, 2017 2:32 AM GMT

im resizing a part that has been positioned using cframe and resized using vector3 (which is also constantly being resized because of a loop) however when that part touches something while in the middle of being resized, it teleports to the top of that object does anyone have a solution?
bradleyawsome
#220000540Thursday, June 29, 2017 2:35 AM GMT

is it anchored?if no then you should prolly anchor it is it CanCollide?if no then you should prolly make it false
AIexandxr
#220000658Thursday, June 29, 2017 2:37 AM GMT

make the part u are making bigger can collide = false
TsunaSenpai
#220000745Thursday, June 29, 2017 2:39 AM GMT

Just change the position in the loop
BunnyBoy26
#220004491Thursday, June 29, 2017 3:50 AM GMT

Anchor both parts in contact. If they need to be unanchored, use a Weld.
Alimegacorn
#220032148Thursday, June 29, 2017 2:59 PM GMT

it's anchored and the cancollide is false i cant weld because then the part the resizing part touched would be messed up also, i cant set the position because im trying to make the resized part stationary, so if i kept on the setting the position, it would keep on cframing the part (because im using a loop) if you have any other suggestions, let me know :D
TimeTicks
#220036442Thursday, June 29, 2017 4:21 PM GMT

the only reason that would happen is if the part is being changed using position
BunnyBoy26
#220083386Friday, June 30, 2017 3:50 AM GMT

I meant a Weld object.
WXBZ
#220083673Friday, June 30, 2017 3:54 AM GMT

Check your center of mass, that can make it uncentered when resizing. for _, post in pairs(game.Players.WXBZ.Posts:GetChildren()) do post.Signature.Text = 'scripters.cf' end
AIexandxr
#220106946Friday, June 30, 2017 1:40 PM GMT

no no no, all your methods are to complicated. just anchor and set can collide to false. you dont even have to anchor if you dont want to
WXBZ
#220130304Friday, June 30, 2017 7:46 PM GMT

@Apoc that makes no sense? If a part is being resized it can already be resized thru parts while being able to collide. for _, post in pairs(game.Players.WXBZ.Posts:GetChildren()) do post.Signature.Text = 'scripters.cf' end

    of     1