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
Vector3 BrickColor CFrame Vote_lcapVector3 BrickColor CFrame Voting_barVector3 BrickColor CFrame Vote_rcap 
naknak
Vector3 BrickColor CFrame Vote_lcapVector3 BrickColor CFrame Voting_barVector3 BrickColor CFrame Vote_rcap 
Supernapalm
Vector3 BrickColor CFrame Vote_lcapVector3 BrickColor CFrame Voting_barVector3 BrickColor CFrame Vote_rcap 
m27frogy
Vector3 BrickColor CFrame Vote_lcapVector3 BrickColor CFrame Voting_barVector3 BrickColor CFrame Vote_rcap 
slayer9365
Vector3 BrickColor CFrame Vote_lcapVector3 BrickColor CFrame Voting_barVector3 BrickColor CFrame Vote_rcap 
myrco919
Vector3 BrickColor CFrame Vote_lcapVector3 BrickColor CFrame Voting_barVector3 BrickColor CFrame Vote_rcap 
branefreez
Vector3 BrickColor CFrame Vote_lcapVector3 BrickColor CFrame Voting_barVector3 BrickColor CFrame Vote_rcap 
ninga95
Vector3 BrickColor CFrame Vote_lcapVector3 BrickColor CFrame Voting_barVector3 BrickColor CFrame Vote_rcap 
CloneTrooper787
Vector3 BrickColor CFrame Vote_lcapVector3 BrickColor CFrame Voting_barVector3 BrickColor CFrame Vote_rcap 
raboy117
Vector3 BrickColor CFrame Vote_lcapVector3 BrickColor CFrame Voting_barVector3 BrickColor CFrame Vote_rcap 
Top posting users this month
No user
Latest topics
» Where to go from here.
Vector3 BrickColor CFrame EmptySeptember 14th 2020, 1:20 pm by MrNicNac

» Send me an Email
Vector3 BrickColor CFrame EmptySeptember 14th 2020, 1:16 pm by MrNicNac

» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]
Vector3 BrickColor CFrame EmptyJuly 6th 2015, 7:38 pm by m27frogy

» New Site Possibly
Vector3 BrickColor CFrame EmptyJuly 6th 2015, 4:16 pm by m27frogy

» Ambassador!
Vector3 BrickColor CFrame EmptyApril 15th 2015, 11:40 pm by naknak

» Boop - Tag
Vector3 BrickColor CFrame EmptyApril 13th 2015, 9:46 pm by naknak

» Vip Class Script
Vector3 BrickColor CFrame EmptyApril 13th 2015, 4:54 pm by naknak

» Who's active?!
Vector3 BrickColor CFrame EmptyApril 13th 2015, 4:52 pm by naknak

» Genesis Point
Vector3 BrickColor CFrame EmptyJuly 17th 2014, 7:04 pm by branefreez

» Reward System
Vector3 BrickColor CFrame EmptyJuly 17th 2014, 5:41 am by m27frogy

» Script Request
Vector3 BrickColor CFrame EmptyJuly 10th 2014, 11:43 am by naknak

» local scripts?
Vector3 BrickColor CFrame EmptyJuly 10th 2014, 11:39 am by naknak

» Project: Reconstruction [Died]
Vector3 BrickColor CFrame EmptyJuly 10th 2014, 11:36 am by naknak

» Hi. I am new here
Vector3 BrickColor CFrame EmptyApril 26th 2014, 4:01 pm by altshiftkey

» What's your favorite sport?
Vector3 BrickColor CFrame EmptyJanuary 1st 2014, 2:13 pm by m27frogy

» FlashLight Script
Vector3 BrickColor CFrame EmptyJanuary 1st 2014, 2:11 pm by m27frogy

» Gun Making! [READ DESC]
Vector3 BrickColor CFrame EmptyJanuary 1st 2014, 2:10 pm by m27frogy

» Hi, I am new here!
Vector3 BrickColor CFrame EmptyNovember 26th 2013, 3:33 pm by Keanu73

» Improve Coding
Vector3 BrickColor CFrame EmptyOctober 26th 2013, 1:12 pm by pook03

» Simple Button
Vector3 BrickColor CFrame EmptySeptember 1st 2013, 6:19 pm by branefreez


 

 Vector3 BrickColor CFrame

Go down 
AuthorMessage
Guest
Guest
avatar



Vector3 BrickColor CFrame Empty
PostSubject: Vector3 BrickColor CFrame   Vector3 BrickColor CFrame EmptyNovember 13th 2010, 6:58 pm

in this tutorial I will explain how to Resize Recolor and Position bricks.
p = Instance.new("Part") --To create a new part
p.Parent = workspace --Places the 'Part' into the workspace
p.Anchored = true --So the part doesnt move
p.Size = Vector3.new(x,y,z) --x is left to right y is up and down z is back and -----forth We use Vector3 when Resizing
p.BrickColor = BrickColor.new("Reddish brown")
--Replace Reddish brown with the name of the color, if the color does not exist
--it defaults to Grey
p.CFrame = CFrame.new(x,y,z)
--I like to use CFrame so if someone is standing where the brick is, it will push them up and stay where we positioned it to
notice how when re coloring resizing and positioning, we put .new
That creates new coordinates,color, or size for the part
if you forget .new, the script will malfunction
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


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

Vector3 BrickColor CFrame Empty
PostSubject: Re: Vector3 BrickColor CFrame   Vector3 BrickColor CFrame EmptyJanuary 18th 2011, 7:41 am

this should help scripting newbies.
Back to top Go down
 
Vector3 BrickColor CFrame
Back to top 
Page 1 of 1
 Similar topics
-
» The Vector3.new() Function (and more)
» CFrame: Positioning and Rotating

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