-- Homework 31, problem 2: Make a Part appear. -- -- Write the Roblox Luau code that creates a red Part of size 4 x 1 x 4 -- at position (0, 10, 0), anchored, and parented to workspace. This -- would go inside a Script in ServerScriptService. -- -- This file will NOT run with `lua` because Roblox-specific globals -- like Instance, Vector3, BrickColor, and workspace do not exist in -- standalone Lua. Treat it as a written exercise. -- Your code goes here: