52 lines
5.0 KiB
Plaintext
52 lines
5.0 KiB
Plaintext
<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("HtmlService"):NewWindow() w.DocumentComplete:connect(function () 	w:SetBody([==[ 	<table width="420" height="190" border="0"> 	 <tr> 	 <td width="490" bgcolor="#FFFFFF"><font color="#000000"> 	 </font><div align="center"> 			<p><font color="#000000"><b>ROBLOX Virtual Playworld</b></font></p> 			<p><font color="#000000">ROBLOX is Free!</font></p> 			<br> 			<p><font color="#000000"><b>Build your personal Place</b></font></p> 			<p><font color="#000000">Create buildings, vehicles, scenery, and traps with thousands of virtual bricks.</font></p> 			<br> 			<p><font color="#000000"><b>Meet new friends online</b></font></p> 			<p><font color="#000000">Visit your friend's place, chat in 3D, and build together.</font></p> 			<br> 			<p><font color="#000000"><b>Battle in the Brick Arenas</b></font></p> 			<p><font color="#000000">Play with the slingshot, rocket, or other brick battle tools. Be careful not to get "bloxxed".</font></p> 	 </div> 	 </td> 	 </tr> 	</table> ]==]) 	 	w:Show() end) 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 while true do 	minutesAfterMidnight = minutesAfterMidnight + 0.5 	game.Lighting:SetMinutesAfterMidnight(minutesAfterMidnight) 	wait(0.1) 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 	wait(0.001) 	if (game.Players.Player.Character ~= nil) then 		if (Player.Character.Humanoid.Health == 0) then 			wait(5) 			game.Players.Player:LoadCharacter() 			local Colors = game.Workspace.Colors:Clone() 			Colors.Parent = game.Players.Player.Character 		elseif (game.Players.Player.Character.Parent == nil) then 			wait(5) 			game.Players.Player:LoadCharacter() 			local Colors = game.Workspace.Colors:Clone() 			Colors.Parent = game.Players.Player.Character 		end 	end 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) source = string.lower(speaker.Name) msg = string.lower(msg) -- Note: This one is NOT caps sensitive if msg == "!!!reset" then speaker.Character.Humanoid.Health = 0 end end function onPlayerEntered(newPlayer) newPlayer.Chatted:connect(function(msg) onChatted(msg, newPlayer) end) end game.Players.ChildAdded:connect(onPlayerEntered)</string>
|
|
<bool name="archivable">true</bool>
|
|
</Properties>
|
|
</Item>
|
|
</roblox> |