You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
-
What is the issue? Include screenshots / videos if possible!
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I want to achieve a grenade that when thrown, it sticks to the hit surface, the issue is I don’t know how to do that… I tried getting the mouse.Hit position and welding the grenade to the position but if the player aims in the air that wouldn’t work… I could maybe just make the grenades range Humrp.CFrame * cframe.new(0,0,40) and have it welded to the end of it , but then it wouldn’t have the curve of the throwing… idk I’m just talking nonsense here, can anyone give me an idea on how to do this?