Constraint
Constraint : Instance
Overview
์ ์ฝ ๊ธฐ๋ฐ ์ธ์คํด์ค์ ๊ธฐ๋ณธ ํด๋์ค์ ๋๋ค.
Properties
Attachment0
Attachment
์ ์ฝ(Constraint)์ ์ฒซ ๋ฒ์งธ ๋ถ์ฐฉ์ (Attachment0)์ ์ค์ ํ ์ ์์ต๋๋ค.
Code Samples
local LinearVelocity = script.Parent
LinearVelocity.Attachment0 = Attachment
Attachment1
Attachment
์ ์ฝ(Constraint)์ ๋ ๋ฒ์งธ ๋ถ์ฐฉ์ (Attachment1)์ ์ค์ ํ ์ ์์ต๋๋ค.
Code Samples
local LinearVelocity = script.Parent
LinearVelocity.Attachment1 = Attachment
Color
Color3
ํ์ฌ ์ง์๋์ง ์์ต๋๋ค.
Code Samples
Enabled
bool
์ ์ฝ(Constraint)์ ๋์ ์ฌ๋ถ๋ฅผ ์ค์ ํฉ๋๋ค.
Code Samples
local LinearVelocity = script.Parent
LinearVelocity.Enabled = false
Visible
bool
ํ์ฌ ์ง์๋์ง ์์ต๋๋ค.
Code Samples
Methods
Events
Last updated