Exe (Product: exe) | Installation Guide

Set up.

First of all, make sure you are up to date by checking the topic above. Now, import the model to your game and this is how it should look like;

Expand the folder named “EXE 5” and unfold them into their respective locations.

CTRL + U to unfold.

Manage Permissions.

After unfolding them in their respective locations. Go ahead in ServerScriptService > exe_manager > ELEMENTS.

  • Want to add a user?
    Copy this block of code below with the [0] being the User ID and paste inside PERMITTED_PLAYERS.
	[0] = {
		["BANNABLE"] = true;
		["KICKABLE"] = true;
		["TIER"] = 2
	};
  • Want to connect it to your group?
    Change the value of PERMITTED_GROUP to the Group ID you want to connect.

  • Want to add a rank?
    Copy this block of code below with the [0] being the Rank and paste inside PERMITTED_RANKS.

	[0] = {
		["BANNABLE"] = true;
		["KICKABLE"] = true;
		["TIER"] = 2
	};

Check your Profile or Group!

What is Tier? How does it work?

So treat the Tier in Ranks and Players as level in a game and treat the Tier in Features as the game modes.

image

Now you added yourself and set yourself to Tier 1 for example. You cannot access any of these features because you’re Tier 1.

Let’s say you set yourself to Tier 5. You can now access tons of features because you go beyond their Tier. Like you can now Apply Effects, Give Tools, Server Announce, and many more.

If you set yourself to Tier 10 then you have all access to the features.

You can also change the Tier of the Features.

Configurations.

After managing the permissions, you can now go ahead in ReplicatedStorage > exe_manager > configurations

This section is optional. You can skip this section if you do not want to configure some settings.

image

NOTIFY

Configuration Description
duration_limit The maximum duration of the Notify feature.
filter_string Filters the notification.

PROFILE

Configuration Description
jump_max The maximum limit of Jump Power or Jump Height.
jump_min The minimum limit of Jump Power or Jump Height.
walkspeed_max The maximum limit of Walk Speed.
walkspeed_min The minimum limit of Walk Speed.

SERVER_ANNOUNCEMENT

Configuration Description
duration_limit The maximum duration of the Server Announcement feature.
filter_string Filters the announcement.

SERVER_PRIVACY

Configuration Description
server_locked_message The kick message for when the server is private.

SYSTEM

Configuration Description
KEYCODE The key to open the panel.
RESET_SCALE_BIND The bind key to reset the UI Scale of the panel.

Webhook Notification.

To enable webhook notifications you need to enable Allow HTTP Request. If you don’t have a plan to enable webhook notifications, turn this off.

image

Go to ServerScriptService > exe_manager > exe_scripts > server_status > webhook_link.

image

Here you can type the Webhook link. Make sure to use a secured and reliable proxy.

Security Permissions

Head in the Game Settings > Security

You must turn on Enable Studio Access in API Services to save data.

Only turn on Allow HTTP Requests if you only have your webhook linked.


image


You’re done setting it up. Thank you for using Exe!
Having troubles? DM @blve_hxrizon or Join our community.


15 Likes