added 2007 sandbox
This commit is contained in:
parent
825068129e
commit
10cdf27325
File diff suppressed because one or more lines are too long
|
|
@ -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")
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
start client\Roblox.exe -script "%CD%\data\game.lua" "%CD%\data\Place1"
|
||||
exit
|
||||
Loading…
Reference in New Issue