Skip to content

YogurtRamune/DotWaitForChild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DotWaitForChild V1

A Roblox module that shortens :WaitForChild() verbosity

Example

Instead of this boilerplate

local someInstance = A:WaitForChild("B"):WaitForChild("C"):WaitForChild("D"):WaitForChild("E")

Turns into this

local Dot = require( --[[DotWaitForChild Path]] )
local someInstance = Dot.Get(Dot.Wait(A).B.C.D.E)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages