Toribash
Original Post
Freezing/Crashing When Saving Replay (fixed script attached)
I changed replay_save.lua to fix the game freezing when you save a replay. the fixed file is attached. it would be nice if the fix were added to the game, it's only a few lines of code

changes:
replaced for loop in savereplay function with table.concat()
Attached Files
replay_save.lua (5.8 KB, 3 views)
Last edited by bleed; Jun 18, 2026 at 08:20 PM. Reason: a