(Apologizes if this is in the wrong category, seeing as I’m not really sure if this is related to the script or just Roblox.)
I made a quick and simple inventory script, but it seems to have a problem with the physics when dropping the items.
As you can see, the dropped items don’t behave how they should. Some of them randomly teleport around, while sometimes they only seem to be active when coming into contact with a player.
Any help or ideas on this would be greatly appreciated. For some context, all of the inventory stuff is being handled in a client script.
This is planned to be a strictly single player game, so I didn’t give this too much thought. Do you think switching it to server physics would be better?
It seems setting the CFrame on the Server worked, and setting the NetworkOwner of the object to Client helps with stuttery frames, thanks for the help!