Let´s say, I drop a tool and it floats, how do I make that? Please help.
You can use CFrame.. You'd have to do something like
[Handle].CFrame=CFrame.new(game.Players.LocalPlayer.Character.Torso.Position.X, game.Players.LocalPlayer.Character.Torso.Position.Y, game.Players.LocalPlayer.Character.Torso.Position.Z)
You'd have to mess with the axis and stuff..
or you could use body position.. I'm not sure how ;[