And this is why spamming is bad:
I just clicked on the time stamp every second and the model flew like a bird
THIS IS ACTUALLY INSANE, BEST UPDATE ROBLOX HAS MADE IN A WHILE
I mean cmon you basically open sourced every concert you have done in a very advanced framework very cool, also smart tactic to do this during the ban crisis just need the word to get out there ya know let KreekCraft and the others know I bet some developer will be taking advantage of this in the future even me.
I enjoyed the concert template,and it´s good,Although the concert itself is like two things,A rthro robot woman dancing and a sky world.
I hope this will be good!
What is a ban crisis?
The ban crisis is basically the thing going on in Roblox games where âhackersâ are spoofing the Roblox chat which surprisingly isnât too hard to do and has been talked about all the way back in 2016 about being a potential problem, then some bot in the servers will mass report them and they get automod banned because they said some very very questionable things. Now for this template although its Rthro and all I just like the complexity and effort put in. Probably first time for me Roblox has actually put a good chunk of effort in for the community.
Would this be possible in a non live event setting on a individual server forvan individualplayer? This sounds like something that would very helpful to my game idea. Below isnât off topic necessarily, its just to give an understanding to my question.
Essentially its a single player story based adventure game, I want cut scenes and or parts of the environment to do things. Or npcs doing stuff.
In the game you are an archeologist and you have a partner that sometimes comes with you on tasks etc, but im thinking they will mainly hang around camp.
I want certain things to triger different animations like say you come back from the first task I have in mind when you get to the area you will be working, they get you to go collect wood, then goes to get gear and start setting up base camp. Then when you come back it plays a cut scene and the npc starts a fire.
Thatâs a general idea, would this new event sequencer allow this, it says time line. If it would make stuff like this possible or more easier then that would be awesome.
If not and its just for live events then i guess thatâs fine.
I just want to comment on the style in the clip used. No part of roblox soul is left.
It looks like second life, and thereâs a reason why second life never succeeded.
GAME CHANGING
I really needed something like this for a long time, especially around the Ro-EDM Community.
For a Lighting and Stage Developer like me, this is extremely helpful.
The code is⌠well⌠interesting. I would like to ask about the Concert place.
- Why are there modules that point to already existing modules? Is it because of how your folder system works (the folder system is weird too). The core packages follow this design aswell
- Why are there 3 duplicates of roact? Isnt roact, like 15 or 14 thousand line of code? In fact, why are there 3 duplicates of every module?
- Why are there 3 modules pointing to these duplicated versions of roact and every other duplicated module?
- A lot of parts in the EventSequencer are more complicated than they should be.
If I were to make a concert, I would honestly just use my own code. The code in here is confusing and I think it would be worth more to make my own rather than just read the documentation which is the size of a college essay.
This âweirdâ folder structure comes from an internal dependency management mechanism. Nobody manually sets up that _Index
folder, itâs created automatically from a set of dependencies.
Imagine if two different parts of a large codebase depend on two different versions of Roact for Instance. The dependency management solution canât just insert one thing called âRoactâ because it needs to store two versions, but the different parts of the project would still like to be able to just reference the âRoactâ that they depend on, so the stubs redirect the nice name âRoactâ to the underlying âroact-17.0.1â or whatever that the dependency management system specified should be used by that sub-part of the project.
In this case it looks a bit funny because there arenât multiple versions of or interesting dependencies between any of the packages, but thatâs architecturally why itâs set up the way it is (automatically by the dependency management tool, which isnât smart enough to notice that it could get away without using the _Index
folder in that case).
The duplication is for sure an issue, which we are going to solve in the long run. However, this isnât as big a concern as you might think: Roact contains about 100kb of script data total⌠thatâs significantly less data than even a single 256x256 texture. Generally no matter how much code duplication you have itâs going to be a drop in the bucket data wise compared to the cost your art assets (between images, sounds, terrain data, etc).
Will we be able to host Q&Aâs/live events like a live stream with this?
This, right here, is the best dev module yet.
Thanks for the clarification. Makes much more sense now.
Im assuming this also applies to CoreScripts as well as all the templates using this sort of structure?
Also just a question, is this âdependency management toolâ open sourced or is it private for just Roblox core scripts and other projects.
Itâs not open sourced, but itâs nothing special. For comparison itâs very similar to NPM or the Wally package manager used in the Roblox open source ecosystem (use at your own risk, not officially affiliated with us).
Wow! So cool, I love the new Developer modules, very modern, clean UI!
This will help me with certain events for Multi Universe
(All jokes aside please just use standard ScreenGUIs, as this is a dev module which starters could look at and think âOh this is the only way to make UI, got itâ and keep that mindset)
i know right !! why do all these new modules have to have overcomplicated code
It should be for all types of events, keep us posted on your next live event!
EVENT BASED CODING REAL?
Now this is going to be interesting.
Sheesh bro, I thought roblox was introducing an event sequencer not a flight system! lol