Answered by
6 years ago Edited 6 years ago
First you will need to put your part inside the ReplicatedStorage, and after put a script inside ur dropper models
after try to use this script inside
02 | workspace:WaitForChild( "PartStorage" ) |
07 | script.Parent.Clicker.ClickDetector.MouseClick:connect( function (wat) |
10 | local part = Instance.new( "Part" ,workspace.PartStorage) |
11 | part.BrickColor = script.Parent.Parent.Parent.DropColor.Value |
12 | part.Material = script.Parent.Parent.Parent.MaterialValue.Value |
13 | local cash = Instance.new( "IntValue" ,part) |
16 | part.CFrame = script.Parent.Drop.CFrame - Vector 3. new( 0 , 1.3 , 0 ) |
17 | part.FormFactor = "Custom" |
18 | part.Size = Vector 3. new( 1 , 1 , 1 ) |
19 | part.TopSurface = "Smooth" |
20 | part.BottomSurface = "Smooth" |
21 | game.Debris:AddItem(part, 20 ) |
You should be good, then you will need more tutorial if you want to make a tycoon
Closed as Not Constructive by User#21908 and User#19524
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?