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()