A couple people and I are working on a Rome game and would like to add shields. I can do it on R6, but the game will be R15. Can someone please explain to me how to weld a shield to the players left arm in R15?
This is not a request site. You are supposed to give a snippet of code and have us make changes or point out mistakes. You can start off with this, but I won't give to much considering you broke the rules and this post will be deleted:
You can do
Instance.new('Weld', parent)
or
Instance.new('WeldConstraint', parent)
Parent
is not an actual variable to be sure to change that
Closed as Not Constructive by SteamG00B, AlexTheCreator, and JesseSong
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?