I want some advice and/or feedback for a RegionObject Spawner model I’m about to release.
https://gyazo.com/572f0a302a9297845927ae9ed29a14da
This is the sample code I used in the gif.
for index = 1,10 do
regionModule:spawn(RegionExample,ObjectMaster)
wait()
end