roblox unban script 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) roblox unban script How to get it for free? roblox unban script end end return module roblox unban script