Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

My Blocks keep falling down whenever I build something?

Asked by 9 years ago

Whenever I build something the blocks fall down and it really makes me aggravated. Help please? Also sorry if I get the tag wrong.

0
Have you tried anchoring the Blocks? They may be falling because you forgot to anchore them in place [Part.Anchored = true]. TheeDeathCaster 2368 — 9y
0
No I did not anchore them. But thankyou for the reply! FrozenSolitude 0 — 9y
0
No problem. :) TheeDeathCaster 2368 — 9y

3 answers

Log in to vote
0
Answered by 9 years ago

Anchor your blocks :)

Ad
Log in to vote
0
Answered by 9 years ago

This is not a scripting issue. If you press play in studio you can check for "falling blocks" then reset to put you back in editing mode.

Log in to vote
0
Answered by 9 years ago
game.Workspace:GetChildren(parts)
for i,v in pairs do
if i.ClassName == "Part" then
i.Anchored = true
end

qq i feel like i did something wrong, its like midnight and im tired...anyway yah u need to anchor ur stuff

Answer this question