#Limb Collisions
1 messages · Page 1 of 1 (latest)
like
you can create invisible collision parts for each body part i think
welded to each limb
yeah quite simple method
doesn't just for i, v in player.Character:GetChildren() do work
humanoid doesnt let you
what
also use task.wait() @craggy wharf (very important for @lament talon)
thats not how it works
yea true
or else
I KILL YOU
I 🔪 YOU
wdym
is it optimal to like make an extra folder for copied character parts
depends on how you do it
local collisionPart = Instance.new("Part")
collisionPart.Size = limb.Size
collisionPart.CFrame = limb.CFrame
collisionPart.Transparency = 1
collisionPart.CanCollide = true
collisionPart.Anchored = false
collisionPart.Parent = limb.Parent you could do something like this
no need for a folder unless you want to keep it organised or something
make sure to add a weld to it too
ive never used limbs but isnt it a lil smarter todo it manually
** You are now Level 4! **