Description: Pings a server and displays the response time in milliseconds.
Syntax: .ping <optional: ip or address>
Description: Deletes specified amount of messages from channel's history.
Syntax: .purge <amount>
import requests | |
'''Visibility modes for your paste''' | |
class VisibilityType: | |
PUBLIC = 0 | |
UNLISTED = 1 | |
PRIVATE = 2 |
ct.js FAQ
The camera won't follow my charater!
Make sure you have this code in your character's 'On Create' tab:
ct.camera.follow = this;
// Optional; sets the frame inside which the copy will be kept, in game pixels. Can be set to `null` so the copy is set to the center of the screen.
/*! | |
========================================================= | |
* Material Dashboard - v2.1.2 | |
========================================================= | |
* Product Page: https://www.creative-tim.com/product/material-dashboard | |
* Copyright 2020 Creative Tim (http://www.creative-tim.com) | |
========================================================= |