I am a little confused as I am new to this stuff but how would I make a rotatable dragging script? (like e to turn right and q to turn left?)
like in this video: Roblox SCP-3008 2.2 Building System and More™ - YouTube
I am a little confused as I am new to this stuff but how would I make a rotatable dragging script? (like e to turn right and q to turn left?)
like in this video: Roblox SCP-3008 2.2 Building System and More™ - YouTube
A good starting point would be to mark the models that can be grabbed using CollectionService and a tag management plugin. Then detect when a marked model is clicked, and then move it to where the mouse is pointing every frame. If you haven’t made any systems like this before then that’s plenty to start IMO, but if you want to know more before starting then feel to ask about more specific things