Loading...

Tools not converting properly [PLEASE RESPOND] | Forum

Topic location: Forum home » Help » Help
Intelcore420
Intelcore420 Nov 19 '23

16 Posts

I'm trying to upload an old Roblox game. I opened up modern Roblox studio and saved it as a .rblxlx file like I'm supposed to do, then used the converter tool so it can work properly on older clients. I did that, published it on Austiblox, playtested it, and the game tools didn't work for some reason so I opened the game on the 2015 Roblox studio client and investigated. I checked out the script for one of the tools that didn't work and it read  "An error occurred while getting the script
Unable to load http://www.roblox.com/asset/?id=1014475" I've tried copying and pasting the script over from the original .rblxlx file and Roblox studio would crash everytime.



TL;DR: Game tools not working after conversion.

The Forum post is edited by Intelcore420 Nov 19 '23
ZealousSquad Moderator
ZealousSquad Nov 19 '23

13 Posts

Hi there,


The reason why it's not getting the script, is because in the script there's a property to automatically get the code from a source, which it can't access www.roblox.com. You will need to either get the script from the ID and copy it's content in the script or I believe you can also replace www.roblox.com to 1.0char.co. 

Also, you will need to remove the linkedsource property's content or it might crash your studio.

Intelcore420
Intelcore420 Nov 20 '23

16 Posts

Before I converted it, the scripts was already in the item. It was the script for the weapon, it WAS NOT a script to grab the code off of the website. Before the conversion I checked the script for LinkedSword it was compact with lots of code, I tested it and it worked. It didn’t seem like there was a script to grab the code of the item because it was packed with lots of code for all the functions of the item. After the conversion, I checked the script and it gave me the error I was complaining about before.
The Forum post is edited by Intelcore420 Nov 20 '23
Intelcore420
Intelcore420 Nov 20 '23

16 Posts

Oh, and I also tried to copy the whole script onto the converted weapon and it crashed Roblox Studio 2015 every time.
The Forum post is edited by Intelcore420 Nov 20 '23