Version: 2.1.5
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 from the server- roblox-ts
- luau
server/main.server.ts
src/server/main.server.lua