Attempting to spin the HumanoidRootPart crashes Studio

Reproduction Steps

System Info: Macbook Pro Mid-2012, OSX Catalina 10.15.7, 16 GB memory

Repro Files:
spin machine broke.rbxl (33.9 KB)

Reproduction Steps:

  • Playtest the game.
  • Walk into the red part.
  • Studio should freeze then crash.

Expected Behavior

The player spins according to the script.

Actual Behavior

Studio freezes and crashes upon the spin part being touched.

Workaround

No.

Issue Area: Studio
Issue Type: Crashing
Impact: High
Frequency: Constantly
Date First Experienced: 2022-11-06 15:11:00 (-06:00)
Date Last Experienced: 2022-11-06 16:11:00 (-06:00)
A private message is associated with this bug report

2 Likes

you forgot to add task.wait()!
Here is the fixed version :
spin machine broke.rbxl (34.2 KB)
This is not a bug this is because you forgot to add waiting…

1 Like

Oh, I didn’t know! All the script examples I saw didn’t include this. Thanks.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.