script.Source not changing visually

I’m trying to create a simple plugin for myself, but for some reason I can’t change the script’s source, it seems to change it, but not visually. Afaik you need to set the source of a script to your desired string to change it.

The script that I ran in the command bar:

game.ReplicatedFirst.Script.Source = "print('e')" -- stored it in RF temporarily

Result:

Output when printing the source:
image

1 Like

I guess I was looking at some really old guides, thank you.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.