moonscript
Search…
moonscript
Main page
Setup moonscript
How to use moonscript
Documentation
Examples
API
Events
Functions
Inventory
Player
Module
Client
World
Render
Objects
Powered By
GitBook
Client
client.fps
1
client.fps() - Number
Copied!
Returns the fps you currently have.
client.print
1
client.print(message)
Copied!
Argument
Object
Description
prefix (optional)
String
Custom prefix for the print
message
String
Message being sent
Sends a client debug message.
client.killauraTarget
1
client.killauraTarget() - Entity
Copied!
Returns the current killaura target, if there is no killaura target this will return null.
client.uid
1
client.uid() - String
Copied!
Returns the current UID.
client.username
1
client.username() - String
Copied!
Returns the current username.
client.targetEntity
1
client.targetEntity(entityName)
Copied!
Argument
Object
Description
entityName
String
Name of the new target
Targets a specific entity name.
client.removeTarget
1
client.removeTarget(entityName)
Copied!
Argument
Object
Description
entityName
String
Name of the removed target
Removes an entity from the target list.
client.title
1
client.title(title, subtitle)
Copied!
Argument
Object
Description
title
String
Big title being shown
subtitle
String
Small title (subtitle) being shown
Shows a title on the screen.
client.chestName
1
client.chestName() - String
Copied!
Returns the current chest name.
Previous
Module
Next
World
Last modified
11mo ago
Copy link
Contents
client.fps
client.print
client.killauraTarget
client.uid
client.username
client.targetEntity
client.removeTarget
client.title
client.chestName