Functions

These functions may or may not be exclusive to the Da Hood version.

set_client_cframe

ascendify.set_client_cframe(cframe: CFrame)

set_server_cframe

ascendify.set_server_cframe(cframe: CFrame)

is_in_void

ascendify.is_in_void()
Return Type
Description

Boolean

Whether or not the local player is currently voiding

get_ping

ascendify.is_in_void()
Return Type
Description

Number

The players ping as a number (example: 50)

is_player_knocked

ascendify.is_player_knocked(player: Instance (Player))
Return Argument
Type
Description

knocked

Boolean

Whether or not the player is knocked

is_player_invulnerable

Return Argument
Type
Description

invulnerable

Boolean

Whether or not the player can be damaged (does not include knocked)

is_player_stomped

Return Argument
Type
Description

stomped

Boolean

Whether or not the player is stomped

reload_gun

Return Argument
Type
Description

true

Boolean

Whether or not the reload is possible and was attempted

purchase_item

Argument
Description

item

This must match an items name from the menu's shop tab. When purchasing ammo, do so like this: purchase_item("rifle ammo", 2). This will purchase 2 things of rifle ammo.

amount

Leave this blank if you are not purchasing ammo.

Last updated