#I am making a game and I need to make a system where when the players queue into the 1v1 system

1 messages · Page 1 of 1 (latest)

distant parcel
#

it will randomally give one of the players the item

alpine ravine
#

If math.random(1,2) == 1 then
—give to player 1
else
—give to player 2
end

latent field
clear hound
#

if you want to go deeper into this, you could use teams too

#

maybe also edit the players walkspeed, jumppower whatever by putting them in teams instead

alpine ravine
#

That's just overcomplication for his use case

#

the simple if statement is the most straightforward and readable

clear hound
#

I read it wrong, my bad

latent field
#

didnt*