How to create Telekinesis

Hi! I am a ROBLOX Developer who took a long break from scripting and now have no idea what to do. Essentially, I need to script it to where, a player presses a character/object on their keyboard and hovers over an object, and wherever the mouse move the object/character does too. I got the part where they press the key, but I’m unsure how I’d accomplish the telekinesis.

Any help appreciated. Thank you.

1 Like

You can use the Mouse to get Mouse.Target and use the Mouse.Moved event if you don’t want to use a loop. For moving the object, I would personally use BodyPosition to simulate physics.