local CorePackages = game:GetService("CorePackages") local Action = require(CorePackages.AppTempCommon.Common.Action) return Action(script.Name, function(deviceOrientation) return { deviceOrientation = deviceOrientation, } end)