Roblox API Reference

PointsService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.

Tags: [NotCreatable, Service, Deprecated]

Inherits (1)

Member index (5)

Type Member History
Tuple AwardPoints (int64 userId, int amount) 325 359
int GetAwardablePoints () 172 208
int GetGamePointBalance (int64 userId) 322 359
int GetPointBalance (int64 userId) 208 322
PointsAwarded (int64 userId, int pointsAwarded, int userBalanceInGame, int userTotalBalance) 147 325
57 members inherited from Instance

History

Members

AwardPoints On DevHub

This function yields. It will block the calling thread until completion.
This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
userId int64 none
amount int none

History

Tags: [Yields, Deprecated]

GetAwardablePoints On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
No parameters.

History

Tags: [Deprecated]

GetGamePointBalance On DevHub

This function yields. It will block the calling thread until completion.
This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
userId int64 none

History

Tags: [Yields, Deprecated]

GetPointBalance On DevHub

This function yields. It will block the calling thread until completion.
This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
userId int64 none

History

Tags: [Yields, Deprecated]

PointsAwarded On DevHub

Name Type Default
userId int64 none
pointsAwarded int none
userBalanceInGame int none
userTotalBalance int none

History