We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a82d9 commit e28cb51Copy full SHA for e28cb51
content/en-us/chat/examples/proximity-chat.md
@@ -28,7 +28,7 @@ local function getPositionFromUserId(userId: number)
28
end
29
30
-- Return a default position if the player or character cannot be found.
31
- return Vector3.zero
+ return vector.zero
32
33
34
-- Set the ShouldDeliverCallback for the general channel to control message delivery.
0 commit comments