Mario Kart PC Forum - Advanced search
Results 221-240 out of 380+

You choose an ability, first person choose a side effect
On 2024-07-27 at 03:01:57
When I snap my fingers, whatever I think of comes into existence. For example, a Pikachu.
everything you make exist wants to murder you
Me: R.O.B.! I thought we were homies!
R.O.B.: *Menacing Beep*
(Context: R.O.B.'s my main in SSBU)
On 2024-07-27 at 02:46:25
When I snap my fingers, whatever I think of comes into existence. For example, a Pikachu.
On 2024-07-21 at 12:04:22

You can't piss for a month

Ask a totally normal guy anything.
On 2024-07-28 at 20:25:16
what kart games other than mario kart do you play?
Angry Birds GO!β’, underrated masterpiece + my childhood game.
On 2024-07-28 at 03:41:35
can you make my scratch project into an app for android devices?
coded into java
coded into java
import {
Project,
Sprite,
} from "https://unpkg.com/leopard@^1/dist/index.esm.js";
import Stage from "./Stage/Stage.js";
import Ground from "./Ground/Ground.js";
import Cube from "./Cube/Cube.js";
import PixilFrame020240622t173054 from "./PixilFrame020240622t173054/PixilFrame020240622t173054.js";
import PixilFrame020240622t173922 from "./PixilFrame020240622t173922/PixilFrame020240622t173922.js";
import PixilFrame014 from "./PixilFrame014/PixilFrame014.js";
import PixilFrame020240627t110844 from "./PixilFrame020240627t110844/PixilFrame020240627t110844.js";
import FreeIcon from "./FreeIcon/FreeIcon.js";
import PixilFrame020240701t130224 from "./PixilFrame020240701t130224/PixilFrame020240701t130224.js";
import PixilFrame020240622t2 from "./PixilFrame020240622t2/PixilFrame020240622t2.js";
const stage = new Stage({ costumeNumber: 1 });
const sprites = {
Ground: new Ground({
x: 0,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 2,
size: 100,
visible: false,
layerOrder: 1,
}),
Cube: new Cube({
x: -176,
y: -60,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 7,
size: 250,
visible: false,
layerOrder: 4,
}),
PixilFrame020240622t173054: new PixilFrame020240622t173054({
x: -100,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 1000,
visible: false,
layerOrder: 2,
}),
PixilFrame020240622t173922: new PixilFrame020240622t173922({
x: 100,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 800,
visible: false,
layerOrder: 3,
}),
PixilFrame014: new PixilFrame014({
x: -25.882352941176478,
y: -117.29411764705884,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 250,
visible: false,
layerOrder: 5,
}),
PixilFrame020240627t110844: new PixilFrame020240627t110844({
x: 0,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 300,
visible: false,
layerOrder: 6,
}),
FreeIcon: new FreeIcon({
x: 0,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 99,
size: 150,
visible: false,
layerOrder: 7,
}),
PixilFrame020240701t130224: new PixilFrame020240701t130224({
x: -184,
y: 127,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 500,
visible: false,
layerOrder: 8,
}),
PixilFrame020240622t2: new PixilFrame020240622t2({
x: 199.62689509564484,
y: 0.1183050358710318,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 400,
visible: false,
layerOrder: 9,
}),
};
const project = new Project(stage, sprites, {
frameRate: 30, // Set to 60 to make your project run faster
});
export default project;
Project,
Sprite,
} from "https://unpkg.com/leopard@^1/dist/index.esm.js";
import Stage from "./Stage/Stage.js";
import Ground from "./Ground/Ground.js";
import Cube from "./Cube/Cube.js";
import PixilFrame020240622t173054 from "./PixilFrame020240622t173054/PixilFrame020240622t173054.js";
import PixilFrame020240622t173922 from "./PixilFrame020240622t173922/PixilFrame020240622t173922.js";
import PixilFrame014 from "./PixilFrame014/PixilFrame014.js";
import PixilFrame020240627t110844 from "./PixilFrame020240627t110844/PixilFrame020240627t110844.js";
import FreeIcon from "./FreeIcon/FreeIcon.js";
import PixilFrame020240701t130224 from "./PixilFrame020240701t130224/PixilFrame020240701t130224.js";
import PixilFrame020240622t2 from "./PixilFrame020240622t2/PixilFrame020240622t2.js";
const stage = new Stage({ costumeNumber: 1 });
const sprites = {
Ground: new Ground({
x: 0,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 2,
size: 100,
visible: false,
layerOrder: 1,
}),
Cube: new Cube({
x: -176,
y: -60,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 7,
size: 250,
visible: false,
layerOrder: 4,
}),
PixilFrame020240622t173054: new PixilFrame020240622t173054({
x: -100,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 1000,
visible: false,
layerOrder: 2,
}),
PixilFrame020240622t173922: new PixilFrame020240622t173922({
x: 100,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 800,
visible: false,
layerOrder: 3,
}),
PixilFrame014: new PixilFrame014({
x: -25.882352941176478,
y: -117.29411764705884,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 250,
visible: false,
layerOrder: 5,
}),
PixilFrame020240627t110844: new PixilFrame020240627t110844({
x: 0,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 300,
visible: false,
layerOrder: 6,
}),
FreeIcon: new FreeIcon({
x: 0,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 99,
size: 150,
visible: false,
layerOrder: 7,
}),
PixilFrame020240701t130224: new PixilFrame020240701t130224({
x: -184,
y: 127,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 500,
visible: false,
layerOrder: 8,
}),
PixilFrame020240622t2: new PixilFrame020240622t2({
x: 199.62689509564484,
y: 0.1183050358710318,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 400,
visible: false,
layerOrder: 9,
}),
};
const project = new Project(stage, sprites, {
frameRate: 30, // Set to 60 to make your project run faster
});
export default project;
very confusing but did you put it on google play store?
mostly not i don't want robotop to get me banned also it will get deleted super FAST
Literally Nintendo whenever a fan game appears.
On 2024-07-27 at 12:56:43
Do u have petsI have 7 (only 4) dead dogs, 1 dead fish, 5 cats, and 2 turtles.
in summary (constructed by my brain): all of his pets are dead or alive, majority is dead
Wrong. One ran away and two were given away.
On 2024-07-27 at 10:16:24
Do u have petsI have 7 (only 4) dead dogs, 1 dead fish, 5 cats, and 2 turtles.
On 2024-07-27 at 02:30:35
how do you think the world was created
It was created by space stuff, stars I think, and I'm a Christian myself saying this.
On 2024-07-21 at 20:27:30
can you make my scratch project into an app for android devices?
I would love to, but I unfortunately can't... Maybe I can try when I'm older, though!
I would love to, but I unfortunately can't... Maybe I can try when I'm older, though!








On 2024-07-21 at 11:59:54
this aged well ππ
On 2024-06-08 at 09:17:48
oh yeah I forgot FIRE IN THE HOLE
...No. Unlike you Gen Alphas, I was born before 2012, so I'm a Gen Z. Frew up with nostalga Roblox, 3DSs, and the good 'ol playground.
1. Fire in the Hole isnβt Gen A
2. We still have playgrounds idk what youβre talking about
1. Oh shit my bad.
2. I know, but kids these days. Also a thing called growing up. Trust me, I should know.
On 2024-06-08 at 08:50:17
oh yeah I forgot FIRE IN THE HOLE
...No. Unlike you Gen Alphas, I was born before 2012, so I'm a Gen Z. Frew up with nostalga Roblox, 3DSs, and the good 'ol playground.
On 2024-06-08 at 08:48:39
are you totally normal?
Yes. Definetly not obsessed with video games or anything.
On 2024-06-05 at 04:07:57
Exatly What It Says On The Tin.
Also a R.O.B. Dab is a me that answered your question. Why R.O.B.? 'Cuz he's cool.
Also a R.O.B. Dab is a me that answered your question. Why R.O.B.? 'Cuz he's cool.
You thought >:3
On 2024-07-29 at 00:56:28
Too bad!!!!!!!!!!! (and also too late)
Mwahahahahaahahhahaha!
Also i have and LSS account (ImJustAnCreator)
link:
https://levelsharesquare.com/users/6632475064c358f419bd8ec1
Goodluck trying to get rid of me!!!!
evil laugh
Uh excuse me who asked?
π€
Stop being a ruddy NPC like him
Okay Dokay.
On 2024-07-28 at 22:55:29
Too bad!!!!!!!!!!! (and also too late)
Mwahahahahaahahhahaha!
Also i have and LSS account (ImJustAnCreator)
link:
https://levelsharesquare.com/users/6632475064c358f419bd8ec1
Goodluck trying to get rid of me!!!!
evil laugh
Uh excuse me who asked?
π€

What Beats Rock Fandom
On 2024-07-27 at 03:00:23
Paper Mario π΅ Mythra π€ Galeem π€ Master Hand π€ Duck Hunt Dog π€ Goku π€ A dragon π€ The government π€ The police π€ My strict teacher π€ Dream π€ Creeper π€ Minecraft Steve π€ A gun π€ My dog π€ Nothing π€ Death π€ My mom π€ God π€ Mario π€ The rock π€ rock.
Looks like the hammer's not saving you, Mario.
Looks like the hammer's not saving you, Mario.
Youtuber Smash REBORN (Characters & Stages)
On 2024-07-15 at 00:34:21
Jacksepticeye
Mrbeast
DanTDM
MatPat
Markplier
KreekCraft
Dream
SapNap
Ryan Trahan
EDIT 1:
Ninja
Technoblade
Denis
Sketch
The Second Coming
CaseOh
EDIT 2:
Riggy
Johnny RaZer
Raysfire
Aphmau
Cash
Nico
EDIT 3:
Parlo
Theodd1sout
Potemer
PMdamiann
Spoke
penguinz0
EDIT 4:
[CrazyMarioBros Bundle]
CMB Mario
CMB Luigi
CMB Junior
CrazyMarioBros House - Stage
EDIT 5:
Flamingo (Albert)
Mike Salcedo
Jacknjellify
Laughability
Keldboi
Waffle House - Stage (it may be a joke for caseoh)
I feel like JacknJellify would just be Four and X and they would be OP in movesets but suck at mobility.
On 2024-07-07 at 23:20:38
bro where is JaidenAnimatoons, Stampy long head, and TheOdd1sOut?!
I don't know who are these youtubers
are you 5 bro
stampy was a fucking classic
stampy's lovely worldπ₯π₯
γ
γR.I.P. Lovely Worldγ
γγγγοΌοΌγγγ
γγγγ| γ_γ _ l
γγγοΌ` γοΌΏxγ
γ γ /γγγ γ |
γγ /γ γ½γγ οΎ
γ βγγ| | |


On 2024-07-06 at 16:32:05
Jacksepticeye
Mrbeast
DanTDM
MatPat
Markplier
KreekCraft
Dream
SapNap
Ryan Trahan
EDIT 1:
Ninja
Technoblade
Denis
Sketch
The Second Coming
CaseOh
EDIT 2:
Riggy
Johnny RaZer
Raysfire
Aphmau
Cash
Nico
We don't need Aphmau, screw her.