Tool Swing Failure to work

Here is the video of it


When the tool is Unequipped it should be cloned and be swinging on my back but doesn’t
do it. I commented out the part that is just confusing me to get it to swing.
Here is the Source Code etc.
TestSwing.rbxl (67.2 KB)
play around with if you want ive tried different things like HingeConstraint.

ive replicated it before but this is an example.

Hey, it looks like you just forgot to weld the attachment point to the rest of the tool. I also upgraded the system a little by making the following fixes:

  • Made it actually clone the tool so it works multiple times
  • Made it so instead of being a remote event, its a script that just applies to everything
  • Made it so it’s a local script for the client creating it so there is less network lag
  • Added an AngularVelocity so it has a little wiggle but not too much
  • Prevented a bit of a memory leak recreating attachments
  • Made it destroy the model when another tool is equipped
  • Made it cframe the tool to the right spot
  • Made the tool uncollidable
  • Made it use an AlignPosition instead of a hinge constraint to better replicate the swinging

Kinda went all out lol, might make a post on this and publish it as free resource.

WeaponSwing.rbxl (68.1 KB)

I modified it to try to make it swing like the clip i pictured
WeaponSwing.rbxl (71.9 KB)
stressed alot rn. lost my job

I would just use the system I sent you, don’t try to ChatGPT stuff(It’s really obvious and just worsens the system). The network replication was quite advanced, not something an AI would be able to recreate easily. And also, I’m proving free resources to help people learn, not something for you to sell. If you are going to use any of the code that I wrote or my system as a base, I don’t give you permission to sell it, only distribute it for free.

i dont sell roblox models etc, just using as a base using chatgpt to feel peace / get stuff off mind.

As you have probably seen though, ChatGPT isn’t going to help you learn how to code, nor will it improve the system. If there’s something specific you want to change that you have tried yourself to implement and are unable to, let me know and I can help. You said “lost my job”, so I just wanted to make sure you know that this is a place for learning/improving, not for selling items.