• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

RevScripts craft

[REQUEST] CRAFT MODAL WITH DELAY OR INSANT
There is many craft systems on forum and working with revscript server
Example TFS 1.X+ - TFS 1.3 Crafting System Error (https://otland.net/threads/tfs-1-3-crafting-system-error.270898/)


The last peraph onUse , add it on another file , create a new one , check on your server an action file using onUse , you will see low differences ,
On top
Code:
local craft = Action()
Before onUse add like this craft.onUse at final of the script:
Code:
craft:aid(1111) ——— item you click for craft and show modal 
craft:register()
 
There is many craft systems on forum and working with revscript server
Example TFS 1.X+ - TFS 1.3 Crafting System Error (https://otland.net/threads/tfs-1-3-crafting-system-error.270898/)


The last peraph onUse , add it on another file , create a new one , check on your server an action file using onUse , you will see low differences ,
On top
Code:
local craft = Action()
Before onUse add like this craft.onUse at final of the script:
Code:
craft:aid(1111) ——— item you click for craft and show modal
craft:register()
Thank you for reply. But i tried to do it here, and it gave an error.
 
Back
Top