What is the easiest way to take a entire roblox place & convert it into XML (or a similar string format)?
By saving as .rbxlx, you can get places in that format: Example.rbxlx (23.3 KB)
Which, when viewed with a text editor, looks like this:
<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="Workspace" referent="RBX3B38B2C7424C4899ABF592641AD1AEF0">
<Properties>
<bool name="AllowThirdPartySales">false</bool>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="CollisionGroups">Default^0^1</string>
<Ref name="CurrentCamera">RBX0B934E35990B482C8917C959B9A34E50</Ref>
<double name="DistributedGameTime">0</double>
<bool name="ExplicitAutoJoints">true</bool>
<float name="FallenPartsDestroyHeight">-500</float>
<bool name="FilteringEnabled">true</bool>
<float name="Gravity">196.199997</float>
<CoordinateFrame name="ModelInPrimary">
<X>0</X>
<Y>0</Y>
<Z>0</Z>
<R00>1</R00>
<R01>0</R01>
<R02>0</R02>
<R10>0</R10>
<R11>1</R11>
<R12>0</R12>
<R20>0</R20>
<R21>0</R21>
<R22>1</R22>
</CoordinateFrame>
<string name="Name">Workspace</string>
<Ref name="PrimaryPart">null</Ref>
<bool name="StreamingEnabled">false</bool>
<int name="StreamingMinRadius">64</int>
<token name="StreamingPauseMode">0</token>
<int name="StreamingTargetRadius">1024</int>
<BinaryString name="Tags"></BinaryString>
<bool name="TemporaryLegacyPhysicsSolverOverrideStreaming">false</bool>
<bool name="TerrainWeldsFixed">true</bool>
</Properties>
<Item class="Camera" referent="RBX0B934E35990B482C8917C959B9A34E50">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<CoordinateFrame name="CFrame">
<X>0.321689844</X>
<Y>18.2346153</Y>
<Z>23.7645969</Z>
<R00>0.98357147</R00>
<R01>-0.0819535926</R01>
<R02>0.160844535</R02>
<R10>-0</R10>
<R11>0.891008377</R11>
<R12>0.453987002</R12>
<R20>-0.180519685</R20>
<R21>-0.446528673</R21>
<R22>0.876370251</R22>
</CoordinateFrame>
<Ref name="CameraSubject">null</Ref>
<token name="CameraType">0</token>
<float name="FieldOfView">70</float>
<CoordinateFrame name="Focus">
<X>0</X>
<Y>17.3266392</Y>
<Z>22.0118523</Z>
<R00>1</R00>
<R01>0</R01>
<R02>0</R02>
<R10>0</R10>
<R11>1</R11>
<R12>0</R12>
<R20>0</R20>
<R21>0</R21>
<R22>1</R22>
</CoordinateFrame>
<bool name="HeadLocked">true</bool>
<float name="HeadScale">1</float>
<string name="Name">Camera</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="Part" referent="RBX133B65118326408B9D2E71D90EAAD813">
<Properties>
<bool name="Anchored">true</bool>
<BinaryString name="AttributesSerialize"></BinaryString>
<float name="BackParamA">-0.5</float>
<float name="BackParamB">0.5</float>
<token name="BackSurface">0</token>
<token name="BackSurfaceInput">0</token>
<float name="BottomParamA">-0.5</float>
<float name="BottomParamB">0.5</float>
<token name="BottomSurface">4</token>
<token name="BottomSurfaceInput">0</token>
<CoordinateFrame name="CFrame">
<X>0</X>
<Y>-10</Y>
<Z>0</Z>
<R00>1</R00>
<R01>0</R01>
<R02>0</R02>
<R10>0</R10>
<R11>1</R11>
<R12>0</R12>
<R20>0</R20>
<R21>0</R21>
<R22>1</R22>
</CoordinateFrame>
<bool name="CanCollide">true</bool>
<bool name="CastShadow">true</bool>
<int name="CollisionGroupId">0</int>
<Color3uint8 name="Color3uint8">4284702562</Color3uint8>
<PhysicalProperties name="CustomPhysicalProperties">
<CustomPhysics>false</CustomPhysics>
</PhysicalProperties>
<float name="FrontParamA">-0.5</float>
<float name="FrontParamB">0.5</float>
<token name="FrontSurface">0</token>
<token name="FrontSurfaceInput">0</token>
<float name="LeftParamA">-0.5</float>
<float name="LeftParamB">0.5</float>
<token name="LeftSurface">0</token>
<token name="LeftSurfaceInput">0</token>
<bool name="Locked">true</bool>
<bool name="Massless">false</bool>
<token name="Material">256</token>
<string name="Name">Baseplate</string>
<float name="Reflectance">0</float>
<float name="RightParamA">-0.5</float>
<float name="RightParamB">0.5</float>
<token name="RightSurface">0</token>
<token name="RightSurfaceInput">0</token>
<int name="RootPriority">0</int>
<Vector3 name="RotVelocity">
<X>0</X>
<Y>0</Y>
<Z>0</Z>
</Vector3>
<BinaryString name="Tags"></BinaryString>
<float name="TopParamA">-0.5</float>
<float name="TopParamB">0.5</float>
<token name="TopSurface">3</token>
<token name="TopSurfaceInput">0</token>
<float name="Transparency">0</float>
<Vector3 name="Velocity">
<X>0</X>
<Y>0</Y>
<Z>0</Z>
</Vector3>
<token name="formFactorRaw">0</token>
<token name="shape">1</token>
<Vector3 name="size">
<X>512</X>
<Y>20</Y>
<Z>512</Z>
</Vector3>
</Properties>
</Item>
<Item class="Terrain" referent="RBXE0DB72AB7B844F55946300E417086E72">
<Properties>
<bool name="Anchored">true</bool>
<BinaryString name="AttributesSerialize"></BinaryString>
<float name="BackParamA">-0.5</float>
<float name="BackParamB">0.5</float>
<token name="BackSurface">0</token>
<token name="BackSurfaceInput">0</token>
<float name="BottomParamA">-0.5</float>
<float name="BottomParamB">0.5</float>
<token name="BottomSurface">4</token>
<token name="BottomSurfaceInput">0</token>
<CoordinateFrame name="CFrame">
<X>0</X>
<Y>0</Y>
<Z>0</Z>
<R00>1</R00>
<R01>0</R01>
<R02>0</R02>
<R10>0</R10>
<R11>1</R11>
<R12>0</R12>
<R20>0</R20>
<R21>0</R21>
<R22>1</R22>
</CoordinateFrame>
<bool name="CanCollide">true</bool>
<bool name="CastShadow">true</bool>
<int name="CollisionGroupId">0</int>
<Color3uint8 name="Color3uint8">4288914085</Color3uint8>
<PhysicalProperties name="CustomPhysicalProperties">
<CustomPhysics>false</CustomPhysics>
</PhysicalProperties>
<bool name="Decoration">false</bool>
<float name="FrontParamA">-0.5</float>
<float name="FrontParamB">0.5</float>
<token name="FrontSurface">0</token>
<token name="FrontSurfaceInput">0</token>
<float name="LeftParamA">-0.5</float>
<float name="LeftParamB">0.5</float>
<token name="LeftSurface">0</token>
<token name="LeftSurfaceInput">0</token>
<bool name="Locked">true</bool>
<bool name="Massless">false</bool>
<token name="Material">256</token>
<BinaryString name="MaterialColors"><![CDATA[AAAAAAAAan8/P39rf2Y/ilY+j35fi21PZmxvZbDqw8faiVpHOi4kHh4lZlw76JxKc3trhHta
gcLgc4RKxr21zq2UlJSM]]></BinaryString>
<string name="Name">Terrain</string>
<BinaryString name="PhysicsGrid">AgMAAAAAAAAAAAAAAAA=</BinaryString>
<float name="Reflectance">0</float>
<float name="RightParamA">-0.5</float>
<float name="RightParamB">0.5</float>
<token name="RightSurface">0</token>
<token name="RightSurfaceInput">0</token>
<int name="RootPriority">0</int>
<Vector3 name="RotVelocity">
<X>0</X>
<Y>0</Y>
<Z>0</Z>
</Vector3>
<BinaryString name="SmoothGrid">AQU=</BinaryString>
<BinaryString name="Tags"></BinaryString>
<float name="TopParamA">-0.5</float>
<float name="TopParamB">0.5</float>
<token name="TopSurface">3</token>
<token name="TopSurfaceInput">0</token>
<float name="Transparency">0</float>
<Vector3 name="Velocity">
<X>0</X>
<Y>0</Y>
<Z>0</Z>
</Vector3>
<Color3 name="WaterColor">
<R>0.0470588282</R>
<G>0.329411775</G>
<B>0.360784322</B>
</Color3>
<float name="WaterReflectance">1</float>
<float name="WaterTransparency">0.300000012</float>
<float name="WaterWaveSize">0.150000006</float>
<float name="WaterWaveSpeed">10</float>
<Vector3 name="size">
<X>2044</X>
<Y>252</Y>
<Z>2044</Z>
</Vector3>
</Properties>
</Item>
</Item>
<Item class="SoundService" referent="RBXF3F918F8BC054E9DA19B46D353FFF741">
<Properties>
<token name="AmbientReverb">0</token>
<BinaryString name="AttributesSerialize"></BinaryString>
<float name="DistanceFactor">3.32999992</float>
<float name="DopplerScale">1</float>
<string name="Name">SoundService</string>
<bool name="RespectFilteringEnabled">true</bool>
<float name="RolloffScale">1</float>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="NonReplicatedCSGDictionaryService" referent="RBX082941DE049B405CAE0B0EB984BE2D25">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">NonReplicatedCSGDictionaryService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="CSGDictionaryService" referent="RBXB837D74915374E6B890D51AFA5E1E812">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">CSGDictionaryService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="Chat" referent="RBX390E4C9214394806A469CC64AC68480E">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<bool name="BubbleChatEnabled">false</bool>
<bool name="LoadDefaultChat">true</bool>
<string name="Name">Chat</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="TimerService" referent="RBX59B4A764F04E4290B67CA9139E014A6A">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">Instance</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="Players" referent="RBXD36598A52BAB4D86961CBF98CBE4D6C1">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<bool name="CharacterAutoLoads">true</bool>
<int name="MaxPlayersInternal">12</int>
<string name="Name">Players</string>
<int name="PreferredPlayersInternal">56832</int>
<float name="RespawnTime">5</float>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="ReplicatedFirst" referent="RBXCC84493EA5004B5C93F2E38882412D7C">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">ReplicatedFirst</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="TweenService" referent="RBX77C0B05395F847319F676267DE812306">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">TweenService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="PermissionsService" referent="RBXB5DA44889C2E483E81215C37143E9343">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">PermissionsService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="StudioData" referent="RBX1F69BD274AD0447BA611633C172AEC14">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<int64 name="CommitInflightAuthorId">0</int64>
<string name="CommitInflightGuid"></string>
<int name="CommitInflightPlaceVersion">0</int>
<bool name="EnableScriptCollabByDefaultOnLoad">false</bool>
<bool name="EnableScriptCollabOnLoad">false</bool>
<bool name="EnableScriptCollabVersionHistoryOnLoad">false</bool>
<string name="Name">StudioData</string>
<int64 name="SrcPlaceId">0</int64>
<int64 name="SrcUniverseId">0</int64>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="StarterPlayer" referent="RBXC866FE0948E748C49D8E6F61C29FCC69">
<Properties>
<bool name="AllowCustomAnimations">true</bool>
<BinaryString name="AttributesSerialize"></BinaryString>
<bool name="AutoJumpEnabled">true</bool>
<float name="CameraMaxZoomDistance">128</float>
<float name="CameraMinZoomDistance">0.5</float>
<token name="CameraMode">0</token>
<float name="CharacterJumpHeight">7.19999981</float>
<float name="CharacterJumpPower">50</float>
<float name="CharacterMaxSlopeAngle">89</float>
<bool name="CharacterUseJumpPower">true</bool>
<float name="CharacterWalkSpeed">16</float>
<token name="DevCameraOcclusionMode">0</token>
<token name="DevComputerCameraMovementMode">0</token>
<token name="DevComputerMovementMode">0</token>
<token name="DevTouchCameraMovementMode">0</token>
<token name="DevTouchMovementMode">0</token>
<bool name="EnableMouseLockOption">true</bool>
<int64 name="GameSettingsAssetIDFace">0</int64>
<int64 name="GameSettingsAssetIDHead">0</int64>
<int64 name="GameSettingsAssetIDLeftArm">0</int64>
<int64 name="GameSettingsAssetIDLeftLeg">0</int64>
<int64 name="GameSettingsAssetIDPants">0</int64>
<int64 name="GameSettingsAssetIDRightArm">0</int64>
<int64 name="GameSettingsAssetIDRightLeg">0</int64>
<int64 name="GameSettingsAssetIDShirt">0</int64>
<int64 name="GameSettingsAssetIDTeeShirt">0</int64>
<int64 name="GameSettingsAssetIDTorso">0</int64>
<token name="GameSettingsAvatar">1</token>
<token name="GameSettingsR15Collision">0</token>
<NumberRange name="GameSettingsScaleRangeBodyType">0 1 </NumberRange>
<NumberRange name="GameSettingsScaleRangeHead">0.95 1 </NumberRange>
<NumberRange name="GameSettingsScaleRangeHeight">0.9 1.05 </NumberRange>
<NumberRange name="GameSettingsScaleRangeProportion">0 1 </NumberRange>
<NumberRange name="GameSettingsScaleRangeWidth">0.7 1 </NumberRange>
<float name="HealthDisplayDistance">100</float>
<bool name="LoadCharacterAppearance">true</bool>
<string name="Name">StarterPlayer</string>
<float name="NameDisplayDistance">100</float>
<BinaryString name="Tags"></BinaryString>
<bool name="UserEmotesEnabled">true</bool>
</Properties>
<Item class="StarterPlayerScripts" referent="RBXC066F17140834030A01859481ED8D2BD">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">StarterPlayerScripts</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="StarterCharacterScripts" referent="RBXF8EF3F7443B64CD6934679292538B4C8">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">StarterCharacterScripts</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
</Item>
<Item class="StarterPack" referent="RBX163EC8CE3DFE48BCA60343468877CAF0">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">StarterPack</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="StarterGui" referent="RBXB68983293F054BFB9B73FF63501A9DA0">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">StarterGui</string>
<bool name="ResetPlayerGuiOnSpawn">true</bool>
<token name="ScreenOrientation">2</token>
<bool name="ShowDevelopmentGui">true</bool>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="LocalizationService" referent="RBX806DE2916499434AA218AACCE6874740">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">LocalizationService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="TeleportService" referent="RBXB9AE87787AC44581B209F0DD67C1BB26">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">Teleport Service</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="CollectionService" referent="RBX5219FECD5EC440A59FC435A4BF0ACEAD">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">CollectionService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="PhysicsService" referent="RBX68CBA2E09B014E1889067A5107274317">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">PhysicsService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="Geometry" referent="RBXAA35F336F6C74C3A9DE5A99CFDA675BE">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">Geometry</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="InsertService" referent="RBX729A0121595C4C1AB117127B8C09BC30">
<Properties>
<bool name="AllowClientInsertModels">false</bool>
<bool name="AllowInsertFreeModels">false</bool>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">InsertService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="GamePassService" referent="RBX9A06568C733B430296C6521085BB0E8B">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">GamePassService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="Debris" referent="RBX3D913A2593744FFABEF4BD26CC632C3A">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<int name="MaxItems">1000</int>
<string name="Name">Debris</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="CookiesService" referent="RBX364608B329F54F01931B52C240F4953C">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">CookiesService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="VRService" referent="RBXC3F44B6F10D140CEAE0C1F68947031AF">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">VRService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="ContextActionService" referent="RBX8859D9E97F9844CEAB7D0AB54A3A798A">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">ContextActionService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="ScriptService" referent="RBX611E1C9FB0EB4EFF97E8EBD1240C79E2">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">Instance</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="AssetService" referent="RBX5CCE9F1FFF554D44BE80819B8A1BA11D">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">AssetService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="TouchInputService" referent="RBX2D83ED96386D420EA365D90DCD3C0A20">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">TouchInputService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="Selection" referent="RBX20254D5E024E4F649B60ACC17813869D">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">Selection</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="ServerScriptService" referent="RBX6BC6A7A721F446B9AE241CF42CC08C25">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<bool name="LoadStringEnabled">false</bool>
<string name="Name">ServerScriptService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
<Item class="Script" referent="RBX84D4CF1F325B48659001731CB88AA6CE">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<bool name="Disabled">false</bool>
<Content name="LinkedSource"><null></null></Content>
<string name="Name">Script</string>
<string name="ScriptGuid">{F8E271F6-B7A0-4C74-99B7-6A052579C379}</string>
<ProtectedString name="Source">print("Hello world!")</ProtectedString>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
</Item>
<Item class="ServerStorage" referent="RBX0131189BB78243E5874F6D4D68B7D46D">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">ServerStorage</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="ReplicatedStorage" referent="RBXF453957CA2B84E43A5863F24D98289B2">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">ReplicatedStorage</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="LuaWebService" referent="RBX39D494B358AD4AD48FC9B97B90757FA0">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">Instance</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="Lighting" referent="RBX6FA7434D26B94A01B44B8A83AB26F603">
<Properties>
<Color3 name="Ambient">
<R>0</R>
<G>0</G>
<B>0</B>
</Color3>
<BinaryString name="AttributesSerialize"></BinaryString>
<float name="Brightness">2</float>
<Color3 name="ColorShift_Bottom">
<R>0</R>
<G>0</G>
<B>0</B>
</Color3>
<Color3 name="ColorShift_Top">
<R>0</R>
<G>0</G>
<B>0</B>
</Color3>
<float name="EnvironmentDiffuseScale">0</float>
<float name="EnvironmentSpecularScale">0</float>
<float name="ExposureCompensation">0</float>
<Color3 name="FogColor">
<R>0.752941251</R>
<G>0.752941251</G>
<B>0.752941251</B>
</Color3>
<float name="FogEnd">100000</float>
<float name="FogStart">0</float>
<float name="GeographicLatitude">41.7332993</float>
<bool name="GlobalShadows">true</bool>
<string name="Name">Lighting</string>
<Color3 name="OutdoorAmbient">
<R>0.501960814</R>
<G>0.501960814</G>
<B>0.501960814</B>
</Color3>
<bool name="Outlines">false</bool>
<float name="ShadowSoftness">0.5</float>
<BinaryString name="Tags"></BinaryString>
<token name="Technology">1</token>
<string name="TimeOfDay">14:00:00</string>
</Properties>
</Item>
<Item class="HttpService" referent="RBX6935C499491742098794BAAEA1E1D7FF">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<bool name="HttpEnabled">false</bool>
<string name="Name">HttpService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="TestService" referent="RBX6B302E9BC35F44538E7B88C747939EDB">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<bool name="AutoRuns">true</bool>
<string name="Description"></string>
<bool name="ExecuteWithStudioRun">false</bool>
<bool name="Is30FpsThrottleEnabled">true</bool>
<bool name="IsPhysicsEnvironmentalThrottled">true</bool>
<bool name="IsSleepAllowed">true</bool>
<string name="Name">TestService</string>
<int name="NumberOfPlayers">0</int>
<double name="SimulateSecondsLag">0</double>
<BinaryString name="Tags"></BinaryString>
<double name="Timeout">10</double>
</Properties>
</Item>
<Item class="VirtualInputManager" referent="RBXF89FEEFDB4D64D69BD63B36D0F9CF64B">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">VirtualInputManager</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
<Item class="LanguageService" referent="RBX934B893B0E67463FBCD9F7B604DEA623">
<Properties>
<BinaryString name="AttributesSerialize"></BinaryString>
<string name="Name">LanguageService</string>
<BinaryString name="Tags"></BinaryString>
</Properties>
</Item>
</roblox>
Is there a easy way to get that result without making a plugin that serializes and deserializes every type of property? My usecase requires the ability to represent an entire roblox file as a string.
Thanks, any suggestions are appreciated.