Local Avatar
Using GetLocal()
you can get your own avatar data
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
Using GetLocal()
you can get your own avatar data
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