Skip to content

Commit 72e2d4e

Browse files
committed
Update test.client.lua
1 parent cab3140 commit 72e2d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
print("Test");
22
print("test2");
33

4-
local version = game.ReplicatedStorage:WaitForChild("Version", 20);
4+
local version = require(game.ReplicatedStorage:WaitForChild("Version", 20));
55
print(version.version)
66
print(version.commit)
77
print(version.branch)

0 commit comments

Comments
 (0)