How to create a Hexagon in Roblox Studio

Created a video tutorial for all creators on how to create a Hexagon in Roblox Studio.
It’s pretty simple :slight_smile:

and attached a script for random color generation

Codycheck

1 Like

Frist off, this is the wrong category, this should be put in #resources:community-tutorials / #resources:community-resources
Second off, you can also create a hexagon this way without the need of unions.
17384067165917143277596924542668

2 Likes

sorry for the wrong category.
But I can’t create honeycombs without union.
And snapping with triangles doesn’t exactly work the best.

To create a HEXAGON using 3 identical Rectangles, all you need to know is the number 1.732, which is actually the square root of 3.
Otherwise, the long number is 1.732050807568877.
The longer side of the rectangle is divided by 1.732, which is the size of the short side of the rectangle.

Codycheck

2 Likes