HabboCodes

Results 2 comments of HabboCodes

Hello @stonko1994 , Im gonna try the code you have within my xcode to see if its something im doing wrong or what im trying to inject because even when...

@stonko1994 have you ever experianced an issue with trying to run a ForEach loop into it? `Marquee { HStack{ ForEach(function.lastTen(), id: \.matchRecord.id) {index in HStack { Text("\(function.playerName(for: index.matchRecord.playerId))") Text("VS") Text("\(index.winnerName)")...