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

(yes i just joined) Snap.C1/Snap.C0 doesnt work that much help i guess?

Asked by 4 years ago

heres the code its kinda dumb looking but

char = script.Parent
ll = char["Left Leg"]
la = char["Left Arm"]
ra = char["Right Arm"]
rl = char["Right Leg"]
tor = char.Torso
had = char.Head
WELD = "Snap"
iac = Instance
char.Archivable = true
local laj = iac.new(WELD,la)
local raj = iac.new(WELD,ra)
local llj = iac.new(WELD,ll)
local rlj = iac.new(WELD,rl)

laj.Part0 = tor
llj.Part0 = tor
raj.Part0 = tor
rlj.Part0 = tor
laj.Part1 = la
llj.Part1 = ll
raj.Part1 = ra
rlj.Part1 = rl
la.C1 = CFrame.new(0,3,0)
la.C0 = CFrame.new(0,0.1,0)

when i start it (testing on a dummy) it all goes to the Torso/MiddleOfTheCharacter is there a way to fix this

Answer this question