roblox
Example usage
local roblox = require("@lune/roblox")
-- Reading & writing a place file
local game = roblox.readPlaceFile("myPlaceFile.rbxl")
local workspace = game:GetService("Workspace")
for _, child in workspace:GetChildren() do
print("Found child " .. child.Name .. " of class " .. child.ClassName)
end
roblox.writePlaceFile("myPlaceFile.rbxl", game)Functions
getAuthCookie
function Roblox.getAuthCookie(raw: boolean?)readModelFile
readPlaceFile
writeModelFile
writePlaceFile
Types
Instance
Last updated