Skip to content

Adds new functions to the Roblox engine API that can be used in all instances.

Notifications You must be signed in to change notification settings

010DevX101/Roblox-Engine-API-Expander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roblox Engine API Expander

version devforum model

Now methods can be called directly from instances instead of having to pass the instance as a parameter to the method. Adds new functions to the Roblox engine API that can be used in all instances.

Install

Get the module from the following link: https://create.roblox.com/store/asset/16611623974

Features

  • WaitForChildWhichIsA method.
  • GetDescendantsWhichAre method.
  • GetDescendantsOfClass method.
  • GetChildrenOfClass method.
  • GetChildrenWhichAre method.
  • FindFirstSibling method.
  • IsSiblingOf method.
  • FindFirstSiblingWhichIsA method.
  • FindFirstSiblingOfClass method.
  • GetSiblings method.
  • .SiblingRemoved signal.
  • .SiblingAdded signal.
  • .Removing signal.

Usage

Check the Examples folder for more information on how to use the functions provided.

Contribute

Feel free to contribute by making a pull request in the GitHub repository.

Any feedback is appreciated, I hope this module is useful and solves the following issue.

About

Adds new functions to the Roblox engine API that can be used in all instances.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages