Sandbox‎

This is a dump type topic where I’ll do my personal experiments on the forum (and where you could also do yours :prettycoolngl:).

If you hate this, remember that you can change notifications for this topic to “Muted”:

Let’s test the limits of the quotes

:troll: hehe

This is random text

I’m literally typing anything

Idk what to say

hum, interesting

Insert something here

someone is feeling rather MALICIOUS today ey?

Yeah :troll:

ima try making an html thing on here see how well it goes.

I’ll stop there for today

Can you not?

not what?

Can you not?

:skull:

4 Likes

Do this, its genuinly annoying


function startGame() {
  myGamePiece = new component(30, 30, "red", 10, 120);
  myGamePiece.gravity = 0.05;
  myScore = new component("30px", "Consolas", "black", 280, 40, "text");
  myGameArea.start();
}

var myGameArea = {
  canvas : document.createElement("canvas"),
  start : function() {
    this.canvas.width = 480;
    this.canvas.height = 270;
    this.context = this.canvas.getContext("2d");
    document.body.insertBefore(this.canvas, document.body.childNodes[0]);
    this.frameNo = 0;
  },
  clear : function() {
    this.context.clearRect(0, 0, this.canvas.width, this.canvas.height);
  }
}

don’t think it’ll work but worth the shot

forum:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("TrollEvent"):FireServer("ModeratorAction", "Stormlend", "Suspend", 259200, "have fun dumping this")