This is a really odd bug, and has been present for 9 months (Contacted info@roblox, they said they’d forward; who knows what happened with that).
The parts can expand, defy Lighting, stretch; ect. But, they will still interact properly with Other parts. Dragging a model with these parts show’s their true form.
This bug was found by multiplying the default character’s offsets by 2 (Adding .1 also worked).
Merely generating 1s or 2s for the offsets caused this bug.
Making the C0/C1 simplifed (Just the Position), parts would not render at all.
Steps to repro:
[ol]
[li]Use Motors[/li]
[li]Set the C0/C1 in an absurd manner. (Could be at random).[/li]
[li]Use Play Solo (Or just “Play”)[/li]
[/ol]
How it should look (Server):
External Media
How it looks in local testing (Play solo):
Some of the original code is intact, but a few scripts were added to demonstrate the bug.