added 2007 sandbox

This commit is contained in:
Bitl 2017-11-02 18:44:01 -07:00
parent 825068129e
commit 10cdf27325
3 changed files with 189659 additions and 0 deletions

189650
2007-Demo/data/Place1 Normal file

File diff suppressed because one or more lines are too long

7
2007-Demo/data/game.lua Normal file
View File

@ -0,0 +1,7 @@
settings().Rendering.Shadows = true
local plr = game.Players:CreateLocalPlayer(0)
plr:LoadCharacter()
game.Workspace.MOTD.Parent = plr.Character
game:GetService("Visit")
game:GetService("RunService"):run()
game:GetService("NetworkClient")

2
2007-Demo/launch.bat Normal file
View File

@ -0,0 +1,2 @@
start client\Roblox.exe -script "%CD%\data\game.lua" "%CD%\data\Place1"
exit