Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
bqmb3 committed Jun 30, 2024
1 parent 79efc85 commit 8ce0135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function F3X.new(init)
assert(ServerEndpoint, errors.endpointNotFound)
self._core = Core
self._endpoint = ServerEndpoint
self._endpoint:InvokeServer("SetParent", {Folder}, plr)
self._endpoint:InvokeServer("SetParent", {Folder}, workspace.Terrain)
end,
_core = nil,
_endpoint = nil,
Expand Down

0 comments on commit 8ce0135

Please sign in to comment.