How to add Ammo GUI to Weapons Kit

I want to create a GUI in roblox that says “Ammo: How much / Max” using the roblox Endorsed Weapons Kit

I looked at all the scripts and they’re all connected which makes it hard because to change one thing you may have to change 80% of the scripts. I’m using this system because it’s very clean and I like how it looks.

I’ve tried looking at the scripts, using the functions “BulletWeapon:getAmmoInWeapon()” but nothing works. and Developer hub has almost nothing. The API for this system is very difficult to understand imo.

3 Likes

Hi. From what I know about the Roblox Endorsed Weapons Kit is that inside the tools, once in the server there is a NumberValue named “CurrentAmmo” that can be used to display with a ScreenGui and a TextLabel. You can also use the “AmmoCapacity” NumberValue inside Configuration of each weapon equipped to display a GUI for every single weapon…

Good luck with that, knowing this it shouldn’t be so hard to make a GUI about the ammo.

1 Like

Sorry to bump this and heres a tutorial to do this

1 Like