myCompiler myCompiler
Deutsch English Español Français Italiano 日本語 한국어 Nederlands Polski Português
Recent
Login Sign up
Recent
Login Sign up
J

@johny_nolasco

SpawnpointCode

Lua
13 hours ago
local checkPoint1 = script.Parent local targetSpawn = game.Workspace:WaitForChild("Change this text to the name of the spawnpoint") local partGuard = false local function onTouched(partTouched) local character = partTouched.Parent local huma

CoinCode

Lua
13 hours ago
local coinPart = script.Parent local debounce = false coinPart.Touched:Connect(function(hit) if not debounce then local character = hit.Parent local humanoid = character:FindFirstChild("Humanoid") -- 1. Check if a real player touched it i

A Trip to the Pool

Lua
3 days ago
-- ** Project: A Trip to the Pool ** -- Note: This may look like a lot at first, but just take the time to read it line by line, -- along with all the comments, and it should make sense. -- Also, it should make sense as you read it from top to bott
Previous Next page

Supported languages

Deno JavaScript NodeJS Python Ruby Go C C++ Java C# TypeScript PHP Bash R Octave (MATLAB) Fortran Lua Erlang SQL MySQL MongoDB Clojure D Perl Kotlin Swift Rust Assembly
© 2026 mycompiler.io
Terms of service Privacy policy Contact us