So I’m searching for a way to create an Instance, like an attachment, on a specific surface of a part, using a script.
Basically something like that.
So I’m searching for a way to create an Instance, like an attachment, on a specific surface of a part, using a script.
Basically something like that.
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.