Using GetLocal() you can get your own avatar data
GetLocal()
me = GetLocal() print(me.name) print(me.pos.x .. ", " .. me.pos.y) print(me.netid)
This would print out that for example
IceSilly 32, 51 13
Last updated 9 months ago