Roblox Saveinstance Script -

Roblox Saveinstance Script -

local function applyProps(inst, props) for k,v in pairs(props or {}) do if type(v) == "table" and v.x and v.y and v.z then inst[k] = Vector3.new(v.x,v.y,v.z) elseif type(v) == "table" and v.r then inst[k] = Color3.new(v.r,v.g,v.b) elseif type(v) == "table" and v.px then inst[k] = CFrame.new(v.px,v.py,v.pz) * CFrame.Angles(v.rx,v.ry,v.rz) else inst[k] = v end end end

local function serializeInstance(inst, depth, maxDepth) if depth > maxDepth then return nil end local node = { className = inst.ClassName, name = inst.Name, properties = getSafeProps(inst), values = {}, children = {}, } for _, child in ipairs(inst:GetChildren()) do if child:IsA("ValueBase") then local vprops = getSafeProps(child) table.insert(node.values, {class = child.ClassName, name = child.Name, properties = vprops}) elseif not child:IsA("ModuleScript") and not child:IsA("Script") and not child:IsA("LocalScript") then local cnode = serializeInstance(child, depth+1, maxDepth) if cnode then table.insert(node.children, cnode) end end end return node end Roblox SaveInstance Script

local ALLOWLIST = { Part = {"Anchored","CanCollide","Size","Material","Color"}, Model = {}, IntValue = {"Value"}, StringValue = {"Value"}, BoolValue = {"Value"}, } local function applyProps(inst

local function getSafeProps(inst) local allowed = ALLOWLIST[inst.ClassName] or {} local props = {} for _, prop in ipairs(allowed) do local success, val = pcall(function() return inst[prop] end) if success then -- convert Vector3, Color3, CFrame to tables if typeof(val) == "Vector3" then props[prop] = {x=val.X,y=val.Y,z=val.Z} elseif typeof(val) == "Color3" then props[prop] = {r=val.R,g=val.G,b=val.B} elseif typeof(val) == "CFrame" then local p = val.Position; local r = {val:ToEulerAnglesXYZ()} props[prop] = {px=p.X,py=p.Y,pz=p.Z,rx=r[1],ry=r[2],rz=r[3]} else props[prop] = val end end end return props end props) for k

-- Requires HttpService local HttpService = game:GetService("HttpService")

local function instantiateNode(node, parent) local ok, inst = pcall(function() return Instance.new(node.className) end) if not ok then return nil end inst.Name = node.name or node.className applyProps(inst, node.properties) inst.Parent = parent for _, v in ipairs(node.values or {}) do local ok2, valInst = pcall(function() return Instance.new(v.class) end) if ok2 then valInst.Name = v.name applyProps(valInst, v.properties) valInst.Parent = inst end end for _, c in ipairs(node.children or {}) do instantiateNode(c, inst) end return inst end

Film

Riki-Oh: The Story of Ricky

Lik Wong

Ngai Choi Lam, 1991, HK, DCP, ov zh st fr & ang, 91'

Ricky is a superhumanly skilled martial artist whose revenge on the thug who caused his girlfriend’s death condemns him to jail, where he defends...
05.03.2020 > 21:30
Film

A Day Without Policemen

Johnny Lee, 1993, HK, 35mm, ov zh st ang, 98'

A cop (Simon Yam) with an AK-47 phobia gets caught in the middle when a Chinese fisherman repatriates his gang to avenge the rape and murder of his...
08.03.2020 > 21:30
Film

Robotrix

Nu ji xie ren

Jamie Luk, 1991, HK, 35mm, ov zh st ang, 94'

A mortally wounded lady cop is revived as one third of a crimefighting cyborg trio with cleavage in the first Cat III film to feature martial arts....
12.03.2020 > 19:30
Film

The Eternal Evil of Asia

Nan Yang Shi Da Xie Shu

Man Kei Chin, 1995, HK, 35mm, ov zh st ang, 89'

An evil sorcerer wreaks grisly vengeance on the men he deems responsible for the death of his sister, but before he can finish the job he gets...
13.03.2020 > 21:30
Film

The Untold Story

Yi boh lai beng duk

Herman Yau, 1993, HK, HD, ov zh st ang, 96'

Anthony Wong won Best Actor at the Hong Kong Film Awards for his performance as a restaurant owner who becomes chief murder suspect after severed...
13.03.2020 > 23:30
Film + conférence

Hong Kong Category III : International Conference

Past censorship? Sex, blood and politics in Hong Kong

The 1990s were a notorious period in the history Hong Kong cinema. In turns gory sexualised, violent and just plain outrageous, Category III films...
14.03.2020 > 13:30
Film

Taxi Hunter

Herman Yau, 1993, HK, 35mm, ov zh st ang, 89'

When his pregnant wife gets her dress caught in a cab door and is accidentally dragged to her death, a mild-mannered insurance salesman (Anthony...
14.03.2020 > 17:30
Film

Sex and Zen

Yuk po tuen: Tau ching bo gam

Michael Mak, 1991, HK, DCP, ov zh st fr & ang, 99'

A scholar is obsessed with seducing women, leading to slapstick comedy, tragic irony and plenty of softcore lubriciousness in this sensuous...
14.03.2020 > 21:30
Film

Devil’s Woman

Nan Yang Di Yi Xie Jiang

Otto Chan, 1996, HK, 35mm, ov zh st ang, 96'

Still traumatised after being hit in the face by a foetus blasted out of a pregnant hostage’s womb, a cop (Cat III favourite Elvis Tsui) hunts for...
15.03.2020 > 21:30