why it happens??

im not sure what is it and why it happens, anyone had this? This thing yields flamework entirely
No description
Solution:
it's waiting on the client cause they havent been created from the server yet
Jump to solution
17 Replies
alihsaas
alihsaas•2mo ago
you arent creating the events/functions on the server
Tester
Tester•2mo ago
can you delete out and recompile?
Tverksaac 2.0
Tverksaac 2.0OP•2mo ago
i tried this like 3 times, wont help😔 m?? wdym
Tverksaac 2.0
Tverksaac 2.0OP•2mo ago
No description
Tverksaac 2.0
Tverksaac 2.0OP•2mo ago
my network.ts in shared
alihsaas
alihsaas•2mo ago
are you importing the network file on the server
Tverksaac 2.0
Tverksaac 2.0OP•2mo ago
its network.ts on server so im pretty sure yes i do
No description
alihsaas
alihsaas•2mo ago
and are you importing that
Tverksaac 2.0
Tverksaac 2.0OP•2mo ago
you mean like when i firing a remote? i think its problem with flamework initiation
alihsaas
alihsaas•2mo ago
no the server network file are you using it
Tverksaac 2.0
Tverksaac 2.0OP•2mo ago
import { Functions } from "./network"; ? you mean this?
alihsaas
alihsaas•2mo ago
yes
Tverksaac 2.0
Tverksaac 2.0OP•2mo ago
i do also
alihsaas
alihsaas•2mo ago
if you arent using it, the compiler will not have it in the compiled code
Tverksaac 2.0
Tverksaac 2.0OP•2mo ago
its problem on client no?
Solution
alihsaas
alihsaas•2mo ago
it's waiting on the client cause they havent been created from the server yet
Tverksaac 2.0
Tverksaac 2.0OP•2mo ago
oh yes yes i see it now thanks youu

Did you find this page helpful?