Script crashes play solo / start server ( mac )

Doesn’t crash online

UniformService.rbxl (23.0 KB)

Crashes at line 171 OR 169 OR 135 of ServerScriptService.UniformService, I don’t know what causes it to change which line it crashes at :confused:

EDIT: It seems to crash because of the mixed tables warning from RemoteEvents, I’ve since fixed the error however if you want to repro just require the module in the place instead of the AssetId at the top of the ServerScriptService.UniformService

Do you mean changing this line:

local Groups = require( [IDNUMBERGOESHERE] )

to say:

local Groups = require(game.ServerScriptService.MainModule)

? Because if I run that in Play Solo, there is no crash in Studio. Am I missing something?

Yeah that was the line, it crashes every time for me

EDIT: Oh right you’re not in any of the groups, give me a second to make a better repro

UniformService.rbxl (10.6 KB)

Try this @Silent137