mirror of
https://github.com/lune-org/docs.git
synced 2025-04-04 18:40:59 +01:00
Fix mistake in roblox example (#7)
This commit is contained in:
parent
95f49ccefa
commit
3366021ac9
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ for _, descendant in workspace:GetDescendants() do
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Save the DataModel (game) back to the file that we read it from
|
-- Save the DataModel (game) back to the file that we read it from
|
||||||
file = roblox.serializePlace("myPlaceFile.rbxl")
|
file = roblox.serializePlace(game)
|
||||||
fs.writeFile(file)
|
fs.writeFile("myPlaceFile.rbxl", file)
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Reference in a new issue