I am trying to make a game where you throw things across the map (specifically babies) . What script would I need to grab the object, turn it into a tool, and then it lets you throw it, adding to a counter on the usernames list?
thanks
Create an instance tool and parent the model into the tool. Have a script where you can grab the model in the model object. Create a script for the tool that makes the model throwable. Make sure to parent the tool into your backpack. Lastly, add the counter inside the Tool script. You will need leader stats for that.
2 Likes