Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

Why can't I put this in replicated storage?

Asked by 9 years ago

I'm working on an RPG game, but for some reason when I try to add the armor into replicated storage, its not letting me. Please help me with this. Why can't I add certain objects into the replicated storage?

1 answer

Log in to vote
0
Answered by
MrFlimsy 345 Moderation Voter
9 years ago

Try using ServerStorage instead, unless you plan on making it's contents accessible from a LocalScript. If you need to use ReplicatedStorage, enter this in the command bar:

part.Parent = game:GetService("ReplicatedStorage")
--replace 'part' with the path to the object
0
It still isn't working. Alicool2007 0 — 9y
Ad

Answer this question