Players walking through walls?

In my game, there have been recent reports of casual players being able to walk through walls without exploits.

I have not been able to find much on what could allow this to happen. I am aware that making body parts above the legs cancollide = false may allow for this to happen (according to this post), but I have found no other explanations.

Has anyone else experienced this? Does anyone have any ideas for what could allow this to happen? Any help would be greatly appreciated.

1 Like

Same thing is also happening in my game. Apparently if players equip and unequip their tools with an auto click, it’ll give them an ability to walk through wall with ease.

3 Likes

Hello, The_Flash589 from Twitter on my alternate account, I’m not sure what is causing the issue but maybe have a while loop to constantly set each player’s body parts can collide to true if collisions are the problem. But I believe in Banana Eats, all players automatically have collisions off? So that might conflict with them being off, but it might be a solution.

Hello, this is a huge glitch with roblox, and it affects all different communities from roav to obbies, and you have to have really thick walls to stop people from doing this.

Yup. Happened in my game too, this was exactly the case.

You can patch it by having a short time where you disable tool switching after a player equips a tool. Although I’m not sure how you would do it if you haven’t scripted your own custom hotbar system

.2 seconds is the sweet spot, you don’t even notice it at all, not even normal people quickswitching legitimately. Only people using the exploit would feel this difference

1 Like

this is called debouncing and yes it works, additionally you can detect if the player is auto clicking by monitoring the click intervals and the speed if they are perfect intervals and over like 16 cps then you should warn or kick the player for auto clicking.

What I did is just made a custom backpack and apply a cool down to it, and yea .2 second does seem to do the trick.

1 Like

The issue is that my game uses no tools, so they are able to casually walk through walls by other means.

1 Like

Any update on this? I’m having the same issue now.

1 Like

I just started having this issue in my game randomly. The only link I noticed is that for some reason it only affects Mobile Players and not all of them. (Since it doesn’t work on me)