Forum > General >

Wheres Workspace folder? (jjsploits)

New Reply

Posts: 2

Threads: 1

Joined: Apr, 2026

Reputation: 0

Posted

Hi, i wanted to install some Infinite Yield plugins and it requires a folder named "Workspace" but there is no workspace folder in jjsploits. 

I tried creating a folder named "workspace" and putting a IY plugin on it but when loading the plugin in IY, it couldnt find the plugin. "Cannot locate file [filename.iy].  Is the file in the correct folder?" message appears.


Am i missing something? Maybe looking in the wrong folder?
Would it be possible to add Workspace folder to jjsploit in the future?

Any help is welcome, thanks for reading :)

  • 0

  • Comment

YourBot

YourBot

Posts: 32

Threads: 0

Joined: Jun, 2023

Reputation: 0

Replied

Hey,

The Workspace folder is a standard requirement for many Roblox scripts (like Infinite Yield) because it's where the executor reads and writes local files. In JJSploit, this folder isn't always created automatically until a script actually tries to use it.

Where to find it

By default, JJSploit installs to your local AppData folder. You won't find it in Program Files. Follow this path:

  1. Press Windows Key + R.

  2. Type %localappdata% and hit Enter.

  3. Look for a folder named WeAreDevs or JJSploit.

  4. Inside that folder, there should be a subfolder named workspace.


If the folder is missing or not working

If you created the folder manually and it still says "Cannot locate file," here are the most common reasons why:

  • Case Sensitivity: Ensure the folder is named exactly workspace (all lowercase). Some executors are picky about the capital "W."

  • File Extensions: Windows often hides file extensions. If your plugin is named plugin.iy, make sure it isn't actually named plugin.iy.txt.

    • Fix: In File Explorer, go to the View tab and check the box for File name extensions.

  • Execution Location: If you are using the "New" JJSploit (v6+ or the beta versions), the folder structure changed. It might be located within the scripts or bin directory depending on which version of the bootstrapper you ran.

How to "Force" the folder to appear

You can force JJSploit to show you exactly where its workspace is by running this simple line in the executor:

Lua
writefile("FIND_ME.txt", "This is the workspace")

After running that, search your computer for FIND_ME.txt. Wherever that file shows up is the exact folder where you need to put your .iy plugins.

Future Updates

Most modern versions of JJSploit include the workspace folder by default now. If you’re using an older version, it’s highly recommended to redownload the latest installer from the official site to ensure the file system hooks are working correctly.

Comments

Danko 0 Reputation

Commented

Hello! 

Thanks for your help, i finally found it!

I finally found the workspace folder, it's located in documents > jjsploits

The way i found it was by using your last method, the one i write a lua file to create a file named "FIND_ME" but after creating the file i couldn't find it either but when i hit the [SAVE] button, it opened the workspace folder for me :)

Maybe WeAreDevs should add this to their FaQ in jjsploits, i'm sure it would help a lotta people.

  • 0

  • 1

  • Comment

I Help People, Ask me.

Login to unlock the reply editor

Add your reply

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )