Not going to change the following code.
Im just curious. What issues occur if you change the player cap to lets say 36?
if playerCount >= 24 then
print(‘Full. :(’)
Not going to change the following code.
Im just curious. What issues occur if you change the player cap to lets say 36?
if playerCount >= 24 then
print(‘Full. :(’)
Try it and find out they’re going to eventually increase the cap. But for now it is 24.
Im tempted But im guessing weird de-sync etc? haha!