local modules = script.Parent.modules local remo = require(modules.remo) local t = require(modules.t) type Remotes = { __refx_create: remo.ServerToClient, __refx_destroy: remo.ServerToClient, __refx_communicator_rel: remo.ServerToClient, __refx_communicator_urel: remo.ServerToClient, } return remo.createRemotes({ __refx_create = remo.remote(t.string, t.number, t.table), __refx_destroy = remo.remote(t.number), __refx_communicator_rel = remo.remote(t.number, t.string, t.table), __refx_communicator_urel = remo.remote(t.number, t.string, t.table).unreliable(), }) :: Remotes