Say I wanted a part in the Lighting to go into Workspace.
Parent is a property so you would just change it like any other property.
game.Lighting.Part.Parent = workspace
Though don't use Lighting to store stuff, use ReplicatedStorage or ServerStorage.