create
modules.create(type: string, properties: { [string]: any })Parameters
Example
local new_part = modules.create("Part",{
Parent = workspace,
CFrame = CFrame.new(20,20,20)
})Last updated
modules.create(type: string, properties: { [string]: any })local new_part = modules.create("Part",{
Parent = workspace,
CFrame = CFrame.new(20,20,20)
})Last updated