brados123
|
  |
| Joined: 24 Nov 2012 |
| Total Posts: 2143 |
|
|
| 30 Sep 2015 11:44 AM |
hey, so i have this dropper that drops a normal part after (x) ammount of time.
this is all from an instance.new script, but how do i make it so that they have a mesh id in them? basically i need to put the mesh id of different roblox catalog items in them.
heres the script i have so far, can someone just edit it in, and tell me where to put id? thanks guys!
local Script = game:service'Lighting':WaitForChild('Script') --// Contents
Fire = function() local Part = Instance.new("Part") Part.Position = script.Parent.Position Part.Size = Vector3.new(6.94, 150.48, 8.42) Part.BottomSurface = 0 Part.Transparency = 0.2 Part.TopSurface = 0 Part.Name = "TycoonBrick" Part.Parent = script.Parent Part.Material = script.Parent.Material Part.BrickColor = script.Parent.BrickColor local Script_Clone = Script:Clone() Script_Clone.Parent = Part end;
while wait() do wait(4) spawn(Fire) end;
I auto accept Higher rap. Here is my trade window: http://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=34773242 |
|
|
| Report Abuse |
|
|
brados123
|
  |
| Joined: 24 Nov 2012 |
| Total Posts: 2143 |
|
|
| 30 Sep 2015 11:48 AM |
bump
I auto accept Higher rap. Here is my trade window: http://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=34773242 |
|
|
| Report Abuse |
|
|
brados123
|
  |
| Joined: 24 Nov 2012 |
| Total Posts: 2143 |
|
|
| 30 Sep 2015 11:52 AM |
bump
I auto accept Higher rap. Here is my trade window: http://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=34773242 |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 11:54 AM |
Easiest thing ever, And Id answer.
The only thing is you keep putting this at the bottom of your messages.
I auto accept Higher rap. Here is my trade window: http://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=34773242
I don't like that.
Not replying, just stating my opinion. |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:27 PM |
local Script_Clone = Script:Clone() Script_Clone.Parent = Part --ADD local Mesh_Clone = Mesh:Clone() Mesh_Clone.Parent = Part
end;
|
|
|
| Report Abuse |
|
|
brados123
|
  |
| Joined: 24 Nov 2012 |
| Total Posts: 2143 |
|
|
| 30 Sep 2015 01:29 PM |
guess what. I dont like you.
why are you even in scripters? Ive never seen your name anywhere?
I auto accept Higher rap. Here is my trade window: http://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=34773242 |
|
|
| Report Abuse |
|
|