Physic Problem / Not resolved

Hello everyone, I’ve made a sphere with balls inside with a part to mix them.

But The balls are not mixed like i want…

Here the mixer script :

while wait() do
	script.Parent.CFrame = script.Parent.CFrame * CFrame.Angles(math.rad(1), 0, 0)
	task.wait(0)
end
1 Like

Moving something with cframe does not tell the physics engine that it’s moving, only that its position has changed. Its possible that with a small enough object it can “sleep through” the collisions it should have. Have you tried using a HingeConstraint motor instead?

2 Likes

Yes but it don’t work too… But when i’m near of the balls, they moves

1 Like

Only when I touch them (30 letters)

1 Like