Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

ShowNotification_

Matias Salas edited this page Dec 27, 2020 · 2 revisions

Server-Side

Player.ShowNotification(Message)

This function show a notification

Arguments

Argument Type Optional Default Value Explanation
Message string No - Message content

Example

local _Player = Player(source)
_Player.ShowNotification("Test")