Skip to content

V1.0: For in ipairs/pairs, new events, Local Player and more !

Latest

Choose a tag to compare

@Program132 Program132 released this 24 Nov 13:34
· 2 commits to main since this release

News

New statement nodes:

  • For in pairs
  • For in ipairs

New nodes from Color3:

  • new
  • fromHSV
  • fromRGB

New nodes from BrickColor:

  • New
  • Random
  • To RGB

New enums nodes:

  • EasingDirection
  • EasingStyle

New nodes for TweenService:

  • TweenInfo.new
  • Create
  • Cancel
  • Play

New nodes for Local Player & Humanoid:

  • Get Local Player
  • Get Character
  • Get Humanoid
  • Get Humanoid State
  • Humanoid Take Damage
  • Get Humanoid State

UDim2 nodes:

  • UDim2.new
  • UDim2.fromScale
  • UDim2.fromOffset

New nodes for RemoteEvents:

  • FireClient
  • FireServer

New events:

  • Died (Humanoid)
  • HealthChanged (Humanoid)
  • StateChanged (Humanoid)
  • ChildAdded
  • ChildRemoved
  • Changed (Instance, when a property is updated)
  • OnServerEvent
  • OnServerInvoke

Example

For In

image image

Color3

image image

Tweens

image image

Player & Humanoid

image image

ChildAdded

image image

Remote Events

image image

Kill Brick Example

image image
{
    "version": "2.0",
    "scripts": [
        {
            "id": "script-1763990649166",
            "name": "Main",
            "nodes": [
                {
                    "id": "node-1763990657293",
                    "name": "touched",
                    "type": "EVENT",
                    "x": 49,
                    "y": 350.609,
                    "inputs": {}
                },
                {
                    "id": "node-1763990664191",
                    "name": "getproperty",
                    "type": "FUNCTION",
                    "x": -290,
                    "y": 528.609,
                    "inputs": {
                        "PropertyName": "Parent"
                    }
                },
                {
                    "id": "node-1763990677640",
                    "name": "isa",
                    "type": "FUNCTION",
                    "x": 50,
                    "y": 543.609,
                    "inputs": {
                        "className": "Player"
                    }
                },
                {
                    "id": "node-1763990729292",
                    "name": "if",
                    "type": "METHOD",
                    "x": 398,
                    "y": 353.609,
                    "inputs": {}
                },
                {
                    "id": "node-1763990762539",
                    "name": "start",
                    "type": "EVENT",
                    "x": -34,
                    "y": 45.609,
                    "inputs": {}
                },
                {
                    "id": "node-1763990772704",
                    "name": "set",
                    "type": "METHOD",
                    "x": 643.565,
                    "y": 60.063,
                    "inputs": {
                        "name": "part"
                    }
                },
                {
                    "id": "node-1763990776970",
                    "name": "get",
                    "type": "FUNCTION",
                    "x": -279.842,
                    "y": 382.291,
                    "inputs": {
                        "name": "part"
                    }
                },
                {
                    "id": "node-1763990789907",
                    "name": "getservice",
                    "type": "FUNCTION",
                    "x": -139,
                    "y": 183.609,
                    "inputs": {
                        "ServiceName": "Workspace"
                    }
                },
                {
                    "id": "node-1763990796596",
                    "name": "findfirstchild",
                    "type": "FUNCTION",
                    "x": 242,
                    "y": 164.609,
                    "inputs": {
                        "childName": "Part"
                    }
                },
                {
                    "id": "node-1763990843329",
                    "name": "takedamage",
                    "type": "METHOD",
                    "x": 901,
                    "y": 388.609,
                    "inputs": {
                        "damage": "100"
                    }
                },
                {
                    "id": "node-1763990869957",
                    "name": "set",
                    "type": "METHOD",
                    "x": 630.223,
                    "y": 367.379,
                    "inputs": {
                        "name": "plr"
                    }
                },
                {
                    "id": "node-1763990883426",
                    "name": "gethumanoid",
                    "type": "FUNCTION",
                    "x": 626,
                    "y": 697.609,
                    "inputs": {}
                },
                {
                    "id": "node-1763990901047",
                    "name": "getcharacter",
                    "type": "FUNCTION",
                    "x": 291,
                    "y": 697.609,
                    "inputs": {}
                },
                {
                    "id": "node-1763990918423",
                    "name": "get",
                    "type": "FUNCTION",
                    "x": -47.79,
                    "y": 696.487,
                    "inputs": {
                        "name": "plr"
                    }
                },
                {
                    "id": "node-1763991061488",
                    "name": "getproperty",
                    "type": "FUNCTION",
                    "x": 415,
                    "y": 559.609,
                    "inputs": {
                        "PropertyName": "Parent"
                    }
                }
            ],
            "connections": [
                {
                    "fromNode": "node-1763990657293",
                    "fromPort": "otherPart",
                    "toNode": "node-1763990664191",
                    "toPort": "instance",
                    "type": "data"
                },
                {
                    "fromNode": "node-1763990664191",
                    "fromPort": "value",
                    "toNode": "node-1763990677640",
                    "toPort": "instance",
                    "type": "data"
                },
                {
                    "fromNode": "node-1763990677640",
                    "fromPort": "result",
                    "toNode": "node-1763990729292",
                    "toPort": "condition",
                    "type": "data"
                },
                {
                    "fromNode": "node-1763990657293",
                    "fromPort": "ExecOut",
                    "toNode": "node-1763990729292",
                    "toPort": "ExecIn",
                    "type": "exec"
                },
                {
                    "fromNode": "node-1763990762539",
                    "fromPort": "ExecOut",
                    "toNode": "node-1763990772704",
                    "toPort": "ExecIn",
                    "type": "exec"
                },
                {
                    "fromNode": "node-1763990776970",
                    "fromPort": "value",
                    "toNode": "node-1763990657293",
                    "toPort": "instance",
                    "type": "data"
                },
                {
                    "fromNode": "node-1763990789907",
                    "fromPort": "service",
                    "toNode": "node-1763990796596",
                    "toPort": "instance",
                    "type": "data"
                },
                {
                    "fromNode": "node-1763990796596",
                    "fromPort": "child",
                    "toNode": "node-1763990772704",
                    "toPort": "value",
                    "type": "data"
                },
                {
                    "fromNode": "node-1763990729292",
                    "fromPort": "Then",
                    "toNode": "node-1763990869957",
                    "toPort": "ExecIn",
                    "type": "exec"
                },
                {
                    "fromNode": "node-1763990883426",
                    "fromPort": "humanoid",
                    "toNode": "node-1763990843329",
                    "toPort": "humanoid",
                    "type": "data"
                },
                {
                    "fromNode": "node-1763990901047",
                    "fromPort": "character",
                    "toNode": "node-1763990883426",
                    "toPort": "character",
                    "type": "data"
                },
                {
                    "fromNode": "node-1763990918423",
                    "fromPort": "value",
                    "toNode": "node-1763990901047",
                    "toPort": "player",
                    "type": "data"
                },
                {
                    "fromNode": "node-1763990869957",
                    "fromPort": "ExecOut",
                    "toNode": "node-1763990843329",
                    "toPort": "ExecIn",
                    "type": "exec"
                },
                {
                    "fromNode": "node-1763991061488",
                    "fromPort": "value",
                    "toNode": "node-1763990869957",
                    "toPort": "value",
                    "type": "data"
                },
                {
                    "fromNode": "node-1763990657293",
                    "fromPort": "otherPart",
                    "toNode": "node-1763991061488",
                    "toPort": "instance",
                    "type": "data"
                }
            ]
        }
    ],
    "activeScriptId": "script-1763990649166",
    "variables": [
        {
            "name": "plr"
        },
        {
            "name": "part"
        }
    ],
    "customFunctions": []
}