Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Add workspace global
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Oct 8, 2018
1 parent 4bcd99b commit 571ed39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/createEnvironment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ local function createEnvironment(habitat)
end

environment.game = habitat.game
environment.workspace = habitat.game:GetService("Workspace")

return environment
end
Expand Down

0 comments on commit 571ed39

Please sign in to comment.