Price
UnknownA script by Kiminaze
Price
UnknownThis script allows bullets to ricochet off most surfaces with high configurability.
Showcase:
ShootSingleBulletBetweenCoords native which could get detected by| Code is accessible | > 85% accessible |
| Subscription-based | No |
| Lines (approximately) | ~270 (not counting the config) |
| Requirements | None |
| Support | Yes |
This script is currently purchasable for 15.00€ (without tax) at
This does only show the global config options. You can set the values for each weapon individually if you want to.
-- minimum and maximum angles for a ricochet to occur in degrees (0.0-90.0)
Config.minimumAngle = 0.0
Config.maximumAngle = 90.0
-- chance for a ricochet per shot in percent (0.0-100.0)
Config.chance = 100.0
-- randomize ricochet angle in degrees (0.0-90.0)
Config.angleDeviation = 0.0
-- maximum trigger distance compared to the weapons range in percent (0.0-100.0)
Config.triggerDistance = 100.0
-- maximum range of the ricochet bullet compared to the weapons range in percent (0.0-100.0)
Config.range = 100.0
-- damage of a ricochet bullet compared to the weapons damage in percent (0.0-100.0)
Config.damage = 100.0
Can be found on Github
See what others are saying about this script.
Share your experience and help others.