Studio crashes when instantly using Player:LoadCharacter()

Issue Type: Crashing
Impact: Very High
Frequency: Often
Date First Experienced:
Date Last Experienced:

Reproduction Steps:
When using code like the following in a script

game.Players.PlayerAdded:Connect(function(player)
player:LoadCharacter()
end

The player will crash in studio when clicking stop after clicking “play”

Expected Behavior:
The studio should not crash… do I need to explain more LOL!

Actual Behavior:
The studio just crashes after clicking “stop” after clicking “play” or “play here” in studio

Workaround:
Add a 2-3 second wait before running :loadCharacter()

1 Like

I can’t repro this following your instructions. Do you have a test place and specific instructions on how to repro this with the test place?

3 Likes

Should this issue reoccur, please create a new topic for us to look into. Thanks!

2 Likes

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