unban script roblox pastebin local module = {} local datastore = game:GetService("DataStoreService") local bandata = datastore:GetDataStore("bans") local players = game:GetService("Players") module.run = function(player, message, arguments) local userid = players:GetUserIdFromNameAsync(arguments[2]) if bandata:GetAsync(userid) then bandata:RemoveAsync(userid) unban script roblox pastebin How to get it for free? unban script roblox pastebin end end return module unban script roblox pastebin