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

I what to know when i make a script inside a script can i type in the new script?

Asked by 5 years ago

I what to know when i make a script inside a script can i type in the new script? so when i make a instance localscript can i type in the local script thou the other script and can you point me in the right direction

local localscript=Instance.new("LocalScript")

0
i am just going to clone a script tylergoatboy 82 — 5y

2 answers

Log in to vote
0
Answered by
Norbunny 555 Moderation Voter
5 years ago

That I'm aware, you can't write into an instance you've created.

It's possible to edit a script already created's code using events, but you can never change it fully, just a few variable's value.

0
ok tylergoatboy 82 — 5y
Ad
Log in to vote
1
Answered by 5 years ago

You can set the Source but this can only be set by plugins or in the command bar.

Hope this helps.

Answer this question