Jakjus' Cake Walk
Obstacle Course.
Move player to red.
Use only X (arrows don't work).
Diff: Easy
To add transparency, use:
```
room.onPlayerJoin = p => {
room.setPlayerDiscProperties(p.id, {cGroup: room.CollisionFlags.c1})
}
```
Full Server Script: github.com/jakjus/hax-climb
Move player to red.
Use only X (arrows don't work).
Diff: Easy
To add transparency, use:
```
room.onPlayerJoin = p => {
room.setPlayerDiscProperties(p.id, {cGroup: room.CollisionFlags.c1})
}
```
Full Server Script: github.com/jakjus/hax-climb
Comments (0)
Likes: 1
Views: 598
Downloads: 87