Module
Module exports for the framework.
Provides API to install it in your place.
SharedFramework is installed in ReplicatedStorage
, named rtrf
ServerFramework is installed in ServerStorage
, named rtrfServer
Properties
shared
Module.shared:
SharedFramework
server
Module.server:
ServerFramework
Functions
getInstalledSharedFramework
Gets the current installed shared framework module. Used to check if framework is installed.
getInstalledServerFramework
Gets the current installed server framework module. Used to check if framework is installed.
getInstalledVersion
Gets the current installed framework version Returns it as an Option. If framework is not installed or version is not found, returns Option.none.
uninstall
Module.
uninstall
(
) →
(
)
Uninstalls the framework from your place
install
Module.
install
(
) →
(
)
Installs the framework in your place
update
Module.
update
(
) →
(
)
Replaces the current installed version with this version