Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

CurrentWeight

Matias Salas edited this page Dec 27, 2020 · 1 revision

Server-Side

Player.CurrentWeight()

This function gets current weight of player

Example

local _Player = Player(source)
local Weight = _Player.CurrentWeight()
print(Weight) -- Returns current weight of player

Clone this wiki locally