Skip to content
GhostglowDev edited this page Mar 21, 2024 · 2 revisions

GhostUtil Wiki

Do not use 0.7.1h, It's broken!

Quick Travel

LUA Addons:

Utilities:

Backend:

Notes

  • ?param means it's an optional parameter
  • Format: function(param1:Type|AlternativeType, ?param2:Type = DefaultValue, ?param3:Array[Type]) -> Returns
  • Error format: (script_directory):GhostUtil: (function):(parameter): (error)

Solutions

Why wont window work on me? (<2.0)

Try adding window.init() on onCreatePost() (or onCreate())

Wiki Info

This wiki was last updated when GhostUtil 2.1 was released.

Clone this wiki locally