#does anyone know how to get player torso in adonis admin
1 messages · Page 1 of 1 (latest)
It would be better to use the HumanoidRootPart position
local character = plr.Character
if not character then return end
local root_part = character.PrimaryPart
if not root_part then return end
print(root_part.Position)
thanks just need the player who sent the command
that should be plr right?