Hi, is there any way that i could require script from marketplace and then place this script inside ReplicatedStorage? I cannot really find answer for that question
2 Likes
game:GetService("InsertService"):LoadAsset(id).Parent = game.ReplicatedStroage
5 Likes
I think you’d use “InsertService:LoadAsset(id).parent = game:GetService(“ServerScriptService”)”
in the command bar
my bad its wrong it should be:
game:GetService("InsertService"):LoadAsset(id).Parent = game.ReplicatedStroage
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.