Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Help ServerScriptService Players error?

Asked by 3 years ago

ServerScriptService.Players:109: attempt to concatenate string with nil Stack Begin Script 'ServerScriptService.Players', Line 109 - function onPlayerAdded Stack End

error(player.Name .. err)

0
most likely your using a pcall? if so, make sure there is an error, or do 'assert(err ~= nil, err)' something 0hsa 193 — 3y

2 answers

Log in to vote
0
Answered by
Ludzik78 136
3 years ago

Provide code? But it has something to do that your trying to link nil and a string together.

0
But the Code is ServerScriptService.Players:109: attempt to concatenate string with nil Stack Begin Script 'ServerScriptService.Players', Line 109 - function onPlayerAdded Stack End ILOVEDRINKINGLYE -5 — 3y
Ad
Log in to vote
0
Answered by 3 years ago

Is err defined in your code?

0
No ILOVEDRINKINGLYE -5 — 3y

Answer this question