Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

RE2 Elevator

Teleport to other floors of Building

Sample

MENU

Dependencies

Config

Add Any location like Sample to the config file

Config.locations = {
    ["Pillbox"] = {
        [1] = {
            ["name"] = "PillBox RoofTop",
            ["teleport"] = vector4(338.53, -583.9, 74.16, 252.7),
            ["button"] = vector4(338.53, -583.9, 74.16, 252.7)
        },
        [2] = {
            ["name"] = "PillBox First Floor",
            ["teleport"] = vector4(332.39, -595.77, 43.28, 70.94),
            ["button"] = vector4(331.74, -596.9, 43.28, 245.58)
        },
        [3] = {
            ["name"] = "PillBox Parking",
            ["teleport"] = vector4(344.28, -586.2, 28.8, 244.59),
            ["button"] = vector4(345.05, -584.85, 28.8, 73.66)
        },
    },
}

How to Install

ensure re2-elevator
change config.lua to your Own Prefer

Feel free for pull request and contributes

About

No description, website, or topics provided.

Resources

Stars

12 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages