Spaces:
No application file
No application file
Corentin Cailleaud commited on
Commit ·
04f22bc
1
Parent(s): 31396ec
update
Browse files
cubzh.lua
CHANGED
|
@@ -822,7 +822,8 @@ Client.OnStart = function()
|
|
| 822 |
|
| 823 |
gigax:setConfig(gigaxWorldConfig)
|
| 824 |
|
| 825 |
-
|
|
|
|
| 826 |
end
|
| 827 |
|
| 828 |
Client.Action1 = function()
|
|
|
|
| 822 |
|
| 823 |
gigax:setConfig(gigaxWorldConfig)
|
| 824 |
|
| 825 |
+
local randomNames = { "aduermael", "soliton", "gdevillele", "caillef", "voxels", "petroglyph" }
|
| 826 |
+
Player.Avatar:load({ usernameOrId = randomNames[math.random(#randomNames)] })
|
| 827 |
end
|
| 828 |
|
| 829 |
Client.Action1 = function()
|