Player only door!

I’m making a puzzle game where you move boxes around and I’m making a door that only let the player walk through it but not the box

I think there is some way to do this without scripting.

box here is not a tool it an union:
image

Do you mean that the player can only move through the door, but the ‘box’ will block the player?
Or are you just trying to keep the box from being moved through the door?

I’m trying to stop the box moved through the door

Try this then: Collision Filtering | Roblox Creator Documentation

But what are you using to move the blocks around?
Are you CFraming them, or using PrismaticConstraints, or bodymovers?
This information is important for us to be able to know what you are doing.

uhmm i weld the box to player hand when they click the box

like this:

use Collision Filtering, as Scottifly said

Also you might want to disable shift lock too so Players cant do this

2 Likes

it first-person puzzle game so i don’t really worry about that