I’ve been working on my Remote C4 free model lately and simply wanted to code. Roblox Studio crashes at a very specific part of the free asset. Originally, I was expanding my code, when Studio crashed on me, not even an error message. I opened it back up and it gave me the Auto-Recovery file. Thought nothing of it and went back to coding, and it crashed again on me. On the very same line I crashed before. Saved the Model to a file to have evidence of it
I will upload the place file. I looked into it further and now am able to reproduce the bug every single time with success.
To reproduce the bug, open the place file and head over to following script:
OPEN ME! > ReplicatedStorage > Tools > C4 > placingHandler
When arrived in the LocalScript, coding is fine… until you head over to line 106. This is where “interesting” things happen.
If you head over to the end of line 106 and try to type in either a number or an alphabetical letter, Studio will brick up for a short second and simply close. Heading over to the end of line 106 and adding spaces or even creating new lines using the Enter key causes no issues at all and Studio won’t crash. But as soon as you start typing a number or letter in the new line or after the spaces, Studio will crash again. Interestingly enough, if you create a new line AND add spaces in that new line and create some type of indent, Studio will not crash, even when typing in letters or numbers.
I’m running Studio in version 0.664.621.6640767 (64bit), it also tells me that this is the latest version available.
I only have the Beta Feature “Dragger QoL Improvements” enabled, though I do not even remember joining this Beta program.
System Information:
OS: Windows 11 Pro (Build 26100.3194)
CPU: Intel Core i7-13620H
RAM: 16GB DDR5 SDRAM 5200MHz (I had enough Standby and Free RAM Memory according to resmon and RAMMap)
dGPU: Nvidia GeForce RTX 4070 (running on latest Game-Ready Drivers)
iGPU: Intel Raptor Lake-P - Integrated Graphics (Raptor Lake-P/U GT2)
I have had no problems in the past with Roblox Studio regarding my system. I have nothing overclocked or undervolted. I keep my drivers up to date.
bugged_place.rbxl (88.5 KB)
Expected behavior
I would usually expect Roblox Studio not to crash.