π₯οΈServer Functions
Player Management
Nova.Functions.GetPlayer(source)
Nova.Functions.GetPlayer(source)local player = Nova.Functions.GetPlayer(source)
if player then
print(player.fullname)
endParameter
Type
Description
Nova.Functions.GetPlayerByIdentifier(identifier)
Nova.Functions.GetPlayerByIdentifier(identifier)local player = Nova.Functions.GetPlayerByIdentifier('license:abc123def456')Parameter
Type
Description
Nova.Functions.GetPlayers()
Nova.Functions.GetPlayers()Communication
Nova.Functions.Notify(source, message, type)
Nova.Functions.Notify(source, message, type)Parameter
Type
Description
Nova.Functions.CreateCallback(name, handler)
Nova.Functions.CreateCallback(name, handler)Parameter
Type
Description
Exports (from other scripts)
Last updated