linusdev11 / basicmod

0 stars 0 forks source link

Ban is unable to save ban data #1

Closed linusdev11 closed 1 month ago

linusdev11 commented 1 month ago

The ban command in 2.4 is currently unable to save a players ban, kicking the player but allowing them to rejoin and play the game normally.

Expected behaviour: The ban command should be able to save a players ban in a table and not allow the player to join the game until they are unbanned by the unban command or API.

linusdev11 commented 1 month ago

This issue has been resolved with the introduction of Robloxs ban API in BMT. All ban requests have been migrated to the new API.