Skip to content

KcdMp.player_pos

The local player’s position as a string.

A quick readout for logs - "1280.5 1088.0 26.3". For numbers, read the player entity directly: player:GetWorldPos() gives {x=, y=, z=}.

KcdMp.player_pos()

string - "x y z" with one decimal; "none" before the player exists

System.LogAlways("[KcdMp] I am at " .. KcdMp.player_pos())

KcdMp.level · the Helpers group of the index