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

Help with functions?

Asked by 8 years ago

ok idk why but whenever my code gets to this point it crashes the server and its really buging me

for i, v in pairs(game.Players:GetPlayers()) do
    v.Character:BreakJoints()
end

right before that code runs it breaks but until then its perfectly fine please help

Answer this question