#whats better to do
1 messages · Page 1 of 1 (latest)
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
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
What is Object Oriented Programming (OOP) ? Hello there! Welcome to the OOP tutorial I created with the knowledge I’ve gained over the last few months. Object-oriented programming (OOP) is a programming approach in which classes of objects are identified and closely related to the methods (functions) with which they are associated. It als...
thank you