Hey, so yeah this is probably a really simple question but I’m a bit puzzled currently. I made a bomb tool that the player can throw, and currently, it seems to just keep rolling on forever and ever…I tried adjusting the ball’s physical properties, but that seemed to really do nothing.
Is there a way to make the ball have more drag, or resistance??
Any help appreciated, thanks.
3 Likes
When you refer to “phyiscal properties” are you referring to CustomPhysicalProperties, seen here:
I believe you’d need to do some scripting w/ the spawning of bomb part and its custom physical properties.
I’m not experienced with programming at all, but this could be helpful with the code sample listed here:
https://developer.roblox.com/api-reference/property/BasePart/CustomPhysicalProperties
I’d probably remove this topic if that is the case and simply repost the question in #development-support:scripting-support
4 Likes