💻Panorama

MTools.Panorama:OpenLink(link);

Allows you to follow a link in the default browser. Example usage:

MTools.Panorama:OpenLink("https://en.neverlose.cc/market/");
-- Opens the market for this software.

Blur

MTools.Panorama:Blur(bool);

Allows you to turn off or on the blur in the panorama. Example usage:

MTools.Panorama:Blur(false);
-- Turns off the blur in the panorama.

GetName

MTools.Panorama:GetName();

Allows you to get a styme username. Example usage:

print(MTools.Panorama:GetName());
-- Will bring back the name.

Last updated