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

How to make something spawn in front of a player's leg?

Asked by 6 years ago

Hi. I can't figure out how to make something spawn in front of a player's right leg as it has a space in it's name. I wanna change this script's torso to the right leg.

local spawnPos = vCharacter.Torso.Position

Any help would be appreciated. Thanks!

1 answer

Log in to vote
0
Answered by
oftenz 367 Moderation Voter
6 years ago

local spawnPos = vCharacter["Right Leg"].Position

0
Thank you so much! ROCKANDROLL572 12 — 6y
Ad

Answer this question