exactly bro, if it’s filtered it’s useless
what’s stopping me from using a textlabel
what’s stopping me from using a plugin that can do the EXACT same thing without a filter
exactly bro, if it’s filtered it’s useless
what’s stopping me from using a textlabel
what’s stopping me from using a plugin that can do the EXACT same thing without a filter
I have done it. I have made chat no filter! My solution is that everyone has there own textbox. The TextBox is really quick to just click and change text cause that what it used for.
…scripts?
Oh my god this is perfect! This will help coordinating things with my team so much easier and makes things just more streamlined.
Would be nice if you could do these for UI stuff too without creating a specific element for things.
Respectfully, there was a whole thread of feedback in this direction last time Roblox tried to make new games in studio automatically start with team create. Everyone blew up for very similar reasons they reject it now.
I turned it on a while ago to let a staff member repro an issue in my game and since I’ve done that I’ve lost building work on a bad wifi connection, had drafts get corrupted, forget drafts on different computers, get interrupted with a draft window every time I touch a script that steals my typing input (large game files only), and more I’m sure. By no means do I like using team create, but I’m trying to give it a fair chance and it has added very little to my workflow in exchange for reams of little papercuts.
amazing update for Team Create, just a question:
are the comments saved after closing Studio?
It seems like poor decision making to filter a studio tool. For teams, you’re monitoring discussion that will never be publicly viewable.
For abusive edge cases… we can just make a script… or a textlabel… or a thousand other ways to render the text in studio.
So now the only thing you’ve introduced is the potential for frustration in legitimate workflows and you’ve solved for absolutely no abusive scenario. Yippee!
This is fantastic, but don’t limit this to team create… this would be very useful for making notes to oneself. Please allow comments regardless of team create being enabled or disabled.
Why its not part of the file itself is beyond me, the tie to team create is unnecessary. And what happens if team create is turned off, do you just lose all your comments?
exactly this. Developers are not players, comments aren’t shown to the end user player, so why filter them when most things in experiences aren’t FOR A VERY GOOD REASON?
You should trust the developer by default, and take action only when they abuse that trust. Don’t treat developers like children, remove the filter (how about don’t show comments to under 13 users).
Roblox really need to get their heads straight and stop restricting useful tools to team create or other unnecessary and weird scenarios. Just let everyone use the new features, and stop killing the features dead with things like filtering… If you can trust developers enough to not filter textlabels, you can trust them with comments that THE PLAYER NEVER SEES.
…all programming languages support comments, including Roblox’s version of LUAU. Use inline comments for this purpose, or block comments above a section of code you’re referring to.
This feature is great but I would like it even more if it could be used with team create disabled as this would be super helpful even if it’s just one person working on a game wanting to leave reminders.
Alternatively, you can use a plugin like Ro-Tasks to make your life easier.
Imma be honest, you might as well turn that into a chat without filters…
Edit: Someone already beat you to it:
just use this it’s 100x better
I think I had that plugin at one point, but preferred the other one more.
Inline comments don’t completely address the problem. Comments like these can be seen outside the script & are resolvable/temporary. I would like to be able to comment on a script, write down what needs to be added/changed throughout the script, and let the scripter go through all of them & mark them as resolved one by one.
oh yeah, send the other one too don’t gatekeep
Is this supposed to happen? Could not get all taggable users.
Maybe it could be changed to “… users. Wait for Studio to load.” as it seems this fixed itself after a few minutes after opening the place.
Yep, comments are saved to the cloud. They stick with your project and sync across Team Create, so everyone’s always on the same page.
Great catch and great UX feedback! It looks like your Studio session hadn’t fully loaded, which triggered the error string. We should be able to handle this by putting the tagging into a pending state instead. Thanks for flagging it, @Semir2006.