generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripters
Home Search
 

Re: Help me edit this script?

Previous Thread :: Next Thread 
EvilaMel is not online. 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
reZireZireZi is not online. reZireZireZi
Joined: 26 Jan 2013
Total Posts: 617
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 is not online. EvilaMel
Joined: 28 May 2012
Total Posts: 14500
19 May 2015 05:27 AM
thank you!!
Report Abuse
reZireZireZi is not online. reZireZireZi
Joined: 26 Jan 2013
Total Posts: 617
19 May 2015 05:31 AM
Cool free model doe cx
Report Abuse
EvilaMel is not online. EvilaMel
Joined: 28 May 2012
Total Posts: 14500
19 May 2015 05:36 AM
Free model?!!! I'm making a cheese factory.
Report Abuse
reZireZireZi is not online. reZireZireZi
Joined: 26 Jan 2013
Total Posts: 617
19 May 2015 05:56 AM
This is free Modeled m8
Report Abuse
rayk999 is not online. rayk999
Joined: 18 Feb 2011
Total Posts: 4705
19 May 2015 06:21 AM
Lol, retire's a hypocrite
Report Abuse
cyberCrud is not online. 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
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripters
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image