Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Is it possible to detect what package a R15 player wears?

Asked by
Rawblocky 217 Moderation Voter
6 years ago

It uses Mesh, but it doesn't use CharacterMesh.

0
Marketplace Service User#15029 30 — 6y
0
When I find the name of it, it's "RenderMesh" Rawblocky 217 — 6y
0
Unless the meshes have some kind of ID then no cabbler 1942 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

The body parts of a character are meshes. Each mesh has a MeshID which tells it what kind of shape it should be. All you need to do is get the MeshID of the package's body parts' meshes, and then use a script to check if these MeshIDs are the same as the MeshIDs or the meshes of the body parts that the player you are checking has.

Accept if this helped. Thx

Ad

Answer this question