|
I need this centred:
prntscr
/6z4pjj
(the red piece centred)
billy mays here with a special tv offer |
|
|
You need to make more sense. And actually give us a link... |
|
|
not looking to get banned
obviously you're a dumbass because everyone knows how to edit links
billy mays here with a special tv offer |
|
|
Copy the bricks position to the other bricks position? |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
partB.CFrame = CFrame.new(partA.Position); -- same position, no rotation
partB.CFrame = partA.CFrame; -- same position, same rotation
partB.CFrame = CFrame.new(partA.Position) * (partB.CFrame - partB.CFrame.p); -- same position, original rotation |
|
|
@Champ
yes, i have that now from someone else, thanks though
@cnt
wtf no
billy mays here with a special tv offer |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
I don't know what you mean by centered. |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
Like, the edge of the red in the center of the black? |
|
|
obviously you're illiterate, goodbye
billy mays here with a special tv offer |
|
|
Actually cnt is a incredible scripter, he is one of the most well respected people on the scripting forum, your lucky he is even trying to help you with your problem, show some respect next time.
~R.I.P ROBLOX: http://www.roblox.com/Firefighter-Helmet-item?id=1081377 ~ |
|
|
no
billy mays here with a special tv offer |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
Mike next time be more clear. You want it centered horizontally, which is different from being centered in general.
I'll assume the z-axis is the picture's "up and down" (basically the 2D y-axis):
local offset = (partB.Position.Z - partA.Position.Z);
partB.CFrame = partA.CFrame * CFrame.new(0, 0, offset);
Other than that, I need more information on what should change and what shouldn't. Also summer I don't need to be defended because I only care what people say if it's someone I respect. |
|
|
x
billy mays here with a special tv offer |
|
PastellyJoin Date: 2014-03-22 Post Count: 2585 |
Get the F3X Building tool Plugin. Then go into it and change the moving increment to 0.1. Then move it over 0.1 studs and ta-da!
I think this is what you meant but im not sure. |
|