mirror of
https://github.com/lune-org/docs.git
synced 2025-04-05 02:50:58 +01:00
Fix mistake in roblox example
This commit is contained in:
parent
d910b08c06
commit
f1d3a1e431
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