Skip to content

autumngmod/cream-std

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

cream-std

cream-std is a library that adds some std for cream

Installation

Via libloader

lib install autumngmod/cream-std

Stds

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

Usage

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()