How would I script an object throwing system? I thought of tweening but I realised that tweening just makes the object go to a specific direction. any suggestions on what I can do?
2 Likes
You could use raycasting to shoot it in a direction based off where the mouse is clicked and then insert a velocity into the object?
1 Like
Adding onto this, you might not want to do this all locally though as if the object is created client-side, nobody else will see it and it can’t damage anyone. Keep in mind that you will need to use RemoteEvents here.
4 Likes