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

Is it necessary to store remote events and functions in replicated storage only?

Asked by 4 years ago
Edited 4 years ago

Well, is it ALWAYS necessary to store remote events and functions in replicated storage only? If not, where can I store them except for replicated storage?

1 answer

Log in to vote
0
Answered by 4 years ago

Of course there's more places. These places include Workspace, ServerStorage and ReplicatedFirst.

BUT, ReplicatedStorage would be the most convenient storage place for them as it is the only one that local scripts and global scripts can view and handle.

If this helped please up vote and accept this answer.

All the best,

PrismaticFruits

0
If you were store them inside of ServerStorage then the client wouldn't be able to access them. Which would make them completely useless. ScuffedAI 435 — 4y
0
That is what I am explaining. PrismaticFruits 842 — 4y
Ad

Answer this question