Generation

generate functionMon, 31 Jul 2023

Give lua Roblox script that with make character perform mario 64 jumps

function marioJumps(player: Player): void { for (let i = 0; i < 10; i++) { player.Character.Humanoid.Jump = true } }

TypeScript
Generate More

Want to kickstart your project?Use the new AI Studio to create your code