I know that this is incredibly basic, but I honestly don’t know how.
As you can see, some of the players limbs have a space in their name, like “Left Arm”
But if I type “Left Arm” in the script, it doesn’t work:
How do I fix this?
I know that this is incredibly basic, but I honestly don’t know how.
As you can see, some of the players limbs have a space in their name, like “Left Arm”
But if I type “Left Arm” in the script, it doesn’t work:
How do I fix this?
You would do victim["Left Arm"]
. If you put a script in it and look at the auto fill, it does this.
You must index all names with unrecognized characters in Lua.
You could also start typing to name of the part and press tab so it fills in the rest for you.