why it happens??
im not sure what is it and why it happens, anyone had this?
This thing yields flamework entirely

Solution:Jump to solution
it's waiting on the client cause they havent been created from the server yet
17 Replies
you arent creating the events/functions on the server
can you delete
out
and recompile?i tried this like 3 times, wont help😔
m??
wdym

my network.ts in shared
are you importing the network file on the server
its network.ts on server so im pretty sure yes i do

and are you importing that
you mean like when i firing a remote?
i think its problem with flamework initiation
no the server network file
are you using it
import { Functions } from "./network";
?
you mean this?yes
i do
also
if you arent using it, the compiler will not have it in the compiled code
its problem on client no?
Solution
it's waiting on the client cause they havent been created from the server yet
oh yes
yes
i see it now
thanks youu