I’m curious as to how the default animation editor plugin was scripted. I tried inserting the rbxm in the BuiltInPlugins folder however it gave me this:
And from my inspection it seems to not have any code, just a bunch of modules.
Is there an easy way to check it out?
Not sure what category this would normally go in so I put it here.
I’ve looked into Roblox files where their scripts are stored, but there are only modules. This means you can’t see the code that actually makes AnimationClipEditor work.
Big brain
Do you even know what “moderator” means and what they are doing?
Ah, that sucks then. I was hoping to see how it was done but it makes sense that the code wouldn’t just be there. It is a built in studio feature after all.
I already found this however the animation editor in that resource was last updated 5 years ago… I would assume its not even close to what it is today.
Haven’t looked at it yet (just assumed it was useless due to its last updated date) but it still might be of use.
Yes, this is entirely possible.
You can view the StandAlonePlugins, BuiltInStandalonePlugins, Luapackages and Corescripts.
One way of doing is is simply using your file system explorer.
Type “Roblox Studio” in the to the windows space bar.
Right click it, and click “Open file location”.
Then an icon appears in the explorer which is named “Roblox Studio”. Right click that and press “Open file location”.
(Last step) Now you are in the core directory.
The plugins are under BuiltInPlugins and BuiltInStandalonePlugins, the files can simply be imported to studio by dragging them.
The corescripts are located under ExtraContent>Scripts
Other interesting things can be find in the core directory as well, like all the texture & graphics, some models and meshesh, shaders etc.
It is because Roblox no longer supports a certain datatype in binary files because of a vulnerability that allowed .rbxlx and .rbxmx to contain malware/viruses that infect your computer.
The BuiltInPlugins use this type of a datatype. If you convert the datatype to something different then it will work.