Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Script to unban player from Roblox Arsenal
- //Get the player's ID
- var playerId = prompt("Please enter your Roblox ID");
- //Get the game object for Roblox Arsenal
- var game = Roblox.Games.GetByName("Roblox Arsenal");
- //Unban the player from the game
- Roblox.Game.Unban(game, playerId);
- alert("You have been unbanned from Roblox Arsenal!");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement