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

How can I make a roman shield? [closed]

Asked by 3 years ago

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?

0
There are hundreds upon hundreds of scripts, examples, and other questions on scripting helpers and the dev forum about welds. Please do your own research before asking a question. Not only that, but you didn't try even setting up a script, which would make this a request as well. SteamG00B 1633 — 3y

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?

1 answer

Log in to vote
0
Answered by 3 years ago

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

Ad