I’m looking to make a daily global leaderboard for my game, except make it a GUI. Is it possible to call DataStoreService
and PointsService
in a LocalScript
or would I need to call it via RemoteEvents
?
1 Like
No you can not.
Source: DataStoreService
RemoteEvent would be your best choice here.
sorry for bad drawing
3 Likes