
Malware and viruses are also transmitted through exe files. Note: This file also has DFIntTaskSchedulerTargetFps in it.TIP: If you are facing System related issues on Windows like registry errors or System files being deleted by viruses or System crashes we recommend downloading Restoro software which scans your Windows PC for any issues and fixes them with a few steps.

I am also using the ClientAppSettings.json file in my roblox files with this inside instead: Whenever, my roblox window was in fullscreen, my fps would drop below 20. Whenever, I had my roblox window not fullscreen, as a small window, the fps would go past 60. I was eventually able to fix it, but my fps was weird. Before this error, it was able to work and my fps was fine. With fps unlocker by axstin, I keep getting an error which says “unable to find taskscheduler”. If Left(SubFolder.Name, 8) = "version-" ThenįSO.CopyFolder SourceFolder, SubFolder.Path & "\ClientSettings" Set VersionsFolder = FSO.GetFolder(DestinationFolder)įor Each SubFolder In VersionsFolder.SubFolders SourceFolder = "C:\Users\" & WSHShell.ExpandEnvironmentStrings("%USERNAME%") & "\Desktop\ClientSettings"ĭestinationFolder = "C:\Users\" & WSHShell.ExpandEnvironmentStrings("%USERNAME%") & "\AppData\Local\Roblox\Versions\" Set WSHShell = CreateObject("WScript.Shell") Set FSO = CreateObject("Scripting.FileSystemObject") P.S 2: You need to paste this into a txt file and then save it as a. P.S: I assume that you have installed Roblox in " \AppData\Local\Roblox " if not, you can configure the destination folder by modifying the " DestinationFolder " line. (You can change the directory by modifying the " SourceFolder " line.)

The code checks for the existence of the ClientSettings folder on your desktop. Therefore, I copied the source folder into all of the version folders within Roblox’s source directory. Upon closer inspection, I discovered that Roblox versions are identified by a combination of letters and numbers.
