V0.8 : Instance, GetService, Find Child and more !
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 :
PartModel- 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.waittask.delaytask.defertask.spawn
New events :
InputBeganInputEnded
New enums:
KeyCodeUserInputType
Example
