Code: Select all
remote.call("RSO", "resetGeneration", surface)
remote.call("RSO", "regenerate", false)For reference, here is the original topic: 51385
Code: Select all
remote.call("RSO", "resetGeneration", surface)
remote.call("RSO", "regenerate", false)Code: Select all
if outputPlayer and outputPlayer.character then
surface = outputPlayer.character.surface
elseCode: Select all
if outputPlayer then
surface = outputPlayer.surface
else