Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to turn a model to a tool?

Asked by 8 years ago

I want to make a horse that I have into a tool. The tool will spawn the horse on click. How do I do this?

1 answer

Log in to vote
0
Answered by
Pyrondon 2089 Game Jam Winner Moderation Voter Community Moderator
8 years ago

You can use :Clone() (to clone the horse when it is spawned) and mouse.Hit.p (to move the horse to the clicked position) to accomplish this.

Please try to make your script first, and then come if there are any problems.

Ad

Answer this question