Expected Behavior
Script Editor heightens rows correctly.
Actual Behavior
Rows in the Script Editor UI seem to increase by 5x-6x height, resulting in exaggerated line spacing.
Issue Details
Issue Area: Studio - Script Editor
Impact: Minimal
Frequency: Consistent - Specific Action
Date First Experienced: December 11th 2024
Date Last Experienced: December 11th 2024
Reproduction Steps
- Trigger the AI code assistant to begin thinking
- At (roughly) the same time the AI produces a suggestion, paste code:
Code I pasted
self.BackupAtmosphere = {
["Atmosphere"] = {
Density = 0.275,
Offset = 0,
Glare = 0.76,
Haze = 3,
Color = Color3.fromRGB(131, 131, 131),
Decay = Color3.fromRGB(174, 180, 227)
},
["ColorCorrectionEffect"] = {
Brightness = 0,
Contrast = 0,
Saturation = 0.175,
TintColor = Color3.fromRGB(142, 142, 255)
},
["Clouds"] = {
Cover = 0,
Density = 0,
Color = Color3.fromRGB(255,255,255)
}
}