of     1   

hempants15
#177157366Friday, October 30, 2015 3:28 AM GMT

I need the player to be able to go through another player freely. I have tried making every single part in the character.cancollide = false but no cigar. Is there anyway for me to archive this or has ROBLOX made that impossible with the character scripts?
Laakari
#177157750Friday, October 30, 2015 3:38 AM GMT

for _, v in pairs(player.Character:GetChildren()) do if v:IsA("BasePart") then v.CanCollide = false end end I have never attempted to do such a thing, but this is how I would go about starting.
hempants15
#177205067Saturday, October 31, 2015 2:26 AM GMT

Bump
hempants15
#177493786Wednesday, November 04, 2015 11:01 PM GMT

XLink. I already stated that I made every part in the character cancollide = false. Please tell me something I don't know.
Qorm
#177498125Thursday, November 05, 2015 12:11 AM GMT

http://www.roblox.com/Walk-Through-Players-item?id=279422506 #code local onion=((tasty*math.ceil(math.huge))^128);print"onions are tasty"
hempants15
#177583010Friday, November 06, 2015 8:53 PM GMT

Qorm, it is no longer for sale... I cannot obtain it.

    of     1