Featured Posts

All Posts

Comment Community Resources
[RESOURCE] CFrame Viewer: Visualize CFrame & Vector3 math in real time

Thanx for the feedback guys i try to implement those upgrades when i have a chance l8ter this week

devforum.roblox.com
Topic Community Resources
[RESOURCE] CFrame Viewer: Visualize CFrame & Vector3 math in real time

Howdy developers! I built a small browser-based tool for working with CFrames and Vector3s in Roblox/Luau. CFrame Viewer The idea is pretty simple: Type real Luau CFrame/Vector3 expressions and see what they’re actually doing in 3D space. For example: A = CFrame.new(0, 5, 0) * CF...

devforum.roblox.com
Comment Development Discussion
Has Anyone had a Damn I have write this again moments while coding?

[image] lol i know its a bit excessive ■■■■■■■■■■■■■■■■■■■■■■■■ List of libraries ■■■■■■■■■■■■■■■■■■■■■■■■ Geometry_Library Connection_Library Damage_Library Explosion_Library Format_Library Gore_Library Tween_Library Gun_Visual_Library Input_Library Math_Library Normal_Library Pen...

devforum.roblox.com
Topic Development Discussion
Has Anyone had a Damn I have write this again moments while coding?

Has anyone else had one of those “Dang, I have to write this again?” moments while coding? XD I kept running into the same problems across my Roblox projects, especially with math, geometry, CFrames, raycasting, physics, tables, and validation. Eventually I got tired of rewriting the same stuff and...

devforum.roblox.com
Comment Development Discussion
Anyone miss the old roblox documentaion from developer.roblox.com

yah, right now the main reason i was thinking about these things was literally because i was trying to recreate the old docs for myself. I miss the old docs way more than I expected to. every class had its own clean page and you could just browse the tree instead of fighting search to find some...

devforum.roblox.com
Topic Development Discussion
Anyone miss the old roblox documentaion from developer.roblox.com

Pulled DIrectly from the way back machine

devforum.roblox.com
Topic Studio Features
Feature Request: Give Developers the Ability to Bulk Delete or Archive Their Assets

Summary Roblox developers need better asset management tools, specifically the ability to bulk delete or archive assets they no longer need. Currently, Roblox does not natively support deleting assets through Creator Dashboard. Developers who have uploaded large numbers of assets have limited contr...

devforum.roblox.com
Comment Creations Feedback
What are you working on currently?

Wrong. Only the documentation website uses AI assistance. Why do you feel the need to make an off-topic comment on a post asking, “What are you working on?” It seems like you looked at the documentation site, assumed AI was used for everything, and jumped to that conclusion. The code is genuinely...

devforum.roblox.com
Comment Engine Features
Support Variadic Generic For Loops

Also for side note even though i could just returned a packed table for packed in Iterator() do packed.Somevar1 +=10 packed.Somevar2 -= 10 end The Cons are outweighed by its pros Cons: High overhead. It requires allocating a new table array {...} on every single iteration step, triggerin...

devforum.roblox.com
Topic Engine Features
Support Variadic Generic For Loops

Summary Add support for variadic loop variables in generic for loops, allowing developers to capture and forward an arbitrary number of values returned by an iterator. Motivation Currently, generic for loops require all loop variables to be explicitly declared: for a, b, c, d, e in iterator() do ...

devforum.roblox.com
Comment Community Resources
RoExpress v2.5 | Typed call form, lazy loading, Bridge v2, Maid, Debounce

Thanks for the support so far! v2.5 is now live and it’s all about polishing the developer experience: RoExpress(“App”) is now typed end-to-end modules load lazily, which keeps cold startup lighter remotes are pre-baked in the ModuleScript so server/client install timing is much safer Bridge now...

devforum.roblox.com
Comment Community Resources
QuickNet v0.3.4 | Up to 10x Faster than RemoteEvents | Drop-in Networking Library

have you tried stream ? it was designed to solve speed in the framework? ide honestly love to see some benchmarks their since that module was designed for this ? app network arent designed for speed listener and broadcast arent designed for speed due to the in built rate limiting

devforum.roblox.com
Comment Creations Feedback
What are you working on currently?

Working on my networking frame work https://roexpress.dev [image] [image] [image] [image] [image]

devforum.roblox.com
Comment Community Resources
RoExpress v2.5 | Typed call form, lazy loading, Bridge v2, Maid, Debounce

Great observation. At the end of the day, RoExpress is a tool I’m building for fun to help the community, and automating documentation allows me to maintain that velocity. If people skip the software because AI assisted with 45% of the code and 70% of the docs, they’re missing out on serious perform...

devforum.roblox.com
Comment Development Discussion
RoExpress v2.0 is out, looking for feedback and contributors

Also it has been long enough that im on v2.2.3

devforum.roblox.com
Comment Community Resources
RoExpress v2.5 | Typed call form, lazy loading, Bridge v2, Maid, Debounce

Fixed Github Issue #6 shout out to [LeoStormer · GitHub] here is a picture of the issue and a video confirming the fix [image]

devforum.roblox.com
Topic Engine Features
[Feature Request] Typed string patterns with autocomplete support in Luau

Tags: luau, type-system, developer-experience, IDE Summary I’d like to propose typed string patterns - a way to define string types that follow a structured path or format, so that the IDE and type checker can offer autocomplete, validation, and type narrowing when constructing or consuming those...

devforum.roblox.com
Topic Development Discussion
RoExpress v2.0 is out, looking for feedback and contributors

RoExpress v2.0 is out, looking for feedback and contributors h]Howdy everyone, So I’ve been working on this networking framework called RoExpress for a while now, kind of on and off honestly. The core idea is that most Roblox games handle networking in a way that gets really messy really fast, doz...

devforum.roblox.com
Topic Community Resources
[OPEN SOURCE] Massive Code Dump / Architecture Revamp (From 14+ Years of Projects)

I’ve been developing on Roblox since 2012. [image] Over the last decade and a half, I’ve accumulated dozens of small projects, half-finished prototypes, and abandoned game ideas. Recently, I made the executive decision to pull the full codebase across every single game I’ve ever worked on, comple...

devforum.roblox.com
Comment Community Resources
RoExpress v2.5 | Typed call form, lazy loading, Bridge v2, Maid, Debounce

Thanx any word of mouth on this would be much apreciated

devforum.roblox.com
Comment Community Resources
RoExpress v2.5 | Typed call form, lazy loading, Bridge v2, Maid, Debounce

The purpose of this project lies in how it lowers the cognitive barrier for systemwide communication. By abstracting networking into a REST-like syntax, you shift the focus from managing Instance objects - which can become incredibly fragmented in larger codebases - to managing a single, unified com...

devforum.roblox.com
Topic Community Resources
RoExpress v2.5 | Typed call form, lazy loading, Bridge v2, Maid, Debounce

RoExpress v2.5 | Typed call form, lazy loading, Bridge v2, Maid, Debounce RoExpress is an Express.js-style networking framework for Roblox. One RemoteEvent handles all request/response traffic: typed routes, middleware, rate limiting, server push, exploit detection, named ports, and now a more polis...

devforum.roblox.com
Topic Development Discussion
Balancing life’s distractions with developing as you age

THE PROBLEM? So these days i find it hard to focus on my games, i work 5 days out of the week and my last two free days im two tired or dealing with piled up chores over the weekend. moreover i wonder if anyone has gone thru the stress of feeling like you dont have the time to work on games like you...

devforum.roblox.com
Comment Development Discussion
Project Concept: RoForums.com – A New Space for Developers?

@Downrest To be honest, I’m still in the early planning phases, but I have a very clear vision for the core features of RoForum. My goal is to move away from the ‘corporate’ feel of traditional forums and lean into a more social, developer-centric experience. Key Features I’m Thinking Of Developin...

devforum.roblox.com
Topic Development Discussion
Project Concept: RoForums.com – A New Space for Developers?

Hey everyone, I’ve been spending a lot of time thinking about the current landscape of developer communities. While we have some great resources available, I’ve often felt there are specific features and “vibes” missing from the current platforms we use. Because of that, I’m considering coding my ...

devforum.roblox.com
Comment Development Discussion
Is learning how to script worth it?

@Mzavo scripting is a form of expression that brings any of your art ideas or dreams come true it is a easy to learn the language and i do believe you should give it a good try just spend a few days learning the basics and trust me overtime you will never regret learning programming you end up lear...

devforum.roblox.com
Comment Development Discussion
You are NOT a developer if you use Next Gen UI

Honestly, I tried to get an AI to help me respond to this, but even it got confused by the logic here. Everything you’ve said feels less like a technical critique and more like an emotionally charged manifesto. You’re dressing up a personal preference as some grand “metaphysical” struggle, but it r...

devforum.roblox.com
Comment Development Discussion
The next-gen studio interface is fantastic

at this point its so old what they do it doesn’t even both me I’m just gonna ignore the its ai argument because its just people saying stuff to discredit and gatekeep post context from others so noone can talk constructively

devforum.roblox.com
Comment Development Discussion
The next-gen studio interface is fantastic

ill fix that thanx i thought if i left it private only those with the link can see it

devforum.roblox.com
Comment Development Discussion
The next-gen studio interface is fantastic

proof you cant engage with the content instead of flipping my apersand sideways to make some weird point. you should pay attention to the context and absurdity of calling this post ragebait

devforum.roblox.com
Comment Development Discussion
The next-gen studio interface is fantastic

[image] this is honesty compared to the previous post

devforum.roblox.com
Comment Development Discussion
The next-gen studio interface is fantastic

Fair point but its fantastic because of what can now be added and the new features that can be even more packed in as time goes on.

devforum.roblox.com
Comment Development Discussion
The next-gen studio interface is fantastic

Look if you need more real estate right click on the ribbon bar and choose either of those options [image] [image]

devforum.roblox.com
Comment Development Discussion
The next-gen studio interface is fantastic

You can easily use the new UI to create a Custom Tab and re-add the ability to “Fast Play.” This is a minor, inconsequential change when you realize that the new system allows for an entire personalized ribbon rather than just a tiny row of icons. Complaining about one button while ignoring the fac...

devforum.roblox.com
Topic Development Discussion
The next-gen studio interface is fantastic

My Journey: From A 2009 Guest To Modern Developer I have been on this platform since early 2009—I started off my exploration of the platform as a guest and didn’t make an official account till almost the end of 2012. I know due to the time i’ve spent on the platform just how much roblox has changed....

devforum.roblox.com
Comment Community Resources
[Resource] Instance Path Viewer – Stop typing long hierarchy paths!

Yes, That is the right way to handle that situation. but its not helpful because this isn’t about the Variable Declarations its about constantly having to type out the path this saves time on that and also if you happen to use AI this helps with generating better code.

devforum.roblox.com
Topic Community Resources
[Resource] Instance Path Viewer – Stop typing long hierarchy paths!

[Resource] Instance Path Viewer – Stop typing long hierarchy paths! I got tired of manually typing out long strings like game.Workspace.Map.Level1.Buildings["Building A"].Door and constantly making typos, so I scripted this plugin to automate the process. Instance Path Viewer generates clean, scrip...

devforum.roblox.com
Comment Development Discussion
Why I’m Moving to Core Games (and why you should too)

People who make games out of roblox

devforum.roblox.com
Comment Development Discussion
Is a quick chat system allowed?

you can customize your characters with NFTs so you characters clothing has real BITCOIN VALUE

devforum.roblox.com
Comment Development Discussion
Why I’m Moving to Core Games (and why you should too)

Because roblox triple taxes you get Taxed when you make a sale you get taxed when you use devex you get taxed by your nation and state by the end its probably like 15% on the dollar CoreGames Only Takes 50% so every dollar you earn you make 50cents on the dollar Also some of the other posts de...

devforum.roblox.com
Comment Development Discussion
Why I’m Moving to Core Games (and why you should too)

Just updated the post so you can see what it is

devforum.roblox.com
Topic Development Discussion
Why I’m Moving to Core Games (and why you should too)

Why I’m Moving to Core Games (and why you should too) After a long time on Roblox, I’ve decided to shift my focus to Core Games. Roblox has been a great home, but the platform is changing in ways that make it harder to build and socialize. Core feels like the “next-gen” upgrade we’ve been waiting fo...

devforum.roblox.com
Comment Studio Features
Add a Search Bar to “Plugin Management” and “Overwrite an Existing Asset”

I believe this is a much needed feature i have literally 62 plugins and all of them are pain to toggle on and off, simply because you have to search for them

devforum.roblox.com
Topic Creations Feedback
[UGC UPLOAD] I made a skull ? With some meat stains?

[image] would this get me in trouble if i upload it to the marketplace ? i want to upload but i dont want to the risk of getting a strike without being sure the asset itself is safe and wont give me a strike?

devforum.roblox.com
Topic Creations Feedback
Making a website, made custom social icons? Are they okay?

so im building my portfolio website and i wanted to make my own custom icons im just wondering if they make sense for my layout ? The Icons I made [Screenshot 2025-12-15 011420] [Screenshot 2025-12-15 011409] The Website they are designed for ? [Group 46]

devforum.roblox.com
Comment Development Discussion
Has Anyone Noticed The Dragging Bug In Studio?

[image] actually not just helped a person got another subscriber [image]

devforum.roblox.com
Comment Development Discussion
Has Anyone Noticed The Dragging Bug In Studio?

actually what had happened is roblox made me take my content down for using the term roblox tutor or face being banned permantently for trademark infringment

devforum.roblox.com
Comment Development Discussion
As developers, how are you going to adapt to the new chat changes?

when i do ads based on my social maturity level ill just advertise to a specific age group it will solve a hundred percent of most of my problems and as i grow ill just split my games into 18+

devforum.roblox.com
Comment Development Discussion
Has Anyone Noticed The Dragging Bug In Studio?

actually no those are all of my friends who i talk to on discord regularly with

devforum.roblox.com
Comment Development Discussion
௹ Most Games Fail Because Most Developers Should Quit

This was a truly thoughtful article. I connect strongly with the “Grinder” and “Craftsperson” distinction. I honestly fluctuate between feeling like a productive Artisan and just a suffering Grinder. Sometimes, it’s incredibly hard to break free from that hard-work-but-low-leverage Grinder mindset. ...

devforum.roblox.com
Comment Engine Features
Manual Event Firing for `Touched` and `PropertyChanged`

your forgetting that bindable events are for custom use cases. I’m talking about use cases where you are using the built in engine interfaces yes you can move a simple part but that totally neglects the core argument because if your game is just a simple part then there is’nt really any complexity ...

devforum.roblox.com
Comment Development Discussion
Has Anyone Noticed The Dragging Bug In Studio?

i agree your not wrong its just annoying because im just trying to make a simple post and stay on topic like im not out here trying to ruin peoples day or be disruptive im just trying to add to the conversation is all

devforum.roblox.com
Comment Engine Features
Manual Event Firing for `Touched` and `PropertyChanged`

i actually like your version of the api

devforum.roblox.com
Comment Engine Features
Manual Event Firing for `Touched` and `PropertyChanged`

also i never hid the fact im using and artificial intelligence to convert my points into something more readable what i wish we would do is focus on the idea im trying to propose [image]

devforum.roblox.com
Comment Engine Features
Manual Event Firing for `Touched` and `PropertyChanged`

i dont think you read mine because i already said that wasnt wrong

devforum.roblox.com
Comment Engine Features
Manual Event Firing for `Touched` and `PropertyChanged`

Basically a common problem every developer faces is testing events so im proposing being able to fire custom events so developers can propagate an event and see exactly if the logic they made works without the need to constantly press play and test something a touching a part directly but if you cou...

devforum.roblox.com
Comment Engine Features
Manual Event Firing for `Touched` and `PropertyChanged`

I agree that for isolated unit testing, you can simply call an individual function connected to an event to verify its internal logic. However, that approach completely misses the point when we talk about testing event-driven architecture and integration. Testing System Integration, Not Isolated ...

devforum.roblox.com
Comment Development Discussion
Has Anyone Noticed The Dragging Bug In Studio?

wanting people to stay on topic doesnt make me new to the forum it makes me reasonable are you saying im new because people are unreasonable and i need to be unreasonable to if im not mistaken this is supposed to be a place to share ideas and reason about said ideas not to gloat or insult or mo...

devforum.roblox.com
Topic Engine Features
Manual Event Firing for `Touched` and `PropertyChanged`

Feature Request: Manual Event Firing for Touched and PropertyChanged Hello Developers! I’m proposing a significant quality-of-life and functionality improvement for Luau scripting in Roblox Studio—the ability to manually fire certain key events, specifically Touched and PropertyChanged. Currently...

devforum.roblox.com
Comment Development Discussion
Has Anyone Noticed The Dragging Bug In Studio?

im so confused with all of your arguing over a single word instead of focusing on the actual topic ? man this community has become toxic

devforum.roblox.com
Comment Development Discussion
Has Anyone Noticed The Dragging Bug In Studio?

still doing research on it myself i only took a video to represent the case to the bugs and feedback post

devforum.roblox.com
Comment Development Discussion
Has Anyone Noticed The Dragging Bug In Studio?

thanx editing my first video right now [image]

devforum.roblox.com
Comment Development Discussion
Has Anyone Noticed The Dragging Bug In Studio?

no i already had this thumbnail for a while i wanted to upload the video directly to the forum but they have a 5mb limit and this video was 17.2mb so i uploaded to youtube and since im trying to redo my channel i dont want random videos look like it doesn’t belong their so 4 second edit on a previos...

devforum.roblox.com
Topic Development Discussion
Has Anyone Noticed The Dragging Bug In Studio?

ive been experiencing a situation where every time i drag a part or move it or anything else i get sever lag spikes ? poll my computer runs at 2.75ghz and has 16gbs of ram and a decent integrated graphics card for a laptop but recently this week i notices a massive lag spike everytime i drag i fou...

devforum.roblox.com
Comment Platform Usage Support
Seeking Clarification: Commercial Use of “Roblox” in Educational/Tutorial Brand Name

true im bringing up the issue right now while im in the early stages trying to get proper feedback avoid building something only to get shutdown

devforum.roblox.com
Topic Platform Usage Support
Seeking Clarification: Commercial Use of “Roblox” in Educational/Tutorial Brand Name

Hello DevForum Community and Staff, I am an experienced developer building a structured, comprehensive educational platform with the goal of raising the skill ceiling for the next generation of Roblox developers. I am seeking feedback on the legal/IP compliance of my current branding strategy, as I...

devforum.roblox.com
Topic Creations Feedback
I made a game that made algorithm for my niche and then it got voted down out of nowhere?

i made a game that made algorithm for my niche and then it got voted down out of nowhere? i dont know why that happened ? but i wonder if i can get some feedback on my game ? here is the link

devforum.roblox.com
Comment Announcements
[Studio Beta] Multi-line Studio Command Bar

Bro this is so freaking EPIC finnally bro this is so game changing i think im going to cry

devforum.roblox.com
Comment Development Discussion
Tips for Beginner Roblox Scripters – Share Your Experiences!

i know most dont want to push this area in their programing skills but getting a strong grasp of algebra trigonometry and statistics

devforum.roblox.com
Comment Development Discussion
How do you deal with burnout in Roblox Studio?

When i burnout i take a two day vacation from everything i do my own thing clean my room walk my dog and make a nice meal and sleep a lot or sometimes i try to find small little tasks that i can do or take micro naps throughout the day but best thing you can do is limit your screen time

devforum.roblox.com
Comment Development Discussion
How Long Does It Take You To Make Game?

Still Looking forward to getting more data so bump

devforum.roblox.com
Comment Development Discussion
How Long Does It Take You To Make Game?

okay i changed it to a self written Description no ai junk sorry for being slightly lazy on a genuine topic

devforum.roblox.com
Comment Development Discussion
How Long Does It Take You To Make Game?

im gonna be honest i wrote this in an ai it spit this out and then i cut it in half and tried to put my thoughts in and it totally failed cause i was being lazy. gonna rewrite it my self in a word doc.

devforum.roblox.com
Comment Announcements
[Early Access] Server Authority

this would solve a massive issue with ships in my space game please add me

devforum.roblox.com
Topic Development Discussion
How Long Does It Take You To Make Game?

So, I been thinking. Lately, I feel like I’m not quick enough as developer. I’ve been working on my game, and I keep seeing all these other games pop up on front page—they were made in likely only few weeks—and it makes me rethink how long it should take an average game to be made. Furthermore, I...

devforum.roblox.com
Comment Studio Bugs
[Critical] Engine Freeze: Infinite .Changed Event Recursion Crashes Entire PC, Not Just Studio

What are your PC Specs ? Because when it happened everything locked up for me Mine are CPU Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz Base speed: 2.11 GHz Sockets: 1 Cores: 4 Logical processors: 8 Virtualization: Enabled L1 cache: 256 KB L2 cache: 1.0 MB L3 cache: 8.0 MB Utilization 18% Speed 2.3...

devforum.roblox.com
Comment Development Discussion
What are some skills gaps as a “Solo Developer” or as a “Group Of Developers” you face

one good ole fashion post bump…

devforum.roblox.com
Comment Development Discussion
Has anyone gone thru homelessness while being a roblox developer?

i think core of this conversation isn’t give me money because I’m homeless no the question was anyone experienced homelessness and used Roblox to get by other than that if you are in need and can prove it i dont see any problem giving you 10$

devforum.roblox.com
Comment Studio Bugs
[Critical] Engine Freeze: Infinite .Changed Event Recursion Crashes Entire PC, Not Just Studio

i actually just changed the variables around to not change the value instead and just passed a debounce to any of the events that fire it to prevent the loop but going back this bug is more about the engine and then my operating system crashing aftwards like full lock up within seconds

devforum.roblox.com
Comment Development Discussion
Has anyone gone thru homelessness while being a roblox developer?

I think this discussion deserves a bump…

devforum.roblox.com
Comment Studio Bugs
[Critical] Engine Freeze: Infinite .Changed Event Recursion Crashes Entire PC, Not Just Studio

dont know why anyone isn’t taking this serious bump…

devforum.roblox.com
Comment Studio Bugs
[Critical] Engine Freeze: Infinite .Changed Event Recursion Crashes Entire PC, Not Just Studio

i Stumbled on this bug because i just wanted to change the state of the BoolValue back to the previous state to reset the changed state back to its last state to preserve user experience on my desktop job

devforum.roblox.com
Topic Studio Bugs
[Critical] Engine Freeze: Infinite .Changed Event Recursion Crashes Entire PC, Not Just Studio

Introduction I’ve encountered a critical bug where a simple, non-malicious script using a recursive .Changed event causes not just Roblox Studio to freeze, but my entire operating system. This complete system lockup is inescapable without a hard reboot. I believe the engine should have safeguards to...

devforum.roblox.com
Comment Announcements
[Studio Beta] Advanced Video API: Synchronize Video, Control 3D Audio, and More!

Please Do im making jobs for my city sim and one of the jobs lets you work on your computer in game [image] i would very much love to have more video frames this would be game changing

devforum.roblox.com
Topic Community Resources
Simple Default-Roblox-Style Mobile Action Button

Hey developers, I’ve put together a simple action button UI that mimics the default Roblox mobile style. Roblox Action UI The goal was to make it easier to create a better user experience for mobile players by providing a clean, familiar-looking button for primary actions, without needing t...

devforum.roblox.com
Comment Development Discussion
Whats a feature you want added to roblox?

the ability to fire Roblox events manually

devforum.roblox.com
Topic Development Discussion
Imagine Manually Fireing Instance Events (e.g., Part.Touched:Fire())

A Proposal for Manually Firing Instance Events Hello developers, I’d like to propose and discuss an idea centered on improving our development workflow and promoting modern coding practices within the engine: the ability to manually fire the built-in events of an instance. This isn’t just a reques...

devforum.roblox.com
Comment Development Discussion
Title: Allow Developers to Manually Fire Instance Events (e.g., Part.Touched:Fire())

this literally just popped in my head while i was designing an event system for my game.

devforum.roblox.com
Topic Development Discussion
Title: Allow Developers to Manually Fire Instance Events (e.g., Part.Touched:Fire())

Introduction Hello developers, I’m proposing a powerful new feature for the engine: the ability for developers to manually fire the built-in events of an instance. This would allow us to trigger an instance’s event connections as if the event had naturally occurred, providing massive benefits for t...

devforum.roblox.com
Topic Development Discussion
The Talent hub has the most intolerable moderation ive ever seen

I’m sitting here trying to hire someone and figure out what they’re capable of or not. But I can’t use Guided, Discord, or Slack, or see their portfolio, or send them schedule information without moderation getting in the way and blocking all the info I need to send. This needs to change. There sho...

devforum.roblox.com
Topic Development Discussion
Does UI/UX Ever Feel Like the slowest part of Development?

I find it incredibly tedious to ensure everything in UI/UX development is functioning correctly—from every little hover effect to icon made to every image used as well as any logic adjustment for screen sizes to setting up the backend robustly enough for UI changes. As well as verify that text displ...

devforum.roblox.com
Topic Development Discussion
Has the dev-forum integration made development easier?

Honestly, I think this is pretty cool. When I first started off way back in 2008-2009 as a guest, slowly trying to get into roblox studio, none of this was even remotely known to me. I like that this resource is now easier to find because it wasn’t until I found my first Roblox community on Discord ...

devforum.roblox.com
Topic Development Discussion
Anybody use to the fact that now the devforum is integrated in to creator hub

it’s pretty cool how Roblox is pulling all its resources together, making stuff way easier to find for us devs, especially the younger crowd. Now finding the forum is a breeze, which means we can all Collaborate way more now woohoo! :).

devforum.roblox.com
Comment Development Discussion
Why does Roblox hate Discord?

I have Opinions on discord and some thoughts on discords competitor guilded MY OPINIONS ON DISCORD First Opinion: There are concerning elements within Discord’s user base. Discord harbors individuals with malicious intentions, especially targeting underage users. It’s often associated with a da...

devforum.roblox.com
Topic Development Discussion
Anyone upload UGC Now that it is public

Soo what are your thoughts on the recent public availability of (UGC) on Roblox? What & how do you think it will impact the platform and its community, moreover have you had the chance to upload any ugc?

devforum.roblox.com
Topic Development Discussion
Has Anyone Had A Profitable Game?

What are are some of the key factors to ensure a game consistently generates a profitable income, equivalent perhaps to a consistent DevEx payout each month on Roblox? 30k Robux doesn’t sound to hard to achieve in a month If you did achieve this post the game you made so we can all have a chance t...

devforum.roblox.com
Topic Development Discussion
What do you think are some features that can make obbies replayable

I know tower of hell just mix and matches prebuilt obbies and just procedurally changes it is that something that i might have to do ? or can other mechanics fill in for the replayability [image]

devforum.roblox.com
Comment Development Discussion
Has anyone gone thru homelessness while being a roblox developer?

Agreed, also honestly its a cruel stereo typical joke

devforum.roblox.com
Comment Development Discussion
Has anyone gone thru homelessness while being a roblox developer?

Also We gotta remember their is over a 100million active users on roblox every month the odds are pretty high

devforum.roblox.com
Comment Development Discussion
Has anyone gone thru homelessness while being a roblox developer?

i think their is a possibility considering some developers have grown up on the platform the sense of community they get here usually means they end up staying trying to make a living off of roblox for example i am over 24 yrs old my friend he was 17 yrs old also some people go to the library or ...

devforum.roblox.com
Topic Development Discussion
Has anyone gone thru homelessness while being a roblox developer?

Just Curious ? recently i was in a call with a friend who has been depending on roblox for his lively hood he comes from a family with some issues and has recently been poor he depends on the his game to make him a little money every month he uses it to buy himself food and things to help him and ...

devforum.roblox.com
Comment Announcements
Improvements to the Script Editor’s Diff Tool

Honestly a smart move would be to allow roblox developers to integrate other services like github directly in to the editor with this functionality it would rival other engines like unreal godot unity scratch and everything else you would also make visual studio code a very unnatractive approach an...

devforum.roblox.com
Comment Development Discussion
Do you ever get inspiration from movies?

One movie that has inspired me to make sci-fi games is ENDERS GAME [image] There is just something so epic about how future warfare depends on winning Simulated war games but this time in space takes it to a whole new level

devforum.roblox.com
Topic Development Discussion
Do you ever get inspiration from movies?

Do you ever watch movies and learn things you would very much like to appropriate into your game ? For Example: “DC Flash Games” “One Piece Games” “Dragon Ball Games” “Attack On Titan” ════════════════════════════ Can you give some examples of games you wanted to make after watching certain mov...

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

Thank you for staying on topic

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

Had a whole conversation with my friend about it this morning

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

[image]

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

I understand your perspective, but I must clarify that my intention is not to manipulate or deceive. I write the first thing that comes to mind and I post it. Now as a developer I don’t have the slightest care about trying to be this hotshot developer. Im just writing my thoughts

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

Truth is I didn’t use it. Im not going to be gaslighted in to thinking differently.

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

https://www.reddit.com/r/ChatGPT/comments/16kowaq/i_put_my_100_human_essay_into_a_ai_detector_and/ Perhaps you should try reading this reddit

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

I am trying to fool no one that is what is so blatantly annoying about this conversation with you right now

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

Gladly, Because its like a muscle it turns on and off. and other times I lowkey am upset trying to get an answer out as quickly as possible so I forget to proof-read my message before sending. Other times I am in studio coding working on one of my projects switching back and forth between this usel...

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

I never did thats issue and you pasting what i write into what ever software isnt going to change the fact that i can write these things on my own also im trying to enjoy breakfast and my coffee LOL my fingers are greasy

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

Thank you Crazed Brick You are a model ro citizen

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

Why even is this a something i have to strain myself when i post? Moreover like literally go somewhere else if you have nothing else to add to this conversation beyond being critical and verbose.

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

No bmx i didnt i actually have a base of proper vocabulary to make genuine repose

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

I see you still keep yaping about ai being used when i dont use ai to write my posts

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

please stay on topic this is literally say nothing about what my point is its just a distraction

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

Roblox is moving on to becoming a game engine that isn’t complete garbage Roblox Studio is not a garbage engine; it has managed to garner an audience far greater than Unreal, Unity, or Godot combined. roblox is unique because of the platform, not the limitations of the engine. The Roblox plat...

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

I Rewrote it to be less technical and whiny

devforum.roblox.com
Comment Development Discussion
I think that the argument of using Meshes over parts is dumb

Simple, Meshes have no properties that lets you change how ROBLOX renders its convex hulls appropriately. Parts also do not have this ability but because of their simple geometry they have more accurate collision by their very nature.

devforum.roblox.com
Topic Development Discussion
I think that the argument of using Meshes over parts is dumb

The argument favoring Meshes over Parts in Roblox lacks merit due to significant drawbacks, particularly in collisions. While Meshes may offer performance benefits, their imprecise collision detection leads to frustrating gameplay experiences and complicates development. Mesh-heavy games often sacri...

devforum.roblox.com
Comment Development Discussion
What is the hardest thing to do in making a Roblox game?

Being Solo that is perhaps the hardest thing to do because it is upto you to make sure every task for every subject is complete such as 3D Modeling , Building, Scripting, User Interface, Visual Effects, Sound Designs, Gameplay, Marketing/Advertising, Game Updates, Monetization, GFX and I’m sure t...

devforum.roblox.com
Comment Development Discussion
What are some skills gaps as a “Solo Developer” or as a “Group Of Developers” you face

i made an account in 2012 i played as a guest around mid 2008 i Need to stop using fancy sentances Like “Since After 2007”

devforum.roblox.com
Comment Development Discussion
What are some skills gaps as a “Solo Developer” or as a “Group Of Developers” you face

You know, there’s this old game called Space Affliction that I stumbled upon back in 2010. It was the best among the few games on Roblox, and it was the only one that truly captured my interest. Despite having an old laptop at the time, I found myself thoroughly enjoying every moment spent playing i...

devforum.roblox.com
Comment Studio Bugs
Can't use Move, Scale or Rotate during Run/Playtest

thanx for the update and here is a video that should help everyone? [How To Fix Move, Scale or Rotate during Run/Playtest]

devforum.roblox.com
Comment Development Discussion
What Instances are bad to use?

any instance that uses Can Collide

devforum.roblox.com
Comment Development Discussion
What are some skills gaps as a “Solo Developer” or as a “Group Of Developers” you face

For me a skill gap would be my ability to design and implement more readable code and implement better design structures myself without using weird frameworks like Knit, Matter, Nevermore, or even Aerogame framework. another struggle for me individually would be with art honestly I always feel li...

devforum.roblox.com
Topic Development Discussion
What are some skills gaps as a “Solo Developer” or as a “Group Of Developers” you face

Since I Joined Roblox, & began witnessing its transformation from a simple physics engine to the technology it stands as today. Along my journey, I’ve had the privilege of acquiring new skills as Roblox Studio Changed, adapting to each new feature and improvement with a blend of fascination and dete...

devforum.roblox.com
Comment Development Discussion
"Was a post to try and help people and give valid input not its just garbage"

Muffin why are you making fun of me. you know i am smart ive written thousands of lines of code for you

devforum.roblox.com
Comment Development Discussion
"Was a post to try and help people and give valid input not its just garbage"

Your Accusation is false & alleged. I am telling the truth. I wrote this on my own. I am losing energy responding to this bias. I just want to collect feedback on what people don’t know so I cant start making tutorial videos.

devforum.roblox.com
Comment Development Discussion
"Was a post to try and help people and give valid input not its just garbage"

I am not embarrassed because I am telling the honest truth. if people can not believe I am articulating in a potent manner because of personal choice to communicate as such. Then that is their own issue I choose to be formal, I choose to articulate myself & I choose to use my native language as i...

devforum.roblox.com
Comment Development Discussion
"Was a post to try and help people and give valid input not its just garbage"

I agree @maitiothmane you are right it is extremely difficult to be efficient when alone as a developer.

devforum.roblox.com
Comment Development Discussion
"Was a post to try and help people and give valid input not its just garbage"

Understood @KazabiteBoltiz but i am genuinely typing this out myself.

devforum.roblox.com
Comment Development Discussion
"Was a post to try and help people and give valid input not its just garbage"

See thank you for a reasonable comprehension of what I’m trying to convey.

devforum.roblox.com
Comment Development Discussion
"Was a post to try and help people and give valid input not its just garbage"

Dang, This is actually cool. my grammar is actually impressive.

devforum.roblox.com
Comment Development Discussion
"Was a post to try and help people and give valid input not its just garbage"

Hmm, well I am sorry that this is now unenthusiastically the focus, moreover because I make use of proper grammar where applicable & try to use as many words that are in my vocabulary as is within reason to try and intrigue people with enthusiasm to share their thoughts. I now have to argue that I...

devforum.roblox.com
Comment Development Discussion
"Was a post to try and help people and give valid input not its just garbage"

Do you not agree that luaU is wizardry ? as you can make many wonderful things actually appropriate a previous existence it had never taken before ? do you not also agree that 3d modeling is not artistry? as you can make points in space look like awe inspiring masterpiece’s ? I apologize if I wa...

devforum.roblox.com
Comment Development Discussion
"Was a post to try and help people and give valid input not its just garbage"

This actually is not a chat-gpt summary, I wrote this myself I took the time to make use of my library of verbiage as well as my understanding of the English language. sadly I am sorry that it seems that way to you @meteor0id. I guess proper grammar is considered automated text.

devforum.roblox.com
Comment Development Discussion
"Was a post to try and help people and give valid input not its just garbage"

Honestly I agree with you, when you Say “I just try to get Better”. I feel incremental changes can sometimes be difficult to achieve Especially when trying to make improvements on multiple skills like for example Scripting, and Modeling as you said Moreover I’m always wanting to improve my Scr...

devforum.roblox.com
Comment Development Discussion
"Was a post to try and help people and give valid input not its just garbage"

I’ve always wanted to improve my ability to polish games over the years things like particles and motion graphics and to be able to make very conscious Design Choices

devforum.roblox.com
Topic Development Discussion
"Was a post to try and help people and give valid input not its just garbage"

I am done i dont care about community anymore

devforum.roblox.com
Comment Community Resources
Roblox to Google Spreadsheet

The Ability To Ping The Api Ever So Often and update data About the weapons in game without having to restart your Servers

devforum.roblox.com
Topic Scripting Support
Trying to make a plugin but i cant get the roblox handles to show up in viewport frames?

What I want to achieve is to get the line adornment showing up inside of my plugin viewport frame so i can start simulating 3 space here is a video showing what it looks like outside the viewport frame and showing its properties and here is a image of what is showing up in the viewport ...

devforum.roblox.com
Comment Studio Features
Change Wrapped Braces Highlighting In String Interpolation

I believe color differentiation would distinguish the difference between standard strings and interpolated strings of the code. Also, you can use a backslash to escape the string interpolation caused by Curly Braces Like So [image]

devforum.roblox.com
Comment Development Discussion
What are you programming during the outage?

Goode Question @N_aps, I was working on a remote-event framework based on exspressJs cleverly dubbed [RoExpress] heh-heh. Any who, since I can’t test my code anymore in the Roblox-Studio environment, I’ve been just working on my website and my discord-bot, That’s Pretty much it might code some more...

devforum.roblox.com
Comment Scripting Support
Need feedback & ideas for my remote framework

Intro Hello, I’m DeathToTheStadium. I’m a Scripter/web Developer, I’ve been with Roblox for +9yrs & in those yrs I’ve been scripting on Roblox for +3yrs My pain With remotes is My first pain with using remotes is how tedious setting up can be, it takes just about 5 lines of code to instantiate...

devforum.roblox.com
Topic Scripting Support
Need feedback & ideas for my remote framework

INTRODUCTION Currently, I’m working on a new Remote Framework that works like a Restful API using expressJs as a basis for all of my design. Right now, I’m collecting the community’s feedback to figure out the best way of implementing this project in a way that the end user can employ to make Serv...

devforum.roblox.com
Comment Community Resources
Open Sourcing A Donation Board [ Roact ] [FIXED ORDERING BUG]

The user interface is generated when the game loads essentially it’s all loaded through code but duely noted ill be sure to make it more understandble to avoid confusion on how the ui loads

devforum.roblox.com
Topic Showcase Your Portfolio
[CLOSED] DeathToTheStadiums Portfolio

About Me Hi there! I am offering my services as a Developer. I Specialize in scripting Mainly but I also have skills with building & modeling Showcase You can view my assets here: https://www.roblox.com/games/RobloxGame ▶ Here are some screenshots of my work Availability I am available for six t...

devforum.roblox.com
Comment Scripting Support
How do I receive a http request from roblox

How to send data from a website to roblox I Understand what you mean man you’re simply trying to set up a website that can send informationt to your Roblox places via a get or post request the Sad truth is that you can’t Directly send data to a Roblox Game what you can do is send data to lets say a...

devforum.roblox.com
Comment Forum Help
[CLOSED] Enroll in the Roblox Beta Program 2021

Opt in I want to be added to the beta program.

devforum.roblox.com
Comment Forum Help
[CLOSED] Enroll in the Roblox Beta Program 2021

I want to be added to the beta program.

devforum.roblox.com
Comment Announcements
Talent Hub Private Beta

i Would love to have a chance to check this Out Where do i got to join the Beta ?

devforum.roblox.com
Topic Community Resources
Open Sourcing A Donation Board [ Roact ] [FIXED ORDERING BUG]

INTRODUCTION Hello I’m DeathToTheStadium , and i Made a simple Donation Board Using Roblox’s Roact Library https://www.roblox.com/library/6373195699/Donation-Board-Roact?ViewInBrowser=true&CreatorId=34899885&SearchId=02DB1957-3819-43C2-A266-BC53533564D0&Category=Model&Position=1&SearchKeyword=&Cre...

devforum.roblox.com