Car can't push sphere

So, in my game there’s a soccer area, and you can bring the car in there, before you were able to push the ball with a car, but for some reason you cant now, is it because I did something with collision groups? I know the ball is unanchored, I have no idea why this is happening.

2 Likes

Set the density to a very low value and make the ball bigger.

2 Likes

seems to do it still, just dragging the ball instead

2 Likes

i need the ball to roll, not just be pushed

2 Likes

Then this may require some scripting. What I think is you should do is when the ball gets touched by a car then set the velocity or add the velocity of the car to the ball.

2 Likes

im just confused because earlier it was doing the intended behavior

1 Like

scripting could work, but if it worked before, what broke it? the collision groups?

1 Like

Hm… it could be, try resetting to a previous version or just removing the groups then.

1 Like

I’m coming to the conclusion that this is just some roblox trickery. I downloaded a super old version, and the car still bugged on the soccer ball. Either roblox update broke something, or my roblox is broken.

1 Like

is the car massless?β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž

1 Like

I’m taking a wild guess here.
But what is the network ownership of the ball?
If it’s on the server that might be the problem

also if you decide to put the network ownership of the ball to the client, keep in mind that players can cheat and you should do sanity checks

2 Likes

ball is under server, and the car isnt massless

1 Like

i can only think the physics updated or something, this was working last week, but now, even in previous versions that it worked in, this is happening

2 Likes

Try setting it to the player.
char