Hello! I’m trying to clone a folder with some objects from the ReplicatedStorage by the client. But there’s server scripts inside the objects that I want to clone, so I think that I would need to fire a remote event to them to work when cloned. I’m kinda new to scripting and I don’t know if I’m making this right:
local remoteEvent1 = game:GetService("ReplicatedStorage").CloneChanging remoteEvent1:FireServer(game:GetService("ReplicatedStorage").MissionStuff.Chanching.ToPlaceInWorkspace.Chanching:Clone().Parent = game:GetService("Workspace").MissionsStuff)