of     1   

3lex33
#63484728Sunday, February 26, 2012 5:29 PM GMT

BH did not know the answer, so i will ask it here. In some script, the following happens: p = Instance.new("Part") p.Anchored = true p.CFrame = CFrame.new(x, y, z) p.Parent = game.Workspace The problem is, that part cframe gets affected by other parts - part tryes to go above another part, with which it was colliding. The game dont allow parts to be in each other, thought they are anchored and CFramed. How can i fix it?
UFAIL2
#63484983Sunday, February 26, 2012 5:34 PM GMT

Try parenting the part to Workspace before you CFrame it. ~When life gives you lemons, you say 'I ain't even mad'.~
3lex33
#63486367Sunday, February 26, 2012 5:56 PM GMT

Did not work. Any more ideas?

    of     1