Gun system problem help

So I bought a gun system from a guy. However he’s no longer working on them and I recently found the scripts he used for the module but I don’t know how to make them like a normal weapons system now. When you press the “Start” and test in-studio, you can go into the explorer while you’re testing and see all of the scripts and parts. I want to know how to replace them so I can figure out how to edit them. Sometimes there is an issue where you cannot see other player’s bullets, and they cannot see yours and I’m trying to fix it.

This is what it looks like when you’re editting it from the normal studio: Screenshot by Lightshot

This is what it looks like in the explorer when you’re playing it: Screenshot by Lightshot

When you stop testing, everything resets so there is not really a way to edit it. How can I fix this?

1 Like

You could copy them buy clicking on it and pressing CTRL+C and then outside of testing you can press CTRL+V to paste them into your place.

1 Like

Search through the scripts for where he is moving around the models, and then just look at the location where each item goes.

1 Like

There’s a jungle of “require” and then IDs to modules and I’m completely lost. Also, have you ever seen coding on Roblox like this?

yes pf, that code is very messy to be honest, best thing to do I think is to reprogram it.

As someone who is not a coder, what would be the best way to get around this? There’s no way I could recode it it, I’m just trying to tweak it.

ahh, I suggest searching up some tutorials to create your own weapon system, or try to get in contact with the creator.

As this would help you the most with tutorials to actually learn how to code and actually understand how that system your learning how to make to fully customize it to the max.

I’m going to try to review the code and debug it myself but theres a big chance I won’t understand it do to the messy way it was done and the requires.

My Idea is that in this screenshot its requiring a module thats messing with the models.

image

Creator is BrokenAxius

It’s coded like that to prevent you or people that arent “whitelisted” from using it. I can see here:


they are trying to hide what is been required by using math. but if you do the math it comes out to 2803213641 which is the asset: gunwhitelist - Roblox

inside this module has a list of UserIds (Probably people that have bought it. Like yourself!)


Is also appears to have a part in the code which kicks people in a certain group.

As far as that there is nothing I can really help with as there is no code in the modules.

1 Like

Thanks for the help! The scripter is actually BelugaAxius, Broken is his business partner. I bought and helped him animate his first version of the guns but he has gone dark and I’m trying to understand the code enough to change it to my own modules so I may tweak it and keep it.

2 Likes

Do you think I could save the modules into my own profile and change the IDs to my own?

It is possible.

But I am not sure if you should if you dont own the assets.
The original owner could file a DMCA against you and get the assets removed.

I would try to get into contact with them and ask if you can.

1 Like