🪛
MTools
  • 📷Description
  • ✏️Strings
  • 🔢Numbers
  • 📂Table
  • 📶Network
  • 🍪Client
  • 🗃️FileSystem
  • 🍭Render
  • 🧬Animation
  • 🧸AntiAims
  • ⚙️Threading
  • 💻Panorama
Powered by GitBook
On this page
  • OpenLink
  • Blur
  • GetName

Panorama

OpenLink

MTools.Panorama:OpenLink(link);

Name
Type
Description

link

string

Link to follow

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);

Name
Type
Description

bool

boolean

Turn blur on or off

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();

Name
Type
Description

-

-

-

Allows you to get a styme username. Example usage:

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

Last updated 2 years ago

💻