Advertisement
Guest User

Untitled

a guest
Feb 11th, 2023
1,351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. //Script to unban player from Roblox Arsenal
  2.  
  3. //Get the player's ID
  4. var playerId = prompt("Please enter your Roblox ID");
  5.  
  6. //Get the game object for Roblox Arsenal
  7. var game = Roblox.Games.GetByName("Roblox Arsenal");
  8.  
  9. //Unban the player from the game
  10. Roblox.Game.Unban(game, playerId);
  11.  
  12. alert("You have been unbanned from Roblox Arsenal!");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement