Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I want to edit one script with another. Is this possible?

Asked by
sngnn 274 Moderation Voter
4 years ago

I'm probably saying "I want to make a... game" alot, but I just have a lot of ideas.

I want to make a game that allows players to make and publish their own games with nearly zero coding experience, i.e a block coding game. I have an idea for how to connect blocks, but for special blocks (e.g a loop block) I don't know how to edit the block it's trying to edit. Is this possible?

0
The closest thing you can use is loadstring(), which executes a given function. DeceptiveCaster 3761 — 4y
0
IF you are doing a Plugin, there is a possibility you can do script.Source = "print('Hello World!')" and it will work. But yeah, like BashCaster said, the closest you can get to is loadstring(). killerbrenden 1537 — 4y

Answer this question