Hey guys. I have some problems that I never thought I would have. The first problem is why a LocalScript can't Invoke a bindable function in my replicated storage, and the second problem is why my LocalScript can Invoke bindable function in ServerScriptService but ONLY in studio, not in actual game. I don't know if I am missing something or I just don't understand. Thanks.
ReplicatedStorage
, what are you on about. You most likely did something wrong, and local scripts can't access ServerScriptService
. ServerScriptService. It may be accessible on the client and "works" in studio because you used Play Solo mode.ServerScriptService
. But when the client and server are separated, local scripts can't access ServerScriptService
. You shouldn't use ServerScriptService
for storage though, stay with ReplicatedStorage
.