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

Can anyone help with a GUI that builds walls, roofs, etc.?

Asked by
tvfob 6
6 years ago

Can anyone help me, I am trying to make something that will build walls, roofs, etc. like in games like Welcome to Bloxburg and Lumber Tycoon 2.

0
A GUI that generates one or the player can place a roof? Chez_Guy 67 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

Do a script,

part = instance.new["Part"]

part.size = "The size you want it, test this on another part!"
part.position = 'X, Y, Z"
0
Mistake found: add a wait(.1) after the part = instance.new... step User#17915 0 — 6y
0
Thanks! I'll try it! tvfob 6 — 6y
Ad

Answer this question