Skip to content

Data Types Documentation

Info

This is Unofficial and a fan made project, do not ask ScriptBlox for support.

Script Object

Properties (Readonly)

GameObject game;
List<string> Tags;

string Title;
string Id;
string ScriptBloxId;
string ExecutingScript;

int Views;
int Likes;
int Dislikes;

bool IsUnviersal;
bool IsPatched;
bool IsVerified;
bool RequiresKey;

DateTime CreatedAt;
DateTime CreatedAt;

Game Object

Properties (Readonly)

int PlaceId;

string Name;
string Thumbnail;
string Url;

Comment Object

Properties (Readonly)

string Id;
string Text; 

int LikesCount; 
int DislikesCount;

UserObject Commenter;

User Object

Properties (Readonly)

int ScriptsCount;
int FollowersCount;
int FollowingCount;

string Username;
string Bio;
string Avatar;
string Id;

bool Verified;

DateTime CreatedAt;
DateTime LastActive;

Notification Object

Properties (Readonly)

public enum NotificationType
{
    CommentLiked,
    CommentDisliked,
    ScriptLiked,
    ScriptDisliked,
    CommentAddedToScript,
    Followed,
}

string Id;
bool IsRead;

DateTime CreatedAt;
NotificationType Type;
ScriptObject ScriptObjectSender;
UserObject UserObjectSender;

BoolStatus

Properties (Readonly)

bool Value;
string Status;