1 - Use this template to create a new repository for your game, then clone that repository locally. 2 - Open the Workspace.code-workspace file with Visual Studio Code ...
local script = ... script.Awake = function() -- create an instance from a Inspector assigned prefab script.go = Object.Instantiate(script.InspectorPrefab) end script.Update = function() -- make it ...