We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab3140 commit 72e2d4eCopy full SHA for 72e2d4e
1 file changed
src/client/StarterPlayerScripts/test.client.lua
@@ -1,7 +1,7 @@
1
print("Test");
2
print("test2");
3
4
-local version = game.ReplicatedStorage:WaitForChild("Version", 20);
+local version = require(game.ReplicatedStorage:WaitForChild("Version", 20));
5
print(version.version)
6
print(version.commit)
7
print(version.branch)
0 commit comments