#Please can anyone teach me C0 or C1

11 messages · Page 1 of 1 (latest)

agile ingot
#

Title

delicate minnow
#

C0 os position of the part your moving, C1 is for the main part (i think? i never use C1)

delicate minnow
#

[partname].[weldname].C0 or C1 = vector3.new(X,Y,Z)

#

also remove self react

agile ingot
#

Local part = script.Parent
Local weld = script.Parent.weld

Part.weld.C0 = vector3.new(1, 1, 1)

agile ingot
dusty crag
delicate minnow
#

here is an example:

local Part1 = workspace.part1
local Weld = Part1.weld
local Part2 = workspace.part2

Weld.C0 = vector3.new(0, 5, 0) -- This will make Part2 5 studs above Part1.
bronze geyser