KIeos
|
  |
| Joined: 18 Jul 2012 |
| Total Posts: 4917 |
|
|
| 16 Aug 2012 10:55 PM |
Here's the script:
local prev local parts = script.Parent:GetChildren() for i = 1,#parts do if (parts[i].className == "Part") then if (prev ~= nil)then local weld = Instance.new("Weld") weld.Part0 = prev weld.Part1 = parts[i] weld.C0 = prev.CFrame:inverse() weld.C1 = parts[i].CFrame:inverse() weld.Parent = prev end prev = parts[i] end end wait(3) script:remove()
I need it to work with wedges too, but it doesn't. Can anyone help me with that? |
|
|
| Report Abuse |
|
|
KIeos
|
  |
| Joined: 18 Jul 2012 |
| Total Posts: 4917 |
|
| |
|
KIeos
|
  |
| Joined: 18 Jul 2012 |
| Total Posts: 4917 |
|
| |
|
KIeos
|
  |
| Joined: 18 Jul 2012 |
| Total Posts: 4917 |
|
| |
|
| |
|
| |
|
|
| 17 Aug 2012 02:28 PM |
| http://wiki.roblox.com/index.php/Category:Deprecated_items |
|
|
| Report Abuse |
|
|
|
| 17 Aug 2012 02:29 PM |
| The number one idiot on SH: JakieMcCool. |
|
|
| Report Abuse |
|
|