Hello, this is a thread that is part of the LoadLibrary failure that has cause MANY roblox catalog gears to malfunction.
As of now, I would like to present the two roblox weapons, in free model use, that are fully functional or FIXED:
Fusion Galtling Blaster : Fixed Broken Weapons: Fusion Gatling Blaster - Roblox
Rainbow Blaster: Fixed Broken Weapons: Rainbow Blaster - Roblox
These models are free to use anytime when making a simulator or a tycoon.
Let me guys know if you have any concerns whatsoever, or what gear should I fix next.
Please note : The models are NOT meanât to copy and paste Robloxâs official for sale. The models are supposed to show everybody the main weapons that are fixed and should be noticed by Roblox so they can no longer broken gear.
All weapons act on how they are supposed to act according to the Official Description from Roblox, no changes have been made.
12 Likes
Great job! I see that it did malfunction (a friend told me about the error) and you have fixed it.
3 Likes
Can you share the error so the rest of us can fix it?
1 Like
I donât have the error, as I said I found out about it because a friend told me about it.
1 Like
Hereâs the jig: DO NOT USE LOADLIBRARY
To fix gears with LoadLibrary, do the following:
DESTROY the LoadAssset/RbxAsset Variable, DESTROY the Create Variable.
Replace the Create variables that are being used in the scripts with Instance.new(), and set the non local variable name with the instanceâs properties and remove the commas and curly brackets.
Example
RbxAsset = LoadLibrary() â Destroy this.
Create = RbxAsset(ânew instanceâ) â Destroy this.
Replace:
examplemesh = Create(âMeshâ){
Name = âExampleâ,
Parent = Example
}
With:
examplemesh = instance.new(âMeshâ)
examplemesh.Name = âExampleâ
examplemesh.Parent = Example
Do it how many times you need to do it, and its fixed.
2 Likes
Does this fix all weapons that are broke?
Only if you see an error that says: âAttempt to call instance with nilâ or something related to that. That gear is currently suffering LoadLibrary problem.
This method should work, and should fix hundreds of broken roblox gear.
1 Like
This is awesome!
It is a little unfortunate to see that roblox gears themselves are becoming more and more depreciated, even when theyâve been on this platform for a long, long time now. Thanks for doing this anyway!
1 Like
Can you try fixing a few gears for me, ill pay
Hello, What kind of Gears should I fix for you? Please list them and I can get them worked and fixed.
https://www.roblox.com/catalog/33879504/Flamethrower
for starts, the other after looking at them donât really have things I need, idk if it is possible, but if you could check that flamethrower and see if it only burns unanchored parts, trying to make a car vs train game and need things that go boom
1 Like
That flamethrower itself is pretty old, so a lot of the code is pretty outdated.
Might have to completely rescript it or something?
Good news! I made sure that the flamethrower only burns anchored parts, and not other players besides you. I also added a feature when putting unanchored object on fire will tumble them down. Anything else should I add?
kinda wanted only unanchored parts to be able to burn, maybe spread the fire
robloxapp-20210112-1309091.wmv (1.7 MB)
Here is the following it can do:
-Shoot at a bit long range
-Spread fire to other workspace descendants
-Tumble down parts that burn
-Can only burn unanchored parts and not players nor anchored parts.
Look at the video if you approve this or not.
ignoring how fast it burns, and how some of the flame disappears, that is really good
Here you go, let me know if you have questions or concerns.
@JadifiedNebula You might like to fix this weapons (or maybe just adapt them to R15)
Or even this (they are so broken):
Atomizer and Ultimate Drive Speedster are definitely not broken, at least I used them a week ago. Maybe itâs because you tried to use them in R15?