|
| 18 Nov 2015 04:18 PM |
| We have lock, but we need an anchor all tool, too. |
|
|
| Report Abuse |
|
|
Nemraz
|
  |
| Joined: 08 Dec 2012 |
| Total Posts: 3879 |
|
|
| 18 Nov 2015 04:23 PM |
unlock all
ungroup all
select all
look at properties
check anchored
or
group all
anchor |
|
|
| Report Abuse |
|
|
|
| 18 Nov 2015 04:46 PM |
| :/, that takes a lot. This takes about 2 seconds. |
|
|
| Report Abuse |
|
|
aWisp
|
  |
| Joined: 22 Jan 2011 |
| Total Posts: 1168 |
|
|
| 18 Nov 2015 04:49 PM |
@wafle
Lol. If you want to make a good game, be patient. It takes time and effort |
|
|
| Report Abuse |
|
|
|
| 18 Nov 2015 05:05 PM |
| Or you could just "Select all items" then press anchor |
|
|
| Report Abuse |
|
|
|
| 18 Nov 2015 05:09 PM |
put this in the command bar
for i,v in pairs(game.Workspace:GetChildren()) do if v:IsA("Part") then v.Anchored = true if v:IsA("UnionOperation") then v.Anchored = true if v:IsA("Model") then for b,n in pairs(v:GetChildren()) do if n:IsA("Part") then n.Anchored = true if n:IsA("UnionOperation") then n.Anchored = true end end end end end end end |
|
|
| Report Abuse |
|
|
|
| 19 Nov 2015 06:41 PM |
| Bruh, I've made about 5 extremely high quality games. |
|
|
| Report Abuse |
|
|
A320NEO
|
  |
| Joined: 15 Mar 2011 |
| Total Posts: 4755 |
|
|
| 19 Nov 2015 11:55 PM |
CTRL+A
Press "Anchor" button
(Make sure to unlock any locked items while doing this or do it from the properties if it's locked) |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2015 07:08 PM |
| I know how to do all that stuff, there needs to be a little drag down bar that says "anchor all" or "un-anchor all" |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2015 07:10 PM |
| ill make a plugin for it, brb |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2015 07:15 PM |
http://www.roblox.com/Anchore-All-Plugin-item?id=321693864 untested
|
|
|
| Report Abuse |
|
|
|
| 20 Nov 2015 07:32 PM |
| Anchoring stuff is a bit hard for me, I forget a lot some times. It did make me build this awesome stack of papers that moves around when you touch it though. |
|
|
| Report Abuse |
|
|
| |
|