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

How do i use PrimaryPart on models?

Asked by 10 years ago

I was wondering how we can use ":SetPrimaryPartCFrame" and how do you set a PrimaryPart.

1 answer

Log in to vote
1
Answered by
adark 5487 Badge of Merit Moderation Voter Community Moderator
10 years ago

You simply set the property to a Part of some kind.

Model.PrimaryPart = Model.Part
0
So it sets Primary part to a part in the model? raspyjessie 117 — 10y
0
Yep. PrimaryPart is just like any other property, it just has to bet set using the command bar or a script, like any Object value. adark 5487 — 10y
Ad

Answer this question