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
0
1
Likes
601
Views
87
Downloads