The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Infinite Yield Script script pastebin roblox
By Infinite Yield Script on 2024-09-23 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. --If you use Arceus X yet the Infinite yield doesn't open use this
  2. defaultsettings = {
  3.  prefix = ';';
  4.  StayOpen = false;
  5.  keepIY = true;
  6.  logsEnabled = false;
  7.  jLogsEnabled = false;
  8.  aliases = {};
  9.  binds = {};
  10.  WayPoints = {};
  11.  PluginsTable = {};
  12. }
  13.  
  14. defaults = game:GetService("HttpService"):JSONEncode(defaultsettings)
  15.  
  16. writefile("IY_FE.iy",defaults)



  • Recent Roblox Scripts