Skip to content

Commit

Permalink
Update DataCollection.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AqwamCreates authored Oct 14, 2023
1 parent 3e8b3a7 commit f3bd2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ExampleCodes/DataCollection.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local MatrixL = require(ServerScriptService.MatrixL)

local ChaWatcher = require(ServerScriptService.ChaWatcher)

local DataCollector = ChaWatcher.Original.DataCollector.new(true, "1")
local DataCollector = ChaWatcher.Original.DataCollector.new() -- Setting to defaults.

DataCollector:bindToHeartbeat(function(Player, fullDataVector) -- Runs a function on every heartbeat.

Expand Down

0 comments on commit f3bd2fc

Please sign in to comment.