Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 416 Bytes

gg.md

File metadata and controls

35 lines (20 loc) · 416 Bytes

LocalPlayer.GetGold

local gold = LocalPlayer.GetGold();

Description

Returns how much gold the player currently has

Parameters

N/A

Return Value

Returns how much gold the player currently has

LocalPlayer.SetGold

LocalPlayer.SetGold(inf);

Description

Sets the amount of gold the player currently has

Parameters

  • gold: the amount of gold [int]

Return Value

N/A