Key System

Here you can found how the key System Works.

To make it, Include these lines in the main:

local main = Library:new{
	Name = "Custom Name",
	Style = "Classic",
	Theme = "LightYellow",
	KeySystemConfig = {
		KeySystem = false,
		Key = "He",
		KeyLink = "www.htlm",
		KeySystemText = {
			Text = "This Script Is in beta. Do not Use on nuclear testing facilities",
			Title = "READ DESCRIPTION",
			--SmallTitle = "See it please"
		}
		
	},
}

By enabling keySystem, the player wont be able to access the main script without key. Change the key to your desired one and the rest. There will be a button which copies to the clipboard your key link (discord support directly will be added later)

Last updated