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

How do I create a VectorForce?

Asked by
Erie20 102
5 years ago
Edited 5 years ago

I currently have trouble with creating a VectorForce.

Do I do

1vectorForce = Instance.new ("VectorForce")
2vectorForce.Parent = attachment

Or is the class built into an attachment, so that i just need to do

1attachment.vectorForce
0
I have read the article. I just dont know how to create one, like if its built in as a class under attachment or do i need to create on using Instance.new Erie20 102 — 5y

Answer this question