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: