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

Should i use :WaitForChild on server?

Asked by
imKirda 4491 Moderation Voter Community Moderator
3 years ago
Edited 3 years ago

Well so i have server script and it has a module in it, my question is if i should require the module with :WaitForChild or on server it will always replicate fast enough so i can just do require(script.Module)?

Thanks, kirda

1 answer

Log in to vote
1
Answered by 3 years ago

Server-sided assets are loaded before the player joins, just require(script.Module)

Ad

Answer this question