Skip to content

Alexplayrus2/SimpleDoor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

SimpleDoor

image

API:

Loading the API:

local api = loadstring(game:HttpGet("https://raw.githubusercontent.com/Alexplayrus2/SimpleDoor/main/main.lua", true))()

Create a Rush-like entity:

api:createrushent(Decal Id *REQUIRED*, Audio Id *REQUIRED*)

Jumpscare the player

api:jumpscare(Decal Id *REQUIRED*, Audio Id *REQUIRED*)

Flicker the lights

api:flickerlights()

Give the player a crucifix which can be used to banish the custom entities:

api:givecrucifix()

Activate subtitles (gets the audio's name from the roblox library)

api:createsubtitles()

Detect if the player entered a new room

function newroom()
print("a new room has been created!")
end
api:onnewroom(newroom)

Spawn a slower rush-like entity (useful for chase scenes)

api:createchaseent(decal id *REQUIRED*, audio id *REQUIRED*)

About

a simple roblox doors modding api, WIP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages