PartNameBug.rbxl (44.9 KB)
Reproduction Steps
- Open the attached RBXL file
- Note the part named ‘Part’ in the Workspace
- Note the script in ServerScriptStorage that prints the parts name and THEN changes the part name
- Hit Play
- Notice how the print prints the name of the part AFTER it has been changed even though the print occurs before the part name is changed by the script.
Expected Behavior
The print should print the correct part name at the time of the print.
Actual Behavior
Part name prints with the name change which occurs after the print.
Issue Area: Studio
Issue Type: Debugging
Impact: Potentially high depending on how creators use part name changes
Frequency: Consistently