otorp2

roblox cframe and position command prompt

Dec 18th, 2017
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Workspace.Brick.CFrame = CFrame.new(0,5,0)
  2.  
  3.  
  4. local brick2 = Instance.new("Part") brick2.Parent = Workspace
  5.  
  6. Workspace.Brick.Position= Vector3.new(0,0,20)
  7.  
  8. Workspace:ClearAllChildren()
  9.  
  10. workspace.Block.BrickColor = BrickColor.new(1015)
Add Comment
Please, Sign In to add comment