i have this project where i need to change the cframe of part1
and its child part2
.
part2
has to be on top of part1
, but when i change the cframe of part1
, part2
’s cframe doesnt change, and i cant set it to be on top.
is it possible to make it so that all the children of part1
get positioned the way they were positioned before?
(i have tried using part1.position
)