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

How would I make a model in a script? Like a sword or just a weapon.

Asked by
exarlus 72
6 years ago

I'm trying to learn how to make SB weapons and I wanna know how to do this. Do i have to use welds and cframe?

btw yes i know you dont have a script as an example i just wanna know how to do this.

0
In short, yes, you'd have to use them both, unless it's a tool. ax_gold 360 — 6y
0
kk exarlus 72 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

[EDITED] You do to make a model inside of a script by doing:

m = Instance.new("Model")
m.Parent = script

Change script to the path where you want the Model to be in

0
I dont think you read my question well... I said im trying to make SB weapons. exarlus 72 — 6y
Ad

Answer this question