Puzzles

SCRIPTING PUZZLES

Logic challenges rated with ELO. Solve in Roblox Studio—the plugin grades your solution and updates your rating.

Your puzzle rating

1247

Solved

2/6

Easy

Loop the Sum

Use a for-loop to total damage from a table of hits.

loopstables

+12 ELO on solve

Solved
Easy

Nil Guard

Fix a script that errors when a part is missing from Workspace.

debugging

+10 ELO on solve

Solved
Medium

Tween the Gate

Open a gate with TweenService when the player touches a pad.

tweenevents

+18 ELO on solve

Medium

Debounce Touch

Prevent double-firing on a Touched event without breaking legit hits.

eventspatterns

+20 ELO on solve

Hard

Safe Save

Wrap a DataStore SetAsync with retries and player leave handling.

dataasync

+28 ELO on solve

Hard

Raycast Aim

Aim a tool using a ray from the camera and highlight the target part.

raycasttools

+32 ELO on solve