If a Server Script crashes while executing does it crash for everyone or just the player?
Here is an example Server Script:
function SampleFunction(player)
print("This is a sample")
end
SampleFunction(player)
Will the game continue to function?
Will the script continue to work for other players?