Version: 3.0.9
Using your definitions
Say that we have our example definition file here:
- roblox-ts
- luau
shared/remotes.ts
src/shared/remotes.lua
How would we approach using this to actually be able to send messages between the server and client?
#
Usage- roblox-ts
- luau
server/main.server.ts
src/server/main.server.lua
src/client/test.client.lua