Lua_create / config.json
Oranblock's picture
Create config.json
9359db1 verified
{
"api_key": "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",
"default_parameters": {
"color": "255,0,0",
"size": "4,1,2",
"position": "0,10,0",
"move_distance": "5",
"move_duration": "2",
"shape": "Part",
"material": "Plastic",
"transparency": "0",
"rotation_speed": "0",
"bounce_height": "0",
"collision": "true",
"surface": "Smooth",
"camera_type": "Scriptable",
"camera_position": "0,50,-100",
"field_of_view": "70",
"ambient_light": "128,128,128",
"brightness": "2",
"time_of_day": "14:00:00",
"walk_speed": "16",
"jump_power": "50",
"health": "100",
"background_music": "rbxassetid://123456789",
"sound_volume": "1",
"ui_text": "Hello, Roblox!",
"ui_position": "0.5,-100,0.5,-25",
"ui_size": "0,200,0,50",
"gravity": "196.2",
"friction": "0.3",
"elasticity": "0.5",
"massless": "false",
"texture_id": "rbxassetid://123456789",
"decal_position": "Front",
"respawn_time": "5",
"camera_interpolation": "true",
"ui_color": "255,255,255",
"ui_font": "SourceSans",
"ui_text_size": "14",
"sound_effects": "rbxassetid://987654321",
"reflectance": "0",
"transparency_speed": "0.1",
"shadow_softness": "0.5",
"shadow_color": "0,0,0",
"ambient_occlusion": "true",
"wind_direction": "0,0,0",
"wind_speed": "0",
"light_color": "255,255,255",
"light_brightness": "2",
"environmental_fog": "true",
"fog_start": "100",
"fog_end": "1000",
"fog_color": "128,128,128",
"environmental_sounds": "rbxassetid://1122334455",
"wind_intensity": "1",
"anchor": "true",
"collision_group": "Default",
"custom_physics": "true",
"angular_velocity": "0,0,0",
"linear_velocity": "0,0,0",
"density": "1",
"is_moving": "true",
"network_owner": "Player",
"platform_stand": "false",
"part_cframe": "CFrame.new(0, 50, -100)",
"particle_texture": "rbxassetid://123456789",
"particle_lifetime": "1,2",
"particle_rate": "100",
"particle_speed": "10,20",
"particle_size": "1,2",
"particle_acceleration": "0,-10,0",
"particle_rot_speed": "100,200",
"particle_color": "255,255,255"
},
"shapes": ["Part", "Sphere", "Cylinder", "Block", "Wedge", "CornerWedge"],
"movements": ["UpDown", "LeftRight", "Circular", "Bounce", "Diagonal"],
"materials": ["Plastic", "Wood", "Metal", "Glass", "Brick", "Granite"],
"collisions": ["true", "false"],
"surfaces": ["Smooth", "Studs", "Inlet", "Universal"],
"camera_types": ["Fixed", "Scriptable", "Attach", "Follow", "Track", "Watch"],
"times_of_day": ["0:00:00", "6:00:00", "12:00:00", "18:00:00", "14:00:00"],
"decal_positions": ["Front", "Back", "Left", "Right", "Top", "Bottom"],
"fonts": ["SourceSans", "Arial", "Bodoni", "Garamond", "TimesNewRoman", "Verdana"],
"collision_groups": ["Default", "Group1", "Group2"]
}