JUMP TOContent eventsfs_freemode:displayHelp(text)fs_freemode:displayPopup(text)fs_freemode:notify(icon, type, color, sender, title, text)fs_freemode:displaytext(text, time)Powered by fs_freemode:displaytext(text, time) Parameters NameTypeDescriptiontextstringYour texttimeintegerThis will set the time that your message gets displayed.Note: the time is in milliseconds Examples client.luaTriggerEvent("fs_freemode:displaytext", "Press ~INPUT_PICKUP~ to start shopping", 5000)