@checked function Platform.GetPlatform(): (Enum.Platform, number) -- returns Platform and Architectureconst ReplicatedFirst = game:GetService("ReplicatedFirst")
const Modules = ReplicatedFirst.Modules
const Platform = require(Modules.Platform)
const UserPlatform, Architecture = Platform.GetPlatform()
print(`{UserPlatform.Name} x{Architecture}`)