Roblox API Reference

PluginMenu On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, NotReplicated]

Inherits (1)

Member index (8)

Type Member History
string Icon
string Title
null AddAction (Instance action) 573
null AddMenu (Instance menu) 573
Instance AddNewAction (string actionId, string text, string icon = )
null AddSeparator () 573
null Clear () 573
Instance ShowAsync ()
57 members inherited from Instance

History

Members

AddAction On DevHub

Name Type Default
action Instance none

History

AddMenu On DevHub

Name Type Default
menu Instance none

History

AddNewAction On DevHub

Name Type Default
actionId string none
text string none
icon string

AddSeparator On DevHub

Name Type Default
No parameters.

History

Clear On DevHub

Name Type Default
No parameters.

History

Icon On DevHub

This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotReplicated]

ShowAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
No parameters.

Tags: [Yields]

Title On DevHub

This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotReplicated]

Relevant classes (1)

Relevant members (1)