|
No matter what I do the character's torso and head parts always stay collide-able. I have tried putting a script in the player's character :
while wait(0.0001) do
script.Parent.Torso.CanCollide = false
script.Parent.Head.CanCollide = false
end
It doesn't work either, I am trying to get the character to go through walls without making the wall itself noncollidable. How do I do this? |
|
VaaeJoin Date: 2013-05-06 Post Count: 4449 |
Waits lowest possible time on roblox is 3 milliseconds(0.03)
|
|
|
I do not need to know this, buddy. Even if I make it wait(0.00000000000001) it will reset to wait(0.03) anyway. Can you answer my Question? |
|
llaserxJoin Date: 2011-12-10 Post Count: 53069 |
I dont feel like helping |
|
|
Then why even post? Dummy. Can someone please help?! |
|
|
I did put this post in the right classification, yes? then why am I getting dummies who don't even answer my question? |
|
|
llaserxJoin Date: 2011-12-10 Post Count: 53069 |
|
|
EmberCultJoin Date: 2011-08-17 Post Count: 1945 |
Legs are can collide = true so if you dont turn it off on them it wont work but I am pretty sure the player will fall right through map when you do that |
|
|
Please stop posting if you are not going to help me. I keep seeing there is a new post and get excited that there is a competent person willing to help. |
|
|
|
I am not trying to be rude. I am asking for help. Also viplav37, The legs,arms, and humanoid root of a character are all cancollide = false by default. |
|
x_oJoin Date: 2015-06-04 Post Count: 4378 |
iirc locally rename the parts and set them to noncanollide
"remotes? you must be a comedian" |
|
|
DermonDarble, Thank you so much. Finally, a competent answer! |
|
|
I tried it and unfortunately doing so kills the player. Any more solutions? |
|
x_oJoin Date: 2015-06-04 Post Count: 4378 |
turn on filteringenabled and do it for everybody except yourself
"remotes? you must be a comedian" |
|
|
LightlimnJoin Date: 2010-05-09 Post Count: 4079 |
Thanks Dermon. Shame there isn't another way since this one is a bit hacky. |
|
EyernyJoin Date: 2013-06-15 Post Count: 1554 |
Clonetrooper had made a script for this,I've seen many people have suggest this,here's the script-http://www.roblox.com/Anti-Player-Collision-Script-item?id=316438239 |
|
XenyuhJoin Date: 2014-07-09 Post Count: 355 |
(Insert useless comment here)
|
|
XenyuhJoin Date: 2014-07-09 Post Count: 355 |
(search it up smarty)
|
|