Ball Physics Smoothness

Hello currently Im making a soccer game like this one

and their ball physics are really smooth what can I do to make it like theirs?

any help appreciated!

2 Likes

it looks like they rely a lot on regular roblox physics, but some things you can do to make it more smooth include:

using a high poly ball mesh (this one might be a little unoptimized but i just found it in meshes): https://create.roblox.com/store/asset/11800304584/High-Poly-Sphere

mess around with customphysicalproperties to get it the weight/bounciness that you want: BasePart.CustomPhysicalProperties | Documentation - Roblox Creator Hub (you don’t have to script for this, just search customphysicalproperties in the properties tab and enable it)

check out the constraint movers to make the ball follow players smoothly, snap into a goal, etc: Mover Constraints | Documentation - Roblox Creator Hub

they also have a trail object in their ball: Trail | Documentation - Roblox Creator Hub

4 Likes

Tysm! I really needed this for my game. Turns out all I had to do was change the friction and everything was really smooth! This was a time saver.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.