lune icon indicating copy to clipboard operation
lune copied to clipboard

Creating a new DataModel and setting it as a global called game errors

Open witchiestwitchery opened this issue 6 months ago • 2 comments

the following code errors with

local roblox = require("@lune/roblox")
game = roblox.Instance.new("DataModel")
thread 'main' panicked at crates\lune-roblox\src\instance\registry.rs:44:17:
cannot mutably borrow app data container

witchiestwitchery avatar Aug 07 '24 15:08 witchiestwitchery