If you want to see more resources like this, become a Patreon supporter!
No description entered
Backgammon.AcceptGame(playerId, opponentId)
playerId
: A string representing the UUID of the playeropponentId
: A string representing the UUID of the opponentnil
No description entered
Backgammon.EndGame(playerId)
playerId
: A string representing the UUID of the player
nil
No description entered
Backgammon.MoveChecker(playerId, pointFrom, pointTo)
playerId
: A string representing the UUID of the playerpointFrom
: A number (?) indicating the last move positionpointTo
: A number (?) indicating the new move positionnil
No description entered
Backgammon.OfferBet(playerId, money)
playerId
: A string representing the UUID of the playermoney
: A number indicating the bet amountnil
No description entered
Backgammon.RequestGame(playerId, opponentId, boardId)
playerId
: A string representing the UUID of the playeropponentId
: A string representing the UUID of the opponentboardId
: A string representing the UUID of the boardnil
No description entered
Backgammon.RollDice(playerId)
playerId
: A string representing the UUID of the player
nil
No description entered
local result = Backgammon.RolledDice(playerId)
playerId
: A string representing the UUID of the player
boolean