How to make text on a brick: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
→‎The humanoid method: spelling fix - I might add a billboardgui method later
>Crazypotato4
>Emess
(→‎The humanoid method: spelling fix - I might add a billboardgui method later)
Line 12: Line 12:


#Insert a model. Insert > Object > Model (<i>Instance.new("Model", Workspace)</i>).
#Insert a model. Insert > Object > Model (<i>Instance.new("Model", Workspace)</i>).
#Insert a part. Inssert > Object > Part (<i>Instance.new("Part", Workspace.Model)</i>). Make sure you are selecting the model while doing so.
#Insert a part. Insert > Object > Part (<i>Instance.new("Part", Workspace.Model)</i>). Make sure you are selecting the model while doing so.
#Change the name of the Part to "Head".
#Change the name of the Part to "Head".
#Insert a humanoid inside of the model. Insert > Object > Humanoid (<i>Instance.new("Humanoid, Workspace.Model)</i>) (DO NOT PUT IT INSIDE THE BRICK!)
#Insert a humanoid inside of the model. Insert > Object > Humanoid (<i>Instance.new("Humanoid, Workspace.Model)</i>) (DO NOT PUT IT INSIDE THE BRICK!)
Anonymous user

Navigation menu