Quick question, if im making an inventory system should i hold the items properties in a module script that lists every item or should i add attributes under every tool?
1 Like
personally i’d go with calling a modulescript as it’d likely save you a lot of time if done properly
2 Likes
I went with attributes since they are easier to set up and cant be changed on the client by hackers. (imo) Thanks for your suggestion though.
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.