Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What would be the best way to create an RNG gun bloom?

Asked by
Dad_Bot 34
5 years ago

I want a game that has a gun mechanic similar to Fortnite. In Roblox, the guns usually always have 100% accuracy and hit exactly where you click. If you've ever played Fortnite, you know that the gun has "bloom" or a region where the bullet can hit rather than an exact location.

How would I go about recreating this effect in Roblox, but making it easily customizable for an assortment of different weapons? Thanks for your help!

0
I'd say just a random math.random() thing, except implement it into an orientation of the bullets KennySfromTitan 106 — 5y
1
I work on first person shooters alot and I have to say the best way to do it is to make the bullets come straight out of the barrel. Then during shooting tween the gun at random upward angles to simulate physical recoil. Combined with the sway of the player's camera and character movement creates a really natural spread effect. CDDevelopment 6 — 5y
0
Okay, thanks! Dad_Bot 34 — 5y

Answer this question