Creating something on a surface?

So I’m searching for a way to create an Instance, like an attachment, on a specific surface of a part, using a script.

image

Basically something like that.

1 Like
script.Parent.FrontSurface = Enum.SurfaceType.Motor

That code would only change the SurfaceType, what I’m searching for is to create a part attached to the surface or directly create an attachment on the surface.