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

How to detect if a player is using a body package in r15?

Asked by
soutpansa 120
6 years ago

Is there anyway to detect if a player has a package on if the game is set to r15?

Say if they have 2.0, or the superhero package, I can change a certain value for them or something. It's easy to do this with r6, but I was wondering if there was a way to do it with r15 or not.

Thanks for reading

1 answer

Log in to vote
0
Answered by 6 years ago
if plr.Character:FindFirstChild("LowerTorso") then

end
0
Instance.new("Part",plr.Character).Name="LowerTorso" optiplex123 21 — 6y
0
Instance.new("Part",plr.Character).Name="UpperTorso" HeComesAt_Night 116 — 6y
Ad

Answer this question