cream-std
is a library that adds some std for cream
Via libloader
lib install autumngmod/cream-std
Name of std | Description |
---|---|
cream.localplayer |
Adds the ability to get LocalPlayer data |
cream.darkrp (wip) |
Adds the ability to interact with Falco's DarkRP methods |
cream.focus |
Allows you to control the focus of the WebUI |
Note
You can read about std
in cream here
To use some std
in the WebUI, just import it into WebView.
local view = cream:new("example")
view:importStd("cream.localplayer")
view:importStd("cream.darkrp")
view:load()