Advertisement
tyridge77

ConstraintsTest

May 28th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. i = Instance.new; a = i("Part",Workspace) a.Size = Vector3.new(1,1,1)  b = i("Part",Workspace) b.Size = Vector3.new(1,1,1) b.CFrame = CFrame.new(0,10,0) a.CFrame = CFrame.new(5,10,0) a = i("Attachment",a); b = i("Attachment",b) r = i("RopeConstraint",Workspace)
  2. r.Attachment0 = a; r.Attachment1 = b; r.Length = 10;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement