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 » Scripting Helpers
Home Search
 

Re: Fire question

Previous Thread :: Next Thread 
kenny126 is not online. kenny126
Joined: 04 Sep 2008
Total Posts: 1776
08 Oct 2011 12:47 PM
reload = 1

wait(2)

while true do
p = Instance.new("Part")
p.Position = script.Parent.Position
p.Size = Vector3.new(1,1,1)
p.Name = "ABrick"
p.BrickColor = BrickColor.new("Grey")
p.TopSurface = ("Smooth")
p.BottomSurface = ("Smooth")
p.Parent = script.Parent.Parent.Parent
p.Shape = 0
wait(reload)
end

How would I make it so their is fire in the brick?
Report Abuse
kenny126 is not online. kenny126
Joined: 04 Sep 2008
Total Posts: 1776
08 Oct 2011 12:49 PM
Bumppp
Report Abuse
Sapidum is not online. Sapidum
Joined: 27 Aug 2011
Total Posts: 735
08 Oct 2011 12:49 PM
Instance.new("Fire").Parent = whateveryouwant
Report Abuse
kenny126 is not online. kenny126
Joined: 04 Sep 2008
Total Posts: 1776
08 Oct 2011 12:52 PM
So,,,,



reload = 1

wait(2)

while true do
p = Instance.new("Part")
p.Position = script.Parent.Position
p.Size = Vector3.new(1,1,1)
p.Name = "ABrick"
p.BrickColor = BrickColor.new("Grey")
p.TopSurface = ("Smooth")
p.BottomSurface = ("Smooth")
p.Parent = script.Parent.Parent.Parent
p.Shape = 0
p.Instance.new("Fire").Parent = Part
wait(reload)
end


Que?
Report Abuse
demonskul777 is not online. demonskul777
Joined: 28 May 2010
Total Posts: 3716
08 Oct 2011 01:12 PM
reload = 1

wait(2)

while true do
p = Instance.new("Part")
p.Position = script.Parent.Position
p.Size = Vector3.new(1,1,1)
p.Name = "ABrick"
p.BrickColor = BrickColor.new("Grey")
p.TopSurface = ("Smooth")
p.BottomSurface = ("Smooth")
p.Parent = script.Parent.Parent
p.Shape = 0
Instance.new("Fire", p)
wait(reload)
end

~This makes absolutely no sense~
Report Abuse
demonskul777 is not online. demonskul777
Joined: 28 May 2010
Total Posts: 3716
08 Oct 2011 01:15 PM
Sorry was testing at my place :3 make
"p.Parent = script.Parent.Parent"
p.Parent = script.Parent.Parent.Parent
...

~This makes absolutely no sense~
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • 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