Functions
GetCameraPos
game.CameraPosition
Returns a vector3 object of the camera position.
Vector3
GetService
game.GetService(string: Service)
SilentAim
game.SilentAim(float: x, float: y)
A function that takes screen coordinates as a parameter and will attempt to silent aim.
x: number - The X screen coordinate to aim at.
y: number - The Y screen coordinate to aim at.
PlayerWhitelist
game.PlayerWhitelist(name)
Toggles the whitelist status for a player by their name.
name: string - The username of the player to toggle.
Last updated