Is there any way to run a script after taking it out of ReplicatedStorage, just like scripts in workspace etc. run upon the game opening? (And if not, what would be a good alternative?)
Didint see much info on this, so I am asking it here
Is there any way to run a script after taking it out of ReplicatedStorage, just like scripts in workspace etc. run upon the game opening? (And if not, what would be a good alternative?)
Didint see much info on this, so I am asking it here
Why do you even need to run a script in ReplicatedStorage?
require(game.ReplicatedStorage.Script)
I want to run a script after taking it out of ReplicatedStorage. (Using other scripts)
Oh sorry i didn’t read it properly
The script should start working automatically after putting it in workspace
Oh alright, didint know that.
Thank you!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.