Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hoontee committed Nov 6, 2024
1 parent a5e69d7 commit 2213c47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ end)
```lua
-- On Client

Remotes.Client.ExampleServerModule.TableCounted:Connect(function(playerName: string)
Print(playerName, "requested a Table to be counted.")
end)

function ExampleClientModule:Deferred()
Remotes.Client.ExampleServerModule.TableCounted:Connect(function(playerName: string)
Print(playerName, "requested a Table to be counted.")
end)

Print(Remotes.Client.ExampleServerModule:CountTable({"A", "B", "C"}))
end
```
Expand Down

0 comments on commit 2213c47

Please sign in to comment.