null
nil
-
[RBX1]
9.9000005163252353668
0
0
0
1
0
0
0
1
0
0
0
1
Workspace
[null]
-
[null]
0
23.7713146
13.0315809
-43.4618149
-0.848045647
-0.174273074
0.500447392
-1.4901163e-08
0.944377184
0.328864664
-0.52992332
0.278892249
-0.800874829
70
-0.664607048
-3.02627182
-4.3565731
1
0
0
0
1
0
0
0
1
Camera
-
true
true
-0.5
0.5
0
0
-0.5
0.5
4
0
194
-2
126
-2
1
0
0
0
1
0
0
0
1
true
0.5
0.300000012
-0.5
0.5
0
0
-0.5
0.5
0
0
true
256
Terrain
0
-0.5
0.5
0
0
0
0
0
-0.5
0.5
3
0
0
0
0
0
2044
252
2044
-
StarterPack
-
StarterGui
true
-
0
10
1
Soundscape
1
-
CollectionService
-
PhysicsService
-
BadgeService
-
Geometry
-
RenderHooksService
-
SocialService
-
1000
Debris
-
Instance
-
Instance
-
CookiesService
-
Teleport Service
-
true
Players
-
Selection
-
true
true
true
true
TestService
10
-
false
Script
print 'Test Started!'
Instance.new("Part", workspace)
TestPart = game.Workspace.Part
-----------------
--Part Part test
-----------------
TestPart.Elasticity = 1
RBX_CHECK_EQUAL(TestPart.Elasticity, 1)
TestPart.Elasticity = 0.5
RBX_CHECK_EQUAL(TestPart.Elasticity, 0.5)
TestPart.Elasticity = 0
RBX_CHECK_EQUAL(TestPart.Elasticity, 0)
TestPart.Friction = 1
RBX_CHECK_EQUAL(TestPart.Friction, 1)
TestPart.Friction = 0.5
RBX_CHECK_EQUAL(TestPart.Friction, 0.5)
TestPart.Friction = 0
RBX_CHECK_EQUAL(TestPart.Friction, 0)
RBX_CHECK_EQUAL(TestPart.FormFactor, Enum.FormFactor.Brick)
TestPart.Size = Vector3.new(20, 6, 10)
RBX_CHECK_EQUAL(TestPart.Size, Vector3.new(20, 6, 10))
TestPart.Size = Vector3.new(4, 1.2, 2)
RBX_CHECK_EQUAL(TestPart.Size, Vector3.new(4, 1.2, 2))
TestPart.FormFactor = 2
RBX_CHECK_EQUAL(TestPart.FormFactor, Enum.FormFactor.Plate)
RBX_CHECK_EQUAL(TestPart.Size, Vector3.new(4, 0.400000006, 2))
TestPart.Size = Vector3.new(20, 2, 10)
RBX_CHECK_EQUAL(TestPart.Size, Vector3.new(20, 2, 10))
TestPart.FormFactor = 3
RBX_CHECK_EQUAL(TestPart.FormFactor, Enum.FormFactor.Custom)
RBX_CHECK_EQUAL(TestPart.Size, Vector3.new(20, 2, 10))
TestPart.Size = Vector3.new(0.2, 0.2, 0.2)
RBX_CHECK_EQUAL(TestPart.Size, Vector3.new(0.2, 0.2, 0.2))
TestPart.Size = Vector3.new(10, 1, 5)
TestPart.FormFactor = 0
RBX_CHECK_EQUAL(TestPart.FormFactor, Enum.FormFactor.Symmetric)
RBX_CHECK_EQUAL(TestPart.Size, Vector3.new(10, 1, 5))
TestPart.FormFactor = 1
RBX_CHECK_EQUAL(TestPart.FormFactor, Enum.FormFactor.Brick)
TestPart.Size = Vector3.new(4, 1.2, 2)
RBX_CHECK_EQUAL(TestPart.Size, Vector3.new(4, 1.2, 2))
RBX_CHECK_EQUAL(TestPart.Shape, Enum.PartType.Block)
TestPart.Shape = 0
RBX_CHECK_EQUAL(TestPart.Shape, Enum.PartType.Ball)
RBX_CHECK_EQUAL(TestPart.FormFactor, Enum.FormFactor.Symmetric)
RBX_CHECK_EQUAL(TestPart.Size, Vector3.new(4, 4, 4))
TestPart.Shape = 2
RBX_CHECK_EQUAL(TestPart.Shape, Enum.PartType.Cylinder)
RBX_CHECK_EQUAL(TestPart.FormFactor, Enum.FormFactor.Symmetric)
RBX_CHECK_EQUAL(TestPart.Size, Vector3.new(4, 4, 4))
TestPart.Shape = 1
RBX_CHECK_EQUAL(TestPart.Shape, Enum.PartType.Block)
TestPart.FormFactor = 1
RBX_CHECK_EQUAL(TestPart.FormFactor, Enum.FormFactor.Brick)
TestPart.Size = Vector3.new(4, 1.2, 2)
RBX_CHECK_EQUAL(TestPart.Size, Vector3.new(4, 1.2, 2))
-
4286611584
1
4278190080
4278190080
4290822336
100000
0
41.7332993
Lighting
4289967032
14:00:00
-
ChangeHistoryService