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

Best Place to store Remote Event/Function?

Asked by 7 years ago

Hello,

I just want to double check that the best place to store a Remote Event/Function would be in the ReplicatedStorage?

Thanks,

Anthony

0
ReplicatedStorage or ReplicatedFirst are the most common. User#5423 17 — 7y
0
ReplicatedStorage is where I put all my data bases for my games and etc. ReplicatedFirst is probably where I'd hold remote functions so the two of them don't get mixed up. Just a personal preference, maybe something you might want to try. CommanderSkywalkerTR 5 — 7y

2 answers

Log in to vote
2
Answered by
RubenKan 3615 Moderation Voter Administrator Community Moderator
7 years ago

ReplicatedStorage is the place that sever & client can see, thus the best place to store remoteEvents and such. ReplicatedFirst is the service that's used to make custom loading screens. It always gets loaded first.

If you'd want to store playerdata, i suggest you use the ServerStorage instead so people that exploit won't be able to modify it. That is, if you secure your remote events and others good.

Ad
Log in to vote
0
Answered by
Filipalla 504 Moderation Voter
7 years ago

ReplicatedStorage is the best and most commonly used location to store RemoteEvents and RemoteFunctions etc

Answer this question