Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Api

@checked function Platform.GetPlatform(): (Enum.Platform, number) -- returns Platform and Architecture

Example

const ReplicatedFirst = game:GetService("ReplicatedFirst")
const Modules = ReplicatedFirst.Modules
const Platform = require(Modules.Platform)

const UserPlatform, Architecture = Platform.GetPlatform()
print(`{UserPlatform.Name} x{Architecture}`)

About

Module for getting the player's platform in Roblox

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages