How to make it so when you touch a part,the time of the day changes into night
Part.Touched:Connect(function() game:GetService("Lighting"):SetMinutesAfterMidnight(0) end)