EvilaMel
|
  |
| Joined: 28 May 2012 |
| Total Posts: 14500 |
|
|
| 19 May 2015 04:36 AM |
local lifetime = 1
while true do wait(1.5) local pos = script.Parent local b = Instance.new("Part")
b.Position = pos.Position + pos.CFrame.lookVector b.Size = Vector3.new(1, 1, 1) b.formFactor = 2 b.Shape = 1 b.BrickColor=BrickColor.new("Bright blue") b.Transparency = 0 b.TopSurface = "Smooth" b.BottomSurface = "Smooth" b.CanCollide = false b.Parent = game.Workspace b.Velocity = Vector3.new(0, 0, 0) game:GetService("Debris"):AddItem(b, lifetime) end
I need to add mesh into the brick, like it will spawn with a mesh. |
|
|
| Report Abuse |
|
|
|
| 19 May 2015 05:25 AM |
local lifetime = 1
while true do wait(1.5) local pos = script.Parent local b = Instance.new("Part")
b.Position = pos.Position + pos.CFrame.lookVector b.Size = Vector3.new(1, 1, 1) b.formFactor = 2 b.Shape = 1 b.BrickColor=BrickColor.new("Bright blue") b.Transparency = 0 b.Mesh = (example sphere) b.TopSurface = "Smooth" b.BottomSurface = "Smooth" b.CanCollide = false b.Parent = game.Workspace b.Velocity = Vector3.new(0, 0, 0) game:GetService("Debris"):AddItem(b, lifetime) end |
|
|
| Report Abuse |
|
|
EvilaMel
|
  |
| Joined: 28 May 2012 |
| Total Posts: 14500 |
|
| |
|
| |
|
EvilaMel
|
  |
| Joined: 28 May 2012 |
| Total Posts: 14500 |
|
|
| 19 May 2015 05:36 AM |
| Free model?!!! I'm making a cheese factory. |
|
|
| Report Abuse |
|
|
| |
|
rayk999
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 4705 |
|
| |
|
cyberCrud
|
  |
| Joined: 01 May 2015 |
| Total Posts: 810 |
|
|
| 19 May 2015 06:54 AM |
Strange seeing you here EvilaMel...
This place is cyberCrud |
|
|
| Report Abuse |
|
|