Hello, How would I make a script that uses Cframe to move a brick to one position then another?
just adjust the part path
local part = workspace:WaitForChild("Part") local xPos = 0 -- change to your X local yPos = 0 -- change to your Y local zPos = 0 -- change to your Z part.CFrame = CFrame.new(xPos,yPos,zPos)
local part = part path part.CFrame.new(0.0.0) wait(1) part.CFrame.new(10,10,10)
Closed as Too Broad by royaltoe, GGRBXLuaGG, Vathriel, SimplifiedCode, and Azarth
This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.
Why was this question closed?