Created by netbox
GlobalWind is an internal template plugin for internal use created by developers who work at Roblox Corporation. One time on sitetest2 they added GlobalWind into BuiltInPlugins. It was quickly removed though. However, I was able to archive it.
This is essentially a starter kit for Roblox Internal developers to begin working on both public-facing and also internal plugins such as Developer Storybook and Developer Inspector. This has never been released before to my knowledge, so if you want to play around with internal tools, go ahead.
(YOU WILL NEED ROBLOX STUDIO INTERNAL TO MAKE PLUGINS USING THIS, HOWEVER YOU CAN PATCH THIS YOURSELF USING AUTOMATED SCRIPTS)
This comes with the following tools to help get you started:
- Example internal components used to build plugins in Lua. (actions, components, reducers, etc.)
- Basic file layout for plugins (source files go in src, other stuff goes in bin, internal packages are in packages)
- The RIDE (Roblox Internal Developer Environment) Suite. Contains very important packages for development such as Roact, RoactRodux, Rodux, Cryo, Rhodium, TestEZ, and the Framework. Also contains other developer utilities.
- The DeveloperFramework, THE HOLY BIBLE OF DEVELOPMENT. Contains LOTS of internal bullshit including what Roblox uses internally for data visualization and other stuff like that (Kibana), also exposes tons of hidden APIS to the public eye including a HIDDEN Roblox CLI Service ProcessService.
- Basically full template of what Roblox engineers use to build apps. Also includes stuff such as comments left by engineers and jira links too, if you’re into that stuff.
JOIN THE FORUMS FOR MORE DAILY SCRIPTS