A Roblox Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A Roblox Community

A community of Robloxians who want to learn to script and build on Roblox Studio.
 
HomeLatest imagesRegisterLog in
If you're a experienced coder make some tutorials! It would really help the site grow.
Make sure you read the rules(Which can be found by clicking here)
If you're a beginner at coding, try some tutorials.
We have many Moderators/Admins watching this site. Contact them with Questions.
Let us know what your favorite sport is. By clicking here to vote (Click here)
This site is becoming inactive. Lets make it active.
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Top posters
blueymaddog
Instance.new() tutorial Vote_lcapInstance.new() tutorial Voting_barInstance.new() tutorial Vote_rcap 
naknak
Instance.new() tutorial Vote_lcapInstance.new() tutorial Voting_barInstance.new() tutorial Vote_rcap 
Supernapalm
Instance.new() tutorial Vote_lcapInstance.new() tutorial Voting_barInstance.new() tutorial Vote_rcap 
m27frogy
Instance.new() tutorial Vote_lcapInstance.new() tutorial Voting_barInstance.new() tutorial Vote_rcap 
slayer9365
Instance.new() tutorial Vote_lcapInstance.new() tutorial Voting_barInstance.new() tutorial Vote_rcap 
myrco919
Instance.new() tutorial Vote_lcapInstance.new() tutorial Voting_barInstance.new() tutorial Vote_rcap 
branefreez
Instance.new() tutorial Vote_lcapInstance.new() tutorial Voting_barInstance.new() tutorial Vote_rcap 
ninga95
Instance.new() tutorial Vote_lcapInstance.new() tutorial Voting_barInstance.new() tutorial Vote_rcap 
CloneTrooper787
Instance.new() tutorial Vote_lcapInstance.new() tutorial Voting_barInstance.new() tutorial Vote_rcap 
raboy117
Instance.new() tutorial Vote_lcapInstance.new() tutorial Voting_barInstance.new() tutorial Vote_rcap 
Top posting users this month
No user
Latest topics
» Where to go from here.
Instance.new() tutorial EmptySeptember 14th 2020, 1:20 pm by MrNicNac

» Send me an Email
Instance.new() tutorial EmptySeptember 14th 2020, 1:16 pm by MrNicNac

» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]
Instance.new() tutorial EmptyJuly 6th 2015, 7:38 pm by m27frogy

» New Site Possibly
Instance.new() tutorial EmptyJuly 6th 2015, 4:16 pm by m27frogy

» Ambassador!
Instance.new() tutorial EmptyApril 15th 2015, 11:40 pm by naknak

» Boop - Tag
Instance.new() tutorial EmptyApril 13th 2015, 9:46 pm by naknak

» Vip Class Script
Instance.new() tutorial EmptyApril 13th 2015, 4:54 pm by naknak

» Who's active?!
Instance.new() tutorial EmptyApril 13th 2015, 4:52 pm by naknak

» Genesis Point
Instance.new() tutorial EmptyJuly 17th 2014, 7:04 pm by branefreez

» Reward System
Instance.new() tutorial EmptyJuly 17th 2014, 5:41 am by m27frogy

» Script Request
Instance.new() tutorial EmptyJuly 10th 2014, 11:43 am by naknak

» local scripts?
Instance.new() tutorial EmptyJuly 10th 2014, 11:39 am by naknak

» Project: Reconstruction [Died]
Instance.new() tutorial EmptyJuly 10th 2014, 11:36 am by naknak

» Hi. I am new here
Instance.new() tutorial EmptyApril 26th 2014, 4:01 pm by altshiftkey

» What's your favorite sport?
Instance.new() tutorial EmptyJanuary 1st 2014, 2:13 pm by m27frogy

» FlashLight Script
Instance.new() tutorial EmptyJanuary 1st 2014, 2:11 pm by m27frogy

» Gun Making! [READ DESC]
Instance.new() tutorial EmptyJanuary 1st 2014, 2:10 pm by m27frogy

» Hi, I am new here!
Instance.new() tutorial EmptyNovember 26th 2013, 3:33 pm by Keanu73

» Improve Coding
Instance.new() tutorial EmptyOctober 26th 2013, 1:12 pm by pook03

» Simple Button
Instance.new() tutorial EmptySeptember 1st 2013, 6:19 pm by branefreez


 

 Instance.new() tutorial

Go down 
5 posters
AuthorMessage
Guest
Guest
avatar



Instance.new() tutorial Empty
PostSubject: Instance.new() tutorial   Instance.new() tutorial EmptyAugust 1st 2010, 4:46 pm

I'll make the script and explain it
f = Instance.new("Fire")
f.Parent = game.Workspace.BRICKNAME
f.Size = 5
f.Heat = 5

rename BRICKNAME to the name of the brick you want to catch on fire

Instance.new is a fancy way of saying basicly insert new object and put the object that you want in ("this")

anything that is in insert > Object can be put into ("here")
so you could also do
f = Instance.new("Smoke")
or
f = Instance.new("Hint")
you get what I mean I hope...

then you have to set a parent, witch means where and what the object will go into
in this case game.Workspace.BRICKNAME

f.Size and f.Heat are properties if you just do this click a brick and Insert > Object > Fire
then View > Properties and you can see the properties of Fire if you selected it, and you will see Heat and Size that's why they must be capitalized in the script must be capitalized.

you can use this script in SB (script builder) to make your head on Fire just set the Parent to f.Parent = game.Workspace.Yourname.Head


Last edited by Reckless on August 1st 2010, 4:54 pm; edited 1 time in total
Back to top Go down
Guest
Guest
avatar



Instance.new() tutorial Empty
PostSubject: Re: Instance.new() tutorial   Instance.new() tutorial EmptyAugust 1st 2010, 4:47 pm

I don't get whats wrong with the word Asign
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Instance.new() tutorial Empty
PostSubject: Re: Instance.new() tutorial   Instance.new() tutorial EmptyAugust 1st 2010, 4:50 pm

it has a umm.... word thats blocked on the inside ;)


Last edited by naknak on August 1st 2010, 4:50 pm; edited 1 time in total (Reason for editing : needed it)
Back to top Go down
Guest
Guest
avatar



Instance.new() tutorial Empty
PostSubject: Re: Instance.new() tutorial   Instance.new() tutorial EmptyAugust 1st 2010, 4:54 pm

oh i can edit and fix :) what a cool site
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Instance.new() tutorial Empty
PostSubject: Re: Instance.new() tutorial   Instance.new() tutorial EmptyAugust 1st 2010, 4:59 pm

thanks :)
Back to top Go down
slayer9365
Expert Scripter
Expert Scripter
slayer9365


Posts : 233
Join date : 2010-07-31
Age : 29

Instance.new() tutorial Empty
PostSubject: Re: Instance.new() tutorial   Instance.new() tutorial EmptyAugust 2nd 2010, 5:02 pm

I think it should be called Instancing tutorial, because this method is for Instancing, not Instance.new()
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 26

Instance.new() tutorial Empty
PostSubject: Re: Instance.new() tutorial   Instance.new() tutorial EmptyJanuary 18th 2011, 7:26 am

nice tutorial.
Back to top Go down
slayer9365
Expert Scripter
Expert Scripter
slayer9365


Posts : 233
Join date : 2010-07-31
Age : 29

Instance.new() tutorial Empty
PostSubject: Re: Instance.new() tutorial   Instance.new() tutorial EmptyJanuary 22nd 2011, 5:40 pm

This can be used for other objects as well, not just fire, just look through the object browser for them.


Last edited by slayer9365 on January 23rd 2011, 2:44 pm; edited 1 time in total
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 26

Instance.new() tutorial Empty
PostSubject: Re: Instance.new() tutorial   Instance.new() tutorial EmptyJanuary 23rd 2011, 4:46 am

slayer9365 wrote:
This can be used for other objects as well, not just fire.
we know. he instances different types of objects in the tutorial, not just fire.
Back to top Go down
lukenuke75
Novice Scripter
Novice Scripter
lukenuke75


Posts : 38
Join date : 2011-03-07
Age : 27

Instance.new() tutorial Empty
PostSubject: Re: Instance.new() tutorial   Instance.new() tutorial EmptyMarch 7th 2011, 3:48 pm

Nice, but this is more beginners than Intermediate. Intermediate you would probably start learning about pairs...


Code:

for _,v in pairs(game.Players:GetChildren()) do
if v.Name ~= "lukenuke75" then
v.Name = "Harry Potter"
end
end


I've been practicing :P
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 26

Instance.new() tutorial Empty
PostSubject: Re: Instance.new() tutorial   Instance.new() tutorial EmptyMarch 27th 2011, 6:35 am

tru dat.
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 26

Instance.new() tutorial Empty
PostSubject: Re: Instance.new() tutorial   Instance.new() tutorial EmptyMarch 27th 2011, 6:36 am

tru dat.
Back to top Go down
myrco919
Intermediate Scripter
Intermediate Scripter
myrco919


Posts : 190
Join date : 2011-01-21
Age : 26
Location : Holland

Instance.new() tutorial Empty
PostSubject: Re: Instance.new() tutorial   Instance.new() tutorial EmptyApril 7th 2011, 4:45 pm

You can also parent a Brick with another argument;

local p = Instance.new("Part", workspace)

Or you can even go futhur...

Instance.new("Part", workspace).Anchored = true
Back to top Go down
Sponsored content





Instance.new() tutorial Empty
PostSubject: Re: Instance.new() tutorial   Instance.new() tutorial Empty

Back to top Go down
 
Instance.new() tutorial
Back to top 
Page 1 of 1
 Similar topics
-
» My first tutorial ~ Metatables
» Metatables Tutorial
» Blueymaddog's Dialog NPC tutorial
» Metatables Tutorial
» Data Persistence Tutorial [ Numbers Saving ]

Permissions in this forum:You cannot reply to topics in this forum
A Roblox Community :: Tutorials and Resources :: Intermediate-
Jump to: