qGUI
This was deprecated in 2.3.1
This item is deprecated. Do not use it for new work.
A group of utility functions to be used to help create visual effectcs with ROBLOX GUIs
Functions
AddNinePatch
qGUI.AddNinePatch(image: string,--
The URL of the image in question
imageSize: Vector2,--
The size of the image overall, suggested to be 99/divisible by 3. Vector2 value.
radius: number,--
the radius you want the image to be at
type: "ImageLabel" | "ImageButton",--
The type (Class) that the frame should be, either an ImageLabel or an ImageButton
properties: any) → ()Makes a NinePatch in the frame, with the image.