πŸ“΅Screen Damage

Break screen

Example of a broken phone - Preview

-- phoneImei - string, The target phone's IMEI.
-- level - number(optional), The level of damage. *default(1-9)
-- breackTouchscreen - boolean(optional), Whether the phone screen should work.
-- The function will randomize the values if the optional properties aren't passed.
exports.yseries:BreakScreen(phoneImei, level, breakTouchscreen)

Fix screen

-- phoneImei - string, The target phone's IMEI.
exports.yseries:FixScreen(phoneImei)

Last updated