Updated to the latest 2007 sandbox.

This commit is contained in:
Bitl 2017-11-25 14:15:26 -07:00
parent 10cdf27325
commit b2986b1e7e
8 changed files with 372914 additions and 65 deletions

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

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

372788
2007-Demo/data/Benchmark Normal file

File diff suppressed because it is too large Load Diff

View File

@ -10814,18 +10814,18 @@
<Ref name="CameraSubject">null</Ref>
<token name="CameraType">0</token>
<CoordinateFrame name="CoordinateFrame">
<X>62.02005</X>
<Y>73.8593216</Y>
<Z>42.2826462</Z>
<R00>-0.12218073</R00>
<R01>-0.8418051</R01>
<X>189.33255</X>
<Y>279.235992</Y>
<Z>26.6101875</Z>
<R00>-0.122180045</R00>
<R01>-0.84180522</R01>
<R02>0.525772095</R02>
<R10>-2.98023224e-008</R10>
<R11>0.52974087</R11>
<R10>0</R10>
<R11>0.529740751</R11>
<R12>0.848159671</R12>
<R20>-0.992508054</R20>
<R21>0.103628606</R21>
<R22>-0.0647242367</R22>
<R21>0.103628069</R21>
<R22>-0.0647238344</R22>
</CoordinateFrame>
<CoordinateFrame name="Focus">
<X>51.5045509</X>
@ -172006,7 +172006,7 @@
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
<string name="Name">Leaderboard</string>
<string name="Source">print(&quot;Community Leaderboard script loaded&quot;)&#13;&#10;&#13;&#10;&#13;&#10;function onPlayerEntered(newPlayer)&#13;&#10;&#13;&#10;&#9;local stats = Instance.new(&quot;IntValue&quot;)&#13;&#10;&#9;stats.Name = &quot;leaderstats&quot;&#13;&#10;&#13;&#10;&#9;local mins = Instance.new(&quot;IntValue&quot;)&#13;&#10;&#9;mins.Name = &quot;Minutes Building&quot;&#13;&#10;&#9;mins.Value = 0&#13;&#10;&#13;&#10;&#13;&#10;&#9;mins.Parent = stats&#13;&#10;&#9;&#13;&#10;&#9;stats.Parent = newPlayer&#13;&#10;&#13;&#10;&#9;while true do&#13;&#10;&#9;&#9;wait(60)&#13;&#10;&#9;&#9;mins.Value = mins.Value + 1&#13;&#10;&#9;end&#13;&#10;end&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;game.Players.ChildAdded:connect(onPlayerEntered)</string>
<string name="Source">print(&quot;Community Leaderboard script loaded&quot;)&#13;&#10;&#13;&#10;&#13;&#10;function onPlayerEntered(newPlayer)&#13;&#10;&#13;&#10;&#9;local stats = Instance.new(&quot;IntValue&quot;)&#13;&#10;&#9;stats.Name = &quot;leaderstats&quot;&#13;&#10;&#13;&#10;&#9;local mins = Instance.new(&quot;IntValue&quot;)&#13;&#10;&#9;mins.Name = &quot;Minutes Building&quot;&#13;&#10;&#9;mins.Value = 0&#13;&#10;&#13;&#10;&#9;mins.Parent = stats&#13;&#10;&#9;&#13;&#10;&#9;stats.Parent = newPlayer&#13;&#10;&#13;&#10;&#9;while true do&#13;&#10;&#9;&#9;wait(60)&#13;&#10;&#9;&#9;mins.Value = mins.Value + 1&#13;&#10;&#9;end&#13;&#10;end&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;game.Players.ChildAdded:connect(onPlayerEntered)</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
@ -189321,37 +189321,28 @@
</Properties>
</Item>
</Item>
<Item class="LocalScript" referent="RBX2576">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
<string name="Name">MOTD</string>
<string name="Source">local w = game:service(&quot;HtmlService&quot;):NewWindow()&#13;&#10;&#13;&#10;w.DocumentComplete:connect(function ()&#13;&#10;&#9;w:SetBody([==[&#13;&#10;&#9;&lt;table width=&quot;420&quot; height=&quot;190&quot; border=&quot;0&quot;&gt;&#13;&#10;&#9; &lt;tr&gt;&#13;&#10;&#9; &lt;td width=&quot;490&quot; bgcolor=&quot;#FFFFFF&quot;&gt;&lt;font color=&quot;#000000&quot;&gt; &#13;&#10;&#9; &lt;/font&gt;&lt;div align=&quot;center&quot;&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;b&gt;ROBLOX Virtual Playworld&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;ROBLOX is Free!&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9;&#9;&#9;&lt;br&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;b&gt;Build your personal Place&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;Create buildings, vehicles, scenery, and traps with thousands of virtual bricks.&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9;&#9;&#9;&lt;br&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;b&gt;Meet new friends online&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;Visit your friend&apos;s place, chat in 3D, and build together.&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9;&#9;&#9;&lt;br&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;b&gt;Battle in the Brick Arenas&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;Play with the slingshot, rocket, or other brick battle tools. Be careful not to get &quot;bloxxed&quot;.&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9; &lt;/div&gt;&#13;&#10;&#9; &lt;/td&gt;&#13;&#10;&#9; &lt;/tr&gt;&#13;&#10;&#9;&lt;/table&gt;&#13;&#10;]==])&#13;&#10;&#9;&#13;&#10;&#9;w:Show()&#13;&#10;end)&#13;&#10;&#13;&#10;w:Navigate()</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
</Item>
<Item class="RunService" referent="RBX2577">
<Item class="RunService" referent="RBX2576">
<Properties>
<string name="Name">Run Service</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
<External>RBX2577</External>
<External>RBX2578</External>
<External>RBX2579</External>
<Item class="Players" referent="RBX2580">
<Item class="Players" referent="RBX2579">
<Properties>
<int name="MaxPlayers">12</int>
<string name="Name">Players</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="StarterPack" referent="RBX2581">
<Item class="StarterPack" referent="RBX2580">
<Properties>
<string name="Name">StarterPack</string>
<bool name="archivable">true</bool>
</Properties>
<Item class="HopperBin" referent="RBX2582">
<Item class="HopperBin" referent="RBX2581">
<Properties>
<token name="BinType">1</token>
<string name="Name">GameTool</string>
@ -189359,7 +189350,7 @@
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="HopperBin" referent="RBX2583">
<Item class="HopperBin" referent="RBX2582">
<Properties>
<token name="BinType">3</token>
<string name="Name">Clone</string>
@ -189367,7 +189358,7 @@
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="HopperBin" referent="RBX2584">
<Item class="HopperBin" referent="RBX2583">
<Properties>
<token name="BinType">4</token>
<string name="Name">Hammer</string>
@ -189375,7 +189366,7 @@
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="HopperBin" referent="RBX2585">
<Item class="HopperBin" referent="RBX2584">
<Properties>
<token name="BinType">2</token>
<string name="Name">Grab</string>
@ -189383,14 +189374,14 @@
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="HopperBin" referent="RBX2586">
<Item class="HopperBin" referent="RBX2585">
<Properties>
<token name="BinType">0</token>
<string name="Name">More Tools</string>
<Content name="TextureId"><url>rbxasset://textures/CameraZoomIn.png</url></Content>
<bool name="archivable">true</bool>
</Properties>
<Item class="Script" referent="RBX2587">
<Item class="Script" referent="RBX2586">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
@ -189399,14 +189390,14 @@
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="HopperBin" referent="RBX2588">
<Item class="HopperBin" referent="RBX2587">
<Properties>
<token name="BinType">0</token>
<string name="Name">Rotate</string>
<Content name="TextureId"><null></null></Content>
<bool name="archivable">true</bool>
</Properties>
<Item class="Script" referent="RBX2589">
<Item class="Script" referent="RBX2588">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
@ -189416,28 +189407,28 @@
</Properties>
</Item>
</Item>
<Item class="HopperBin" referent="RBX2590">
<Item class="HopperBin" referent="RBX2589">
<Properties>
<token name="BinType">0</token>
<string name="Name">Resize</string>
<Content name="TextureId"><url>http://www.roblox.com/asset/?id=2259961</url></Content>
<bool name="archivable">true</bool>
</Properties>
<Item class="IntValue" referent="RBX2591">
<Item class="IntValue" referent="RBX2590">
<Properties>
<string name="Name">manipulate</string>
<int name="Value">1</int>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="IntValue" referent="RBX2592">
<Item class="IntValue" referent="RBX2591">
<Properties>
<string name="Name">Mode</string>
<int name="Value">2</int>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="Script" referent="RBX2593">
<Item class="Script" referent="RBX2592">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
@ -189447,14 +189438,14 @@
</Properties>
</Item>
</Item>
<Item class="HopperBin" referent="RBX2594">
<Item class="HopperBin" referent="RBX2593">
<Properties>
<token name="BinType">0</token>
<string name="Name">ColorTool</string>
<Content name="TextureId"><null></null></Content>
<bool name="archivable">true</bool>
</Properties>
<Item class="Script" referent="RBX2595">
<Item class="Script" referent="RBX2594">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
@ -189464,14 +189455,14 @@
</Properties>
</Item>
</Item>
<Item class="HopperBin" referent="RBX2596">
<Item class="HopperBin" referent="RBX2595">
<Properties>
<token name="BinType">0</token>
<string name="Name">Anchor</string>
<Content name="TextureId"><null></null></Content>
<bool name="archivable">true</bool>
</Properties>
<Item class="Script" referent="RBX2597">
<Item class="Script" referent="RBX2596">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
@ -189481,28 +189472,28 @@
</Properties>
</Item>
</Item>
<Item class="HopperBin" referent="RBX2598">
<Item class="HopperBin" referent="RBX2597">
<Properties>
<token name="BinType">0</token>
<string name="Name">Reflectance</string>
<Content name="TextureId"><null></null></Content>
<bool name="archivable">true</bool>
</Properties>
<Item class="StringValue" referent="RBX2599">
<Item class="StringValue" referent="RBX2598">
<Properties>
<string name="Name">Value</string>
<string name="Value">0</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="NumberValue" referent="RBX2600">
<Item class="NumberValue" referent="RBX2599">
<Properties>
<string name="Name">Value2</string>
<float name="Value">0</float>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="Script" referent="RBX2601">
<Item class="Script" referent="RBX2600">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
@ -189512,28 +189503,28 @@
</Properties>
</Item>
</Item>
<Item class="HopperBin" referent="RBX2602">
<Item class="HopperBin" referent="RBX2601">
<Properties>
<token name="BinType">0</token>
<string name="Name">Transparency</string>
<Content name="TextureId"><null></null></Content>
<bool name="archivable">true</bool>
</Properties>
<Item class="StringValue" referent="RBX2603">
<Item class="StringValue" referent="RBX2602">
<Properties>
<string name="Name">Value</string>
<string name="Value">0</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="NumberValue" referent="RBX2604">
<Item class="NumberValue" referent="RBX2603">
<Properties>
<string name="Name">Value2</string>
<float name="Value">0</float>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="Script" referent="RBX2605">
<Item class="Script" referent="RBX2604">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
@ -189543,14 +189534,14 @@
</Properties>
</Item>
</Item>
<Item class="HopperBin" referent="RBX2606">
<Item class="HopperBin" referent="RBX2605">
<Properties>
<token name="BinType">0</token>
<string name="Name">Lock</string>
<Content name="TextureId"><null></null></Content>
<bool name="archivable">true</bool>
</Properties>
<Item class="Script" referent="RBX2607">
<Item class="Script" referent="RBX2606">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
@ -189560,14 +189551,14 @@
</Properties>
</Item>
</Item>
<Item class="HopperBin" referent="RBX2608">
<Item class="HopperBin" referent="RBX2607">
<Properties>
<token name="BinType">0</token>
<string name="Name">CanCollide</string>
<Content name="TextureId"><null></null></Content>
<bool name="archivable">true</bool>
</Properties>
<Item class="Script" referent="RBX2609">
<Item class="Script" referent="RBX2608">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
@ -189579,7 +189570,7 @@
</Item>
</Item>
</Item>
<Item class="SoundService" referent="RBX2610">
<Item class="SoundService" referent="RBX2609">
<Properties>
<float name="DistanceFactor">10</float>
<float name="DopplerScale">1</float>
@ -189587,6 +189578,7 @@
<float name="RolloffScale">1</float>
<bool name="archivable">true</bool>
</Properties>
<External>RBX2610</External>
<External>RBX2611</External>
<External>RBX2612</External>
<External>RBX2613</External>
@ -189600,34 +189592,33 @@
<External>RBX2621</External>
<External>RBX2622</External>
<External>RBX2623</External>
<External>RBX2624</External>
</Item>
<Item class="Selection" referent="RBX2625">
<Item class="Selection" referent="RBX2624">
<Properties>
<string name="Name">Selection</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="ControllerService" referent="RBX2626">
<Item class="ControllerService" referent="RBX2625">
<Properties>
<string name="Name">Instance</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="Debris" referent="RBX2627">
<Item class="Debris" referent="RBX2626">
<Properties>
<int name="MaxItems">1000</int>
<string name="Name">Debris</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="Timer" referent="RBX2628">
<Item class="Timer" referent="RBX2627">
<Properties>
<string name="Name">Instance</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="Lighting" referent="RBX2629">
<Item class="Lighting" referent="RBX2628">
<Properties>
<Color3 name="BottomAmbientV9">4286250872</Color3>
<Color3 name="ClearColor">4278190080</Color3>
@ -189639,12 +189630,6 @@
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="Teams" referent="RBX2630">
<Properties>
<string name="Name">Teams</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
<External>RBX2630</External>
<External>RBX2631</External>
<External>RBX2632</External>
</roblox>

View File

@ -0,0 +1,6 @@
settings().Rendering.Shadows = true
game.Workspace:InsertContent("rbxasset://../../data/benchmarklib.rbxm")
game.GuiRoot:Remove()
game:GetService("Visit")
game:GetService("RunService"):run()
game:GetService("NetworkClient")

View File

@ -0,0 +1,13 @@
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
<External>null</External>
<External>nil</External>
<Item class="Script" referent="RBX2578">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
<string name="Name">TimeOfDay</string>
<string name="Source">minutesAfterMidnight = 0&#13;&#10;while true do&#13;&#10;&#9;minutesAfterMidnight = minutesAfterMidnight + 5&#13;&#10;&#9;game.Lighting:SetMinutesAfterMidnight(minutesAfterMidnight)&#13;&#10;&#9;wait(0.1)&#13;&#10;end</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
</roblox>

View File

@ -1,6 +1,9 @@
settings().Rendering.Shadows = true
game.Workspace:InsertContent("rbxasset://../../data/libraries.rbxm")
local plr = game.Players:CreateLocalPlayer(0)
plr:LoadCharacter()
local Colors = game.Workspace.Colors:Clone()
Colors.Parent = plr.Character
game.Workspace.MOTD.Parent = plr.Character
game:GetService("Visit")
game:GetService("RunService"):run()

View File

@ -0,0 +1,52 @@
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
<External>null</External>
<External>nil</External>
<Item class="LocalScript" referent="RBX2576">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
<string name="Name">MOTD</string>
<string name="Source">local w = game:service(&quot;HtmlService&quot;):NewWindow()&#13;&#10;&#13;&#10;w.DocumentComplete:connect(function ()&#13;&#10;&#9;w:SetBody([==[&#13;&#10;&#9;&lt;table width=&quot;420&quot; height=&quot;190&quot; border=&quot;0&quot;&gt;&#13;&#10;&#9; &lt;tr&gt;&#13;&#10;&#9; &lt;td width=&quot;490&quot; bgcolor=&quot;#FFFFFF&quot;&gt;&lt;font color=&quot;#000000&quot;&gt; &#13;&#10;&#9; &lt;/font&gt;&lt;div align=&quot;center&quot;&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;b&gt;ROBLOX Virtual Playworld&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;ROBLOX is Free!&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9;&#9;&#9;&lt;br&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;b&gt;Build your personal Place&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;Create buildings, vehicles, scenery, and traps with thousands of virtual bricks.&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9;&#9;&#9;&lt;br&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;b&gt;Meet new friends online&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;Visit your friend&apos;s place, chat in 3D, and build together.&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9;&#9;&#9;&lt;br&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;b&gt;Battle in the Brick Arenas&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9;&#9;&#9;&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;Play with the slingshot, rocket, or other brick battle tools. Be careful not to get &quot;bloxxed&quot;.&lt;/font&gt;&lt;/p&gt;&#13;&#10;&#9; &lt;/div&gt;&#13;&#10;&#9; &lt;/td&gt;&#13;&#10;&#9; &lt;/tr&gt;&#13;&#10;&#9;&lt;/table&gt;&#13;&#10;]==])&#13;&#10;&#9;&#13;&#10;&#9;w:Show()&#13;&#10;end)&#13;&#10;&#13;&#10;w:Navigate()</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="BodyColors" referent="RBX2577">
<Properties>
<int name="HeadColor">226</int>
<int name="LeftArmColor">226</int>
<int name="LeftLegColor">23</int>
<string name="Name">Colors</string>
<int name="RightArmColor">226</int>
<int name="RightLegColor">23</int>
<int name="TorsoColor">28</int>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="Script" referent="RBX2578">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
<string name="Name">TimeOfDay</string>
<string name="Source">minutesAfterMidnight = 0&#13;&#10;while true do&#13;&#10;&#9;minutesAfterMidnight = minutesAfterMidnight + 0.5&#13;&#10;&#9;game.Lighting:SetMinutesAfterMidnight(minutesAfterMidnight)&#13;&#10;&#9;wait(0.1)&#13;&#10;end</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="Script" referent="RBX2579">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
<string name="Name">Respawn</string>
<string name="Source">while true do &#13;&#10;&#9;wait(0.001)&#13;&#10;&#9;if (game.Players.Player.Character ~= nil) then&#13;&#10;&#9;&#9;if (Player.Character.Humanoid.Health == 0) then&#13;&#10;&#9;&#9;&#9;wait(5)&#13;&#10;&#9;&#9;&#9;game.Players.Player:LoadCharacter()&#13;&#10;&#9;&#9;&#9;local Colors = game.Workspace.Colors:Clone()&#13;&#10;&#9;&#9;&#9;Colors.Parent = game.Players.Player.Character&#13;&#10;&#9;&#9;elseif (game.Players.Player.Character.Parent == nil) then &#13;&#10;&#9;&#9;&#9;wait(5)&#13;&#10;&#9;&#9;&#9;game.Players.Player:LoadCharacter()&#13;&#10;&#9;&#9;&#9;local Colors = game.Workspace.Colors:Clone()&#13;&#10;&#9;&#9;&#9;Colors.Parent = game.Players.Player.Character&#13;&#10;&#9;&#9;end&#13;&#10;&#9;end&#13;&#10;end</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
<Item class="Script" referent="RBX0">
<Properties>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
<string name="Name">ResetCommand</string>
<string name="Source">function onChatted(msg, speaker)&#10; &#10; source = string.lower(speaker.Name)&#10; msg = string.lower(msg)&#10; -- Note: This one is NOT caps sensitive&#10;&#10; if msg == &quot;!!!reset&quot; then&#10; speaker.Character.Humanoid.Health = 0&#10; end&#10;end&#10;&#10;function onPlayerEntered(newPlayer)&#10; newPlayer.Chatted:connect(function(msg) onChatted(msg, newPlayer) end) &#10;end&#10; &#10;game.Players.ChildAdded:connect(onPlayerEntered)</string>
<bool name="archivable">true</bool>
</Properties>
</Item>
</roblox>