We are currently developing a game that is private - but during our internal play tests most people crash most of the time when trying to teleport.
The game is setup so the group is teleported to the same PlaceId but a reserved server.
What is common between all people is that they use Roblox Player on Windows, but the hardware setup is different.
Exception: c000005 (Access Violation from a near-null address)
All crashes:
- Same faulting instructions
- Attempt to read from near-zero addresses (0xce8 and 0x2020)
- WinDbg label: NULL_CLASS_PTR_READ_AVRF
Crash seems to happen at 0x2bad92c every time.
The LUAU code we use to teleport is not that complex:
Side note: The forum seems to not allow pasting text from the outside on Firefox anymore…
Expected behavior
I expect the teleport to happen without the C++ layer crashing the application.
A private message is associated with this bug report

