Im trying to make a balloon tower defence game.
Put this in the GUI
1 | Cloned = game.Workspace.PartThatNeedsToBeCloned |
2 |
3 |
4 | script.Parent.MouseButton 1 Click:connect( function () |
5 | C = Cloned:Clone().Parent = workspace |
6 | --Move the part wherever you want here |
7 | end ) |
Edit: Don't forget to accept the answer if this helps you.
Closed as Not Constructive by M39a9am3R, yumtaste, and Perci1
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?