A geometry dash copy

well if you want the code for the gravity engine here it is

when flag clicked
set[Y-speed] to (0)
forever{
change [Y-speed V]  by(-1)
change y by(Y-speed)
if <touching[sprite V]?> {
set [Y-speeed V] to (0)
if<key [space V] pressed?>{
set [Y-speed V] to (15)
} else {
wait (0) seconds
}
repeat until <not<touching [sprite V]?>>{
change y by (1)
}

so I’m going to make the ship next he he he.
I forgot the link
geometry dash forever by wawa2016 | Snap! Build Your Own Blocks

This might give you a better idea on using that broker - no username or password is required for that broker

okay I’ll add the UFO insted
Just realized the wave is better

(corection Just realized the wave is easier to make)

I have added the

orb


and the

slab


Just have to make the block Ship UFO Wave and display the gravity engine but it does need improvements.

This one is kinda broken so I’ll just fix it in a new project some time.