If a plugin creates an instance in TeamCreate’s Team Test as soon as it loads, the user will be disconnected. This is 100% reproducible and only happens in Team Test.
###Repro Tools:
www.roblox.com/library/801859799/TeamTestNoCrashRepro
Source:
wait(1)
Instance.new("Sound", workspace)
www.roblox.com/library/801837642/TeamTestCrashRepro
Source:
Instance.new("Sound", workspace)
###Repro Steps
- Disable all plugins
- Install above two plugins
- Disable TeamTestCrashRepro, leaving TeamTestNoCrashRepro active
- Load up a Team Test in any Team Create session
- You will not be disconnected
- Disable TeamTestNoCrashRepro and activate TeamTestCrashRepro
- Join Team Test again
- You will be disconnected upon joining
###Other notes:
This is not specific to sounds/Workspace, and other instances/parents can be chosen and will produce the same result. spawn() does not seem to provide enough yielding either to prevent the disconnect.