#whats better to do

1 messages · Page 1 of 1 (latest)

main jay
#

is it better to either create a tool and then configure its properties (what it can interact with, like breaking a window, the damage) in a toolhandler module or just make the values in the tool then use a script to code its function?

#

also i dont know if this is the right channel to ask this type of question, i couldnt really decide what channel fit this quesiton

unborn mason
# main jay is it better to either create a tool and then configure its properties (what it ...

You can use OOP (Object Oriented Programming) for this, or attributes, infact there are a dozen different ways to do what you want! I’ll leave some links to things you may find useful.

https://create.roblox.com/docs/scripting/attributes

https://devforum.roblox.com/t/roblox-oop-object-oriented-programming/1639499

main jay
#

thank you