Skip to content

V0.8 : Instance, GetService, Find Child and more !

Choose a tag to compare

@Program132 Program132 released this 21 Nov 18:38
· 33 commits to main since this release

Issues / Fixs

Due to a lot of problem with String, I decided to remove the automatic detection of values type, it means now you have to put " yourself or you can use the String node.

News

New node "Instance New" : you can create instance from Roblox Studio like :

  • Part
  • Model
  • etc.
    Make sure to specify the classname (part, model etc.) and the parent.

New node "Get Service" : you can call services from Roblox like Workspace, ReplicatedStorage, ServerScriptService and more !

New nodes to get & set a property of an instance, like get / set the name of a part !

New nodes to find a child from an instance (FindFirstChild, FindFirstChildOfClass, FindFirstChildWhichIsA, WaitForChild), I added as well IsA which return a boolean.

New async nodes:

  • task.wait
  • task.delay
  • task.defer
  • task.spawn

New events :

  • InputBegan
  • InputEnded

New enums:

  • KeyCode
  • UserInputType

Example

image image
image image
image image
image image
image image
image image
image image