null
nil
-
[RBX1]
2.8000001460313797
0
0
0
1
0
0
0
1
0
0
0
1
Workspace
[null]
-
[null]
0
1.45023704
1.13287139
6.74033165
0.977627397
-0.034105055
0.20756115
-0
0.986767948
0.162139073
-0.210344464
-0.158511594
0.964691281
70
0
0
0
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
-------------------
--SurfaceInput test
-------------------
function SurfaceInputTest(arg)
RBX_CHECK_EQUAL(TestPart[arg], Enum.InputType.NoInput)
TestPart[arg] = 1
RBX_CHECK_EQUAL(TestPart[arg], Enum.InputType.LeftTread)
TestPart[arg] = 2
RBX_CHECK_EQUAL(TestPart[arg], Enum.InputType.RightTread)
TestPart[arg] = 3
RBX_CHECK_EQUAL(TestPart[arg], Enum.InputType.Steer)
TestPart[arg] = 4
--There is a typo bug here in the Enum name
RBX_CHECK_EQUAL(TestPart[arg], Enum.InputType.Throtle)
TestPart[arg] = 6
RBX_CHECK_EQUAL(TestPart[arg], Enum.InputType.UpDown)
TestPart[arg] = 7
RBX_CHECK_EQUAL(TestPart[arg], Enum.InputType.Action1)
TestPart[arg] = 8
RBX_CHECK_EQUAL(TestPart[arg], Enum.InputType.Action2)
TestPart[arg] = 9
RBX_CHECK_EQUAL(TestPart[arg], Enum.InputType.Action3)
TestPart[arg] = 10
RBX_CHECK_EQUAL(TestPart[arg], Enum.InputType.Action4)
TestPart[arg] = 11
RBX_CHECK_EQUAL(TestPart[arg], Enum.InputType.Action5)
TestPart[arg] = 12
RBX_CHECK_EQUAL(TestPart[arg], Enum.InputType.Constant)
TestPart[arg] = 13
RBX_CHECK_EQUAL(TestPart[arg], Enum.InputType.Sin)
TestPart[arg] = 0
RBX_CHECK_EQUAL(TestPart[arg], Enum.InputType.NoInput)
end
--ParamTest
function ParamAParamBTest(arg1, arg2)
RBX_CHECK_EQUAL(TestPart[arg1], -0.5)
TestPart[arg1] = -1
RBX_CHECK_EQUAL(TestPart[arg1], -1)
TestPart[arg1] = 0.5
RBX_CHECK_EQUAL(TestPart[arg1], 0.5)
TestPart[arg1] = 2
RBX_CHECK_EQUAL(TestPart[arg1], 2)
TestPart[arg1] = -0.5
RBX_CHECK_EQUAL(TestPart[arg1], -0.5)
RBX_CHECK_EQUAL(TestPart[arg2], 0.5)
TestPart[arg2] = 1
RBX_CHECK_EQUAL(TestPart[arg2], 1)
TestPart[arg2] = -2
RBX_CHECK_EQUAL(TestPart[arg2], -2)
TestPart[arg2] = -0.5
RBX_CHECK_EQUAL(TestPart[arg2], -0.5)
TestPart[arg2] = 0.5
RBX_CHECK_EQUAL(TestPart[arg2], 0.5)
end
---BackSurfaceInput
SurfaceInputTest("BackSurfaceInput")
---BottomSurfaceInput
SurfaceInputTest("BottomSurfaceInput")
---FrontSurfaceInput
SurfaceInputTest("FrontSurfaceInput")
---LeftSurfaceInput
SurfaceInputTest("LeftSurfaceInput")
---RightSurfaceInput
SurfaceInputTest("RightSurfaceInput")
---TopSurfaceInput
SurfaceInputTest("TopSurfaceInput")
---BackParamA BackParamB
ParamAParamBTest("BackParamA", "BackParamB")
---BottomParamA BottomParamB
ParamAParamBTest("BottomParamA", "BottomParamB")
---FrontParamA FrontParamB
ParamAParamBTest("FrontParamA", "FrontParamB")
---LeftParamA LeftParamB
ParamAParamBTest("LeftParamA", "LeftParamB")
---RightParamA
ParamAParamBTest("RightParamA", "RightParamB")
---TopParamA
ParamAParamBTest("TopParamA", "TopParamB")
-
4286611584
1
4278190080
4278190080
4290822336
100000
0
41.7332993
Lighting
4289967032
14:00:00
-
ChangeHistoryService