GetPhoneName
Gets the name of the currently active phone system.
Bridge.Phone.GetPhoneName()local Bridge = exports['community_bridge']:Bridge()
local phoneSystem = Bridge.Phone.GetPhoneName()
print("Using phone system: " .. phoneSystem)Last updated