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
4 years ago
Edited 4 years ago

I currently have trouble with creating a VectorForce.

Do I do

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

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

attachment.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 — 4y

Answer this question