Keep in mind this is a early released guide on how to make extensions for V3.
Version 3 is unreleased and is completely rebuilt from scratch. Do not use V2 as reference.
Version 3 is unreleased and is completely rebuilt from scratch. Do not use V2 as reference.
- Create a Instance to hold your extension.
For this example we’ll take a Folder. - Inside the Folder, create following Instances:
•client(ModuleScript)
•server(ModuleScript)
•Permissions(Configuration)Hint: You can leave out the ModuleScripts if you don’t need them! - Give that folder following attributes:
•author(string)
•name/id(string, name of the extension)
•description(string)
•version(string in this case, e.g.1.0.0) - Add script to our ModuleScripts:
You always have to return a function:
- Done! For more information just visit the other pages under this tab.
Permissions
