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”:

6 Likes

Let’s test the limits of the quotes

6 Likes

:troll: hehe

5 Likes

This is random text

4 Likes

I’m literally typing anything

4 Likes

Idk what to say

4 Likes

hum, interesting

4 Likes

Insert something here

4 Likes

someone is feeling rather MALICIOUS today ey?

4 Likes

Yeah :troll:

4 Likes

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

5 Likes

I’ll stop there for today

5 Likes

Can you not?

4 Likes

not what?

4 Likes

Can you not?

4 Likes

:skull:

4 Likes

Do this, its genuinly annoying

4 Likes


5 Likes
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

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