mirror of
https://github.com/lune-org/docs.git
synced 2025-04-03 01:50:57 +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
|
||||
|
||||
-- Save the DataModel (game) back to the file that we read it from
|
||||
file = roblox.serializePlace("myPlaceFile.rbxl")
|
||||
fs.writeFile(file)
|
||||
file = roblox.serializePlace(game)
|
||||
fs.writeFile("myPlaceFile.rbxl", file)
|
||||
```
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue