Argument 1 on WorldRoot:Shapecast() can be called with invalid arguments, causing crash

Reproduction Steps:

  1. Open Roblox Studio
  2. Load any template or game
  3. Use the command workspace:Shapecast(nil, Vector3.one) on the command bar (Note: Any Vector3 value can be used)

Example usage: Shapecast Bug - Roblox

A private message is associated with this bug report

The issue is happening in mobile (ios), client and studio (windows)

1 Like

Thanks for the report! I filed a ticket in our internal database.

Just spent 1 hour on this issue with another developer, took us forever to find out it was because we were passing nil into argument 1.