Get the current Insource user using the store.
Last updated 1 year ago
Was this helpful?
InvokeServer ('GetCurrentUser')
InvokeServer
'GetCurrentUser'
Get the current user's identity data. Returns a object.
local RS = game.ReplicatedStorage:WaitForChild('InStore'); local RF = RS.Function; --> The InStore RemoteFunction local User = RF:InvokeServer('GetCurrentUser'); --> User object