So i saw this bomb system which i really liked and i wanted to recreate something like it for my game here is a showcase : Roblox | Criminality | C4 Commercial - YouTube
As you can see the player has to hold the left mouse button to charge the bomb then you can throw it and it sticks on anything , it can also explode on your hand if you hold it for too much time . I’ve tried making it but it’s too hard for me, if anyone could help that would be really appreciated! And thx in advance!
You should be able to script everything except for the throw movement right?
I would suggest looking into projectile motion physics, there is a good tutorial about it by EgoMoose or perhaps just use a BodyVelocity object that goes like this:
RootPart.CFrame:VectorToWorldSpace(Vector3.new(0, YDistance, ZDistance))
1 Like
I can’t script all of that by my self that’s why i’m asking for help.