Changing anchored property doesn't affect part

I’m creating an inventory system in Roblox Studio and it’s supposed to be able to pick up certain items and drop that item from the inventory. Whenever a player picks up an item the game stores the part locally in their playerGui. When the player drops the item the game puts the part back into the workspace. With this, I came across the problem. The game makes the part unanchored but it doesn’t change anything. The part doesn’t fall or move like an unanchored part should.

In the video it shows that the part is unanchored but doesn’t change.

Any help is very appreciated

2 Likes

Its probably just a studio glitch try restarting studios.

1 Like

I’ve tried that. I’ve left for about two weeks and came back to it and it still doesn’t work.

Sorry I got no ideas why that is happening then. Must be a bug.

1 Like

this behavior happens when you unachor a part on the client while the part is anchored on the server, you’ll need to tell the server to unanchor it via a remote event

3 Likes