#Limb Regrowth

8 messages · Page 1 of 1 (latest)

signal chasm
#

I'll post some of the bugs I've encountered throughout my time of this in a sec

#

some are only a few of what I've encountered

#

I didn't record many attempts

#

crying please someone

#

the sizing is relative to an attachment just so you know

#

the attachment is part of the humanoidrootpart

#

the script

for i = 0, seconds,rate do
    if regenerating == false then break end

    task.wait(0.0025)

    fleshCreate(limb,sizes)

    limb.Size = startPoint:Lerp(armAttach.VECTOR.Value,(i/seconds))
            
    local dif = limb.Position - armAttach.WorldPosition
            
    limb.Position = armAttach.WorldPosition + (dif / i)
end