When starting a Team Test, it boots up the game, but it throws an error about RobloxReplicatedStorage.SendLikelySpeakingUsers
and doesn’t load any scripts for some reason. Solo Test works but not Team Test.
The RobloxReplicatedStorage
error on the output:
Remote event invocation discarded event for RobloxReplicatedStorage.SendLikelySpeakingUsers;
did you forget to implement OnClientEvent? (1 events dropped)
Video of me doing Team Test and Solo Test:
Streamable Link
I don’t think I can physically replicate it as it only happens when I do a Team Test. However, it doesn’t happen in a new baseplate.
Edit: After publishing, the game breaks as well but doesn’t send the RobloxReplicatedStorage
error in the developer console.